/* 	WWW.AUTOTRADER.CO.ZA
	Designed by Auto Trader South Africa
	
	
	Created September 2009
	
	DIMENSIONS:
	main-content-larger 		685px 
	secondary-content-smaller 	215px
*/


/* container */
.accordion-list  {
	width: 650px;
	margin-bottom: 1.5em;
}

/* answer to question */
.accordion-list div {
	margin-bottom: 1em;
	padding: 2px 10px 10px 30px;
	background: url(../i/icon/faq-bullet-ans.jpg) no-repeat left top;
}

.accordion-list p {
	margin-bottom: 1em;;
}
.accordion-list ul {
	margin-bottom: 1em;
}

/* question */
.accordion-list a.question {
	font-size: 85%;
	padding: 4px 0 7px 30px;
	background: url(../i/icon/faq-bullet.jpg) no-repeat left top;
	display: block;
	cursor: pointer;
}

.accordion-list a:hover.question {
	color: #af9a28;
	background: url(../i/icon/faq-bullet-hvr.jpg) no-repeat left top;
}
/* question - active */
.accordion-list a:active.question {
	color: #af9a28;
	background: url(../i/icon/faq-bullet-hvr.jpg) no-repeat left top;
}

/* back to top */
.back-to-top-faq {
	margin-bottom: 2.5em;
}
.back-to-top-faq a {
	color: #999;
	padding: 6px 2px 4px 18px;
	background: url(../i/icon/back-to-top-faq.jpg) no-repeat left top;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
.back-to-top-faq a:hover {
	color: #444;
}

