#content .guests p.caption, 
#content .guests li { border-color: #27AD3A; }
#content .customers p.caption, 
#content .customers li { border-color: #FED900; }

#content .box p.caption {
	font-size: 16px;
	font-weight: bold;
}

#content .box p.caption span { font-size: 14px; }

#content .box #faq_categories li { float: left; }
#content .box #faq_categories li.odd { margin-right: 10px; }
#content .box dt, 
#content .box dd {
	padding-left: 30px;
	display: block;
}
#content .box dt { min-height: 25px; }
* html #content .box dt { height: 25px; }
#content .box dd { min-height: 30px; }
* html #content .box dd { height: 30px; }

#content .box dt {
	font-size: 16px;
	font-weight: bold;
}
#content .guests dt { background: url(../images/faq_guests_question.png) no-repeat left top; }
#content .customers dt { background: url(../images/faq_customers_question.png) no-repeat left top; }
#content .guests dd { background: url(../images/faq_guests_answer.png) no-repeat left 5px; }
#content .customers dd { background: url(../images/faq_customers_answer.png) no-repeat left 5px; }
#content .box dd div { padding-top: 5px; }
