#video_list, #video_screen{
float:left;
margin:20px;
width:400px;
}


#video_select_show,#video_select_artist{
padding-bottom:10px;
} 
#video_select_show .title,#video_select_artist .title{
font-size:13px;
font-weight: bold;
color:#a52f2f;
border:1px solid black;
padding:2px;
padding-left:10px;
color:white;
background:#5985df;
}

.video_show, .video_artist{
padding:6px 10px 0px 10px;
}
.video_show_name,.video_artist_name{
padding:2px;
border-bottom:1px solid #5985df;
font-weight:bold;
color:#00506B;
}
/*#video_list ul{
	margin-bottom:0px;
	list-style-image:url(images/square_sky.gif);
}
#video_list li{
	padding-bottom:4px;
}
#video_list li a{
	color:#a52f2f;
}

#video_list li.selected a{
	font-weight:bold;
	padding:4px;
	background:#FF944D url(images/bgselected.gif) no-repeat;
	border:1px solid #D15400;
}*/

#video_screen_title{
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
	color:#a52f2f;
}




/*nuevos*/
#video_select_category{
padding-bottom:10px;
} 
#video_select_category .title{
	text-align:center;
	color:#a52f2f;
	font-size:14px;
	font-weight:bold;
	letter-spacing:3px;
	text-transform:uppercase;
}

#video_select_category{
	width:400px;
	float:left;
	clear:both;
}

#video_select_category_top, #video_select_category_center, #video_select_category_bottom, #video_screen_top, #video_screen_center, #video_screen_bottom{
	width:400px;
	float:left;
	clear:both;
}
#video_select_category_top,#video_select_category_bottom,#video_screen_top, #video_screen_bottom{
	height:12px;
	font-size:4px;
}
#video_select_category_top,#video_screen_top{
	background:white url(images/vidoption_top.gif) no-repeat;
}
#video_select_category_bottom,#video_screen_bottom{
	background:white url(images/vidoption_bottom.gif) no-repeat;
}
#video_select_category_center,#video_screen_center{
	background:white url(images/vidoption_center.gif) repeat-y;
}

#video_screen_center{
	text-align:center;
}

.video_items{
padding:4px 0px 0px 0px;
}
.video_items_name{
padding:0px;
border-bottom:1px solid #5985df;
font-weight:bold;
color:#00506B;
}
#video_list ul{
	margin-bottom:0px;
	list-style-image:url(images/star_red.gif);
	margin-left:35px;
}

html>body #video_list ul{
	padding-left:35px;
	margin-left:0px;
	
}

#video_list li{
	padding-bottom:4px;
}
#video_list li a{
	color:#a52f2f;
}

#video_list li.selected a{
	font-weight:bold;
	border-bottom:1px solid #a52f2f;
}
