@charset "utf-8";
/* CSS Document */ 
.basic  {
	width: 100%;
	/*font-family: verdana;*/
	/*border: 1px solid black;*/
}
.basic > div {
	/*background-color: #eee;*/
	margin-top:20px;
	margin-bottom:20px;
}

.basic > a {
	cursor:pointer;
	display:block;
	padding:20px 10px 20px 15px;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	background-color: #666;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("plus.png");
	background-repeat: no-repeat;
	background-position:97% center;
}
.basic > a:hover {
	background-color: #666;
	/*background-image: url("minus.png");*/
}
.basic > a.selected {
	/*color: black;*/
	background-color: #666;
	background-image: url("minus.png");
}

