

.basic  {
	width: 600px;
}
.basic div {
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-family:		'istok_webregular', Arial, Helvetica, sans-serif;
	font-weight:		normal;
	font-size:			16px;
	line-height:		26px;
	color:				#2b2d2b;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:				5px 0 5px 40px;
	text-decoration: none;
	font-family:			'istok_webregular', Arial, Helvetica, sans-serif;
	font-weight:			normal;
	font-size:				24px;
	line-height:			36px;
	color:					#005193;
	margin:					0 0 30px 0;
	background-image:		url(../images/basic/plus.png);
	background-repeat:		no-repeat;
	background-position:	left center;
	
}
.basic a:hover {
	background-color: 		#b2c900;
}
.basic a.selected {
	color: 					#005193;
	background-color: 		#b2c900;
	background-image:		url(../images/basic/minus.png);
	background-repeat:		no-repeat;
	background-position:	left center;
}





