/** { margin: 0; padding: 0; }*/
 #main { height: 100% ;width: 334px;}
body, div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }
body { margin: 0; padding: 0; font-size: small; color: #333 }


.basic, #list3 { width:334px; }



#list3 {  overflow: hidden; }
#list3 div.selected .title { font-weight: bold; }
#list3 div div {
	padding: 5px;
	 overflow: hidden;
}
#list3 div.title {
	height: 13px;
	text-align:left;
	margin-top:1px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-weight:bold;
	vertical-align:top;
	cursor: pointer;
	background-color: #e3e3e3;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-indent: 15px;	
}
#list3 div.title:hover {
	height: 13px;
	text-align:left;
	margin-top:1px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#0e81ba;
	font-weight:bold;
	vertical-align:top;
	cursor: pointer;
	background-color: #e3e3e3;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-indent: 15px;	
}

#list3 li{
	list-style-type:none;
	position:relative;
	margin-top:1px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
	
#list3 ul{
		margin:0px;
		padding:0px;
		position:inherit;
	 /*	position:relative;*/

	}
#list3 div.selected {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}