/**
 * bestmovies Common CSS
 */

.footer .primary{
    display: none;
}
 
img.overlay{
    position: absolute;
    top: -5px;
    left: 0;
    opacity:.5;
    filter:alpha(opacity=50);

}
img.overlay:hover{
    opacity: 1;
    filter:alpha(opacity=100);
}

.sectionHdrBg {
	background-color: #035A5B;
}

.top, div.paginatorBg {
	background-color: #000;
}

.navArea a.on, div.paginator a.on {
	color: #ffc000;
}

.butnBg a:hover {
	color: #ffc000;
}

.sort a.selected{
	color: #ffc000;
}

.niche{
    color:#555555;
    font-weight:normal;
    text-decoration:none;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
}
.niche a, .niche a:visited, .dvd-summary a, .dvd-summary a:visited{
    color: orange !important;
    font-weight:bold;
    text-decoration:none;
    font-size: 12px;
}
.niche a:hover, .dvd-summary a:hover{
    color:#FF6600;
}
.clipList .niche, .clipList .sitename{
    white-space: nowrap;
}
.clipList .sitedesc{
    padding: 0;
}

.clipList .niche a{
    font-size: 1em;
}

.thumb{
    margin-right: 5px;
}
.length{padding: 0px;}

.rating {
    height: 15px;
    float: left;
}
.scene_title{
    position: absolute;
    right: 2px;
    top: 9px !important;
}

.star {
    background:transparent url(../../t2/images/star-full.png) no-repeat scroll 0 0;
    float:left;
    height:13px;
    width:13px;
}
.empty {
    background:transparent url(../../t2/images/star-empty.png) no-repeat scroll 0 0;
}

.UIarrow {
    position:absolute;
    right:10px;
    top:50%;
}