/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	width: 100%;
}

/* accordion header */
#accordion h2 {
	background:#AA8A63;
	margin:0;
	margin-top : 1px;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	cursor:pointer;		
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	font-weight:bold;
}

/* accordion pane */
#accordion div.pane {
	display:none;
	height:420px;
	padding:0px;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

.customtitledark {
	width : 210px;
	background-color : #E5D6B7;
	font-size : 11px;
	font-weight : bold;
}

.customtitlelight {
	width : 200px;
	background-color : #F3E9D6;
	font-size : 11px;
	font-weight : bold;
}

.customdetaildark {
	background-color : #E5D6B7;
	font-size : 11px;
	font-weight : bold;
}

.customdetaillight {
	background-color : #F3E9D6;
	font-size : 11px;
	font-weight : bold;
}
