* { padding:0; margin:0; }
body {
	font-family: arial;
	font-size: 11px;
	color: #666666;
	text-align:center;
	/*background-image:url(../images/bg.gif);*/
}
a {
	color: #333333;
}
a:hover {
	text-decoration: none; color: #000000;
}
a img {
	border: none;
}

#top_bg {
	width:980px;
	height:20px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background-image:url(../images/top_bg.png);
	background-repeat:no-repeat;
}
#top {
	width:970px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
#top .top {
	/*min-height:130px;*/
	position:relative;
	float:left;
	background-image:url(../images/bg.png);
	background-repeat:repeat-y;
}
#top .news {
	float:left;
	width:230px;
}
#top .news .new {
	float:left;
	margin-bottom:10px;
}
#top .news .new .date {
	float:left;
	width:61px;
	text-align:center;
	color:#999999;
	border-right:1px solid #E4E4E4;
}
#top .news .new .date span {
	font-size:24px;
	font-weight:bold;
	color:#0066CC;
	display:block;
	line-height:20px;
}
#top .news .new .date p {
	font-size:9px;
	color:#666666;
	display:block;
}



#top .news .new .text {
	float:right;
	width:130px;
	text-align:left;
	margin:0px 10px 0 10px;
}
#top .news .new .text a {
	color:#666666;
	text-decoration:none;
}
#top .news .new .text a:hover {
	color:#0066CC;
	border-bottom:1px dashed #0066CC;
}




#top .advertis {
	float:right;
	width:740px;
	text-align:left;
}
#top .navigation {
	float:left;
	text-align:left;
	width:970px;
	height:30px;
	line-height:30px;
}
#top .navigation .all_news {
	float:left;
	width:232px;
	text-align:right;
}
#top .navigation .all_news a {
	margin-right:12px;
	color:#0066CC;
	border-bottom:1px dashed #0066CC;
	text-decoration:none;
}
#top .navigation .all_news a:hover {
	border:0;
}
#top .navigation {
	float:left;
	text-align:left;
	width:970px;
	height:30px;
}
#top .navigation .menu {
	list-style:none;
}
#top .navigation .menu li {
	display:inline;
}
#top .navigation .menu li a {
	font-size:13px;
	color:#333333;
	text-decoration:none;
	float:left;
	padding:0 9px;
}
#top .navigation .menu li a:hover {
	color:#0066CC;
	text-decoration:underline;
}
#top .navigation .menu .active a:link, #top .navigation .menu .active a:visited{
    display:block;
    float:left;
    height:30px;
    background:url(../images/top_menu_active.png) no-repeat right 0px;
    color:#333333;
    font-weight:bold;
    text-decoration:none;
    padding-right:15px;
}
#top .navigation .menu .active span{
    display:block;
    float:left;
    height:30px;
    background:url(../images/top_menu_active.png) no-repeat left 0px;
    padding-left:5px;
    line-height:30px;
    cursor:pointer;
}

#top .top .welcome {
	top:30px;
	height: 30px;
	/*left:720px;*/
	text-align:right;
	/*width:236px;*/
	margin-right: 10px;
	color: #ff0000;
	font-weight: bold;
}
#top .top .welcome a {
	color:#ff0000;
	border-bottom:1px dashed #ff0000;
	text-decoration:none;
	font-weight: bold;
}
#top .top .welcome a:hover {
	border:0;
}



/* search */
#search {
	width:1000px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
#search .search {
	width:1000px;
	height:99px;
	position:relative;
	float:left;
	background-image:url(../images/search_bg.png);
	background-repeat:no-repeat
}
#search .search .logo {
	width:242px;
	position:relative;
	float:left;
	text-align:center;
}
#search .search .logo a {
	position:absolute;
	top:25px;
	left:40px;
}
#search .search .search_form {
	width:754px;
	position:relative;
	float:right;
	text-align:left;
}
#search .search .search_form .input_text {
	position:absolute;
	top:30px;
	left:0px;
	width:563px;
	height:40px;
	line-height:40px;
	border:1px solid #CC9900;
	font-size:22px;
	/*color:#CCCCCC;*/
	color: #333;
	padding:0 10px;
}
#search .search .search_form .form_submit {
	position:absolute;
	top:30px;
	left:600px;
	background:url(../images/search_button.png) no-repeat left 0px;
	line-height:44px;
	width:129px;
	text-decoration:none;
}
#search .search .search_form .form_submit:hover {
	position:absolute;
	top:30px;
	left:600px;
	background:url(../images/search_button.png) no-repeat left -44px;
	line-height:44px;
	width:129px;
}



#search .search .search_form .search_example {
	position:absolute;
	top:78px;
	left:0px;
	color:#333333;
}
#search .search .search_form .search_example a {
	color:#333;
	border-bottom:1px dashed #333;
	text-decoration:none;
}
#search .search .search_form .search_example a:hover {
	border:0;
}
#search .search .search_form .more_search {
	position:absolute;
	top:78px;
	left:449px;
}
#search .search .search_form .more_search a {
	color:#333;
	font-weight:bold;
	line-height:13px;
	background-image:url(../images/more_rearch.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:20px;
}

/* content */
#content {
	width:970px;
	/*position:relative;*/
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
#content .content {
	width:970px;
	min-height:500px;
	position:relative;
	float:left;
	background-image:url(../images/bg.png);
	background-repeat:repeat-y;
	padding-top:19px;
}


/* content left block */
#content .content .left {
}

/* movies menu */
#content .content .left .movies_menu  {
	float:left;
	margin-bottom:10px;

}
#content .content .left .movies_menu .zag  {
	width:160px;
	height:32px;
	background-image:url(../images/movies_menu_bg.png);
	background-repeat:no-repeat;
	line-height:32px;
	padding-left:10px;
	color:#FFFFFF;
	font-size:16px;
}
#content .content .left .movies_menu ul, #content .content .left .movies_menu li {border:0; margin:0; padding:0; list-style:none;}
#content .content .left .movies_menu a {
	color:#333;
	text-decoration:none;
	padding-left:10px;
    float:left;
	width:160px;
	line-height:31px;
	background:url(../images/movies_menu.png) no-repeat left 0px;
	width:160px;
}
#content .content .left .movies_menu a:hover {
	color:#333;
	line-height:31px;
	background:url(../images/movies_menu.png) no-repeat left -31px;
	width:160px;
	color:#FFFFFF;
}
#content .content .left .movies_menu .active a {
	color:#FFFFFF;
	line-height:31px;
	background:url(../images/movies_menu.png) no-repeat left -31px;
	width:160px;
}

/* serials menu */
#content .content .left .serials_menu  {
	float:left;
	margin-bottom:10px;

}
#content .content .left .serials_menu .zag  {
	width:160px;
	height:32px;
	background-image:url(../images/serials_menu_bg.png);
	background-repeat:no-repeat;
	line-height:32px;
	padding-left:10px;
	color:#FFFFFF;
	font-size:16px;
}
#content .content .left .serials_menu ul, #content .content .left .serials_menu li {border:0; margin:0; padding:0; list-style:none;}
#content .content .left .serials_menu a {
	color:#333;
	text-decoration:none;
	padding-left:10px;
    float:left;
	width:160px;
	line-height:31px;
	background:url(../images/serials_menu.png) no-repeat left 0px;
	width:160px;
}
#content .content .left .serials_menu a:hover {
	color:#FFFFFF;
	line-height:31px;
	background:url(../images/serials_menu.png) no-repeat left -31px;
	width:160px;
}
#content .content .left .serials_menu .active a {
	color:#FFFFFF;
	line-height:31px;
	background:url(../images/serials_menu.png) no-repeat left -31px;
	width:160px;
}

/* tv menu */
#content .content .left .tv_menu  {
	float:left;
	margin-bottom:10px;

}
#content .content .left .tv_menu .zag  {
	width:160px;
	height:32px;
	background-image:url(../images/tv_menu_bg.png);
	background-repeat:no-repeat;
	line-height:32px;
	padding-left:10px;
	color:#FFFFFF;
	font-size:16px;
}
#content .content .left .tv_menu ul, #content .content .left .tv_menu li {border:0; margin:0; padding:0; list-style:none;}
#content .content .left .tv_menu a {
	color:#333;
	text-decoration:none;
	padding-left:10px;
    float:left;
	width:160px;
	line-height:31px;
	background:url(../images/tv_menu.png) no-repeat left 0px;
	width:160px;
}
#content .content .left .tv_menu a:hover {
	color:#FFFFFF;
	line-height:31px;
	background:url(../images/tv_menu.png) no-repeat left -31px;
	width:160px;
}
#content .content .left .tv_menu .active a {
	color:#FFFFFF;
	line-height:31px;
	background:url(../images/tv_menu.png) no-repeat left -31px;
	width:160px;
}

/* games menu */
#content .content .left .games_menu  {
	float:left;
	margin-bottom:10px;

}
#content .content .left .games_menu .zag  {
	width:160px;
	height:32px;
	background-image:url(../images/games_menu_bg.gif);
	background-repeat:no-repeat;
	line-height:32px;
	padding-left:10px;
	color:#FFFFFF;
	font-size:16px;
}
#content .content .left .games_menu ul, #content .content .left .games_menu li {border:0; margin:0; padding:0; list-style:none;}
#content .content .left .games_menu a {
	color:#333;
	text-decoration:none;
	padding-left:10px;
    float:left;
	width:160px;
	line-height:31px;
	background:url(../images/games_menu.png) no-repeat left 0px;
	width:100%;
}
#content .content .left .games_menu a:hover {
	color:#FFFFFF;
	line-height:31px;
	background:url(../images/games_menu.png) no-repeat left -31px;
	width:100%;
}
#content .content .left .games_menu .active a {
	color:#FFFFFF;
	line-height:31px;
	background:url(../images/games_menu.png) no-repeat left -62px;
	width:100%;
}

#content .content .left .advertis {
	margin-top:10px;
	float:left;
	width: 160px;
	word-wrap: break-word;
}
/*
Вариант 1 для отображения баннеров
*/
#content .content .left .advertis table.PC_Links_Block table td a {
	display:block;
	width:77px;
	word-wrap:break-word;
}
/*
Вариант 2 для отображения баннеров
#content .content .left .advertis table.PC_Links_Block table td {
	display:block;
	width:px;
	word-wrap:break-word;
}

*/












/* content right block */
#content .content .right {
	float:left;
	/*width:240px;*/
}
#content .content .right .advertis {
	margin-bottom:10px;
}

/* last 10 */
#content .content .right .block {
}

#content .content .right .block .block_title {
	font-size:16px;
	font-weight:100;
	color: #ffffff;
	height: 31px;
	margin:0;
	text-align: center;
	vertical-align: middle;
	line-height: 31px;
	background-image: url('../images/right_menu_title.png');
	background-repeat:no-repeat;
}

#content .content .right .block .block_content {
	border: 1px solid #83B6EB;
	border-top: 0 none;
	padding: 5px 10px 5px 10px;
}

#content .content .right .block .faq a {
	text-decoration: none;
	font-size: 14px;
	border-bottom:1px dashed #0066CC;
	color:#0066CC;
	font-weight: bold;
	line-height: 150%;
}


/* last 10 */
#content .content .right .last_10 {
}

#content .content .right .last_10 .last_10_title {
	font-size:16px;
	font-weight:100;
	color: #ffffff;
	height: 31px;
	margin:0;
	text-align: center;
	vertical-align: middle;
	line-height: 31px;
	background-image: url('../images/right_menu_title.png');
	background-repeat:no-repeat;
}

#content .content .right .last_10 .last_10_content {
	border: 1px solid #83B6EB;
	border-top: 0 none;
	padding: 10px 9px;
}

#content .content .right .last_10 .last_10_content .last_10_comment {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #E9E8E8;
}

#content .content .right .last_10 .last_10_content .last_10_text .avatar {
	padding: 0px 5px 5px 0px;
	width:60px;
	float: left;
}

#content .content .right .last_10 .last_10_content .last_10_comment_last {
	border-bottom: 0px none;
}

#content .content .right .last_10 .last_10_content .last_10_film {
	text-decoration: none;
	font-size: 14px;
	border-bottom:1px dashed #0066CC;
	color:#0066CC;
	font-weight: bold;
}

#content .content .right .last_10 .last_10_content .last_10_text {
	padding: 4px 0 0 0px;
	text-align: justify;
}

#content .content .right .last_10 .last_10_content .last_10_text a {
	text-decoration: none;
}

#content .content .right .last_10 .last_10_content div.last_10_user {
	width: 100%;
	text-align: right;
	padding: 2px 0 0 0;
}

#content .content .right .last_10 .last_10_content .last_10_user a {
	color:#666666;
	text-decoration: none;
	border-bottom: 1px dashed #666666;
}


#content .content .right .last_10 .last_10_download_img {
	padding: 4px 0 4px 0;
	width: 40;
	text-align: center;
}

#content .content .right .last_10 .last_10_download {
	padding: 4px 0 4px 0;
}

#content .content .right .last_10 .last_10_download_link {
	padding: 0 0 6px 0;
}

#content .content .right .last_10 .last_10_download_link a {
	border-bottom:1px dashed #0066CC;
	color:#0066CC;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

/* bottom_bg content */
#bottom_bg {
	width:980px;
	height:20px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
}
#bottom_bg div {
	float:left;
	width:980px;
	height:20px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background-image:url(../images/bottom_bg.png);
	background-repeat:no-repeat;
	margin-bottom:18px;
    margin-left: 5px;
}


/* bottom */
#bottom {
	width:100%;
	height:126px;
	position:relative;
	float:left;
	background-image:url(../images/bottom_bg.gif);
	background-repeat:repeat-x;
	text-align:center;
}
#bottom .bottom {
	width:940px;
	height:126px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

/* bottom left */
#bottom .bottom .left {
	width:284px;
	height:126px;
	position:relative;
	text-align:left;
	float:left;
	color:#333;
}
#bottom .bottom .left img {
	margin-top:28px;
}
#bottom .bottom .left p {
	line-height:25px;
}
#bottom .bottom .left span {
	font-weight:bold;
}
#bottom .bottom .left a {
	color:#0066CC;
}



/* bottom center */
#bottom .bottom .center {
	width:435px;
	height:126px;
	position:relative;
	text-align:left;
	float:left;
}
#bottom .bottom .center ul {
	float:left;
	margin-top:28px;
	padding-right:50px;
	list-style-type:square;
	color:#333;
}
#bottom .bottom .center a {
	line-height:18px;
	text-decoration:none;
	border-bottom:1px dashed #333;
}
#bottom .bottom .center a:hover {
	border:0;
}



/* bottom right */
#bottom .bottom .right {
	width:220px;
	height:126px;
	position:relative;
	text-align:left;
	float:left;
}
#bottom .bottom .right img {
	margin-top:28px;
}





















/* content glav */
#content .content .center_glav {
	float:left;
	width:515px;
}
#content .content .center_glav h1 {
	padding:0;
	margin:0;
	line-height:24px;
	font-size:28px;
	color:#333;
	font-weight:100;
}


#content .content .center_glav ul, #content .content .center_glav li {border:0; margin:0; padding:0; list-style:none;}
#content .content .center_glav ul{
	width:515px;
	margin-top:20px;
    border-bottom:solid 1px #83B6EB;
    height:29px;
}
#content .content .center_glav li{
    float:left;
    margin-right:2px;
}
#content .content .center_glav .block_menu a:link, #content .content .center_glav .block_menu a:visited{
    display:block;
    float:left;
    height:30px;
    background:url(../images/block_menu.png) no-repeat right -30px;
    color:#333;
    text-decoration:none;
    padding-right:14px;
}
#content .content .center_glav .block_menu a span{
    display:block;
    float:left;
    height:30px;
    background:url(../images/block_menu.png) no-repeat left -30px;
    padding-left:14px;
    line-height:30px;
    cursor:pointer
}
#content .content .center_glav .block_menu a:hover{
    background:url(../images/block_menu.png) no-repeat right -60px;
}
#content .content .center_glav .block_menu a:hover span{
    background:url(../images/block_menu.png) no-repeat left -60px;
}
#content .content .center_glav .block_menu .active a:link, #content .content .center_glav .block_menu .active a:visited, #content .content .center_glav .block_menu .active a:visited, #content .content .center_glav .block_menu .active a:hover{
    background:url(../images/block_menu.png) no-repeat right 0;
	font-weight:bold;
}
#content .content .center_glav .block_menu .active a span, #content .content .center_glav .block_menu .active a:hover span{
    background:url(../images/block_menu.png) no-repeat left 0;
}
#content .content .center_glav .block {
	border-left:solid 1px #83B6EB;
	border-right:solid 1px #83B6EB;
	border-bottom:solid 1px #83B6EB;
	width:513px;
    float: left;
	min-height:200px;
	padding-top:20px;
	margin-bottom:30px;
    padding-bottom:35px;
}
#content .content .center_glav .movie {
	width:167px;
	height:350px;
    float:left;
    margin:2px;
	background-color:#FFFFFF;
	position:relative;
	cursor:pointer;
    text-align:center;
}

#content .content .center_glav .movie .img{
    height:248px;
}
#content .content .center_glav .movie:hover {
	background-color:#EAF4FE;
}
#content .content .center_glav .block .movie img {
    padding:1px;

}
#content .content .center_glav .block .movie a {
    border-bottom: 1px dashed #0066CC;
	font-size:12px;
    margin:3px;
	text-decoration:none;
	color:#0066CC;
	font-weight:bold;
}
#content .content .center_glav .block .movie a:hover {
	border:0;
}
#content .content .center_glav .block .movie p {
	color:#333;
    font-size:9px;
	font-weight:bold;
	line-height:24px;
    padding-top:5px;
    text-align:right;
}
#content .content .center_glav .block .movie span {
	position:absolute;
}

#content .content .center_glav .block .movie .downloads span {
	position:relative;
	color:#333;
	font-weight:100;
}
#content .content .center_glav .block .movie .quality {
    font-size: 11px;
}
#content .content .center_glav .block .movie .rating {
	color:#339900;
	font-size:18px;
	left:110px;
}
#content .content .center_glav .block .movie .download {
	left:40px;
    padding-top:10px;
    bottom:2px;
}
#content .content .center_glav .block .movie .download a {
	line-height:20px;
	height:20px;
	display:block;
	background-image:url(../images/movie_block_download_bg.gif);
	background-repeat:repeat-x;
	font-size:11px;
	color:#FFFFFF;
	padding:0 20px;
	border:1px solid #0C5BAA;
}
#content .content .center_glav .block .movie .download a:hover {
	border:1px solid #0C5BAA;
}
#content .content .center_glav .block .more {
	background-image:url(../images/movie_block_more.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:22px;
	height:37px;
	line-height:37px;
	margin-left:10px;
}
#content .content .center_glav .block .more a {

	border-bottom:1px dashed #0066CC;
	color:#0066CC;
	text-decoration:none;
}
#content .content .center_glav .block .more a:hover {
	border:0;
}









/* janri menu */
#content .content .left .janri_menu  {
	width:160px;
	float:left;
	margin-bottom:10px;
	background-color:#F3F9FF;
	background-image:url(../images/janri_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#content .content .left .janri_menu .zag  {
	width:160px;
	height:32px;
	background-image:url(../images/janri_menu_bg.gif);
	background-repeat:no-repeat;
	line-height:32px;
	padding-left:10px;
	color:#FFFFFF;
	font-size:16px;
}
#content .content .left .janri_menu input  {
	display:none;
}
#content .content .left .janri_menu ul, #content .content .left .janri_menu li {border:0; margin:0; padding:0; list-style:none;}
#content .content .left .janri_menu ul {
	border-left:1px solid #A8CFF6;
	border-right:1px solid #A8CFF6;
	width:158px;
}
#content .content .left .janri_menu li {
	padding-right:10px;
	padding-left:10px;
	line-height:25px;
	display:block;
	cursor:pointer;
}
#content .content .left .janri_menu li:hover {
	background-color:#D7EBFF;
}
#content .content .left .janri_menu li a {
	text-decoration:none;

}
#content .content .left .janri_menu li span {
	border-bottom:1px dashed #333;

}
#content .content .left .janri_menu li span:hover {
	border:0;
}
#content .content .left .janri_menu li a:hover {
	text-decoration:none;
}
.fakecheck {
	background: url(../images/checkbox.gif) no-repeat;
	height: 16px;
	padding: 1px 0 0 20px;
	color: #333;
	text-decoration:none;

}
.fakechecked {
	background-position: left -26px;
}

#content .content .left .janri_menu .janri_more {
	width:128px;
	background: url(../images/janri_more.gif) no-repeat;
	height:30px;
	line-height:30px;
	padding-left:30px;
	border-left:1px solid #A8CFF6;
	border-right:1px solid #A8CFF6;
	margin-bottom:4px;
}
#content .content .left .janri_menu .janri_more a {
	border-bottom:1px dashed #333;
	text-decoration:none;
}
#content .content .left .janri_menu .janri_more a:hover {
	border:0;
}
#content .content .left .janri_menu .janri_hide {
	width:128px;
	background: url(../images/janri_hide.gif) no-repeat;
	height:30px;
	line-height:30px;
	padding-left:30px;
	border-left:1px solid #A8CFF6;
	border-right:1px solid #A8CFF6;
	margin-bottom:4px;
}
#content .content .left .janri_menu .janri_hide a {
	border-bottom:1px dashed #333;
	text-decoration:none;
}
#content .content .left .janri_menu .janri_hide a:hover {
	border:0;
}














/* years menu */
#content .content .left .years_menu  {
	width:160px;
	float:left;
	margin-bottom:10px;
	background-color:#F3F9FF;
	background-image:url(../images/janri_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#content .content .left .years_menu .zag  {
	width:160px;
	height:32px;
	background-image:url(../images/janri_menu_bg.gif);
	background-repeat:no-repeat;
	line-height:32px;
	padding-left:10px;
	color:#FFFFFF;
	font-size:16px;
}
#content .content .left .years_menu input  {
	display:none;
}
#content .content .left .years_menu ul, #content .content .left .years_menu li {border:0; margin:0; padding:0; list-style:none;}
#content .content .left .years_menu ul {
	border-left:1px solid #A8CFF6;
	border-right:1px solid #A8CFF6;
	width:158px;
	padding-bottom:5px;
}
#content .content .left .years_menu li {
	padding-right:10px;
	padding-left:10px;
	line-height:25px;
	display:block;
}
#content .content .left .years_menu li:hover {
	background-color:#D7EBFF;
}
#content .content .left .years_menu li a {
	text-decoration:none;

}
#content .content .left .years_menu li span {
	border-bottom:1px dashed #333;

}
#content .content .left .years_menu li span:hover {
	border:0;
}
#content .content .left .years_menu li a:hover {
	text-decoration:none;
}

#content .content .left .years_menu .years {
	margin-bottom:4px;
}


/* content spisok */



#content .content .center_spisok {
	float:left;
	width:515px;
}

/* news */
#content .content .center_spisok .news {
	margin: 10px 10px 10px 10px;
}

/* filter */
#content .content .center_spisok .filter {
	height:60px;
	width:515px;
	background-image:url(../images/center_spisok_filter_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #84B7EB;
	position:relative;
}
#content .content .center_spisok .filter .quality {
	position:absolute;
	top:9px;
	left:10px;
	color:#333;
}
#content .content .center_spisok .filter .show {
	position:absolute;
	top:10px;
	left:378px;
	color:#333;
}
#content .content .center_spisok .filter .show span {
	color:#0F6FCF;
}
#content .content .center_spisok .filter .selects {
	position:absolute;
	top:30px;
	left:10px;
	color:#333;
}
/* end filter */

#content .content .center_spisok .top_menu {
	height:30px;
	line-height:30px;
	margin:10px 0;
	position:relative;
}
#content .content .center_spisok .top_menu .list {
	height:30px;
	background-image:url(../images/spisok_top_menu_1.gif);
	line-height:30px;
	display:block;
	width:90px;
	background-position: left -30px;
	float:left;
	margin-right:5px;
}
#content .content .center_spisok .top_menu .list:hover {
	background-position: left 0;
}


#content .content .center_spisok .top_menu .small {
	height:30px;
	background-image:url(../images/spisok_top_menu_2.gif);
	line-height:30px;
	display:block;
	width:78px;
	background-position: left -30px;
	float:left;
	margin-right:5px;
}
#content .content .center_spisok .top_menu .small:hover {
	background-position: left 0;
}
#content .content .center_spisok .top_menu .more {
	height:30px;
	background-image:url(../images/spisok_top_menu_3.gif);
	line-height:30px;
	display:block;
	width:98px;
	background-position: left -30px;
	float:left;
	margin-right:5px;
}
#content .content .center_spisok .top_menu .more:hover {
	background-position: left 0;
}

#content .content .center_spisok .top_menu .active {
	background-position: left 0;
}

#content .content .center_spisok .top_menu .paginators {
	position:absolute;
	top:0px;
	left:328px;
	color:#333;
	font-size:12px;
}
#content .content .center_spisok .top_menu .paginators span {
	color:#0066CC;
}
#content .content .center_spisok .top_menu .paginators a {
	color:#666;
	text-decoration:none;
}
#content .content .center_spisok .top_menu .paginators a:hover {
	color:#0066CC;
}

#content .content .center_spisok .sort {
	height:32px;
	line-height:32px;
	background-color:#F3F3F3;
	width:515px;
}
#content .content .center_spisok .sort .sort_by {
	display:inline;
	font-weight:bold;
	color:#333;
	padding:0 10px;
	float:left;
}
#content .content .center_spisok .sort ul, #content .content .center_spisok .sort li {border:0; margin:0; padding:0; list-style:none; float:left;}
#content .content .center_spisok .sort a {
	text-decoration:none;
	padding:0 8px;
	color:#666;
}
#content .content .center_spisok .sort a:hover {
	color:#0066CC;
}
#content .content .center_spisok .sort .active a {
	font-weight:bold;
	color:#0066CC;
}
#content .content .center_spisok .sort .str {
	background-image:url(../images/str.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin-right:5px;
}
#content .content .center_spisok .sort .str_up {
	background-image:url(../images/str_up.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin-right:5px;
}





/* news list */
#content .content .center_spisok .news_list {
	border-bottom:solid 1px #E9E8E8;
	width:495px;
	/*height:102px;*/
	background-color:#FFFFFF;
	padding:5px 10px;
	position:relative;
	padding-top:10px;
	cursor:pointer;
}
#content .content .center_spisok .news_list:hover {
	background-color:#EAF4FE;
}
#content .content .center_spisok .news_list a {
	font-size:14px;
	text-decoration:none;
	border-bottom:1px dashed #0066CC;
	color:#0066CC;
	font-weight:bold;
}
#content .content .center_spisok .news_list a:hover {
	border:0;
}




/* middle list */
#content .content .center_spisok .middle_list {
	border-bottom:solid 1px #E9E8E8;
	width:495px;
	height:102px;
	background-color:#FFFFFF;
	padding:0 10px;
	position:relative;
	padding-top:10px;
	cursor:pointer;
}
#content .content .center_spisok .middle_list:hover {
	background-color:#EAF4FE;
}
#content .content .center_spisok .middle_list img {
	padding-right:10px;
}
#content .content .center_spisok .middle_list a {
	font-size:14px;
	text-decoration:none;
	border-bottom:1px dashed #0066CC;
	color:#0066CC;
	font-weight:bold;
}
#content .content .center_spisok .middle_list a:hover {
	border:0;
}
#content .content .center_spisok .middle_list .dvdrip {
	color:#333;
	font-weight:bold;
	line-height:24px;
}
#content .content .center_spisok .middle_list p {
	color:#666;
	line-height:16px;
}
#content .content .center_spisok .middle_list p span {
	color:#333;
}



#content .content .center_spisok .middle_list .icons {
	position:absolute;
	top:15px;
	left:393px;
	width:120px;
}
#content .content .center_spisok .middle_list .icons a {
	background-image:url(../images/middle_icons.gif);
	width:18px;
	float:left;
	height:17px;
	border:0;
	margin:0 6px;
}
#content .content .center_spisok .middle_list .icons .icon_1 {
	background-position: left 0;
}
#content .content .center_spisok .middle_list .icons .icon_2 {
	background-position: left -18px;
}
#content .content .center_spisok .middle_list .icons .icon_3 {
	background-position: left -36px;
}
#content .content .center_spisok .middle_list .icons .icon_4 {
	background-position: left -54px;
}
#content .content .center_spisok .middle_list .rating {
	position:absolute;
	top:42px;
	/*left:400px;*/
	right: 115px;
	color:#339900;
	font-size:18px;
}
#content .content .center_spisok .middle_list .rating img {
	position:absolute;
	left:0px;
}
#content .content .center_spisok .middle_list .rating .img_2 {
	top:16px;
	position:absolute;
	left:0px;
}
#content .content .center_spisok .middle_list .rating span {
	position:absolute;
	top:-1px;
	left:70px;
}

#content .content .center_spisok .middle_list .rating_video {
	position:absolute;
	top:34px;
	right: 125px;
	color:#333;
	font-weight:bold;
	line-height:24px;
}
#content .content .center_spisok .middle_list .rating_audio {
	position:absolute;
	top:50px;
	right: 125px;
	color:#333;
	font-weight:bold;
	line-height:24px;
}


#content .content .center_spisok .middle_list .download {
	position:absolute;
	top:74px;
	left:420px;
}
#content .content .center_spisok .middle_list .download a {
	line-height:20px;
	height:20px;
	display:block;
	background-image:url(../images/movie_block_download_bg.gif);
	background-repeat:repeat-x;
	font-size:11px;
	color:#FFFFFF;
	padding:0 20px;
	border:1px solid #0C5BAA;
}
#content .content .center_spisok .middle_list .download a:hover {
	border:1px solid #0C5BAA;
}



/* small list */
#content .content .center_spisok .small_list {
	border-bottom:solid 1px #E9E8E8;
	width:495px;
	height:68px;
	background-color:#FFFFFF;
	padding:0 10px;
	position:relative;
	padding-top:17px;
	cursor:pointer;
}
#content .content .center_spisok .small_list:hover {
	background-color:#EAF4FE;
}
#content .content .center_spisok .small_list img {
	padding-right:10px;
}
#content .content .center_spisok .small_list a {
	font-size:14px;
	text-decoration:none;
	border-bottom:1px dashed #0066CC;
	color:#0066CC;
	font-weight:bold;
}
#content .content .center_spisok .small_list a:hover {
	border:0;
}
#content .content .center_spisok .small_list .dvdrip {
	position:absolute;
	color:#333;
	font-weight:bold;
	line-height:15px;
	width:110px;
	text-align:center;
	top:30px;
	left:190px;
}
#content .content .center_spisok .small_list p {
	color:#666;
	line-height:30px;
}
#content .content .center_spisok .small_list p span {
	color:#333;
}



#content .content .center_spisok .small_list .icons {
	position:absolute;
	top:10px;
	left:393px;
	width:120px;
}
#content .content .center_spisok .small_list .icons a {
	background-image:url(../images/middle_icons.gif);
	width:18px;
	float:left;
	height:17px;
	border:0;
	margin:0 6px;
}
#content .content .center_spisok .small_list .icons .icon_1 {
	background-position: left 0;
}
#content .content .center_spisok .small_list .icons .icon_2 {
	background-position: left -18px;
}
#content .content .center_spisok .small_list .icons .icon_3 {
	background-position: left -36px;
}
#content .content .center_spisok .small_list .icons .icon_4 {
	background-position: left -54px;
}
#content .content .center_spisok .small_list .rating {
	position:absolute;
	top:35px;
	left:310px;
	color:#339900;
	font-size:18px;
}
#content .content .center_spisok .small_list .rating img {
	position:absolute;
	left:0px;
}
#content .content .center_spisok .small_list .rating .img_2 {
	top:12px;
	position:absolute;
	left:0px;
}
#content .content .center_spisok .small_list .rating span {
	position:absolute;
	top:-1px;
	left:70px;
}



#content .content .center_spisok .small_list .download {
	position:absolute;
	top:35px;
	left:420px;
}
#content .content .center_spisok .small_list .download a {
	line-height:20px;
	height:20px;
	display:block;
	background-image:url(../images/movie_block_download_bg.gif);
	background-repeat:repeat-x;
	font-size:11px;
	color:#FFFFFF;
	padding:0 20px;
	border:1px solid #0C5BAA;
}
#content .content .center_spisok .small_list .download a:hover {
	border:1px solid #0C5BAA;
}


/* big list */
#content .content .center_spisok .big_list {
	/*border-bottom:solid 1px #E9E8E8;*/
	width:495px;
	height:290px;
	background-color:#FFFFFF;
	padding:0 10px;
	position:relative;
	padding-top:10px;
	cursor:pointer;
}
#content .content .center_spisok .big_list:hover {
	background-color:#EAF4FE;
}
#content .content .center_spisok .big_list img {
    padding-bottom:5px;
    float:left;
}
#content .content .center_spisok .big_list table .right_column {
    padding-left:10px;
}
#content .content .center_spisok .big_list a {
	font-size:14px;
	text-decoration:none;
	border-bottom:1px dashed #0066CC;
	color:#0066CC;
	font-weight:bold;
    text-transform:capitalize;
}
#content .content .center_spisok .big_list a:hover {
	border:0;
}
#content .content .center_spisok .big_list .dvdrip {
	position:absolute;
	color:#333;
	font-weight:bold;
	line-height:15px;
	width:110px;
	text-align:center;
	top:37px;
	left:280px;
}
#content .content .center_spisok .big_list p {
	color:#666;
	line-height:16px;
}

#content .content .center_spisok .big_list p.description {
	display: table;
}

#content .content .center_spisok .big_list div {
	color:#666;
	line-height:16px;
}

#content .content .center_spisok .big_list div.description {
	display: table;
}

#content .content .center_spisok .big_list .spacer {
	line-height:10px;
}
#content .content .center_spisok .big_list p span {
	color:#333;
}



#content .content .center_spisok .big_list .icons {
	position:absolute;
	top:15px;
	left:393px;
	width:120px;
}
#content .content .center_spisok .big_list .icons a {
	background-image:url(../images/middle_icons.gif);
	width:18px;
	float:left;
	height:17px;
	border:0;
	margin:0 6px;
}
#content .content .center_spisok .big_list .icons .icon_1 {
	background-position: left 0;
}
#content .content .center_spisok .big_list .icons .icon_2 {
	background-position: left -18px;
}
#content .content .center_spisok .big_list .icons .icon_3 {
	background-position: left -36px;
}
#content .content .center_spisok .big_list .icons .icon_4 {
	background-position: left -54px;
}
#content .content .center_spisok .big_list .rating {
	/*position:absolute;*/
	top:42px;
	/*left:400px;*/
	right: 115px;
	color:#339900;
	font-size:18px;

}
#content .content .center_spisok .big_list .rating img {
	position:absolute;
	left:0px;
}
#content .content .center_spisok .big_list .rating .img_2 {
	position:absolute;
	/*
	top:16px;
	left:0px;
	*/
	left:77px;
}
#content .content .center_spisok .big_list .rating span {
	position:absolute;
	/*
	top:-1px;
	left:70px;
	*/
	top: 240px;
	left:36px;
}

#content .content .center_spisok .big_list .rating_video {
	/*
	position:absolute;
	top:34px;
	right: 125px;
	line-height:24px;
	*/
	color:#333;
	font-weight:bold;
}
#content .content .center_spisok .big_list .rating_audio {
	/*
	position:absolute;
	top:50px;
	right: 125px;
	line-height:24px;
	*/
	color:#333;
	font-weight:bold;
}


#content .content .center_spisok .big_list .download {
	position:absolute;
	/*
	top:170px;
	*/
	left:420px;
}
#content .content .center_spisok .big_list .download a {
	line-height:20px;
	height:20px;
	display:block;
	background-image:url(../images/movie_block_download_bg.gif);
	background-repeat:repeat-x;
	font-size:11px;
	color:#FFFFFF;
	padding:0 20px;
	border:1px solid #0C5BAA;
}
#content .content .center_spisok .big_list .download a:hover {
	border:1px solid #0C5BAA;
}


/* paginator */
#content .content .center_spisok .paginator {
	text-align:center;
	padding:0 120px;
	margin-bottom:40px;
}
#content .content .center_spisok .paginator ul, #content .content .center_spisok .paginator li {border:0; margin:0; padding:0; list-style:none; height:26px; line-height:26px;}
#content .content .center_spisok .paginator li {
	display:inline;

}
#content .content .center_spisok .paginator a {
	width:20px;
	float:left;
	height:26px;
	background-color:#F9F9F9;
	border:1px solid #E4E4E4;
	margin:10px 2px;
	text-decoration:none;
}
#content .content .center_spisok .paginator a:hover {
	background-color:#F3F9FF;
	border:1px solid #A8CFF6;
}
#content .content .center_spisok .paginator .active a {
	background-color:#0066CC;
	border:1px solid #004488;
	color:#FFFFFF;

}

#content .content .center_spisok .paginator span {
	width:20px;
	float:left;
	height:26px;
	margin:10px 2px;
}




/* center */
#content .content .center {
	float:left;
	width:515px;
}
#content .content .center .movie {
	position:relative;
    display:inline-block;
}
#content .content .center .movie img {
	/*border:5px solid #E4E4E4;*/
	margin-right:10px;
}
#content .content .center .movie h1 {
	font-size:26px;
	color:#333;
	font-weight:100;
	text-align: center;
}
#content .content .center .movie h2 {
	font-size:13px;
	color:#666;
	text-align: center;
}
/*#content .content .center .movie .rating {*/
	/*position:absolute;*/
	/*top:7px;*/
	/*left:464px;*/
	/*color:#339900;*/
	/*font-size:18px;*/
/*}*/
#content .content .center .movie .rating span {
	color:#999;
	font-size:10px;
}

#content .content .center .movie .bookmarks {
	width: 353px;
	height: 48px;
	border:1px solid #E1E1E1;
	margin-left:160px;
	position:relative;
	padding: 6px;
	text-align: justify;
}

#content .content .center .movie .about_bg {
	background-image:url(../images/movie_about_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left:160px;
	position:relative;
	width:355px;
	height:11px;
}
#content .content .center .movie .about {
	position:relative;
	/*
	margin-left: 160px;
	width:353px;
	border-left:1px solid #E1E1E1;
	border-right:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
	background-image:url(../images/star.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:48px;
	*/
    height:58px;
    margin-left: 280px;
	margin-bottom:2px;
}
#content .content .center .movie .about div {
	color:#333;
    /*
	font-size:13px;
	*/

}
#content .content .center .movie .about p {
    /*
	position:absolute;
	padding-left:88px;
	*/
	color:#0066CC;
	font-size:13px;
    padding-left:68px;
}
#content .content .center .movie .about span {
	color:#999;
	font-size:10px;
}
#content .content .center .movie .about .first {
    /*
	top:5px;
    */
    top:2px;
	left:10px;
}
#content .content .center .movie .about .second {
    /*
	top:25px;
	*/
    top:43px;
	left:10px;
}
#content .content .center .movie .about .third {
	top:5px;
	left:202px;
}
#content .content .center .movie .about .fourth {
	top:25px;
	left:202px;
}

.center_glav .social {
    padding-bottom:10px;
    height:30px;
}

.center_glav .social .soc-item {
    float:left;
    margin-right:10px;
    height:27px;
}

#content .content .center .movie .social {
	position:relative;
    margin-left: 251px;
    margin-bottom:10px;
}
#content .content .center .movie .social td {
    padding-bottom:2px;
}


#content .content .center .movie .links p {
	line-height:18px;
	color:#666;
}
#content .content .center .movie .links p a {
	text-decoration:none;
	color:#666666;
	border-bottom:1px dashed #666666;
}
#content .content .center .movie .links p a:hover {
	border:0;
}
#content .content .center .movie .links p span {
	color:#333;
}
#content .content .center .movie .text p {
	margin-top:10px;
	color:#333;
}
#content .content .center .movie .from {
	margin-top:25px;
	margin-bottom:20px;
	text-align:right;
}
#content .content .center .movie .from a {
	text-decoration:none;
	color:#0066CC;
	border-bottom:1px dashed #0066CC;
}
#content .content .center .movie .from a:hover {
	border:0;
}


#content .content .center .rate {
	position:relative;
	width:100%;
	height:76px;
	background-image:url(../images/active_2_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #FFCC99;
}
#content .content .center .rate h1 {
	font-size:14px;
	color:#333;
	margin-left:10px;
	line-height:40px;
}
#content .content .center .rate ul, #content .content .center .rate li {border:0; margin:0; padding:0; list-style:none; height:25px; line-height:25px;float:left;}
#content .content .center .rate ul {
	margin-left:6px;
}
#content .content .center .rate li a {
	line-height:25px;
	float:left;
	padding:0 11px;
	background-image:url(../images/you_watch.gif);
	background-repeat:repeat-x;
	border:1px solid #F5DA7B;
	margin:0 3px;
	text-decoration:none;
}
#content .content .center .rate li a:hover {
	background-position: left -25px;
}

#content .content .center .rate .active a {
	background-position: left -50px;
}
#content .content .center .rate .active a:hover {
	background-position: left -50px;
}
#content .content .center .rate .graf {
	line-height:44px;
	height:44px;
	width:49px;
	background-image:url(../images/rate_graf.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	position:absolute;
	top:18px;
	left:458px;
}

#content .content .center .rate .graf_hover {
	position:absolute;
	line-height:40px;
	height:40px;
	width:159px;
	background-image:url(../images/rate_graf_hover.gif);
	background-repeat:no-repeat;
	top:-18px;
	left:330px;
	text-align:center;
	color:#666;
	display:none;
}



#content .content .center .podpiska_1 {
	width:100%;
	height:36px;
	background-image:url(../images/podpiska_1_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #84B7EB;
}
#content .content .center .podpiska_1 p {
	line-height:27px;
	color:#000;
    font-size: 13px;
    font-weight: bold;
    /*
	padding-left:10px;
	*/
    text-align: center;
}
#content .content .center .podpiska_1 p span {
	padding-left:66px;
}
#content .content .center .podpiska_1 .selects {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 35px;
    padding-top: 4px;
}
#content .content .center .podpiska_1 a {
	background-image:url(../images/podpiska_1_button_bg.gif);
	line-height:22px;
	background-repeat:repeat-x;
	padding: 3px 22px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	border:1px solid #004E9D;
}
#content .content .center .podpiska_1 a:hover {
	background-position: left -22px;
}
#content .content .center .podpiska_1 input {
	width: 145px;
}

#content .content .center .podpiska_1 .not_focused {
	color: #808080;
}


#content .content .center .kadri {
	margin: 10px 0;
	position:relative;
	/*width:100%;*/
	line-height: 30px;
	background-image:url(../images/kadri.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #E8E8E8;
	background-color:#F4F4F4;
    padding-top: 10px;
}
#content .content .center .kadri:hover {
	background-image:url(../images/kadri_hover.gif);
	border:1px solid #84B7EB;
	background-color:#F4F4F4;
}
#content .content .center .kadri h1 {
	font-size:19px;
	color:#333;
	padding:10px 0;
	padding-left:10px;
}
#content .content .center .gallery {
	position:absolute;
	width:310px;
	height:35px;
	line-height:35px;
	top:10px;
	left:200px;
}
#content .content .center .gallery a {
	text-decoration:none;
}
#content .content .center .gallery img {
	float:left;
	padding:0 1px;
}
#content .content .center .prev {
	width:22px;
	float:left;
	height:35px;
	background-image:url(../images/gallery_prev.png);
	background-repeat:no-repeat;
	margin-right:7px;
}
#content .content .center .next {
	width:22px;
	float:left;
	height:35px;
	background-image:url(../images/gallery_next.png);
	background-repeat:no-repeat;
	margin-left:7px;
}
#content .content .center .big {
	width:100%;
	text-align:center;
}
#content .content .center .big img {
	width:160px;
	/*height:110px;*/
	border:0;
	padding:1px;
	border:3px solid #F8F8F8;
}
#content .content .center .big img:hover {
	padding:1px;
	/*width:152px;
	height:102px;*/
	border:3px solid #0066CC;
}




#content .content .center .rekom {
	margin-top:10px;
	position:relative;
	width:100%;
	height:290px;
	border:1px solid #E8E8E8;
	background-color:#FFFFFF;
}
#content .content .center .rekom h1 {
	font-size:19px;
	color:#333;
	padding-top:5px;
	padding-left:10px;
}
#content .content .center .rekom ul, #content .content .center .rekom li {border:0; margin:0; padding:0; list-style:none; float:left; text-align:center;}
#content .content .center .rekom ul {
	padding:10px 7px;
}
#content .content .center .rekom li {
	width:100px;
}
#content .content .center .rekom li img {
	display:block;
	width:92px;
	height:143px;
	margin-bottom:5px;
	padding:1px;
	border:3px solid #FFFFFF;
}
#content .content .center .rekom li img:hover {
	display:block;
	width:90px;
	height:143px;
	padding:1px;
	border:3px solid #0066CC;
}
#content .content .center .rekom li a {
	text-decoration:none;
}
#content .content .center .rekom li .link {

	font-weight:bold;
	color:#333;
	/*padding-left:5px;*/
	padding-right:5px;
}
#content .content .center .rekom li .link:hover {
	border-bottom:1px dashed #0066CC;
	color:#0066CC;
}
#content .content .center .rekom li .link_hover {
	border-bottom:1px dashed #0066CC;
	color:#0066CC;
}
#content .content .center .rekom li span {
	display:block;
	color:#666;
}



#content .content .center .rekom .more {
	line-height:20px;
	height:20px;
	text-align:right;
	padding-right:10px;
}
#content .content .center .rekom .more a {
	border-bottom:1px dashed #0066CC;
	color:#0066CC;
	text-decoration:none;
}
#content .content .center .rekom .more a:hover {
	border:0;
}
#content .content .center .rekom .more img {
	vertical-align:-4px;
	padding:0 5px;
}

#content .content .center .advertis {
	padding-bottom: 15px;
	margin-left: -2px;
}

/* download_1 */

#content .content .center .download_1 {
	/*height:280px;*/
}
#content .content .center .download_1 .top {
	height:34px;
	line-height:34px;
	position:relative;
	background-image:url(../images/dowbload_1_top_bg.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#content .content .center .download_1 .top h1 {
	font-size:19px;
	color:#FFFFFF;
	font-weight:400;
	padding-left:10px;
}
#content .content .center .download_1 .top p {
	position:absolute;
	top:0px;
	left:220px;
	width:300px;
	text-align:right;
}
#content .content .center .download_1 .top p a {
	text-decoration:none;
	color:#0066CC;
	border-bottom:1px dashed #0066CC;
	font-size:13px;
}
#content .content .center .download_1 .top p a:hover {
	border:0;
}
#content .content .center .download_1 .top p img {
	vertical-align:-5px;
	padding-left:5px;
}

#content .content .center .download_1 .center_top  {
	border-left:1px solid #84B7EB;
	border-right:1px solid #84B7EB;
	width:515px;
}




#content .content .center .download_1  table {
	width:100%;
	border:0px;
}
#content .content .center .download_1 .tr_1 {
	height:31px;
	background-color:#84B7EB;
	color:#FFFFFF;
}
#content .content .center .download_1 .tr_2 {
	height:30px;
	color:#333333;
}
#content .content .center .download_1 td {
	text-align:center;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:right;
}
#content .content .center .download_1 .tr_1 .td_1 {
	background-image:url(../images/td_bg.gif);
	width:38px;
}
#content .content .center .download_1 td.sortable {
    cursor: pointer;
}
#content .content .center .download_1 .td_2 {
	background-image:url(../images/td_bg.gif);
	width:50px;
}
#content .content .center .download_1 .td_3 {
	background-image:url(../images/td_bg.gif);
	width:100px;
}
#content .content .center .download_1  .td_4 {
	background-image:url(../images/td_bg.gif);
	width:50px;
}
#content .content .center .download_1 .td_5 {
	background-image:url(../images/td_bg.gif);
	width:75px;
}

#content .content .center .download_1 .td_series {
	background-image:url(../images/td_bg.gif);
	width:135px;
}
#content .content .center .download_1 .td_episodes {
	background-image:url(../images/td_bg.gif);
	width:37px;
}

#content .content .center .download_1 .td_6 {
	background-image:url(../images/td_bg.gif);
	width:49px;
}
#content .content .center .download_1 .td_7 {
	background-image:url(../images/td_bg.gif);
	width:49px;
}
#content .content .center .download_1  .td_8 {
	background-image:url(../images/td_bg.gif);
	width:49px;
}
/*#content .content .center .download_1 .center .td_9 {
	width:52px;
}*/
#content .content .center .download_1 .td_9 a {
	background-image:url(../images/podpiska_1_button_bg.gif);
	line-height:20px;
	background-repeat:repeat-x;
	display:block;
	font-weight:bold;
    font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	border:1px solid #004E9D;
	width:95%;
}
#content .content .center .download_1 .center .td_9 a:hover {
	background-position: left -22px;
}

#content .content .center .download_1 .center .tr_2 .td_1 {
	background-image:url(../images/td_1_2bg.gif);
	width:38px;
}
#content .content .center .download_1 .center .tr_2 .td_2 {
	background-image:url(../images/td_1_2bg.gif);
	width:50px;
}
#content .content .center .download_1 .center .tr_2 .td_3 {
	background-image:url(../images/td_1_2bg.gif);
	width:100px;
}
#content .content .center .download_1 .center .tr_2 .td_4 {
	background-image:url(../images/td_1_2bg.gif);
	width:50px;
}
#content .content .center .download_1 .center .tr_2 .td_5 {
	background-image:url(../images/td_1_2bg.gif);
	width:75px;
}

#content .content .center .download_1 .center .tr_2 .td_series {
	background-image:url(../images/td_1_2bg.gif);
	width:135px;
}
#content .content .center .download_1 .center .tr_2 .td_episodes {
	background-image:url(../images/td_1_2bg.gif);
	width:37px;
}

#content .content .center .download_1 .center .tr_2 .td_6 {
	background-image:url(../images/td_1_2bg.gif);
	width:49px;
}
#content .content .center .download_1 .center .tr_2 .td_7 {
	background-image:url(../images/td_1_2bg.gif);
	width:49px;
}
#content .content .center .download_1 .center .tr_2 .td_8 {
	background-image:url(../images/td_1_2bg.gif);
	width:49px;
}
#content .content .center .download_1 .center .tr_2 .td_9 {
	padding-left:3px;
}


#content .content .center .download_1 .center  {
	border-left:1px solid #84B7EB;
	border-right:1px solid #84B7EB;
	border-bottom:1px solid #84B7EB;
}
#content .content .center .download_1 .center:hover  {
	background-color:#F0F6FD;

}

/*#content .content .center .download_1 .center ul, #content .content .center .download_1 .center li {border:0; margin:0; padding:0; list-style:none;}*/
/*#content .content .center .download_1 .center ul{*/
    /*border-bottom:solid 1px #DEDEDE;*/
    /*height:20px;*/
    /*padding-left:6px;*/
	/*padding-top:13px;*/
	/*padding-bottom:7px;*/
/*}*/
#content .content .center .download_1 .center li{
    float:left;
    margin-right:2px;
}
#content .content .center .download_1 .center .tab a:link, #content .content .center .download_1 .center .tab a:visited{
    display:block;
    float:left;
    height:21px;
    background:url(../images/download_links_1.png) no-repeat right -21px;
    color:#000;
    text-decoration:none;
    padding-right:5px;
}
#content .content .center .download_1 .center .tab a span{
    display:block;
    float:left;
    height:21px;
    background:url(../images/download_links_1.png) no-repeat left -21px;
    padding-left:5px;
    line-height:21px;
    cursor:pointer
}
#content .content .center .download_1 .center .tab a:hover{
    background:url(../images/download_links_1.png) no-repeat right -42px;
}
#content .content .center .download_1 .center .tab a:hover span{
    background:url(../images/download_links_1.png) no-repeat left -42px;
	color:#333;
}
#content .content .center .download_1 .center .active a:link, #content .content .center .download_1 .center .active a:visited, #content .content .center .download_1 .center .active a:visited, #content .content .center .download_1 .center .active a:hover{
    background:url(../images/download_links_1.png) no-repeat right 0;
}
#content .content .center .download_1 .center .active a span, #content .content .center .download_1 .center .active a:hover span{
    background:url(../images/download_links_1.png) no-repeat left 0;
	color:#333;
}

#content .content .center .download_1 .center .more {
	padding-left: 6px;
    display: inline-block;
}

#content .content .center .download_1 .center .more a {
    color:#666666;
    text-decoration:none;
    border-bottom: 1px dashed #666666;
}
#content .content .center .download_1 .center .more a:hover {
    border-bottom:none;
}

#content .content .center .download_1 .center .more_info {
	padding: 5px 10px 0px 10px;
	display: none;
}



/* podpiska_2 */
#content .content .center .download_1 .podpiska_2 {
	float:left;
	position:relative;
	width:100%;
	height:60px;
	border:1px solid #84B7EB;
	background-color:#84B7EB;
}
#content .content .center .download_1 .podpiska_2 p {
	line-height:27px;
	color:#FFFFFF;
	padding-left:10px;
}
#content .content .center .download_1 .podpiska_2 p span {
	padding-left:66px;
}
#content .content .center .download_1 .podpiska_2 .selects {
	line-height:30px;
	padding-left:10px;
}
#content .content .center .download_1 .podpiska_2 a {
	position:absolute;
	top:29px;
	left:385px;
	background-image:url(../images/podpiska_1_button_bg.gif);
	line-height:22px;
	background-repeat:repeat-x;
	float:left;
	padding:0 22px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	border:1px solid #004E9D;
}
#content .content .center .download_1 .podpiska_2 a:hover {
	background-position: left -22px;
}
#content .content .center .download_1 iframe {
	width: 515px;
	height: 305px;

}
#content .content .center .download_1 .hide_torrents {
	font-size: 14px;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 20px;
    text-align: center;
}

/* end download_1 */






/* download_2 */

#content .content .center .download_2 {
	height:280px;
}
#content .content .center .download_2 .top {
	height:34px;
	line-height:34px;
	position:relative;
	background-image:url(../images/dowbload_2_top_bg.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#content .content .center .download_2 .top h1 {
	font-size:19px;
	color:#FFFFFF;
	font-weight:400;
	padding-left:10px;
}
#content .content .center .download_2 .top p {
	position:absolute;
	top:0px;
	left:220px;
	width:300px;
	text-align:right;
}
#content .content .center .download_2 .top p a {
	text-decoration:none;
	color:#0066CC;
	border-bottom:1px dashed #0066CC;
	font-size:13px;
}
#content .content .center .download_2 .top p a:hover {
	border:0;
}
#content .content .center .download_2 .top p img {
	vertical-align:-5px;
	padding-left:5px;
}

#content .content .center .download_2 .center_top  {
	border-left:1px solid #86D150;
	border-right:1px solid #86D150;
	width:515px;
}




#content .content .center .download_2  table {
	width:100%;
	border:0px;
}
#content .content .center .download_2 .tr_1 {
	height:31px;
	background-color:#86D150;
	color:#FFFFFF;
}
#content .content .center .download_2 .tr_2 {
	height:43px;

	color:#333333;
}
#content .content .center .download_2 td {
	text-align:center;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:right;
}
#content .content .center .download_2 .tr_1 .td_1 {
	background-image:url(../images/td_bg_2.gif);
	width:38px;
}
#content .content .center .download_2 .td_2 {
	background-image:url(../images/td_bg_2.gif);
	width:47px;
}
#content .content .center .download_2 .td_3 {
	background-image:url(../images/td_bg_2.gif);
	width:115px;
}
#content .content .center .download_2  .td_4 {
	background-image:url(../images/td_bg_2.gif);
	width:47px;
}
#content .content .center .download_2 .td_5 {
	background-image:url(../images/td_bg_2.gif);
	width:66px;
}
#content .content .center .download_2 .td_6 {
	background-image:url(../images/td_bg_2.gif);
	width:49px;
}
#content .content .center .download_2 .td_7 {
	background-image:url(../images/td_bg_2.gif);
	width:49px;
}
#content .content .center .download_2  .td_8 {
	background-image:url(../images/td_bg_2.gif);
	width:49px;
}
#content .content .center .download_2 .td_9 a {
	background-image:url(../images/podpiska_2_button_bg.gif);
	line-height:20px;
	background-repeat:repeat-x;
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	border:1px solid #356E03;
	width:48px;
}
#content .content .center .download_2 .center .td_9 a:hover {
	background-position: left -22px;
}

#content .content .center .download_2 .center .tr_2 .td_1 {
	background-image:url(../images/td_1_2bg.gif);
	width:38px;
}
#content .content .center .download_2 .center .tr_2 .td_2 {
	background-image:url(../images/td_1_2bg.gif);
	width:47px;
}
#content .content .center .download_2 .center .tr_2 .td_3 {
	background-image:url(../images/td_1_2bg.gif);
	width:115px;
}
#content .content .center .download_2 .center .tr_2 .td_4 {
	background-image:url(../images/td_1_2bg.gif);
	width:47px;
}
#content .content .center .download_2 .center .tr_2 .td_5 {
	background-image:url(../images/td_1_2bg.gif);
	width:66px;
}
#content .content .center .download_2 .center .tr_2 .td_6 {
	background-image:url(../images/td_1_2bg.gif);
	width:49px;
}
#content .content .center .download_2 .center .tr_2 .td_7 {
	background-image:url(../images/td_1_2bg.gif);
	width:49px;
}
#content .content .center .download_2 .center .tr_2 .td_8 {
	background-image:url(../images/td_1_2bg.gif);
	width:49px;
}
#content .content .center .download_2 .center .tr_2 .td_9 {
	padding-left:3px;
}


#content .content .center .download_2 .center  {
	border-left:1px solid #86D150;
	border-right:1px solid #86D150;
	border-bottom:1px solid #86D150;
}
#content .content .center .download_2 .center:hover  {
	background-color:#F2FFE8;

}

#content .content .center .download_2 .center ul, #content .content .center .download_2 .center li {border:0; margin:0; padding:0; list-style:none;}
#content .content .center .download_2 .center ul{
    border-bottom:solid 1px #DEDEDE;
    height:20px;
    padding-left:6px;
	padding-top:13px;
	padding-bottom:7px;
}
#content .content .center .download_2 .center li{
    float:left;
    margin-right:2px;
}
#content .content .center .download_2 .center .tab a:link, #content .content .center .download_2 .center .tab a:visited{
    display:block;
    float:left;
    height:21px;
    background:url(../images/download_links_2.png) no-repeat right -21px;
    color:#666;
    text-decoration:none;
    padding-right:5px;
}
#content .content .center .download_2 .center .tab a span{
    display:block;
    float:left;
    height:21px;
    background:url(../images/download_links_2.png) no-repeat left -21px;
    padding-left:5px;
    line-height:21px;
    cursor:pointer
}
#content .content .center .download_2 .center .tab a:hover{
    background:url(../images/download_links_2.png) no-repeat right -42px;
}
#content .content .center .download_2 .center .tab a:hover span{
    background:url(../images/download_links_2.png) no-repeat left -42px;
	color:#333;
}
#content .content .center .download_2 .center .active a:link, #content .content .center .download_2 .center .active a:visited, #content .content .center .download_2 .center .active a:visited, #content .content .center .download_2 .center .active a:hover{
    background:url(../images/download_links_2.png) no-repeat right 0;
}
#content .content .center .download_2 .center .active a span, #content .content .center .download_2 .center .active a:hover span{
    background:url(../images/download_links_2.png) no-repeat left 0;
	color:#333;
}


/* podpiska_2 */
#content .content .center .download_2 .podpiska_2 {
	float:left;
	position:relative;
	width:100%;
	height:60px;
	border:1px solid #86D150;
	background-color:#86D150;
}
#content .content .center .download_2 .podpiska_2 p {
	line-height:27px;
	color:#FFFFFF;
	padding-left:10px;
}
#content .content .center .download_2 .podpiska_2 p span {
	padding-left:66px;
}
#content .content .center .download_2 .podpiska_2 .selects {
	line-height:30px;
	padding-left:10px;
}
#content .content .center .download_2 .podpiska_2 a {
	position:absolute;
	top:29px;
	left:385px;
	background-image:url(../images/podpiska_2_button_bg.gif);
	line-height:22px;
	background-repeat:repeat-x;
	float:left;
	padding:0 22px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	border:1px solid #356E03;
}
#content .content .center .download_2 .podpiska_2 a:hover {
	background-position: left -22px;
}

/* end download_2 */










#content .content .center .clear {
	padding:5px;
}

/* download_3 */

#content .content .center .download_3 {

	height:280px;
}
#content .content .center .download_3 .top {
	height:34px;
	line-height:34px;
	position:relative;
	background-image:url(../images/dowbload_3_top_bg.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#content .content .center .download_3 .top h1 {
	font-size:19px;
	color:#FFFFFF;
	font-weight:400;
	padding-left:10px;
}
#content .content .center .download_3 .top p {
	position:absolute;
	top:0px;
	left:220px;
	width:300px;
	text-align:right;
}
#content .content .center .download_3 .top p a {
	text-decoration:none;
	color:#0066CC;
	border-bottom:1px dashed #0066CC;
	font-size:13px;
}
#content .content .center .download_3 .top p a:hover {
	border:0;
}
#content .content .center .download_3 .top p img {
	vertical-align:-5px;
	padding-left:5px;
}

#content .content .center .download_3 .center_top  {
	border-left:1px solid #F2B43B;
	border-right:1px solid #F2B43B;
	width:515px;
}




#content .content .center .download_3  table {
	width:100%;
	border:0px;
}
#content .content .center .download_3 .tr_1 {
	height:31px;
	background-color:#F2B43B;
	color:#FFFFFF;
}
#content .content .center .download_3 .tr_2 {
	height:43px;

	color:#333333;
}
#content .content .center .download_3 td {
	text-align:center;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:right;
}
#content .content .center .download_3 .tr_1 .td_1 {
	background-image:url(../images/td_bg_3.gif);
	width:38px;
}
#content .content .center .download_3 .td_2 {
	background-image:url(../images/td_bg_3.gif);
	width:47px;
}
#content .content .center .download_3 .td_3 {
	background-image:url(../images/td_bg_3.gif);
	width:115px;
}
#content .content .center .download_3  .td_4 {
	background-image:url(../images/td_bg_3.gif);
	width:47px;
}
#content .content .center .download_3 .td_5 {
	background-image:url(../images/td_bg_3.gif);
	width:66px;
}
#content .content .center .download_3 .td_6 {
	background-image:url(../images/td_bg_3.gif);
	width:49px;
}
#content .content .center .download_3 .td_7 {
	background-image:url(../images/td_bg_3.gif);
	width:49px;
}
#content .content .center .download_3  .td_8 {
	background-image:url(../images/td_bg_3.gif);
	width:49px;
}
#content .content .center .download_3 .td_9 a {
	background-image:url(../images/podpiska_3_button_bg.gif);
	line-height:20px;
	background-repeat:repeat-x;
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	border:1px solid #8D5F07;
	width:48px;
}
#content .content .center .download_3 .center .td_9 a:hover {
	background-position: left -22px;
}

#content .content .center .download_3 .center .tr_2 .td_1 {
	background-image:url(../images/td_1_2bg.gif);
	width:38px;
}
#content .content .center .download_3 .center .tr_2 .td_2 {
	background-image:url(../images/td_1_2bg.gif);
	width:47px;
}
#content .content .center .download_3 .center .tr_2 .td_3 {
	background-image:url(../images/td_1_2bg.gif);
	width:115px;
}
#content .content .center .download_3 .center .tr_2 .td_4 {
	background-image:url(../images/td_1_2bg.gif);
	width:47px;
}
#content .content .center .download_3 .center .tr_2 .td_5 {
	background-image:url(../images/td_1_2bg.gif);
	width:66px;
}
#content .content .center .download_3 .center .tr_2 .td_6 {
	background-image:url(../images/td_1_2bg.gif);
	width:49px;
}
#content .content .center .download_3 .center .tr_2 .td_7 {
	background-image:url(../images/td_1_2bg.gif);
	width:49px;
}
#content .content .center .download_3 .center .tr_2 .td_8 {
	background-image:url(../images/td_1_2bg.gif);
	width:49px;
}
#content .content .center .download_3 .center .tr_2 .td_9 {
	padding-left:3px;
}


#content .content .center .download_3 .center  {
	border-left:1px solid #F2B43B;
	border-right:1px solid #F2B43B;
	border-bottom:1px solid #F2B43B;
}
#content .content .center .download_3 .center:hover  {
	background-color:#FFF5E2;

}

#content .content .center .download_3 .center ul, #content .content .center .download_3 .center li {border:0; margin:0; padding:0; list-style:none;}
#content .content .center .download_3 .center ul{
    border-bottom:solid 1px #DEDEDE;
    height:20px;
    padding-left:6px;
	padding-top:13px;
	padding-bottom:7px;
}
#content .content .center .download_3 .center li{
    float:left;
    margin-right:2px;
}
#content .content .center .download_3 .center .tab a:link, #content .content .center .download_3 .center .tab a:visited{
    display:block;
    float:left;
    height:21px;
    background:url(../images/download_links_3.png) no-repeat right -21px;
    color:#666;
    text-decoration:none;
    padding-right:5px;
}
#content .content .center .download_3 .center .tab a span{
    display:block;
    float:left;
    height:21px;
    background:url(../images/download_links_3.png) no-repeat left -21px;
    padding-left:5px;
    line-height:21px;
    cursor:pointer
}
#content .content .center .download_3 .center .tab a:hover{
    background:url(../images/download_links_3.png) no-repeat right -42px;
}
#content .content .center .download_3 .center .tab a:hover span{
    background:url(../images/download_links_3.png) no-repeat left -42px;
	color:#333;
}
#content .content .center .download_3 .center .active a:link, #content .content .center .download_3 .center .active a:visited, #content .content .center .download_3 .center .active a:visited, #content .content .center .download_3 .center .active a:hover{
    background:url(../images/download_links_3.png) no-repeat right 0;
}
#content .content .center .download_3 .center .active a span, #content .content .center .download_3 .center .active a:hover span{
    background:url(../images/download_links_3.png) no-repeat left 0;
	color:#333;
}


/* podpiska_2 */
#content .content .center .download_3 .podpiska_2 {
	float:left;
	position:relative;
	width:100%;
	height:60px;
	border:1px solid #F2B43B;
	background-color:#F2B43B;
}
#content .content .center .download_3 .podpiska_2 p {
	line-height:27px;
	color:#FFFFFF;
	padding-left:10px;
}
#content .content .center .download_3 .podpiska_2 p span {
	padding-left:66px;
}
#content .content .center .download_3 .podpiska_2 .selects {
	line-height:30px;
	padding-left:10px;
}
#content .content .center .download_3 .podpiska_2 a {
	position:absolute;
	top:29px;
	left:385px;
	background-image:url(../images/podpiska_3_button_bg.gif);
	line-height:22px;
	background-repeat:repeat-x;
	float:left;
	padding:0 22px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	border:1px solid #8D5F07;
}
#content .content .center .download_3 .podpiska_2 a:hover {
	background-position: left -22px;
}

/* end download_3 */




/* comments */

#content .content .center .comment {
	margin-top:10px;
	float:left;
	width:515px;
}
#content .content .center .comment .main {
	padding:0;
	float:left;
	width:512px;
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	border-top:1px solid #E5E5E5;
	/*height:95px;*/
	/*background-color:#F8F8F8*/;
}

#content .content .center .comment .left {
	padding:0;
	float:left;
	width:461px;
	/*border-left:1px solid #E5E5E5;*/
	border-right:1px solid #E5E5E5;
	/*border-top:1px solid #E5E5E5;*/
	/*height:95px;*/
	background-color:#F8F8F8;
}
#content .content .center .comment .left img {
	/*padding:10px;*/
	/*display: block;*/
	/*vertical-align:middle;*/
	/*display:table-cell;*/
	display:table-cell;
	vertical-align:middle;
}

#content .content .center .comment .left .avatar {
	padding:10px;
	width: 100px;
	height: 100px;
	float: left;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


#content .content .center .comment .left p {
	padding:10px 10px 0 0;
	color:#666666;
}
#content .content .center .comment .left p a {
	color:#0066CC;
	text-decoration:none;
}
#content .content .center .comment .left p a:hover {
	text-decoration:underline;
}
#content .content .center .comment .left p span {
	padding-left:10px;
	color:#999;
}



#content .content .center .comment .right {
	/*border-right:1px solid #E5E5E5;*/
	/*border-top:1px solid #E5E5E5;*/
	/*height:95px;*/
	position:relative;
}
#content .content .center .comment .right a {
	margin: 5px;
}
#content .content .center .comment .right input {

}
#content .content .center .comment .right .plus {
	position:absolute;
	top:10px;
	left:8px;
	width:22px;
	height:23px;
	line-height:23px;
	float:left;
	background-image:url(../images/comment_p.gif);
	background-repeat:no-repeat;
}
#content .content .center .comment .right .plus:hover {
	background-position: left -23px;
}
#content .content .center .comment .right .minus {
	position:absolute;
	top:60px;
	left:8px;
	width:22px;
	height:23px;
	line-height:23px;
	float:left;
	background-image:url(../images/comment_m.gif);
	background-repeat:no-repeat;
}
#content .content .center .comment .right .minus:hover {
	background-position: left -23px;
}
#content .content .center .comment .right img {
	position:absolute;
	top:40px;
	left:32px;
}
#content .content .center .comment .right p {
	position:absolute;
	top:40px;
	left:12px;
	color:#99CC00;
	font-weight:bold;
	font-size:12px;
}
#content .content .center .comment .right .active {
	background-position: left -23px;
}
#content .content .center .comment .bottom {
	width:100%;
	float:left;
	height:11px;
	background-image:url(../images/comment_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#content .content .center .comments .more {
	text-align:right;
	padding-right:10px;
}
#content .content .center .comments .more a {
	border-bottom:1px dashed #0066CC;
	color:#0066CC;
	text-decoration:none;
}
#content .content .center .comments .more a:hover {
	border:0;
}
#content .content .center .comments .more img {
	vertical-align:-4px;
	padding:0 5px;
}

/* comments paginator */
#content .content .center .comments .paginator {
	text-align:center;
	padding:0 210px;
	/*margin-bottom:90px;*/
}
#content .content .center .comments .paginator ul, #content.content .center .comments .paginator li {
		border:0;
		margin:0;
		padding:0;
		list-style:none;
		height:27px;
		line-height:27px;
		text-align: center;
	}
#content .content .center .comments .paginator li {
	display:inline;
}
#content .content .center .comments .paginator a {
	width:20px;
	height:26px;
	background-color:#F9F9F9;
	border:1px solid #E4E4E4;
	margin:10px 2px;
	text-decoration:none;
	float: left;
}
#content .content .center .comments .paginator a:hover {
	background-color:#F3F9FF;
	border:1px solid #A8CFF6;
}
#content .content .center .comments .paginator .active a {
	background-color:#0066CC;
	border:1px solid #004488;
	color:#FFFFFF;

}

#content .content .center .comments .paginator span {
	width:20px;
	float:left;
	height:26px;
	margin:10px 2px;
}


/* feed back */
#content .content .center .feed_back {
	margin:25px 0;
	padding-bottom: 10px;
	/*height:220px;*/
	background-color:#F8F8F8;
	border:1px solid #CCCCCC
}
#content .content .center .feed_back h1 {
	font-size:16px;
	color:#333;
	padding:10px 0 0 10px;
}
#content .content .center .feed_back table {
	width:100%;
	border:0;
	margin-top:5px;
	color:#666;
}
#content .content .center .feed_back .td_1 {
	height:34px;
	width:100px;
	vertical-align:middle;
}
#content .content .center .feed_back .td_1 p {
    color:#0066CC;
    line-height:18px;
    padding-left:12px;
    padding-top:10px;
}
#content .content .center .feed_back .td_1 p.bold
{
    font-size:13px;
    font-weight:bold;
}
#content .content .center .feed_back .td_1 a.button {
    background-image:url("../images/podpiska_1_button_bg.gif");
    background-repeat:repeat-x;
    border:1px solid #004E9D;
    color:#FFFFFF;
    font-weight:bold;
    font-size:11px;
    line-height:22px;
    padding:3px 22px;
    text-decoration:none;
}
#content .content .center .feed_back .name {
	height:22px;
	line-height:22px;
	width:186px;
	border:1px solid #CCCCCC;
	padding-left:8px;
	color:#999;
	font-size:11px;
}
#content .content .center .feed_back .code {
	height:22px;
	line-height:22px;
	width:99px;
	border:1px solid #CCCCCC;
	padding-left:8px;
	color:#999;
	font-size:11px;
}
#content .content .center .feed_back .text {
	height:102px;
	line-height:22px;
	width:370px;
	border:1px solid #CCCCCC;
	padding-left:8px;
	color:#222;
	font-size:11px;
}
#content .content .center .feed_back td {
	padding-left:10px;
	text-align:left;

}
#content .content .center .feed_back .td_2 {
	height:113px;
	width:100px;
	vertical-align:top;
	padding-top:5px;
}
#content .content .center .feed_back .td_2 .help {
	padding-top:15px;
	color:#CCCCCC;
}

#content .content .center .feed_back .error {
	color: #ed0505;
}

#content .content .center .feed_back table img {
	vertical-align:-10px;
}
#content .content .center .feed_back .td_3 {
	position:relative;
    padding-left: 140px;
}

#content .content .center .feed_back .td_3 a {
	background-image:url(../images/podpiska_1_button_bg.gif);
	line-height:22px;
	background-repeat:repeat-x;
	padding:3px 22px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	border:1px solid #004E9D;
}
#content .content .center .feed_back .td_3 a:hover {
	background-position: left -22px;
}

#content .content .about h1 {
	font-size: 14px;
	padding-top: 5px;
}

#content .content .about p {
	text-align: justify;
    /*
	padding-top: 5px;
	*/
}


/* profile */

#content .content .center_glav .block .profile {
}


#content .content .center_glav .block .profile img {
	border: 1px solid #7f7f7f;
}

#content .content .center_glav .block .profile .form {
	margin: 5px;
	padding: 5px;
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
}


#content .content .center_glav .block .profile table {
	width:100%;
	border:0;
	margin-top:5px;
	color:#666;
}
#content .content .center_glav .block .profile td {
	text-align:left;
}

#content .content .center_glav .block .profile th {
	text-align:left;
	width: 100px;
}

#content .content .center_glav .block .profile .checkbox {
	text-align:center;
    width: 30px;
}

#content .content .center_glav .block .profile .error {
	color: #ff4a4a;
}

/* accounts */
#content .content .center_glav .registr {
	background-color:#F8F8F8;
	border:1px solid #CCCCCC;
	padding-bottom: 10px;
	/*height:220px;*/
	/*margin:25px 0;*/
}

#content .content .center_glav .registr h1 {
	color:#0066CC;
	font-size:16px;
    font-weight:bold;
	padding:10px 0 0 10px;

}

#content .content .center_glav .registr table {
	border:0 none;
	color:#666666;
	margin-top: 5px;
	margin-left: 10px;
	width:100%;
}

#content .content .center_glav .registr tr {
	border: 0 none;
}

#content .content .center_glav .registr td {
	height: 34px;
	border: 0 none;
	vertical-align: middle;
	/*width:100px;*/
}

#content .content .center_glav .registr table img {
	vertical-align: -8px;
}

#content .content .center_glav .registr .error {
	color: #ff4a4a;
}

#content .content .center_glav .registr .info {
	padding-left: 10px;
}

#content .content .center_glav .registr .all_error {
	color: #ff4a4a;
	margin-left: 10px;
}
/*
#content .content .center_glav .registr a {
	padding-left: 10px;
	padding-bottom: 10px;
}
*/
#content .content .center_glav .registr #forget {
    position:absolute;
	left:490px;
    top:107px;
}

#content .content .center_glav .registr .not_focused {
	color: #808080;
}

#content .content .center_glav .registr p {
	padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    color: #0066cc;
    line-height:18px;
}

#content .content .center_glav .registr p.bold {
	font-size: 13px;
    font-weight:bold;
}

#content .content .center_glav .registr p.bold a {
	font-size: 11px;
}

#content .content .center_glav .registr a {
    text-decoration:none;
    border-bottom:1px dashed;
}

#content .content .center_glav .registr a.button {
    background-image:url("../images/podpiska_1_button_bg.gif");
    background-repeat:repeat-x;
    border:1px solid #004E9D;
    color:#FFFFFF;
    font-weight:bold;
    line-height:22px;
    padding:3px 22px;
    text-decoration:none;
}

#content .content .center_glav .registr a.button:hover {
    background-position:left -22px;
}

#content .content .center_spisok div.static_page {
    border: 1px solid #83B6EB;
	padding: 10px;
	color: #333;
}

#content .content .center_spisok div.static_page ul {
	padding-left: 25px;
}

#content .content .center_spisok .advertis {
	margin-bottom: 15px;
}

#content .content .center_spisok .inside_list_advertis {
	margin: 15px 0;
	text-align: center;
}

table.aln_table {
	border-collapse: collapse;
	border: none;
}

table.aln_table td {
	padding: 0;
	border: none;
	vertical-align: top;
}

a.show-all-torrents {
    background-image: url("../images/podpiska_1_button_bg.gif");
    background-repeat: repeat-x;
    border: 1px solid #004E9D;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    padding:0 20px;
    margin-top:3px;
}

a.show-all-torrents:hover {
    background-position: left -22px;
}

.cyberhead {
    float:right;
    margin-top: 14px;
    vertical-align: middle !important;
    margin-top:28px;
}

.cyberhead img {
    float:left;
    margin-right:12px;
}
.cyberhead_text {
    margin-top: 12px;
    margin-right: 4px;
}

.cyberhead_text a,
.cyberhead_text a:hover {
    color: #5D7A80;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.cyberhead_url a, .cyberhead_url a:hover {
    color: #777560;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}

#bottom .bottom .right .cyberhead img {
    margin-top:0;
}

#bottom .bottom .right a {
    float:right;
}

#bottom .bottom .right .cyberhead a {
    float:none;
}

.admin_menu {
    margin: 10px 0;
    width: 160px;
}

.admin_menu ul {
    list-style: none outside none;
}

.admin_menu li {
    margin: 6px 0;
}

.advertis_right {
    width: 240px;
}

.advertis_left {
    width: 170px;
}


.tabs-holder{margin-top:20px; display: inline-block; width: 515px;}
.tabs-holder .tabs{display:block;overflow:hidden;background:url(../images/tab_underline.gif) repeat-x left bottom;padding-bottom:3px;}
.tabs-holder .tabs li{display:block;float:left;margin:0 5px 0 0;}
.tabs-holder .tabs li a{display:block;font:bold 14px/40px Arial;color:#666666;text-decoration:none;text-transform:uppercase;padding:0 20px;background:url(../images/tab.jpg) repeat-x left center;position:relative;}
.tabs-holder .tabs li a:hover{color:#333333;background:url(../images/tab_hover.jpg) repeat-x left center;}
.tabs-holder .tabs li.selected a{background:url(../images/tab_selected.gif) repeat left center;color:#ffffff; outline: none;}
.tabs-holder .tabs li a span{position:absolute;height:40px;width:5px;top:0;}
.tabs-holder .tabs li a span.left{left:0;background:url(../images/tab_left.jpg) repeat-x left center;}
.tabs-holder .tabs li a span.right{right:0;background:url(../images/tab_right.jpg) repeat-x left center;}
.tabs-holder .tabs li a:hover span.left{background:url(../images/tab_left_hover.jpg) repeat-x left center;}
.tabs-holder .tabs li a:hover span.right{background:url(../images/tab_right_hover.jpg) repeat-x left center;}
.tabs-holder .tabs li.selected a span.left, .tabs-holder .tabs li.selected a:hover span.left{background:url(../images/tab_left_selected.gif) repeat-x left center;}
.tabs-holder .tabs li.selected a  span.right, .tabs-holder .tabs li.selected a :hover span.right{background:url(../images/tab_right_selected.gif) repeat-x left center;}
.tabs-holder .tab {display:none;}

#content .content .center .movie #frames img {
    margin-right: 0;
}

.stars li{
	display: inline;
}

.stars{
	width:50px;
	height:10px;
}

.stars,
.stars .current-rating{
	background-image: url(../images/starrating_stars_s.gif);
	line-height: 10px;
	height: 10px;
}

.stars .current-rating{
	z-index: 1;
	background-position: left center;
    display: block;
}

.rating span, .rating ul {
    float: left;
}

.rating ul {
    margin-top: 1px;
    margin-right: 5px;
}
#content .content.fix.votes{padding:0 20px;width:930px;}
#content .content.fix.votes h2 {font:28px Arial;color:#333333;margin:15px 0 0;}
#content .content.fix.votes .vote-wrapper {color:#333333;border-bottom:1px solid #cccccc;padding:15px 0 5px;overflow:hidden;}
#content .content.fix.votes .poster-wrapper {width:150px;float:left;}
#content .content.fix.votes .poster-wrapper img{width:150px;}
#content .content.fix.votes .votes-container{margin-left:170px;}
#content .content.fix.votes .votes-container h3 {margin-bottom:15px;}
#content .content.fix.votes .votes-container h3 a{color:#0066cc;font:16px Arial; font-weight: bold;}
#content .content.fix.votes .bordered-table {border:1px solid #cccccc;width:100%;border-collapse:collapse;}
#content .content.fix.votes .bordered-table .torrent-name{border-collapse:collapse;}
#content .content.fix.votes .bordered-table .torrent-name td{height:25px;padding:0 10px 0 0;min-width:65px;}
#content .content.fix.votes .bordered-table .torrent-name a{text-decoration:none;color:#0066cc;}
#content .content.fix.votes .bordered-table .torrent-name a span{border-bottom:1px dashed #0066cc;}
#content .content.fix.votes .bordered-table .torrent-name a:hover span{border-bottom:none;}
#content .content.fix.votes .bordered-table .torrent-details{border-collapse:collapse;margin:5px 0;}
#content .content.fix.votes .bordered-table .torrent-details .green{color:#669900;}
#content .content.fix.votes .bordered-table .torrent-details .red{color:#990000;}
#content .content.fix.votes .bordered-table .torrent-details td{border-left:1px dotted #cccccc;border-right:1px dotted #cccccc;min-width:35px;height:25px;text-align:center;vertical-align:middle;padding:0 20px;}
#content .content.fix.votes .bordered-table td.first {padding:15px; width:120px;font:bold 14px Arial;}
#content .content.fix.votes .bordered-table tr.top-border td{border-top:1px solid #cccccc;}
#content .content.fix.votes .vote{font:bold 11px/27px Arial;text-decoration:none;color:#ffffff;display:inline-block;padding:0 9px;margin:0 5px 0 0;position:relative;}
#content .content.fix.votes .vote .left{position:absolute;top:0;left:-2px;width:2px;height:27px;}
#content .content.fix.votes .vote .right{position:absolute;top:0;right:0;width:2px;height:27px;}
#content .content.fix.votes .vote.red{background:url(../images/v_red_b.jpg) repeat-x left top;}
#content .content.fix.votes .vote.orange{background:url(../images/v_or_b.jpg) repeat-x left top;}
#content .content.fix.votes .vote.yellow{background:url(../images/v_y_b.jpg) repeat-x left top;}
#content .content.fix.votes .vote.blue{background:url(../images/v_bl_b.jpg) repeat-x left top;}
#content .content.fix.votes .vote.green{background:url(../images/v_gr_b.jpg) repeat-x left top;}
#content .content.fix.votes .vote.brilliant{background:url(../images/v_br_b.jpg) repeat-x left top;}
#content .content.fix.votes .vote.red .left{background:url(../images/v_red_l.jpg) no-repeat left top;}
#content .content.fix.votes .vote.orange .left{background:url(../images/v_or_l.jpg) no-repeat left top;}
#content .content.fix.votes .vote.yellow .left{background:url(../images/v_y_l.jpg) no-repeat left top;}
#content .content.fix.votes .vote.blue .left{background:url(../images/v_bl_l.jpg) no-repeat left top;}
#content .content.fix.votes .vote.green .left{background:url(../images/v_gr_l.jpg) no-repeat left top;}
#content .content.fix.votes .vote.brilliant .left{background:url(../images/v_br_l.jpg) no-repeat left top;}
#content .content.fix.votes .vote.red .right{background:url(../images/v_red_r.jpg) no-repeat left top;}
#content .content.fix.votes .vote.orange .right{background:url(../images/v_or_r.jpg) no-repeat left top;}
#content .content.fix.votes .vote.yellow .right{background:url(../images/v_y_r.jpg) no-repeat left top;}
#content .content.fix.votes .vote.blue .right{background:url(../images/v_bl_r.jpg) no-repeat left top;}
#content .content.fix.votes .vote.green .right{background:url(../images/v_gr_r.jpg) no-repeat left top;}
#content .content.fix.votes .vote.brilliant .right{background:url(../images/v_br_r.gif) no-repeat left top;}
#content .content.fix.votes .vote.red:hover{background:url(../images/v_red_b_h.gif) repeat-x left top;}
#content .content.fix.votes .vote.orange:hover{background:url(../images/v_or_b_h.gif) repeat-x left top;}
#content .content.fix.votes .vote.yellow:hover{background:url(../images/v_y_b_h.gif) repeat-x left top;}
#content .content.fix.votes .vote.blue:hover{background:url(../images/v_bl_b_h.gif) repeat-x left top;}
#content .content.fix.votes .vote.green:hover{background:url(../images/v_gr_b_h.gif) repeat-x left top;}
#content .content.fix.votes .vote.brilliant:hover{background:url(../images/v_br_b_h.gif) repeat-x left top;}
#content .content.fix.votes .vote.red:hover .left{background:url(../images/v_red_l_h.gif) no-repeat left top;}
#content .content.fix.votes .vote.orange:hover .left{background:url(../images/v_or_l_h.gif) no-repeat left top;}
#content .content.fix.votes .vote.yellow:hover .left{background:url(../images/v_y_l_h.gif) no-repeat left top;}
#content .content.fix.votes .vote.blue:hover .left{background:url(../images/v_bl_l_h.gif) no-repeat left top;}
#content .content.fix.votes .vote.green:hover .left{background:url(../images/v_gr_l_h.gif) no-repeat left top;}
#content .content.fix.votes .vote.brilliant:hover .left{background:url(../images/v_br_l_h.gif) no-repeat left top;}
#content .content.fix.votes .vote.red:hover .right{background:url(../images/v_red_r_h.gif) no-repeat left top;}
#content .content.fix.votes .vote.orange:hover .right{background:url(../images/v_or_r_h.gif) no-repeat left top;}
#content .content.fix.votes .vote.yellow:hover .right{background:url(../images/v_y_r_h.gif) no-repeat left top;}
#content .content.fix.votes .vote.blue:hover .right{background:url(../images/v_bl_r_h.gif) no-repeat left top;}
#content .content.fix.votes .vote.green:hover .right{background:url(../images/v_gr_r_h.gif) no-repeat left top;}
#content .content.fix.votes .vote.brilliant:hover .right{background:url(../images/v_br_r_h.gif) no-repeat left top;}
#content .content.fix.votes .torrent-votes{margin:10px 0;}
#content .content.fix.votes a.styled-link{padding:0 35px;float:left; display:block;font:bold 14px/34px Arial;color:#ffffff;text-decoration:none;position:relative;margin:15px 0 50px 172px;background:url(../images/bb_b.jpg) repeat-x left top;}
#content .content.fix.votes a.styled-link .left{position:absolute;background:url(../images/bb_l.jpg) no-repeat left top;width:2px;height:34px;top:0;left:-2px;}
#content .content.fix.votes a.styled-link .right{position:absolute;background:url(../images/bb_r.jpg) no-repeat left top;width:2px;height:34px;top:0;right:0px;}
#content .content.fix.votes a.show-all {
    color: #0066CC;
    text-decoration: none;
    border-bottom: 1px dashed #0066CC;
    display: none;
}


.desc em:after {
    content: "▼";
}

.asc em:after {
    content: "▲";
}

#content .content.fix.votes .remember {
    float: right;
}

.votes h2.thank {
    display: none;
    text-align: center;
}

s.imdb {
    float: left;
    background-image:url(../images/imdb.gif);
	background-repeat:no-repeat;
    height: 26px;
    width: 102px;
    padding-top: 2px;
    font-size: 12px;
    text-align: right;
}

.imdb {
    float: left;
    background-image:url(../images/imdb.gif);
	background-repeat:no-repeat;
    height: 26px;
    width: 102px;
    padding-top: 2px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

.kinopoisk {
    float: left;
    background-image:url(../images/kp_rate.gif);
	background-repeat:no-repeat;
    height: 17px;
    width: 104px;
    padding-top: 21px;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    font-family: Verdana;
}

.imdb-stars .stars {
    width: 100px;
}

#content .content .center .movie .about .kinopoisk span {
    font-size: 10px;
    font-weight: normal;
    vertical-align: top;
}
