.faq ul
{
	list-style-image: url(../img/right.png);
	text-indent: 0;
	line-height: 24px;
}
.faq .synopsis
{	
	display: none;
	clear:left;
	overflow: auto;
	border: 1px solid #DDDDDD;
	width: 600px; 
	background-color: #F5F5F5;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
