/*UI accordion*/
catalog .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:  Arial, Trebuchet MS, Tahoma, Verdana,sans-serif;
	font-size: 1.1em;
	
}
catalog .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;
}
catalog .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: #f6f6f6 url(../img/jquery/f6f6f6_40x100_textures_02_glass_100.png) 0 50% repeat-x;*/
}
catalog .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;
	background: url(../img/jquery/ef8c08_7x7_arrow_right.gif) .5em 50% no-repeat;
}
catalog .ui-accordion-header a:hover {
	background: url(../img/jquery/ef8c08_7x7_arrow_right.gif) .5em 50% no-repeat;
	color: #c77405;
}
catalog .ui-accordion-header:hover {
	/*background: #fdf5ce url(../img/jquery/fdf5ce_40x100_textures_02_glass_100.png) 0 50% repeat-x;*/
	color: #c77405;
}
catalog .selected .ui-accordion-header, .selected .ui-accordion-header:hover {
	/*background: #ffffff url(../img/jquery/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;*/
}
catalog .selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
	color: #eb8f00;
	background: url(../img/jquery/ef8c08_7x7_arrow_down.gif) .5em 50% no-repeat;
}
catalog .ui-accordion-content {
	/*background: #eeeeee url(../img/jquery/eeeeee_40x100_textures_03_highlight_soft_100.png) 0 0 repeat-x;*/
	color: #333333;
	font-size: 1em;
}
catalog .ui-accordion-content p {
	padding: 1em 1.7em 0.6em;
}