/***********************************************/
/* Rádio SIM                                   */
/* Renasceça WEBDEVCORE                        */
/***********************************************/

/***********************************************/
/* RESIDENT STYLES                             */
/***********************************************/ 
#center_nav_musica{
	float:right;
	width:498px;
	height:411px;
	font-size:12px;
	background-image:url(../images/bg_main_musica.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#center_nav_detail{
	float:right;
	width:463px;
	height:411px;
	font-size:12px;
	background-image:url(../images/bg_detail_musica.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#center_title {
	width:251px;
	height:88px;
	position:relative;
	top:-20px;
	left:40px;
}

#center_items 
{  
	height:113px;
	width:390px; 
	position:relative;
	left:50px;
	top:-25px
}
#center_items ul.items {
	margin:0;
	padding:0;
}
#center_items ul.items li 
{
	width:130px;
	height:145px;
	margin:0;
	padding:0;
	float:left;
	padding-top:3px; 
	padding-bottom:0px;
	list-style-type:none;
	z-index:50;
	font-size:12px;
	
}
.item_solo{
	float:left;
	color:#4b2a04;
	padding:0px;
	width:126px;
	text-align:center;
	margin:0 auto
}
A.item_solo
{ 
	FONT-WEIGHT: bold;
	COLOR: #4b2a04;
	TEXT-DECORATION: underline;
}
A.item_solo:visited 
{ 
	COLOR: #4b2a04; 
}
A.item_solo:active 
{ 
	COLOR: #4b2a04; 
}
A.item_solo:hover 
{
	COLOR: #4b2a04; 
	TEXT-DECORATION: underline;
}
#sub_musica{
	width:315px;
	height:550px;
	font-size:12px;
	background-color:red

}
#win_fotos{
	margin: 0;
	padding:3px 3px 3px 3px;
	text-align:center;
	margin:0px auto;
}
	#win_fotos ul.items {
		margin:0;
		padding:0px;
	}
	#win_fotos ul.items li{
		list-style-type:none;
		list-style:none;
		display:inline;
		margin:0;
		padding:0;
		float:left

}
img.valign_fotos {
	display:inline;
	vertical-align:top;
	border:1px;
	border-style:solid;
	border-color:#dbc4a0;
	margin-bottom:5px;
	margin-right:4px;
	margin-top:5px;
	cursor:pointer;
}
.video_thumb{
	margin:0 auto;
	text-align:center;
	padding:20px
}
.video_title{
	margin:0 auto;
	text-align:center;
}


A.control_video
{ 
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
}
A.control_video:visited 
{ 
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;	
}
A.control_video:active 
{ 
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
}
A.control_video:hover 
{
	COLOR: #d8b832;
	TEXT-DECORATION: underline;
}
#detail_sub{
	float:left;
	width:341px;
	background-image:url(../images/bg_detail_sub.jpg);
	background-repeat:repeat-y
}

/* root element for tabs  */
ul.tabs  
{ 
	margin:0; 
	padding:0;
	height:20px;
}

/* single tab */
ul.tabs li {  
	float:left; 
	padding:0 13px 0 0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	float:left;
	border-bottom:0px;
	height:20px;

}
