/* ======================= Закривашки ================================= */

.box {
    background:url(../images/maintitle.png) repeat-x top left #FFF;
    margin-bottom: 2px;
    padding: 10px 10px 1px;
	border:solid 1px #E1E1E1;
    border-radius:4px;
    -moz-border-radius:4px;
}
.box h2 {
    background:url(../images/mod-anons-title.png) repeat-x left bottom transparent;
    color: #B43C00;
    font-size: 18px;
    font-weight: normal;
    margin: -10px -10px 0;
    padding: 5px 12px;
	text-shadow: 0 1px 0 #FFF;
}
.box h2 a {
    text-decoration: none;
}
.box h2 a.hidden, .box h2 a.hidden:hover {
    background-image: url("../images/switch_plus.gif");
}
.box h2 a:hover {
    background-color: transparent;
}
.box h2 a, .box h2 a.visible {
    background: url("../images/switch_minus.gif") no-repeat scroll 95% 50% transparent;
    border: medium none;
    color: #717171;
    display: block;
}