.basic  {
	width: 530px; 	/*260px;*/
	font-family: Tahoma;
	font-size: 11px;
	/*border: 1px solid black;*/
}
.basic div {
	background-color: #fff;	/*#eee;*/
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: black;
}
.basic a:hover {
	background-color: #ccc;
}
.basic a.selected {
	color: black;
	background-color: #80cfe2;
}
