.acc_trigger {
   /* padding-top:8px;*/
    padding-bottom:8px;
  
	width: 532px;
	font-size: 14px;
	font-weight: bold;
     background-image : url(../img/layout_img/accordionhead.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    cursor:pointer; 

}
.acc_trigger a {
    
	color: #006f8b;
	text-decoration: none;
	display: block;
	padding: 7px 0 0 18px;
    
}

*:first-child+html .acc_trigger a {
	color: #006f8b;
	text-decoration: none;
	display: block;
	padding:4px 0 0 18px;
    
}  

* html .acc_trigger a {
	color: #006f8b;
	text-decoration: none;
	display: block;
	padding: 5px 0 0 18px;
    
}

.acc_trigger a:hover {
	color: #ccc;
}
.active {background-position: bottom center;}
.acc_container {
    clear:both;
	margin: 0 0px 0px; 
    padding: 0;
	overflow: hidden;
	font-size: 12px;
	width: 532px;  
}
 .block {
    margin-top:5px;
    padding:20px;        
    background-image : url(../img/layout_img/accordionbg.png);
    background-position: 0px 0px;
    background-repeat: no-repeat; 
	padding-bottom: 20px;
    padding-top:8px;
    padding-left:40px;
    padding-right:40px;
}

 .block strong {
 font-weight: bold;
}

 .block em {
 font-style: italic;
}

 .block ol {
list-style-type:square;
}

 .block ul {
list-style-type:upper-roman; 
}

.block a {
 font-weight: bold;
 color:black; 
}


