
/*li { list-style-type: none; 
}*/
.basic, #list2, #list3, #navigation { 
width:475px; }


#list3 { border: 0; }
#list3 div.selected .title {  }/*font-weight: bold;*/
#list3 div div {
	/*border-left:8px;*/
	/*padding: 5px;*/
}
#list3 div.title {
	text-decoration: underline;
	color: #336699;
	border: 0;
	background-color: #fff;
	padding: 0px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}


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