﻿#list3 {background-color:white;
}
#list3 div.selected .title {
	font-weight: bold;	margin-bottom:18px;
}
#list3 div.title {
	cursor: pointer;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	padding: 10px;	background-color: #ebebeb;
	margin-bottom:3px;
}
#list3 div.selected {
	border-bottom: none;
}
