/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.indentmenu{
font: 11px Arial;
width: 100%; /*leave this value as is in most cases*/
border-bottom: 1px solid #333;
}

.indentmenu ul{
margin: 0px;
padding: 0px;
float: left;
width: 500px; /*width of menu*/
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 10px 20px;
text-decoration: none;
border-right: 1px solid #151515;
/*border-right: 1px solid navy;*/ /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding: 10px 20px;
/*background: #181818;*/
font-weight: bold;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
background-image: url(images/tabs_back.jpg);
background-repeat: repeat-x;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* CONTEUDO */

.cd_foto {
	float: left;
	width: 200px;
	margin-right: 10px;
}
.cd_tracklist {
	float: left;
	width: 300px;
}

.video_img {
	float: left;
	width: 120px;
	margin-right: 10px;
}
.video_desc {
	float: left;
}
