.snw-item-toggle {
    float: left;
}

.snw-item-pad {
    float: left;
    width: 20px;
    height: 20px;
    display: block;
}

.snw-item-toggle a, .snw-item-toggle a:hover {
    text-decoration: none;
    width: 20px;
    display: block;
    text-align: center;
}

.snw-item-toggle .snw-toggle-plus {
    display: block;
}

.snw-item-toggle .snw-toggle-minus {
    display: none;
}

.snw-item-toggle.snw-item-toggle-open .snw-toggle-plus {
    display: none;
}

.snw-item-toggle.snw-item-toggle-open .snw-toggle-minus {
    display: block;
}

.snw-li-inner-level {
    margin: 0 0 0 10px !important;
}

.snw-li-please-wait { 
    background: transparent url('../gfx/loader.gif') left no-repeat;
    padding-left: 20px;
}

.snw-li-expander {
    padding: 0 0 0 20px !important;
}

.snw-widget ul {
    list-style: none outside none !important;
}

.snw-widget ul.snw-top-level {
    margin: 0 !important;
}

.snw-widget ul li {
    overflow: auto;
    margin: 0;
}

.snw-no-results {
    line-height: normal;
}

/* snw-style-simple-arrow */
.snw-style-simple-arrow .snw-item-toggle a {
    width: 20px;
    height: 20px;
    display: block;
    background-color: transparent;
    background-image: url('../gfx/toggler.png');
    background-repeat: no-repeat;
    background-position: -2px 0px;
}

.snw-style-simple-arrow .snw-item-toggle .snw-toggle-plus,
.snw-style-simple-arrow .snw-item-toggle .snw-toggle-minus {
    display: none;
}

.snw-style-simple-arrow .snw-item-toggle.snw-item-toggle-open a {
    background-position: -2px -24px;
}

.snw-style-simple-arrow .snw-current {
    font-weight: bold;
}

/* snw-style-simple-arrow-big */
.snw-style-simple-arrow-big .snw-item-toggle a {
    width: 20px;
    height: 20px;
    display: block;
    background-color: transparent;
    background-image: url('../gfx/toggler_big.png');
    background-repeat: no-repeat;
    background-position: -2px -2px;
}

.snw-style-simple-arrow-big .snw-item-toggle .snw-toggle-plus,
.snw-style-simple-arrow-big .snw-item-toggle .snw-toggle-minus {
    display: none;
}

.snw-style-simple-arrow-big .snw-item-toggle.snw-item-toggle-open a {
    background-position: -2px -26px;
}

.snw-style-simple-arrow-big .snw-current {
    font-weight: bold;
}

/* snw-style-elegant */
.snw-style-elegant li.snw-li-item {
    font-size: 13px !important;
    line-height: 24px;
    margin: 1px 0;
    border: none;
}

.snw-style-elegant a.snw-item,
.snw-style-elegant span.snw-item {
    text-decoration: none;
    font-weight: bold;
}

.snw-style-elegant .snw-item-pad {
    width: 24px;
    height: 24px;
}

.snw-style-elegant .snw-item-toggle a {
    width: 24px;
    height: 24px;
    display: block;
    background-color: transparent;
    background-image: url('../gfx/toggler.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.snw-style-elegant .snw-item-toggle .snw-toggle-plus,
.snw-style-elegant .snw-item-toggle .snw-toggle-minus {
    display: none;
}

.snw-style-elegant .snw-item-toggle.snw-item-toggle-open a {
    background-position: 0px -24px;
}

.snw-style-elegant .snw-li-expander {
    background-color: #FBFBFB;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px;
}

.snw-style-elegant li.snw-li-please-wait { 
    background: #FDFDFD url('../gfx/loader.gif') 8px center no-repeat;
    padding-left: 28px;
    line-height: 24px;
}

.snw-style-elegant .snw-current {
    background-color: #FBFBFB;
}

.snw-style-elegant .snw-no-results {
    font-weight: bold;
}

/* snw-style-elegant-big */
.snw-style-elegant-big li.snw-li-item {
    font-size: 14px !important;
    line-height: 24px !important;
    margin: 1px 0;
    border: none;
}

.snw-style-elegant-big a.snw-item,
.snw-style-elegant-big span.snw-item {
    text-decoration: none;
    font-weight: bold;
}

.snw-style-elegant-big .snw-item-pad {
    width: 26px;
    height: 24px;
}

.snw-style-elegant-big .snw-item-toggle a {
    width: 26px;
    height: 24px;
    display: block;
    background-color: transparent;
    background-image: url('../gfx/toggler_big.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.snw-style-elegant-big .snw-item-toggle .snw-toggle-plus,
.snw-style-elegant-big .snw-item-toggle .snw-toggle-minus {
    display: none;
}

.snw-style-elegant-big .snw-item-toggle.snw-item-toggle-open a {
    background-position: 0px -24px;
}

.snw-style-elegant-big .snw-li-expander {
    background-color: #FBFBFB;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px;
}

.snw-style-elegant-big li.snw-li-please-wait { 
    background: #FDFDFD url('../gfx/loader.gif') 8px center no-repeat;
    padding-left: 30px;
    line-height: 24px;
}

.snw-style-elegant-big .snw-current {
    background-color: #FBFBFB;
}

.snw-style-elegant-big .snw-no-results {
    font-weight: bold;
}
