@charset "utf-8";
/* CSS Document */
body {
	background-color:#272727;	
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
	color:#333;
}

img {
	padding:0;
	border:0;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:underline;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
}

.toplist {
	background-image:url(images/toplist_bg.jpg);
	width:192px;
	height:31px;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}

.toplist:hover {
	background-image:url(images/toplist_bg2.jpg);
	width:192px;
	height:31px;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}

#logo_site {
	float:left;
	width:247px;
	margin-top:10px;
}

#headMenue {
	background-image:url(images/headmenue_bg.jpg);
	width:645px;
	height:40px;
	background-repeat:no-repeat;
	float:left;
	margin-top:20px;
}

.menueContent {
	background-color:#fff;
	width:233px;
	margin-top:-3px;
}

.text {
	padding:7px;
}

.clear {
	clear:both;
}

#menue {
	width:233px;
	float:left;
}

#content {
	width:645px;
	float:left;
	margin-left:13px;
}

#enter_content {
	width:892px;
}

.menueHead {
	background-image:url(images/menue_bg.jpg);
	width:220px;
	height:43px;
	background-repeat:no-repeat;
	margin-top:-5px;
}

.menueHead div {
	padding:15px;
}

.movie_cn_head {
	background-image:url(images/movies_cn_head.jpg);
	width:645px;
	height:24px;
}

.clips_cn_head {
	background-image:url(images/clips_cn_head.jpg);
	width:645px;
	height:24px;
}

.pics_cn_head {
	background-image:url(images/pics_cn_head.jpg);
	width:645px;
	height:24px;
}

.enter_cn_head {
	background-image:url(images/enter_head.jpg);
	width:892px;
	height:24px;
}

.content2 {
	background-color:#fff;
	width:645px;
}

.enter_content {
	background-color:#fff;
	width:892px;
}

.movie_cover_bg {
	background-image:url(images/movie_coverbg.jpg);
	width:415px;
	height:275px;
	background-repeat:no-repeat;
}

.clips_cover_bg {
	background-image:url(images/clips_coverbg.jpg);
	width:415px;
	height:184px;
	background-repeat:no-repeat;
}

.info_box {
	width:198px;
	background-color:#dcdcdc;
	margin-top:-3px;
	margin-bottom:-4px;
}

#footer {
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	background-color:#343434;
	height:128px;
	margin-top:20px;
	color:#878686;
}

#btInfo {
	background-image:url(images/bt_info.jpg);
	background-repeat:no-repat;
	width:247px;
	height:41px;
	color:#fff;
}

.prev-page {
	float:left;
}	

.first-page {
	float:left;
}

.next-page {
	float:left;
}

.current-page {
	float:left;
}	

.page {
	float:left;
}

#pagination {
	width:250px;
}


/* ======= STAR-RATER ======== */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(star.gif) left -1000px repeat-x;
}
.star-rating{
position:relative;
width:125px;
height:25px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:25px;
line-height:25px;
outline:none;
overflow:hidden;
border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}

.inline-rating{
display:-moz-inline-block;
display:-moz-inline-box;
display: inline-block;
vertical-align: middle;
}

.small-star{
width:50px;
height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
background-image: url(star_small.gif);
line-height: 10px;
height: 10px;
}
/* ======= /STAR-RATER ======== */