/* CSS Document */
/* jQuery Accordion */

.ui-widget-content {
   background-color:#fff;
   color:#666;
   margin-bottom: 2px;
}
.ui-widget-content p {
   padding: 10px;
}
.ui-widget-content a {
   color:#000;
}
.ui-widget-header {
   background-color:#f0f0f0;
}
.ui-widget-header a {
   color:#000;
}
.ui-state-default, .ui-widget-content .ui-state-default {
   background-color:#fff;
   height: 16px;
}
.ui-state-default {
   background: #f0f0f0 url(../img/arrow_accordion_normal.png) 610px 15px no-repeat;
}
.ui-state-active {
   background: #f0f0f0 url(../img/arrow_accordion_active.png) 610px 15px no-repeat;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
   color:#000;
   text-decoration:none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
   cursor: pointer;
}
.ui-state-hover a, .ui-state-hover a:hover {
  color:#000;
  text-decoration:none;
}
#accordion h6 {
	color: #000;
	font: 15px normal Arial, sans-serif;
	padding-left: 10px;
	background-color: #ecece2;
	padding: 10px;
	margin-bottom: 0;
	margin-top: 2px;
}
#accordion h6 a, #accordion h6 a:hover {
  color:#000 !important;
  text-decoration:none;
}
