#list3 {
	width: 100%;
	margin-bottom:20px;
}
#list3 div.title {
	font-weight: bold;
	background-color: #FFF1DA;
	padding: 10px;
	cursor: pointer;
	margin-top: 5px;
	color: #CC6600;
}
#list3 div.title:hover {
	background-color: #FFE2B4;
	color: #312412;
}
#list3 div.selected .title {
	font-weight: bold;
}
#list3 div div {
	padding: 10px;
	xborder: 1px solid #FFD48E;
}
#list3 div.desc {
	border: 1px solid #FFE2B4;
}

#list3 div div.selected {
	background-color: #FFE2B4;
	color: #312412;
	border-bottom: none;
}
@media print {
	#list3 div{
		display: block!important;
		height: auto!important
	}
}
