

/* the testimonials box */

#testimonials

{

	width:197px;

	background:#fcfce0;

	font-size:11px;
	
}

#testimonials a

{

	color:#000;

	font-size:11px;

	text-decoration:none;

}



#testimonials ul

{

	margin:0 .5em 0 1em;

	padding:0;

}

#testimonials li{

	line-height:15px;
	
	padding:8px 0px 8px 5px;
	
	text-align:left;
	
	border-bottom:dotted 1px #d6d6d6;
		
}

/* the news box when JavaScript is available */

#testimonials.hasJS

{

	height:75px;

	overflow:hidden;

	position:relative;

}

/* The nested UL when JavaScript is available */

#testimonials.hasJS ul

{

	position:absolute;

	top:75px;

	left:0;

	margin:0 .5em 0 .5em;

	padding:0;

}



