.basic  {
	width: 566px;
	font-family: arial;
	vertical-align:top;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: white;
	border-bottom: 2px solid #fff;
}

/*----CORES DAS TABS-------*/
/*
.basic a.curso1, .basic a.curso1.selected { background-color:#272765}
.basic a.curso2, .basic a.curso2.selected{ background-color:#306479}
.basic a.curso3, .basic a.curso3.selected{ background-color:#dd901c}
.basic a.curso4, .basic a.curso4.selected{ background-color:#CC3333}

.basic a.curso1:hover {background-color:#393989;}
.basic a.curso2:hover {background-color:#3e7d97;}
.basic a.curso3:hover {background-color:#ea9f2f;}
.basic a.curso4:hover {background-color:#AA2929;}
*/

/*----TEXTO DO ACCORDION NAS SERIES-------*/
.basic .texto p { font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:14px; color:#333; font-weight:normal;}
.basic .texto ul { list-style:disc; margin-left:10px; padding: 0; padding-bottom:10px;}
.basic .texto ul li { font-family:Arial, Helvetica, sans-serif; font-weight:bolder; font-size:12px; color:#000; list-style-image:none; list-style-position:outside; list-style-type:none;}
.basic .texto ul li span { font-family:Arial, Helvetica, sans-serif; font-weight:bolder; font-size:12px; color:#000; cursor:pointer;}





@media print {
.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}