/* ---------- Page Color ---------- */
.page_color {
	background:#dfdfde;
}
/* ---------- Page Color end ---------- */

/* ---------- Global ---------- */
* {
	font-family:Arial;
}

body {
	margin:0px;
	font-size:13px;
	color:#515151;
	text-align:center;
}

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

a:hover {
	text-decoration:underline;
}

input[type=submit],a {
	cursor:pointer;
}

.submit_input {
	border:none;
	background:url("img/submit.png");
	width:64px;
	height:29px;
	color:white;
	padding:0px;
	text-align:center;
}

p {
	margin:0px;
	padding:3px 0px;
}

img {
	border:none;
}

.small {
	font-size:9.5px;
}

.hide {
	display:none;
}

.secondary_title {
	font-size:13.5px;
	font-weight:normal;
	padding:0px 20px 5px;
	margin:0px;
}

.clear {
	clear:both;
	height:0px;
	font-size:0px;
}

.input_text,input[type=text],input[type=password],textarea {
	background:white;
	border:1px solid #e6e6e6;
	outline:1px solid white;
	width:145px;
	padding:2px;
	font-size:12px;
}

.blue{
	color:#10384f;
}

.stars {
	direction:ltr;
}

.stars img {
	margin:0px -1px;
}
/* ---------- Global end ---------- */

/* ---------- Header ---------- */
#header {
	background:url("img/header_bg.png");
	width:900px;
	padding:0px 20px;
	height:201px;
	margin:0px auto;
	text-align:right;
	position:relative;
	z-index:10;
}

#header form {
	margin:0px auto;
	width:300px;
	text-align:left;
	direction:ltr;
}

#header form input[type=text] {
	margin:7px 0px 0px 5px;
	vertical-align:middle;
}

#header form select {
	width:95px;
	margin:7px 0px 0px;
	vertical-align:middle;
}

#header form input[type=submit] {
	margin:4px 0px 0px 6px;
	width:27px;
	height:27px;
	border:none;
	background:none;
	vertical-align:top;
}

#header h1 {
	float:left;
	margin:15px 0px 0px;
	padding:0px;
	width:250px;
	height:70px;
	background:none;
}

#header h1 a {
	width:250px;
	height:70px;
	display:block;
}

#header h1 a span {
	display:none;
}

#header #profile {
	float:right;
	width:500px;
	height:95px;
}

#header #profile .img {
	background:url("img/profile_picture.png");
	text-align:center;
	width:77px;
	height:72px;
	padding:5px 0px 0px;
	float:right;
}

#header #profile .rest {
	float:right;
}

#header #profile .rest .blue {
	color:#116a87;
}

#header #profile .rest .green_dot,#header #profile .rest .red_dot,#header #profile .rest .blue_dot {
	padding:0px 16px 0px 0px;
	font-size:11px;
	min-height:16px;
	height:auto !important;
	height:16px;
}

#header #profile .rest .green_dot {
	background:url("img/green_profile.png") top right no-repeat;
	color:#8b0303;
}

#header #profile .rest .green_dot a {
	color:#8b0303;
}

#header #profile .rest .red_dot {
	background:url("img/red_profile.png") top right no-repeat;
}

#header #profile #site_level {
	margin:2px 0px 0px;
	width:140px;
	height:10px;
	background:url("img/site_level.png");
	border:1px solid #626562;
	display:block;
}

#header #profile #site_level_red {
	float:left;
	height:10px;
	background:url("img/site_level_red.png");
	display:block;
}

#header #profile #site_level_text {
	position:relative;
	top:-11px;
	margin-bottom:-11px;
	width:142px;
	height:10px;
	display:block;
	color:#626562;
	font-size:8px;
	line-height:10px;
	text-align:center;
}

#header #profile .rest .blue_dot {
	background:url("img/blue_profile.png") top right no-repeat;
}

#header #menu {
	float:right;
	display:inline;
	list-style-type:none;
	padding:0px;
	margin:0px 38px 0px 0px;
	width:600px;
	height:52px;
	font-size:16px;
}

#header #menu li {
	background:url("img/menu_sep.png") right 15px no-repeat;
	padding:0px 1px 0px 0px;
	display:block;
	height:51px;
	float:right;
	/* DO NOT DELETE - FIX FOR IE7 */
	direction:ltr;
}

#header #menu .first {
	background:none;
	padding:0px;
}

#header #menu li .link {
	display:block;
	height:51px;
	color:#a8a8a8;
	/* DO NOT DELETE - FIX FOR IE7 */
	direction:rtl;
}

#header #menu li .link span {
	display:block;
	height:31px;
	padding:20px 10px 0px;
}

#header #menu li .link:hover,#header #menu .active .link {
	background:url("img/menu_hover.png");
	text-decoration:none;
	color:#707070;
}

#header #menu li .link:hover span,#header #menu .active .link span {
	background:url("img/menu_hover_button.png") center bottom no-repeat;
}

#header #menu li .submenu {
	display:none;
	position:absolute;
	width:150px;
	background:#f4f4f4;
	list-style-type:none;
	padding:0px;
	margin:0px 0px 0px 0px;
	z-index:999;
	border-top:1px solid #dfdfdf;
	/* DO NOT DELETE - FIX FOR IE7 */
	direction:rtl;
}

#header #menu li .submenu li {
	float:none;
	height:auto;
	padding:0px;
	background:none;
}

#header #menu li .submenu li a {
	display:block;
	border:1px solid #cfcfcf;
	border-top:0px;
	color:#777777;
	font-size:12px;
	padding:3px;
}

#header #menu li .submenu li a:hover {
	background:white;
	color:#545454;
	/* DO NOT DELETE - FIX FOR IE7 */
	direction:rtl;
}

#header #langs {
	float:left;
	display:inline;
	list-style-type:none;
	padding:0px;
	margin:2px 0px 0px 36px;
	width:200px;
	height:50px;
	line-height:50px;
	font-size:16px;
}

#header #langs li {
	background:url("img/menu_sep.png") left center no-repeat;
	padding:0px 1px 0px 0px;
	display:block;
	height:50px;
	float:left;
}

#header #langs .first {
	background:none;
	padding:0px;
}

#header #langs li a {
	display:inline-block;
	height:50px;
	padding:0px 10px;
	color:#a8a8a8;
}
/* ---------- Header end ---------- */

/* ---------- Message ---------- */
#message_bg {
	background:url("img/message_bg.png");
	width:859px;
	margin:-8px auto 0px;
	text-align:right;
	position:relative;
	z-index:0;
	color:#152a38;
}

#message_header_bg_hider {
	width:859px;
	height:55px;
	margin:0px auto;
	position:absolute;
	z-index:1;
}

#message_footer_bg_hider {
	width:859px;
	height:55px;
	margin:0px auto;
	bottom:0px;
	position:absolute;
	z-index:1;
}

#message_header {
	background:url("img/message_bg_header.png") top no-repeat;
	margin:0px auto;
	text-align:right;
	position:relative;
	z-index:2;
}

#message_header #message_footer {
	background:url("img/message_bg_footer.png") bottom no-repeat;
	min-height:50px;
	height:auto !important;
	height:px;
	padding:30px 20px;
	position:relative;
	z-index:3;
}
/* ---------- Message end ---------- */

/* ---------- Main ---------- */
#main_bg {
	background:url("img/main_bg.png");
	width:847px;
	margin:0px auto;
	text-align:right;
	position:relative;
	z-index:0;
}

#main_header_bg_hider {
	width:847px;
	height:270px;
	margin:0px auto;
	position:absolute;
	z-index:1;
}

#main_footer_bg_hider {
	width:847px;
	height:65px;
	margin:0px auto;
	bottom:0px;
	position:absolute;
	z-index:1;
}

#main_header {
	background:url("img/main_bg_header.png") top no-repeat;
	margin:0px auto;
	text-align:right;
	position:relative;
	z-index:2;
}

#main_header #main_footer {
	background:url("img/main_bg_footer.png") bottom no-repeat;
	min-height:255px;
	height:auto !important;
	height:255px;
	padding:60px 36px 20px 40px;
	position:relative;
	z-index:3;
}

#main_bg .block {
	width:764px;
	margin:0px auto 20px;
	background:url("img/block.png");
}

#main_bg .block .top {
	background:url("img/block_top.png") top no-repeat;
}

#main_bg .block .top_blue {
	background:url("img/block_top_blue.png") top no-repeat;
}

#main_bg .block .bottom {
	background:url("img/block_bottom.png") bottom no-repeat;
	padding:0px 5px 3px;
}

#main_bg .block .white {
	padding:10px 5px 7px;
}

#main_bg .block .white .color {
	background:white;
}

	/* ---------- Main Block ---------- */
	#main_block .title_he,#main_block .title_en {
		color:#0f2d45;
		font-size:16px;
		font-weight:normal;
		padding:0px 10px;
		margin:0px;
		line-height:38px;
		height:51px;
	}
	
	#main_block .title_he {
		float:right;
	}
	
	#main_block .title_en {
		float:left;
	}
	
	#main_block .right {
		width:222px;
		float:right;
	}
	
	#main_block .right .img {
		background:url("img/movie_img_holder_222_336.png");
		text-align:center;
		width:222px;
		height:332px;
		padding:4px 0px 0px;
	}
	
	#main_block .right .date {
		background:url("img/date.png");
		text-align:center;
		width:221px;
		height:57px;
		padding:0px;
		line-height:57px;
		color:#065d7a;
		font-size:37px;
		font-family:Tahoma !important;
	}
	
	#main_block .right .date2 {
		background:url("img/date.png");
		text-align:center;
		width:221px;
		height:57px;
		padding:0px;
		line-height:57px;
		color:#065d7a;
		font-size:25px;
		font-family:Tahoma !important;
	}
	
	#main_block .left {
		width:504px;
		float:left;
	}
	
	#main_block .left .white_p {
		width:504px;
		background:url("img/block_white_p.png");
		color:black;
		margin:0px 0px 5px;
	}
	
	#main_block .left .white_p .top {
		background:url("img/block_white_p_top.png") top no-repeat;
	}
	
	#main_block .left .white_p .bottom {
		background:url("img/block_white_p_bottom.png") bottom no-repeat;
		padding:3px 7px;
	}
	
	#main_block .left .white_p .blue {
		color:#3a5266;
	}
	
	#main_block .left .img {
		background:url("img/movie_img_holder_248_128.png");
		text-align:center;
		width:248px;
		height:124px;
		padding:4px 0px 0px;
		float:right;
	}
	
	#main_block .left .img_left {
		float:left;
	}
	/* ---------- Main Block end ---------- */
	
	/* ---------- Details ---------- */
	#main_bg .block  .details {
		float:right;
		width:182px;
		padding:5px;
		background:url("img/movie_details_border.png") left center no-repeat;
		height:66px;
		font-family:Tahoma !important;
		color:black;
	}
	
	#main_bg .block  .details_no_border {
		background:none;
		width:158px;
	}
	
	#main_bg .block .details * {
		font-family:Tahoma !important;
	}
	
	#main_bg .block .details p {
		padding:2px 0px;
	}
	
	#main_bg .block .details .icons {
		padding:0px;
		line-height:22px;
	}
	
	#main_bg .block .details .icons img {
		vertical-align:middle;
	}
	
	#main_bg .block .details .icons .report {
		color:#8e0606;
	}
	
	#main_bg .block .details .icons .update {
		color:#114668;
	}
	
	#main_bg .block .details .icons .copy {
		width:110px;
		font-size:11px;
	}
	
	#main_bg .block .details .share {
		padding:0px;
		margin:-1px -2px 0px 0px;
	}
	
	#main_bg .block .details .share img {
		margin:-1px 0px 0px 0px;
		padding:0px;
	}
	/* ---------- Details end ---------- */
	
	/* ---------- Swtich ---------- */
	#switch .white .color {
		border:1px solid #dbdbdb;
	}
	
	#switch #switch_index {
		margin:0px;
		padding:0px;
		list-style-type:none;
	}
	
	#switch #switch_index li {
		float:right;
		width:119px;
		height:42px;
		line-height:42px;
		text-align:center;
	}
	
	#switch #switch_index li a {
		display:block;
		height:42px;
		background:url("img/page_switch.png");
		font-size:15px;
		border:1px solid #dbdbdb;
		border-top:0px;
		border-right:0px;
	}
	
	#switch #switch_index .active a,#switch #switch_index li a:hover {
		background:url("img/page_switch_active.png");
		border-bottom:0px;
		color:#015a80;
		outline:0px;
	}
	
	#switch #switch_index li .red {
		color:#d50000 !important;
	}
	
	#switch #switch_values {
		margin:10px;
	}
	
	#switch #switch_values .switch_item {
		display:none;
	}
	
	#switch #switch_values .active {
		display:block;
	}
	
	#switch .comments_list {
		background:#f1f1f1;
		border:1px #cccccc solid;
		list-style-type:none;
		padding:10px;
		margin:0px;
		height:230px;
		overflow:auto;
	}
	
	#switch .comments_list li {
		padding:0px 0px 10px;
		background:url("img/comments_sep.png") bottom no-repeat;
	}
	
	#switch .comments_list .profile {
		text-align:center;
		width:77px;
		float:right;
		margin:0px 0px 5px 5px;
	}
	
	#switch .comments_list .profile p {
		background:url("img/profile_picture.png");
		height:72px;
		padding:5px 0px 0px;
	}
	
	#switch .comments_list h4 {
		font-weight:normal;
		font-size:13.5px;
		color:#116a87;
		padding:0px;
		margin:0px;
	}
	
	#switch .comments_list .small a {
		text-decoration:underline;
		color:#116a87;
	}
	
	#switch .comment {
		margin:10px 0px 0px;
	}
	
	#switch .comment .form_right {
		float:right;
		width:360px;
	}
	
	#switch .comment .form_right span {
		float:right;
		width:45px;
	}
	
	#switch .comment .form_right input,#switch .comment .form_right textarea {
		float:right;
		width:300px;
		background:#f1f1f1;
		border:1px solid #cccccc;
		outline:0px;
	}
	
	#switch .comment .submit {
		float:right;
		width:100px;
	}
	
	#switch .comment .submit input {
		margin:63px 0px 0px;
	}
	
	#switch .watch_movie {
		background:url("img/movie_img_holder_515_381.png") right no-repeat;
		min-height:381px;
		height:auto !important;
		height:381px;
		width:735px;
		margin:0px -6px;
	}
	
	#switch .watch_movie .item {
		float:right;
		width:503px;
		margin:7px 7px 0px 0px;
	}
	
	#switch .watch_movie .extends {
		float:right;
		width:219px;
		padding:10px 0px 0px;
	}
	
	#switch .watch_movie .big {
		background:url("img/extend_big.png");
		float:right;
		width:218px;
		height:379px;
		padding:0px;
	}
	
	#switch .watch_movie .big .scroller {
		overflow-y:scroll;
		margin:6px 8px 0px 0px;
		padding:0px 6px 0px 0px;
		height:365px;
	}
	
	#switch .watch_movie .extends .extend {
		background:url("img/extend.png");
		width:199px;
		height:67px;
		margin:10px 0px 0px 0px;
		padding:10px;
	}
	
	#switch .watch_movie .extends .no_bg {
		background:url("img/extend_big_sep.png") bottom no-repeat;
		padding:0px 0px 30px 0px;
		margin:0px;
		width:171px;
	}
	
	#switch .watch_movie .extends .extend .icons {
		padding:0px;
		font-size:12px;
		float:right;
		width:177px;
	}
	
	#switch .watch_movie .extends .no_bg .icons {
		width:150px;
	}
	
	#switch .watch_movie .extends .extend .icons img {
		float:right;
		margin:1px 0px 1px 2px;
	}
	
	#switch .watch_movie .extends .extend .icons span {
		float:right;
		margin:1px 0px;
	}
	
	#switch .watch_movie .extends .extend .icons .small {
		font-size:9px;
		line-height:10px;
		margin:0px;
	}
	
	#switch .watch_movie .extends .extend .acts {
		float:left;
		width:20px;
		text-align:left;
		padding:0px;
	}
	
	#switch .watch_movie .extends .extend .acts img {
		margin:0px 0px 3px;
	}
	
	#switch .watch_movie .extends .extend .status {
		width:201px;
		height:12px;
		line-height:12px;
		padding:0px 2px;
		font-size:10px;
		color:white;
	}
	
	#switch .watch_movie .extends .no_bg .status {
		width:173px !important;
	}
	
	#switch .watch_movie .extends .extend .status_green {
		background:url("img/status_green.png");
	}
	
	#switch .watch_movie .extends .extend .status_red {
		background:url("img/status_red.png");
		color:white;
	}
	
	#switch .watch_movie .extends .extend .status_black {
		background:url("img/status_black.png");
		color:white;
	}
	/* ---------- Swtich end ---------- */
	
	/* ---------- Top Imgs ---------- */
	.top_img {
		width:243px;
		min-height:152px;
		height:auto !important;
		height:152px;
		margin:0px 0px 0px 20px;
		float:right;
	}
	
	.top_img_blue {
		background:url("img/top_img_blue.png") no-repeat;
	}
	
	.top_img_red {
		background:url("img/top_img_red.png") no-repeat;
	}
	
	.top_img_green {
		background:url("img/top_img_green.png") no-repeat;
		margin:0px;
	}
	
	.top_img .top_img_img {
		width:192px;
		height:110px;
		margin:22px 25px 20px;
	}
	
	.top_img h3 {
		float:right;
		margin:0px;
		padding:0px;
		font-size:18px;
		font-weight:normal;
	}
	
	.top_img_blue h3 a {
		color:#007474;
	}
	
	.top_img_red h3 a {
		color:#691212;
	}
	
	.top_img_green h3 a {
		color:#53a519;
	}
	
	.top_img .stars img {
		float:left;
	}
	/* ---------- Top Imgs end ---------- */
	
	/* ---------- Main Right ---------- */
	#main_right {
		float:right;
		width:507px;
	}
	
	#main_right .hr {
		background:url("img/hr_right.png") no-repeat;
		height:31px;
		display:block;
	}
	
	#main_right .block {
		margin:20px 0px 0px;
		width:506px;
		background:url("img/main_block.png");
	}
	
	#main_right .block .top {
		background:url("img/main_block_top.png") top no-repeat;
	}
	
	#main_right .block .bottom {
		background:url("img/main_block_bottom.png") bottom no-repeat;
		padding:0px 5px 3px;
	}

	#main_right .block .title {
		color:black;
		float:right;
		font-size:16px;
		font-weight:normal;
		padding:0px 10px;
		margin:0px;
		line-height:38px;
		height:51px;
	}

	#main_right .block .title span {
		color:#0f2d45;
	}
	
	#main_right .block .top_left {
		font-size:10px;
		float:left;
		padding:0px 0px 0px 10px;
		line-height:38px;
	}
	
	#main_right #big_movie {
		width:498px;
		height:178px;
		color:white;
		text-align:right;
		margin:0px -1px 3px;
	}
	
	#main_right #big_movie #content {
		background-image:url("img/big_movie_opacity.png");
		width:200px;
		height:178px;
		margin:0px 20px 0px 0px;
		float:right;
		padding:0px 5px;
	}
	
	#main_right #big_movie #contentl {
		background-image:url("img/big_movie_opacity.png");
		width:200px;
		height:178px;
		margin:0px 20px 0px 0px;
		float:left;
		padding:0px 5px;
	}
	
	#main_right #big_movie #content h3 {
		font-weight:normal;
		font-size:17px;
		padding:0px;
		margin:10px 0px 5px;
	}
	
	#main_right #big_movie #content p {
		padding:0px;
	}
	
	#main_right #big_movie #content .text {
		font-size:12px;
		padding:20px 0px 0px;
		height:90px;
	}
	
	#main_right #big_movie #content .more {
		background:url("img/more.png") no-repeat;
		width:72px;
		height:14px;
		color:white;
		display:block;
		margin:0px auto;
		font-size:10px;
		text-align:center;
	}

	#main_right #big_movie #contentl h3 {
		font-weight:normal;
		font-size:17px;
		padding:0px;
		margin:10px 0px 5px;
	}
	
	#main_right #big_movie #contentl p {
		padding:0px;
	}
	
	#main_right #big_movie #contentl .text {
		font-size:12px;
		padding:20px 0px 0px;
		height:90px;
	}
	
	#main_right #big_movie #contentl .more {
		background:url("img/more.png") no-repeat;
		width:72px;
		height:14px;
		color:white;
		display:block;
		margin:0px auto;
		font-size:10px;
		text-align:center;
	}
	
	#main_right .movie_block {
		float:right;
		margin:0px 5px 5px 30px;
		width:138px;
	}
	
	#main_right .movie_block2 {
		float:right;
		margin:0px 5px 5px 30px;
		width:100px;
	}
	
	#main_right .movie_block_no_margin {
		margin:0px 5px 5px 0px;
	}
	
	#main_right .movie_block .info {
		padding:2px 0px 0px;
		color:#717171;
		font-size:11px;
		line-height:11px;
	}
	
	#main_right .movie_block .info a {
		float:right;
		color:#717171;
	}
	
	#main_right .movie_block .stars {
		float:left;
		margin:-1px 0px 0px;
		padding:0px;
	}
	
	#main_right .movie_block .stars img {
		margin:0px -2px;
	}
	
	#main_right .movie_block h4 {
		font-size:13px;
		font-weight:normal;
		margin:-1px 0px 0px;
		padding:0px;
	}
	
	#main_right .movie_block h4 a {
		color:#002d4c;
	}
	
	#main_right .single_movie .movie_block {
		float:right;
		width:138px;
		margin:2px 7px 0px 0px;
			
	}
	
	#main_right .single_movie .movie_block2 {
		float:right;
		width:100px;
		margin:2px 7px 0px 0px;
	}
	
	#main_right .single_movie .movie_block .stars {
		text-align:center;
		float:none;
	}
	
	#main_right .single_movie .left {
		float:left;
		width:340px;
		text-align:right;
		color:#000000;
	}
	
	#main_right .single_movie .left2 {
		float:left;
		width:375px;
		text-align:right;
		color:#000000;
	}
	
	#main_right .single_movie .left h3 {
		color:#002d4c;
		font-size:17px;
		font-weight:normal;
		margin:0px;
		padding:0px;
	}
	
	#main_right .single_movie .left h3 a {
		color:#002d4c;
	}
	
	#main_right .single_movie .left .titles {
		font-size:11px;
		padding:0px 0px 7px;
	}
	
	#main_right .single_movie .left .titles .blue {
		color:#015a80;
	}
	
	#main_right .single_movie .left .titles .red {
		color:#c90000;
	}
	
	#main_right .single_movie .left .titles .green {
		color:#19821b;
	}
	
	#main_right .single_movie .left .titles .yellow {
		color:#bd6b00;
	}
	
	#main_right .single_movie .left .by {
		font-size:11px;
		color:#717171;
		padding:5px 0px 0px;
	}
	
	#main_right .single_movie .left .by a {
		font-size:11px;
		color:#717171;
		text-decoration:underline;
	}
	
	#main_right .login {
		background:url("img/login_bg.png");
		width:488px;
		text-align:right;
		color:#015a80;
		margin:5px 3px 0px;
	}
	
	#main_right .login .login_header {
		background:url("img/login_bg_header.png") top no-repeat;
	}
	
	#main_right .login .login_footer {
		background:url("img/login_bg_footer.png") bottom no-repeat;
		padding:0px 0px 5px;
	}
	
	#main_right .login .inputs {
		float:right;
		width:350px;
	}
	
	#main_right .login span {
		float:right;
		display:block;
		width:90px;
		margin:8px 8px 0px 10px;
		font-size:15px;
	}
	
	#main_right .login .text_input {
		background:url("img/login_input.png");
		border:none;
		outline:none;
		float:right;
		width:166px;
		height:21px;
		padding:2px;
		margin:5px 0px 0px;
	}
	
	#main_right .login .submit {
		float:left;
		text-align:left;
		width:50px;
	}
	
	#main_right .login .submit input {
		margin:35px -35px 0px 10px;
	}
	/* ---------- Main Right end ---------- */
	
	/* ---------- Main Left ---------- */
	#main_left {
		float:left;
		width:250px;
	}
	
	#main_left .pad {
		padding:3px 10px;
	}
	
	#main_left .hr {
		background:url("img/hr_left.png") no-repeat;
		height:31px;
		display:block;
	}
	
	#main_left .block {
		margin:20px 0px 0px;
		width:249px;
		background:url("img/left_block.png");
	}
	
	#main_left .block .top_blue {
		background:url("img/left_block_top_blue.png") top no-repeat;
	}

	#main_left .block .top_red {
		background:url("img/left_block_top_red.png") top no-repeat;
	}
	
	#main_left .block .bottom {
		background:url("img/left_block_bottom.png") bottom no-repeat;
		padding:0px 5px 7px;
	}
	
	#main_left .block .title {
		color:black;
		float:right;
		font-size:16px;
		font-weight:normal;
		padding:0px 10px;
		margin:0px;
		line-height:38px;
		height:51px;
	}

	#main_left .block .title span {
		color:#0f2d45;
	}
	
	#main_left .block .top_left {
		font-size:10px;
		float:left;
		padding:0px 0px 0px 10px;
		line-height:38px;
	}
	
	#main_left .channels a {
		float:right;
		margin-top:10px;
		margin-right:20px;
	}
	
	#main_left .show_more {
		text-align:left;
		font-size:10px;
		padding:0px 5px;
	}
	
	#main_left .flags {
		font-size:10px;
		text-align:center;
		color:#0a2f42;
	}
	
	#main_left .flags p {
		padding:0px;
	}
	
	#main_left .flags .flags_top {
		font-size:18px;
	}
	
	#main_left .stats {
		padding:4px 8px;
		color:#193b48;
        text-align:right;
	}
	
	#main_left .stats .blue {
		color:#204f60;
	}
	
	#main_left .comments {
		background:url("img/comments_block.png");
		width:229px;
		margin:0px auto;
        text-align:right;

	}
	
	#main_left .comments .top {
		background:url("img/comments_block_top.png") top no-repeat;
	}
	
	#main_left .comments .bottom {
		background:url("img/comments_block_bottom.png") bottom no-repeat;
		padding:0px 0px 7px;
	}
	
	#main_left .comments h4 {
		color:#818181;
		margin:0px;
		padding:0px;
		width:113px;
		height:44px;
		line-height:44px;
		font-size:16px;
		font-weight:normal;
		text-align:center;
	}
	
	#main_left .comments .right {
		float:right;
	}
	
	#main_left .comments .right_active {
		background:url("img/comments_block_title_right.png") no-repeat;
		color:#015a80;
	}
	
	#main_left .comments .left {
		float:left;
	}
	
	#main_left .comments .left_active {
		background:url("img/comments_block_title_left.png") no-repeat;
		color:#015a80;
	}
	
	#main_left .comments ol {
		padding:0px 30px 0px 5px;
		margin:0px;
	}
	
	#main_left .comments ol li {
		color:#015a80;
		padding:1px 0px;
		margin:0px;
	}
	
	#main_left .comments ol li h5 {
		font-size:13px;
		font-weight:normal;
		margin:0px;
		padding:0px;
	}
	
	#main_left .comments ol li p {
		font-size:10px;
		color:#949494;
		margin:0px;
		padding:0px;
	}
	
	#main_left .comments ol li p a {
		color:#949494;
		text-decoration:underline;
	}
	
	#main_left .white {
		background:white;
		padding:5px;
		margin:0px 5px;
		color:#8a8a8a;
		font-size:11px;
	}
	
	#main_left .white .biggest {
		color:#015a80;
		font-size:30px;
	}
	
	#main_left .white .bigger {
		color:#b00000;
		font-size:28px;
	}
	
	#main_left .white .big {
		color:#314e5b;
		font-size:21px;
	}
	
	#main_left .white .gray {
		color:#929292;
		font-size:18px;
	}
	
	#main_left .white .dark {
		color:black;
		font-size:18px;
	}
	/* ---------- Main Left end ---------- */
	
	/* ---------- Innert Footer ---------- */
	#inner_footer {
		margin:20px auto 0px !important;
	}
	
	#inner_footer ul {
		width:72px;
		padding:0px;
		margin:5px;
		float:right;
		list-style:none;
	}
	
	#inner_footer ul li {
		font-size:11px;
	}
	
	#inner_footer ul h5 {
		margin:0px;
		padding:0px;
		font-weight:normal;
		font-size:13px;
		color:black;
	}
	
	#inner_footer a:hover {
        background:none;
    }
	/* ---------- Innert Footer end ---------- */
/* ---------- Main end ---------- */

/* ---------- Footer ---------- */
#footer {
	background:url("img/footer.png") repeat-x #dde0e2;
	min-height:57px;
	height:auto !important;
	height:57px;
	padding:3px 0px 0px;
}

#footer #warp {
	width:800px;
	margin:auto;
	text-align:right;
}

#footer #left {
	float:left;
	text-align:left;
	direction:ltr;
	font-size:10px;
}

#footer #left strong {
	font-size:11px;
}

#footer #left img {
	float:left;
	display:block;
	margin:0px 3px 0px 0px;
}

#footer #right {
	float:right;
	font-size:10px;
	padding:0px 20px 0px 0px;
}

#footer #right #top {
	margin:0px -20px 0px 0px;
	font-size:11px;
}
/* ---------- Footer end ---------- */