body {
	background:#e5e5e5;
}

a {color:#000;}

h1,h2,h3,h4,h5,h6 {	padding:0.5em 0.2em; color:#f65500; }

h1 {font-size:16px;}

#top_overlap {
	background: url('../img/background_top.jpg') repeat-x;
	height:225px;
}

#top {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

#top_search {
	float:right;
}

#main_menu_overlap {
	background: #b5b5b5;
	margin-top:3px;
	padding-top: 0.5em;
	padding-bottom:1em;
}

#main_menu {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}

* HTML #main_menu {height:100%}

#main_menu ul {margin:0px;} /* framework override */

#main_menu li {
	display: block;
	float:left;
	height:21px;
	background: url('../img/menu_button_bg.jpg') repeat-x;
	margin-left:5px;
	padding: 6px 6px 0px 6px;
	border:solid 2px #000;
	margin-top:5px;
}

#main_menu a {color:#fff;}
#main_menu a:hover {text-decoration: underline;}

#area52_overlap {
	margin-top:3px;
	background: #ccc;
	overflow: hidden;
	padding-top: 10px;
}

#area52 {
	width:1000px;
	margin-left: auto;
	margin-right: auto;
}

#sidebar {
	float:left;
	width:205px;
}

#sidebar ul {
	margin:0px;
	margin-left:5px;
	list-style-image: url('../img/sidebar_dot.jpg');
	list-style-position: inside;
}

#sidebar .sb_top {
	height:40px;
	width: 190px;
}

#sidebar .sb {
	background: url('../img/sb_block_bg.jpg') repeat-y;
}

#sidebar .sb_bottom {
	background: url('../img/sb_bottom.jpg') no-repeat;
	width:190px;
	height:17px;
}

#sidebar .sb_cat_top {
	background: url('../img/sb_top_category.jpg') no-repeat;
}

#sidebar .sb_recom_top {
	background: url('../img/sb_top_recommend.jpg') no-repeat;
}

#content {
	width:790px;
	float:right;
}

.content_block {
	background: #fff;
	border-left: solid 2px #b5b5b5;
	border-right: solid 2px #b5b5b5;
	overflow: hidden;
    width: 790px;
}

.content_block h1 {
	margin-left:30px;
	padding-bottom: 0px;
}

.content_block p.content_descr {
	padding-left:30px;
}

.content_block_top {
	width:790px;
	height:30px;
	float:right;
}

.content_block_bottom {
	width:790px;
	height:30px;
	background: url('../img/content_bottom.jpg') no-repeat;
	float:right;
}

.block_movies {
	background: url('../img/content_top_movies.jpg') no-repeat;
}

.block_sim_movies {
	background: url('../img/content_top_similar_movies.jpg') no-repeat;
}

.comments {
	clear:both;
	padding:1em;
}

.comment {
	border: solid 1px #ACACAC;
	background: #fff;
	margin-top:5px;
}

.comment p.text {
	margin-left:1em;
}

.comment h4 {
	color:#000;
}

.page_list {
	clear:both;
	text-align: center;
}

.movie_list {
	padding-top: 25px;
	padding-left: 25px;
}

.movie_list td, .movie_list th {
	padding:2px;
}

.movie_list .movie {
            float:left;
	    margin-right: 25px;
	    width:160px;
	    height:190px;
	    overflow: hidden;
}

.movie_list .movie-banner {

            clear:both;
 	    width:740px;
	    overflow: hidden;
}

.movie_list .movie td.thumb img {
    width:145px;
    height:105px;
    border:solid 2px #000;
}

.movie_list .movie td.title {white-space: nowrap; font-weight: bold;}
.movie_list .movie td.length {font-weight: bold; color: #f65500;}
.movie_list .movie td.length .hits {font-weight: normal; color: #ccc;}

#movie_player {
	margin-left: 70px;
	margin-top: 20px;
	position:relative;
}

#movie_cover {
	position:absolute;
	background: #fff;
	width:100%;
}

#sms_window {
	margin-left:70px;
	margin-top:20px;
	width:640px;
	border: solid 2px #ccc;
	background: url('../img/background_sms.jpg') no-repeat 5px 5px;
}

#sms_window p.large {
	font-size:24px;
}

#sms_window iframe {
	border:1px solid black;
	margin-left:210px;
}

#movie_details {
	background: #f4f4f4;
	border: solid 1px #ccc;
	margin:2px;
	overflow: hidden;
}

#movie_details th {color:#f65500;text-align: right;}

#movie_details .data {
	width:580px;
	float:left;
}

#movie_details .rating {
	float:right;
	width:150px;
	background: #fff;
	padding:10px;
}

#movie_details .rate_thumb {
    border:solid 1px #000;
    margin-top:10px;
    width:145px;
    height:105px;
}

#rate_machine ul {
	margin:0px;
	padding:0px;
}

#rate_machine li {
	display: inline;
	padding:0px;
	margin:0px;
}

#rate_machine a {
	display:block;
	float:left;
	width:15px;
	height:15px;
}

#rate_machine .rm_off {
	background: url('../img/rank_star_off.jpg') no-repeat;
}

#rate_machine .rm_on {
	background: url('../img/rank_star_on.jpg') no-repeat;
}

div.wiki_content {
	padding:1em;
}

#footer_overlap {
	background: url('../img/background_footer.jpg') repeat-x;
	height:120px;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	width:465px;
}

#footer_linki {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

