/*
 * 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*/


ul#accordion.ui-accordion li{ 
	float:left;
	list-style-type: none;
	margin-bottom:5px;
	padding:0;
	border:0;
	width:280px;
}


.ui-accordion {
	float:left;
	font-family:"Gill sans", "Century Gothic","Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	margin:0;
	padding: 0;
	list-style-type: none;
	color:#666d74;
	
}


.ui-accordion a {
	float:left;
	font-family:"Gill sans", "Century Gothic","Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	border-bottom:1px solid #e2e2e2;
	color:#666d74;
	margin:0 0 0 0;
	padding:8px 0 8px 20px;
	list-style-type: none;
	text-decoration:none;
	width:260px;
}

.ui-accordion a:hover {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}
.ui-accordion:hover {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}
.selected .ui-accordion, .selected .ui-accordion:hover {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}
.selected .ui-accordion a, .selected .ui-accordion a:hover {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}

ul#accordion.ui-accordion ul li a.attivo{ 
	color: #000;
	text-decoration:none;
	font-weight:bold;
}



.ui-accordion-header {
	font-family:"Gill sans", "Century Gothic","Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	width:280px;
	height: 18px;
	margin:10px 0;
	padding: 0;
	list-style-type: none;
	cursor: pointer;
	border-bottom:1px dotted #A8A7A7;
	font-weight:bold;
	color:#000000;
	font-size:13px;
}


.ui-accordion-header a {
	font-family:"Gill sans", "Century Gothic","Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	width:280px;
	height: 18px;
	margin:0;
	padding: 0;
	list-style-type: none;
	cursor: pointer;
	font-weight:bold;
	color: #000;
	font-size:13px;
	text-decoration: none;
	background-image:none;
	border-bottom:1px dotted #A8A7A7;
}

.ui-accordion-header a:hover {
	text-decoration: none;
	color: #000;
}
.ui-accordion-header:hover {
	text-decoration: none;
	color: #000;
}
.selected .ui-accordion-header, .selected .ui-accordion-header:hover {
	text-decoration: none;
	color: #000;
}
.selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
	text-decoration: none;
	color: #000;
}