/* spoiler */
div.spoiler {
	padding: 5px 0;
	line-height: 1.6;
}

div.spoiler div.spoiler-title {
	color: #00b3e8;
	font-size: 19px;
	font-weight: normal;
	padding: 9px 40px 4px;
	cursor: pointer;
	position: relative;
	border-bottom: solid 2px #fff;
}

div.spoiler h2
{
	font-weight: normal;
}

div.spoiler div.spoiler-title div.spoiler-toggle {
	display: inline-block;
    width: 25px;
    height: 19px;
    cursor: pointer;
    -webkit-user-modify: read-only;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 30px;
}

div.spoiler div.spoiler-title div.hide-icon {
	background: url('../images/arrow-slider.png') no-repeat scroll left -19px transparent;
}

div.spoiler div.spoiler-title div.show-icon {
	background: url('../images/arrow-slider.png') no-repeat scroll left top transparent;
}

div.spoiler div.spoiler-content {
	font-size: 13px;
/* border: 1px solid #bbbbbb; */
border-top: 0px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: none repeat scroll 0 0 #fff;
padding: 10px 10px;

}

/* --- black ----- */



