#tv_page {
    background: url(../images/bg_mare_2.jpg) 0px 0px no-repeat #2c2c2c;
    width: 620px;
    padding-top: 113px;
}

#tv_player {
	margin-bottom: 0px;
    width: 390px;
    height: 293px;
    margin-left: 115px;
    background: url(../images/tv_no.jpg) no-repeat;
}
.tv_description {
	padding: 0px;
	margin-bottom: 5px;
	color: #ddd;
	text-align: center;
}
.tv_description h2 {
	background-color: #232323;
	padding: 3px;
	margin-bottom: 5px;
	color: white;
	font-size: 14px;
	paddign-top: 10px;
}
#movie_list {
    color: #FFFFFF;
    visibility: hidden;
	width: 375px;
}
#movie_listW{
	background-color: #232323;
	border-top: 1px solid #5f5f5f;
	border-bottom: 1px solid #5f5f5f;
	clear: both;
	height: 115px;
	overflow: hidden;
}

#tv_detailsW {
	text-align: center;
}

#tv_details, #tv_details a {
	width: 392px;
	margin: 5px auto 0;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
a#tv_details_add_comment {
	display: block;
	width: 128px;
	height: 22px;
	background: url(../images/btn_add_coment_new.gif);
	float: right;
}
#tv_details_text {
	padding-top: 5px;
}
#tv_others {
	width: 410px;
	margin: 0 auto;
	padding: 10px 0px;
}
#tv_others ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
#tv_others li {
	margin-right: 3px;
	float: left;
	width: 75px;
	text-align: center;
	color: #DDD;
	list-style-type: none;	
}
#tv_others li a {
	text-decoration: none;
	color: #DDD;
}
#tv_others li a:hover {
	color: white;
}
#tv_others li img {
	width: 75px;
}
.tv_subtitle {
	color: #D60000;
	font-weight: bold;
	margin: 2px 0px 2px 0px;
}
#tv_others hr {
	clear: both;
	color: #aaa;
    background-color: #aaa;
    height: 1px;
    border: 0px;
}