@charset "utf-8";
/* CSS Document */





h3 {
background: url(../images/arrow-acive.jpg) no-repeat 100% 50%;
border-bottom:1px dashed #502D04;
cursor: pointer;
font-size: 13px;
font-weight: bold;
height: 20px;
line-height: 22px;
padding: 3px;
}	
.ui-accordion-header ui-helper-reset ui-state-active ui-state-hover  {
	background: url(../images/arrow-open.jpg) no-repeat;
	border-bottom:1px dashed #502D04;
	cursor: pointer;
}

