/* CSS Document */

.ui-accordion { margin: 0; padding: 0; list-style-type: none; }

.accordionHeader {
	display: block;
	padding-left: 30px;
	margin: 5px 20px 0px 0px;
	height: 28px;
	background: #ebd5ae url(/layout/img/lhn-arrow-down.png) no-repeat 9px 50%;
	border: #682501 solid thin;
	text-decoration: none;
	line-height: 21px;
	position: relative;
	cursor:pointer;
	
}
.selected table{
	background: #ebd5ae url(/layout/img/lhn-arrow-up.png) no-repeat 9px 50% !important;
}
.accordionHeader:hover {
	background: #cca148;
	color:#FFFFFF;
}

.accordionHeader + div {
	margin:10px 30px;
}