@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;
}

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

input, textarea, select {
	padding:5px;
	border:1px solid #cacaca;
	width:250px;
}

#logo {
	float:left;
	width:247px;
}

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

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

.text {
	padding:7px;
}

.clear {
	clear:both;
}

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

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

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

.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;
}

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

.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;
}

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