/*UI accordion*/
.ui-accordion {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; list-style: none;
	border-bottom: 1px solid #ccc68f;
}
.ui-accordion-group {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; list-style: none;
	border: 1px solid #ccc68f;
	border-bottom: none;
}
.ui-accordion-header {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; list-style: none;
	cursor: pointer;
	background: #e5e1b8 url(images/e5e1b8_40x100_textures_02_glass_100.png) 0 50% repeat-x;
}
.ui-accordion-header a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; list-style: none;
	display: block;
	color: #595436;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: .5em .5em .5em 1.7em;
	background: url(images/107f6e_7x7_arrow_right.gif) .5em 50% no-repeat;
}
.ui-accordion-header a:hover {
	background: url(images/055c4f_7x7_arrow_right.gif) .5em 50% no-repeat;
	color: #000000;
}
.ui-accordion-header:hover {
	background: #fffce5 url(images/fffce5_40x100_textures_02_glass_100.png) 0 50% repeat-x;
	color: #000000;
}
.selected .ui-accordion-header, .selected .ui-accordion-header:hover {
	background: #fffce5 url(images/fffce5_40x100_textures_02_glass_65.png) 0 50% repeat-x;
}
.selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
	color: #2C4C48;
	background: url(images/13713e_7x7_arrow_down.gif) .5em 50% no-repeat;
}
.ui-accordion-content {
	padding: 1.5em 1.7em;	
	background: #fffce5;
	color: #222222;
}
