/* Vote */
.vote-inline-rating {display:block;vertical-align:middle;line-height:25px;}
.vote-star-rating, .vote-star-rating a:hover, .vote-star-rating .current-rating {background:url(../images/star.png) left -1000px repeat-x;}
.vote-star-rating {position:relative;width:75px;height:15px;overflow:hidden;list-style:none;margin:0;padding:0;background-position:left top;}
.vote-star-rating li {display:inline;background-image:none;padding:0;}
.vote-star-rating a, .vote-star-rating .current-rating {position:absolute;top:0;left:0;text-indent:-1000px;height:15px;line-height:15px;outline:none;overflow:hidden;border:none;cursor:pointer;}
.vote-star-rating a:hover {background-position:left bottom;}
.vote-star-rating a.one-star {width:20%;z-index:6;}
.vote-star-rating a.two-stars {width:40%;z-index:5;}
.vote-star-rating a.three-stars {width:60%;z-index:4;}
.vote-star-rating a.four-stars {width:80%;z-index:3;}
.vote-star-rating a.five-stars {width:100%;z-index:2;}
.vote-star-rating .current-rating {z-index:1;background-position:0 center;margin:0;padding:0;}
.vote-box {margin:0 0 0 5px;padding:0;float:left;}
.vote-clr {clear:both;}

.tprestomodwrp-cat {
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
    margin-bottom: 5px;
}
.tprestomodwrp-fav {
    margin-bottom: 5px;
}
.tprestomodwrp-group,
.tprestomodwrp-mitemlist,
.tprestomodwrp-mitem,
.tprestomodwrp-gvote{
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}
.tprestomodtitle {
    font-weight: 700;
    margin-bottom: 3px;
}
.tprestomodimgthumb {
    margin-right: 5px;
    float: left;
}
.tprestomoddesc  .tprestomoddescspan{
    font-size: 85%;
    text-transform:  capitalize;
    margin-bottom: 5px;
    
}
.tprestomodtitlebar {
    font-size: 20px;
    font-weight: 700;
    display: block;
    float:left;
    height: 20px;
    line-height: 20px;
    padding-right: 5px;
    white-space: nowrap;
    margin-top: 5px;
    padding: 0;
    margin: 0;
}
.tprestomodtype a:link,
.tprestomodtype a:visited {
    display: block;
    float: left;
    background: #ccc;
    padding: 3px 5px;
    margin:3px 3px;
    color: #FFF;
    width: auto;
    font-size:80%;
}
.tprestomodtype a:hover {
    background: #666;
}
.clrfix {
    clear: both;
}