/*
 * Webasyst Default 2.0 theme family
 *
 * Core CSS file
 *
 * @link http://www.webasyst.com/
 * @author Webasyst LLC
 * @copyright 2014 Webasyst LLC
 * @package Webasyst
 */
 
/* Reset
-------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, /* ol, ul, li, */ fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, credentials, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
body{
    font-size: 10pt;
    font-family: Arial, sans-serif;
    float: left;
}
ul.category-free li > ul > li.collapsible {
    background: url('/wa-content/img/plus.png') no-repeat;
    background-position: 0px 10px;
    cursor: pointer;
}
ul.category-free li > ul > li.collapsible.shown {
    background-image: url('/wa-content/img/minus.png');
}
ul.category-free > li > ul > li > ul {
    display: none;
}
ul.category-free li > ul > li.shown > ul {
    display: inline-block;
}
ul.category-free > li:hover > ul, ul.menu-v li.shown > ul {
    display: block;
}

.filter-param h5 i { width:10px; height:10px; display: inline-block; background: url(/wa-content/img/minus.png); }
.filter-param.collapsed h5 i { background-image: url(/wa-content/img/plus.png); }
.filter-param.collapsed label { display: none; }