/* Спойлер для сертификатов */

.cert-wrap {
/*-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;*/
margin: 7px 5px;
/*background: none repeat scroll 0 0 #2E90BD;*/

/*width: 100%;*/
}
.cert-wrap h2 {
	margin:0;padding:0;
}
.cert-head {
font-size: 11px;
padding: 5px 16px;
cursor: pointer;
/* width: 97%; для IE6*/
background: #f1f1f1;
}
.cert-head:hover h2 {
	color:#f80203;
}
.cert-head:hover {
	color:#f80203;
}
.cert_title {
	font-size:13px;
}
.folded-cert { /* свернутое состояние */
display: block;
padding: 5px 16px;
color: #454A53;
/*background-image: url(../img/news-mrkr.png);
background-repeat: no-repeat;
background-position: left center;*/
}
.unfolded-cert { /*развернутое состояние*/
display: block;
padding: 5px 16px;
color: #454A53;
/*background-image: url(../img/news-mrkr.png);
background-repeat: no-repeat;
background-position: left center;*/
/*background: none repeat scroll 0 0 #fff;*/
}
.cert-body {
/*-moz-border-radius:0 0 10px 10px;
-webkit-border-radius:0 0 10px 10px;
border-radius:0 0 10px 10px;*/
padding: 0px 16px 0px 16px;
/*background-image: url(../img/news-mrkr.png);
background-repeat: no-repeat;
background-position: left center;*/
}
.cert-body ul{
	margin: 0;
}
.cert-body ul li {
	margin: 5px 0 0 25px;
	list-style:disc;
}
.cert-body  b {
	color: #454A53;
}
.partners {
	margin: 5px 0px;
	background: none;
}
/* Стили для спойлера [showmore name=""]*/
.easy-spoiler-wrap {
	margin:10px 0 0 0; padding:0;
}
.easy-spoiler-head {
	margin:0px 0 0 0; padding:0;
	cursor: pointer; color: #454A53;
}
.easy-spoiler-head:hover {
	color: #f80203;
}
.easy-spoiler-folded {
    padding-right: 18px;
    background-repeat: no-repeat;
    background-image: url(../img/ar-d-12.jpg);
    background-image: url(../img/ar-r-12.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}
.easy-spoiler-folded_np {
    padding-right: 0px;
}
.easy-spoiler-unfolded {
	 font-style: italic;
    padding-right: 18px;
    background-image: url(../img/ar-d-12.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}
.easy-spoiler-body {
    margin:5px 0 0px 0px; padding:10px 14px 5px 0;
    /*border-top:  1px dashed #e4e4e4; border-bottom: 1px dashed #e4e4e4;*/
    border-left: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4;
    /*border-top:  1px dashed #454A53; border-bottom: 1px dashed #454A53;*/
    padding-left: 14px;
    padding-bottom: 12px;
    background: #f1f1f1;
}
.easy-spoiler-body_nbg {
    margin:5px 0 0px 0px; padding:0 0 10px 0;
	 background: none;
	 border: none;
	 border-bottom: 1px solid #e4e4e4; 
}
.spoiler-wrap{
margin: 10px 0px 5px 14px;
border: 1px solid grey;
}
.spoiler-head {
color: #454A53;
padding: 5px 10px;
cursor: pointer;
}
.folded { /* свернутое состояние */
display: block;
}
.unfolded { /*развернутое состояние*/
display: block;
}
.spoiler-body {
border-top: 1px solid grey;
padding: 10px;
}