/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit ThemeRoller.com
*/

/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/



/*UI accordion*/
.ui-accordion {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	/*font-family: Segoe UI, Helvetica, Arial, sans-serif;*/
	font-size: 1.2em;
	/*border-bottom: 1px solid #000000;*/
}
.ui-accordion-group {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	/*border: 1px solid #000000;
	border-bottom: none;*/
}
.ui-accordion-header {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	cursor: pointer;
	background: #000000;
}
.ui-accordion-header a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	padding: .5em .5em .5em 1.7em;
	color: #E9B35D;
	background: url(images/menu/E9B35D_7x7_arrow_right.gif) .5em 50% no-repeat;
}
.ui-accordion-header a:hover {
	background: url(images/menu/E9B35D_7x7_arrow_right.gif) .5em 50% no-repeat;
	color: #E9B35D;
}
.ui-accordion-header:hover {
	background: #000000 url(images/menu/000000_40x100_textures_02_glass_60.png) 0 50% repeat-x;
	color: #E9B35D;
}
.selected .ui-accordion-header, .selected .ui-accordion-header:hover {
	background: #9F9383;
}
.selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
	color: #382f28;
	background: url(images/menu/382f28_7x7_arrow_down.gif) .5em 50% no-repeat;
}
.ui-accordion-content {
	background: #9F9383;
	color: #382f28;
	font-size: 1em;
}
.ui-accordion-content a {
	background: #9F9383;
	color: #382f28;
	font-size: 1em;
	text-decoration:none;
}
.ui-accordion-content a:hover{
	color: #fff;
}
/*.ui-accordion-content ul {
	padding: 1em 1.7em 0.6em;
}*/
.ui-accordion-content ul{
	font-size: 1.1em;
	margin: 0;
	padding: 0em 1.7em 0.6em;
}
.ui-accordion-content li{
	list-style-type:none;
}
/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */
