
.basic  {
	width: 220px;
}
.basic div {
	background: #333333;
	height: 242px;
}
.basic div.carsearch {
	
}
.basic div p {
	padding: 6px 0 6px 0;
	margin: 0 5px;
	color: #cccccc;
	font-size: 11px;
	
}
.basic h4 {
	cursor:pointer;
	display:block;
	height: 32px;
	line-height: 31px;
	text-decoration: none;
	font-size: 12px;
	color: #999999;
	background: url('images/accback.jpg') no-repeat left top;
	text-indent: 30px;
	border-bottom: 1px solid #222222;
	font-weight: normal;
}
.basic h4:hover {
	background: url(images/accback.jpg) no-repeat left bottom;
}
.basic h4.selected {
	background: url('images/accback.jpg') no-repeat left center;
}
.basic ul.searchul {
	width: 200px;
	padding: 10px 0 0 10px;
}
.basic ul.searchul li {
	float: left;
	clear: left;
	list-style-type: none;
	padding: 0 0 6px 0;
}
.basic ul.searchul li a {
	display: block;
	width: 200px;
	text-decoration: none;
	color: #999999;
	background: url('images/searchulback.jpg') no-repeat left top;
	border: none;
	height: 32px;
	line-height: 31px;
	text-indent: 12px;
}
.basic ul.searchul li a:hover {
	background-position: left bottom;
	color: #cccccc;
}
