.list-2 li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	height:30px; 
	padding-left:9px;
	background:url(../images/li-border.png) bottom repeat-x;
}
	.list-2 li a {
		display:inline-block; 
		color:#bbe36f; 
		line-height:30px;
		padding-left:15px; 
		background:url(../images/li-icon.png) top left no-repeat;
	}
		.list-2 li a:hover {color:#fff333; font-weight:600; }
	.list-2 li a span {display:inline-block; cursor:pointer;}
	.list-2 .last-item {background:none;}




/***** accordion *****/
	
#faded {
	width:350px; 
	min-height:180px; 
	position:relative;
	margin:-5px 10px; 
}
	#faded .control {
		width:70px;
		height:33px;
		background:url(../images/faded-control-bg.png) 0 0 no-repeat;
		position:absolute;
		top:-45px;
		right:5px;
	}
	#faded  .next, #faded .prev {
		display:block; 
		width:9px; 
		height:8px; 
		text-indent:-5000px;
	}
	#faded .next {background:url(../images/faded-next.png) 0 top no-repeat; position:absolute; top:12px; left:47px;}
	#faded .prev {background:url(../images/faded-prev.png) 0 top no-repeat; position:absolute; top:12px; left:15px;}
		#faded .next:hover, 
		#faded .prev:hover {background-position:0 bottom;}

#faded ul img{
	width:100px; 
	height:100px; 
	margin:0 15px 5px 0;
	float:left;
}

	#faded ul li {
		font-size:13px;
		line-height:20px;
		text-align:justify;
		font-style:italic; 
		color:#bbe36f;
		font-family:Georgia, "Times New Roman";
	}
	#faded ul li h5{
		margin-top:5px;
	}
		#faded ul li a {
			font-style:normal; 
			text-decoration:none; 
			font-weight:bold; 
			cursor:pointer;
			color:#FFFF66;
		}
			#faded ul li a:hover {
				text-decoration:underline;
			}
			
span.circle {
	display:inline-block; 
	padding:10px 10px; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:25px; 
	line-height:1.2em; 
	color:#3a3a3a; 
	text-transform:uppercase;
	float:left;
	margin:3px 18px 0 0;
	border-radius:35px;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
}
.ground-1 {
	border:1px solid #f7f7f7;
	background:url(../images/circle-tail.gif) 0 0 repeat-x #e8eaeb;
}

