
.basic  {
	width: 350px;
	font-family: verdana;
}
.basic div {
	background-color: #fff;
	color:#6dadb6;
	line-height:16px;
	font-size:12px;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-size: 12px;
	color: black;
	text-indent:20px;
	background-color: #fff;
	border-bottom: 1px solid #e4e6ea;
	background:url(../../../images/cp/ico1.jpg) no-repeat 10px center
	
	}
.basic a:hover {
	background:url(../../../images/cp/ico2.jpg) #efefef no-repeat 10px center
}
.basic a.selected {
	color: black;
	background-color: #80cfe2;
	background:url(../../../images/cp/ico2.jpg) no-repeat 10px center
}

