.spoiler-wrap {	
border: 1px solid #999999;
margin-top: 5px;
margin-bottom: 5px; 
width: 100%;
background-color: #f0f0f0;
position: relative;
}

.open {
/*background: url("/images/arrow2.png") no-repeat scroll left center transparent;*/
padding-left: 14px;
display: block;
}

.closed {
/*background: url("/images/arrow.png") no-repeat scroll left center transparent;*/
display: block;
padding-left: 14px;
}

.spoiler-head {
/*font-family: "Times New Roman", Times, serif;*/
cursor: pointer;
color: #000099;
font-size: 20px;
font-weight:bold;
line-height: 50px;
margin-left: 8px;
padding: 1px 18px 1px;
width: 100%;
text-transform: uppercase;
text-align: center;
}

.spoiler-hide {
cursor: pointer;
line-height: 15px;
border: 1px solid #999999;
margin: 10px 10px 0px 0px;
padding: 5px 5px 5px 10px;
color: #000099;
width: 70px;
text-align: center;
font-size: 12px;
background: url("/images/arrow3.png") no-repeat scroll 5px center transparent;
position: absolute;
right: 0px;
bottom: 10px;
}
	
.spoiler-body {
/*display: none;*/
border-top: 1px solid #999999;
padding: 10px 10px 10px 40px;
background: none repeat scroll 0 0 white;
border-bottom-left-radius: 5px; 
border-bottom-right-radius: 5px;

}
