.basic, #list, #list2 { width:50%; }

.basic  {
	border: 1px solid #E2DDD2;
}
.basic div {
	background-color: #FFF;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #E2DDD2;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E2DDD2;	
}
.basic a:hover {
	background-color: #C92003;
}
.basic a.selected {
	color: black;
	background-color: #837B66;
}