/*
 * 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
*/




/*UI accordion*/
#center .nextitem .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: Lucida Grande, Lucida Sans, Arial, sans-serif;
	border-bottom: 1px solid #cccccc;
}
#center .nextitem .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 #cccccc;
	border-bottom: none;
}
#center .nextitem .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: #e0e0e0 url(/skins/images/i/e0e0e0_40x100_textures_02_glass_80.png) 0 50% repeat-x;
}
#center .nextitem .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: 1.2em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em .5em .5em 1.7em;
	color: #444444;
	background: url(/skins/images/ui/888888_7x7_arrow_right.gif) .5em 50% no-repeat;
}
#center .nextitem .ui-accordion-header a:hover {
	background: url(/skins/images/ui/222222_7x7_arrow_right.gif) .5em 50% no-repeat;
	color: #111111;
}
#center .nextitem .ui-accordion-header:hover {
	background: #d8d8d8 url(/skins/images/ui/d8d8d8_40x100_textures_02_glass_90.png) 0 50% repeat-x;
	color: #111111;
}
#center .nextitem .selected .ui-accordion-header, .selected .ui-accordion-header:hover {
	background: #8ab9ff url(/skins/images/ui/8ab9ff_40x100_textures_02_glass_50.png) 0 50% repeat-x;
}
#center .nextitem .selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
	color: #000000;
	background: url(/skins/images/ui/ffffff_7x7_arrow_down.gif) .5em 50% no-repeat;
}
#center .nextitem .ui-accordion-content {
	padding: 0.3em 1.7em;	
	background: #f3f3f3;
	color: #362b36;
	font-size: 1.2em;
}





/*UI tabs*/
#center .nextitem .ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #cccccc;
	bottom: -1px;
}
#center .nextitem .ui-tabs-nav-item {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #cccccc;
	border-right: none;
}
#center .nextitem .ui-tabs-nav-item a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 15px;
	color: #444444;
	background: #e0e0e0 url(/skins/images/ui/e0e0e0_40x100_textures_02_glass_80.png) 0 50% repeat-x;
}
#center .nextitem .ui-tabs-nav-item a:hover {
	background: #d8d8d8 url(/skins/images/ui/d8d8d8_40x100_textures_02_glass_90.png) 0 50% repeat-x;
	color: #111111;
	font-weight: normal;
}
#center .nextitem .ui-tabs-selected {
	border-bottom-color: #8ab9ff;
}
#center .nextitem .ui-tabs-selected a, #center .nextitem .ui-tabs-selected a:hover {
	background: #8ab9ff url(/skins/images/ui/8ab9ff_40x100_textures_02_glass_50.png) 0 50% repeat-x;
	color: #000000;
	font-weight: normal;
	cursor: pointer;
}
#center .nextitem .ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	clear:left;
	border: 1px solid #cccccc;
	background: #f3f3f3;
	color: #362b36;
	padding: 1.5em 1.7em;	
}
#center .nextitem .ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}



