/* List Items
-----------------------------------------------------------------------------*/

ul.items li,
ol.items li {
	list-style-position : outside;
	margin-left : 12px;
}

img.frame {
	background : #F5F5F5;
	border : 1px solid #4d4d4d;
	padding: 3px;
}

/* FAQ
-----------------------------------------------------------------------------*/

.faq .questions {
	float : left;
	width : 380px;
}

.faq .questions li {
	cursor : pointer;
	padding : 10px;
	padding-top : 5px;
	padding-bottom : 5px;
}

.faq .questions li.select {
	background : #D4ECED;
}

.faq .questions li.highlight {
	background : #E1E5AA;
}

.faq .answers {
	background : #d4eced;
	float : left;
	padding : 15px;
	width : 300px;
}