/* CSS Document */
/*UI accordion*/
.ui-accordion {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.1; text-decoration: none; font-size: 100%; list-style: none;
	/*font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;*/
	font-size: 0.95em;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.ui-accordion-group {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.1; text-decoration: none; font-size: 100%; list-style: none;
	border: 1px solid #cccccc;
	border-bottom: none;	
}
.ui-accordion-header {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.1; text-decoration: none; font-size: 100%; list-style: none;
	cursor: pointer;
	background: #f6f6f6 url(../images/SIT_FASILAIMMO_accordion_header.png) 0 50% repeat-x;  
    margin-bottom:2px; 	
}
.ui-accordion-header a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.1; 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: #6e4a92;
	background: url(../images/SIT_FASILAIMMO_arrow_right.gif) .5em 50% no-repeat;
}
.ui-accordion-header a:hover {
	background: url(../images/SIT_FASILAIMMO_arrow_right_hover.gif) .5em 50% no-repeat;
	color: #ffffff;	
}
.ui-accordion-header:hover {
	background: #ff851f url(../images/SIT_FASILAIMMO_accordion_header_hover.png) 0 50% repeat-x;
	color: #ffffff;
}
.selected .ui-accordion-header, .selected .ui-accordion-header:hover {
	background: #327e04 url(../images/SIT_FASILAIMMO_accordion_header_active.png) 0 50% repeat-x;

}
.selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
	color: #ffffff;
	background: url(../images/SIT_FASILAIMMO_arrow_down.gif) .5em 50% no-repeat;
}
.ui-accordion-content {
	background: #eeeeee url(../images/SIT_FASILAIMMO_accordion_content.png) 0 0 repeat-x;
	color: #333333;
	/*font-size: 1em;*/	
}
.ui-accordion-content p {
    padding: 1em 1.7em 0.6em;
}
