/* ---------------------------------- *
     Spoiler - bigtorrent-ua.com
 * ---------------------------------- */
 /*Ροξιλεπ*/
.spoiler-wrap { width: 95%; margin: 6px auto; clear: both; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; background: #e9ebec; border: solid #C3CBD1; border-width: 1px; }
.spoiler-head { font-size: 11px; padding: 1px 14px 3px; margin-left: 6px; line-height: 15px; }
.spoiler-body { padding: 1px 6px 2px; display: none; border-top: 1px solid #C3CBD1; background: #F5F5F5; }
.clickable { cursor: pointer; }
.folded { display: block; background: transparent url(icon_plu.gif) no-repeat left center; padding-left: 14px; }
.unfolded{ display: block; background: transparent url(icon_min.gif) no-repeat left center; padding-left: 14px; }
.clear     { clear: both; height: 0; font-size: 0px; line-height: 0px; overflow: hidden; }


