/**
 * Spoiler :: CSS
 * Modified by fedorov mich © 2014
 * [ LS :: 1.0.3 | Habra Style ]
 */
.spoiler-title { color: #87b9e8; border-bottom: 1px dashed; font-weight: normal; cursor: pointer; }
.spoiler-title:hover { color: #589cdb; }
.spoiler-body { display: none; padding: 10px; border: 1px solid #87b9e8; border-radius: 10px;  background: #ffffff; margin-top: 10px; overflow: hidden; }
.spoiler-title:before { float: left; content: " "; width: 16px; height: 16px; margin-top: 2px; display: block; border: 0px solid red; background: url(../images/spoiler.icon.png) no-repeat left top; }
.spoiler-title.open:before { background: url(../images/spoiler.icon.png) no-repeat left bottom; }
