
.basic  {
	font-family: verdana;
	border: 1px solid #DBDBDB;
	margin-bottom:8px;
}
.basic div {
	background-color: #eee;
}

.basic p {
	margin-bottom :10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a.titlex {
	cursor:pointer;
	display:block;
	padding:0 5px;
	margin-top: 0;
	text-decoration: none;
	font-size: 12px;
	color: #000;
	background:#11C2FF url("../images/click.gif") no-repeat 99% 52%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	height:25px;
	line-height:25px;
}

.basic a.titlex span{
	background:url(../images/accIcon1.gif) no-repeat left center;
	padding-left:1.2em;
}

.basic a.titlex:hover {
	background:#1187FF url("../images/click.gif") no-repeat 99% 52%;
	font-weight: bold;
	color: #fff;
}
.basic a.titlex.selected {
	font-weight: bold;
	font-size:13px;
	color: #fff;
	background:#11C2FF url("../images/click.gif") no-repeat 99% 52%;
}

.mycontent ul {
	overflow:auto;

	margin-left:1px;
}
.mycontent ul li{
	float:left;
	margin:5px 6px;
	display:inline;
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}