#body_content
{
	width:951px;
	margin-left:auto;
	margin-right:auto;
}

#channel_content {background-color:#000;padding-top:8px;padding-bottom:12px;}


/*  ---------------------------------------------------------------  */
/*  ************************* LEFT COLUMN *************************  */
/*  ---------------------------------------------------------------  */
/*  Place any styles that go in the left column in this area         */

#channel_leftcol 
{
    float:left;
    width:180px;
    padding-left:12px;
    padding-right:0px;
    display:inline;
}

.channel_description
{
    display:block;
    font-weight: bold;
    font-size: 12px;
	border:solid 1px #ec1c24;
	padding:3px ;
	margin:0px 0 10px 0;
	width:179px;
}

.channel_description a 
{
    color:White;
}

.channel_navbar 
{
	display:block;
	border:solid 1px #ec1c24;
	padding:3px 3px 0 3px;
	margin:0px;
	list-style-type:none;	
	width:179px;
}

.channel_navbar li
{
	margin-bottom:3px;
	
}

.channel_navbar .title
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	line-height:25px;
}

.channel_navbar .alert
{
	color:#fff;
	font-weight:normal;
	font-size:11px;
	margin-left:5px;
	margin-right:5px;
    line-height:11px;
    margin-top:3px;
}

.channel_navbar .alert strong
{
    color:#ff0000;   
}

.channel_navbar .alert span a,
.channel_navbar .alert span a:hover
{
	color:White;
	text-decoration:none;
	background-color:Black;
}

.channel_navbar .alert .info
{
    font-size:10px;   
}

.channel_navbar .videocheckbox
{
    position:relative;
    top:4px;
}

.channel_navbar img
{
	width:60px;
	height:45px;
	overflow:hidden;
	padding:2px;
	padding-right:5px;
	
}

.channel_navbar li#uparrow a
{
	display:block;
	border:solid 1px #ec1c24;
	background-color:#333;
	background-image:url(../images/scroll_arrow_up.gif);
	background-position:center center;
	background-repeat:no-repeat;
	height:16px;
}

.channel_navbar li#uparrow a:hover
{
	background-color:#666;
}


.channel_navbar li#downarrow a
{
    display:block;
	border:solid 1px #ec1c24;
	background-color:#333;
	background-image:url(../images/scroll_arrow_down.gif);
	background-position:center center;
	background-repeat:no-repeat;
	height:16px;	
}

.channel_navbar li#downarrow {margin-bottom:0px;}

.channel_navbar li#downarrow a:hover
{
	background-color:#666;
}

.channel_navbar .navlink a
{
	display:block;
	background-color:#666;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	padding-right:15px;
	text-decoration:none;
	padding-left:0px;
	height:49px;
	overflow:hidden;
}


.channel_navbar .navlink a .videotitle, .channel_navbar .selected a .videotitle
{
	padding-top:2px;
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	height:49px;
	overflow:hidden;
	
	
}

.channel_navbar .navlink a .premieredate, .channel_navbar .selected a .premieredate
{
	line-height:14px;
	display:none;
	font-size:10px;
	font-weight:normal;
	color:#ccc;
}

.channel_navbar .selected a .premieredate
{
	color:#fff;
}

.channel_navbar a:hover
{
	background-color:#b2b2b2;
    cursor:pointer;
}

.channel_navbar .selected a
{
	background-color:#b2b2b2;
	background-image:url(../images/select_arrow.gif);
	background-position:100% 6px;
	background-repeat:no-repeat;
	cursor:default;
}

#channel_leftcol_ad
{
	margin-top:8px;
	width: 185px;
	text-align:center;
	
}


/*  ---------------------------------------------------------------  */
/*  ************************* RIGHT COLUMN ************************  */
/*  ---------------------------------------------------------------  */
/*  Place any styles that go in the right column in this area        */

#channel_rightcol {float:right;width:728px;padding-right:11px;padding-left:11px;display:inline;}

#channel_leaderboard_ad
{
	margin-bottom:8px;
}

#channel_videobox 
{
  
	background-color:#999;
	border:solid 1px #ec1c24; 
	_height:400px;
}

/*** CORNER STYLES ***/


#channel_videobox .header ul { 
     background: url(../images/videobox_corners.gif) -20px -20px no-repeat; 
     height: 20px; 
     list-style: none; 
     margin:-1px 0px 0px -1px; 
     border:none; 
     position:relative; 
    
	z-index:1;
}
#channel_videobox .header ul li {
	
	position:absolute;
	right:-1px;
	_right:-2px;
	top:0px;
	background: url(../images/videobox_corners.gif) 0px -20px no-repeat;
	width: 20px;
	height:20px;
	display:block;
	line-height: 20px;
	z-index:10
	
}
#channel_videobox .footer 
{
	clear:both;
}

#channel_videobox .footer ul {
	position:relative;
	background: url(../images/videobox_corners.gif) -20px 0px no-repeat;
	height: 20px;
	list-style: none;
	margin: 0px 0px -1px -1px;
	
}
#channel_videobox .footer ul li {
	
	position:absolute;
	bottom:0px;
	right:-1px;
	_right:-2px;
	background: url(../images/videobox_corners.gif) 0px 0px no-repeat;
	width: 20px;
	line-height: 20px;
	height:20px;
	display:block;

}

#channel_videobox .content 
{
	float:left;
	display:inline;
	width:706px;
	padding: 0px 10px 0px 10px;
	margin: -8px 0px -8px 0px;

}

#videobox_leftcol
{
	float:left;
	display:inline;
	width:480px;
	padding-top:8px;
}

#videobox_player
{
	width:480px;
}

#videobox_comments
{
    font-size: 12px;
	list-style-type:none;
	margin:0px 0 10px 0;
	padding:0 0 5px 0;
}

#videobox_comments li
{
	display:block;
	margin-bottom:4px;
	clear:both;	
}

#videobox_comments li.header
{
	background-color:#000;
	background-image:url(../images/comment_header_leftbg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:20px 0 4px 0;
	width:150px;
}

#videobox_comments li.header h3
{
	
	background-image:url(../images/comment_header_rightbg.gif);
	background-position:right top;
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:normal;
	line-height:24px;
	text-align:center;
	margin:0px;
}

#videobox_comments li.comment
{
	background-color:#666;
	clear:both;
	float:left;
	display:inline;
	padding:4px;
	width:472px;
	overflow-x: hidden;
/*	_overflow-x: scroll;*/
}

#videobox_comments span.note 
{
    font-size: smaller;
    margin-top:4px;
}

li.comment span.deleted {
color:#aaa;
font-size: 11px;
}

li.comment li.comment span.deleted {
color:#bbb;
}

#videobox_comments li.login 
{    
    margin: 13px 0;

}

#videobox_comments li.login a
{
color:White;
text-decoration: underline;
}

#videobox_comments li.comment a
{
    text-decoration:none;
    color:white;
}

#videobox_comments li.comment a.addcommentlink
 {
text-decoration:underline;

}


#videobox_comments li.comment .user_avatar
{
	float:left;
	overflow:hidden;
	font-size: 11px;
	margin-right:8px;
	height: 45px;
	width:45px;
	background-color: #AAA;
	border:none;
}

#videobox_comments li.comment li.comment {

	background-color:#888;
	clear:both;
	float:left;
	display:inline;
margin: 5px 0 0 6px;

	padding:4px;
	width:450px;
}
#videobox_comments li.comment ul {
padding: 0;
margin:0;
}

#videobox_comments li.comment li textarea
{
	display:block;
	width:440px;
	height:50px;
	border:solid 1px #444;
	color:#666;
	font-size:12px;
margin: 0 auto;
	padding:3px;
clear:both;
}

#videobox_comments li.comment .addcommentlink {
padding-left: 10px;
}

/*#videobox_comments li.comment a.comment_header,*/
#videobox_comments li.comment div.comment_header
{
    width:419px;
    float:right;
    margin: 3px 0;
	font-weight:bold;
	display:inline;
}

/*#videobox_comments li.comment a.comment_header:hover
{
    text-decoration:underline;
}*/

#videobox_comments li.comment span.comment_body
{
    width:419px;
    clear:right;
    float:right;
	display:block;
	word-wrap: break-word;
	
}

#videobox_comments li.comment li.comment span.comment_body 
{
width:397px;    
	word-wrap: break-word;
}

#videobox_comments li.comment li.comment div.comment_header 
{
    width:397px;
}

#videobox_comments li.comment .comment_replylink
{
    clear:both;
	float:right;
	display:inline;
	margin-right: 10px;
	text-decoration: underline;
	color:#fff;
	
}

#videobox_comments li.comment .comment_replylink:hover
{

}

#videobox_comments textarea
{
	display:block;
	width:471px;
	height:25px;
	border:solid 1px #444;
	color:#666;
	font-size:12px;
	padding:3px;
}

#videobox_comments .addcommentlink
{
	float:right;
	display:inline;
	color:#fff;
	margin:4px 0;
}

#videobox_rightcol
{
	float:right;
	display:inline;
	width:210px;
	margin-left:16px;
	
}

#videobox_specs 
{
}

#videobox_specs a.label,
#videobox_specs a.label:hover
{
	color:white;
	text-decoration:none;
}

#videobox_specs span
{
    font-size:12px;
}

#videobox_specs h2
{
	color:#fff;
	font-size:23px; /**************/
	margin:0px;
	padding:0px;
	line-height:32px;
}

#videobox_specs h3
{

	color:#000;
	font-size:16px; 
	margin:0px;
	padding:0px;
	line-height:20px;
}
#videobox_specs h3 a,
#videobox_specs h3 a:visited
{
    color:White;
}
#videobox_specs h4
{
	color:#000;
	font-size:12px;
	margin:10px 0px 0px 0px;
	padding:0px;
	line-height:18px;
	font-weight:normal;
}

#videobox_specs .description
{
    display:block;
    margin-bottom:25px;
	color:#444;
	font-size:13px;
	line-height:16px;
}

#videobox_specs .description a 
{
    color:black;
}

#videobox_specs input
{
	border:solid 1px #444;
	color:#666;
	font-size:12px;
	padding:3px;
	width:200px;
	font-size: 12px;
}

#videobox_specs .video_checkbox
{
	width:auto;
	position:relative;
	top:6px;
}

#videobox_actions
{
	margin-top:10px;
	margin-bottom:25px;
}	

#videobox_actions .videoactionlink
{    
	display:inline;
	float:left;
	display:inline;
	width:100px;
	margin-top:13px;
	line-height:13px;
	height:16px;
}

#videobox_actions .videoactionlink img
{
	float:left;
	display:inline;
	
}

#videobox_actions .videoactionlink a
{
    font-size:12px;
	color:#fff;
	margin-left:3px;	
}

#videobox_rightcol_ad
{
	clear:both;
	margin-top:30px;
}
