/* css 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,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}

* {
    outline: 0;
}

html, body {
    font: normal 12px/17px "Segoe UI","Open Sans",Arial,sans-serif;
    color: #555;
    background-color: #f3f3f3;
}

body {
    background-position: 50% 0;
    background-repeat: no-repeat;
}

a {
    color: #555;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.bold {
    font-weight: bold !important;
}

.italic {
    font-style: italic !important;
}

.green {
    color: #a1da24;
}

.purple {
    color: #976ba2;
}

.clearer,
.clearfix {
    display: block !important;
    clear: both !important;
    float: none !important;
}

.hidden {
    display: none !important;
}

input,
textarea {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    
    padding: 3px 5px 3px 15px;

    font: normal 12px/15px Arial,sans-serif;
    color: #555555;
}

button,
input[type=submit] {
    cursor: pointer;
}

.button-purple.inactive {
    background: rgb(123,87,132); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(123,87,132,1) 0%, rgba(152,108,163,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(123,87,132,1)), color-stop(100%,rgba(152,108,163,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(123,87,132,1) 0%,rgba(152,108,163,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(123,87,132,1) 0%,rgba(152,108,163,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(123,87,132,1) 0%,rgba(152,108,163,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(123,87,132,1) 0%,rgba(152,108,163,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b5784', endColorstr='#986ca3',GradientType=0 ); /* IE6-9 */
}

.button-purple {
    display: block;

    color: #fff;
    font: normal 13px/25px Arial,sans-serif;
    text-align: center;
    
    border: 0;
    border-radius: 15px 0;
    
    padding: 0 15px;

    background: rgb(152,108,163); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(152,108,163,1) 0%, rgba(123,87,132,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(152,108,163,1)), color-stop(100%,rgba(123,87,132,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(152,108,163,1) 0%,rgba(123,87,132,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(152,108,163,1) 0%,rgba(123,87,132,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(152,108,163,1) 0%,rgba(123,87,132,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(152,108,163,1) 0%,rgba(123,87,132,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#986ca3', endColorstr='#7b5784',GradientType=0 ); /* IE6-9 */

    -x-background: rgb(152,108,163); /* Old browsers */
    -x-background: -moz-linear-gradient(top,  rgba(152,108,163,1) 0%, rgba(137,98,147,1) 100%); /* FF3.6+ */
    -x-background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(152,108,163,1)), color-stop(100%,rgba(137,98,147,1))); /* Chrome,Safari4+ */
    -x-background: -webkit-linear-gradient(top,  rgba(152,108,163,1) 0%,rgba(137,98,147,1) 100%); /* Chrome10+,Safari5.1+ */
    -x-background: -o-linear-gradient(top,  rgba(152,108,163,1) 0%,rgba(137,98,147,1) 100%); /* Opera 11.10+ */
    -x-background: -ms-linear-gradient(top,  rgba(152,108,163,1) 0%,rgba(137,98,147,1) 100%); /* IE10+ */
    -x-background: linear-gradient(to bottom,  rgba(152,108,163,1) 0%,rgba(137,98,147,1) 100%); /* W3C */
    -x-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#986ca3', endColorstr='#896293',GradientType=0 ); /* IE6-9 */
}

.button-grey {
    display: block;

    color: #986ca3;
    font: normal 13px/25px Arial,sans-serif;
    text-align: center;
    
    border: 0;
    border-radius: 15px 0;

    padding: 0 15px;

    background: rgb(245,245,245); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}

.button-grey.inactive {
    background: rgb(221,221,221); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(245,245,245,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(245,245,245,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}

.button-grey2 {
    display: block;

    color: #fff;
    font: normal 13px/25px Arial,sans-serif;
    text-align: center;
    
    border: 0;
    border-radius: 15px 0;

    padding: 0 15px;

    background: rgb(191,191,191); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(191,191,191,1) 0%, rgba(172,172,172,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,191,191,1)), color-stop(100%,rgba(17	2,172,172,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(172,172,172,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(172,172,172,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(172,172,172,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(191,191,191,1) 0%,rgba(172,172,172,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#acacac',GradientType=0 ); /* IE6-9 */
}

.button-grey2:hover {
    background: rgb(125,125,125); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(125,125,125,1) 0%, rgba(113,113,113,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,125,125,1)), color-stop(100%,rgba(113,113,113,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(125,125,125,1) 0%,rgba(113,113,113,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(125,125,125,1) 0%,rgba(113,113,113,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(125,125,125,1) 0%,rgba(113,113,113,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(125,125,125,1) 0%,rgba(113,113,113,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7d7d', endColorstr='#717171',GradientType=0 ); /* IE6-9 */

}

.button-darkgrey {
    display: block;

    color: #fefefe;
    font: normal 13px/25px Arial,sans-serif;
    text-align: center;
    
    border: 0;
    border-radius: 15px 0;

    padding: 0 15px;

    background: rgb(125,125,125); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(125,125,125,1) 0%, rgba(113,113,113,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,125,125,1)), color-stop(100%,rgba(113,113,113,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(125,125,125,1) 0%,rgba(113,113,113,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(125,125,125,1) 0%,rgba(113,113,113,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(125,125,125,1) 0%,rgba(113,113,113,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(125,125,125,1) 0%,rgba(113,113,113,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7d7d', endColorstr='#717171',GradientType=0 ); /* IE6-9 */
}

.button-green {
    display: block;
    
    color: #fff !important;
    font: normal 13px/25px Arial,sans-serif;
    text-align: center;

    border: 0;
    border-radius: 15px 0;

    padding: 0 15px;

    background: rgb(161,218,36); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(161,218,36,1) 0%, rgba(145,196,32,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,218,36,1)), color-stop(100%,rgba(145,196,32,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(161,218,36,1) 0%,rgba(145,196,32,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(161,218,36,1) 0%,rgba(145,196,32,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(161,218,36,1) 0%,rgba(145,196,32,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(161,218,36,1) 0%,rgba(145,196,32,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1da24', endColorstr='#91c420',GradientType=0 ); /* IE6-9 */
}

.button-green.clicked {
    background: rgb(161,218,36); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(145,196,32,1) 0%, rgba(161,218,36,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(145,196,32,1)), color-stop(100%,rgba(161,218,36,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(145,196,32,1) 0%,rgba(161,218,36,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(145,196,32,11) 0%,rgba(161,218,36,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(145,196,32,1) 0%,rgba(161,218,36,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(145,196,32,1) 0%,rgba(161,218,36,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91c420', endColorstr='#a1da24',GradientType=0 ); /* IE6-9 */
}

.chosen-container .chosen-choices li.search-choice {
    margin: 1px !important;
    padding: 3px 20px 3px 2px !important;
    border: 0 !important;
    border-radius: 5px !important;
    background-color: #a5a5a5 !important;
    background-image: none !important;
    background-clip: none !important;
    box-shadow: none !important;
    line-height: auto !important;
    font: normal 12px/15px Georgia,Arial,sans-serif !important;
    color: #fff !important;
}

.chosen-container .chosen-results li {
    font-size: 11px;
    font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
    color: #666;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #9ED523 !important;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #9ED523), color-stop(90%, #8FC220)) !important;
    background-image: -webkit-linear-gradient(#9ED523 20%, #8FC220 90%) !important;
    background-image: -moz-linear-gradient(#9ED523 20%, #8FC220 90%) !important;
    background-image: -o-linear-gradient(#9ED523 20%, #8FC220 90%) !important;
    background-image: linear-gradient(#9ED523 20%, #8FC220 90%) !important;
    color: #fff !important;
}

.chosen-container .search-field input {
    padding: 3px !important;
    -x-margin: 0 !important;
}

.chosen-single {
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    background-color: #eaeaea !important;
    background-image: none !important;
    background-clip: none !important;
    box-shadow: none !important;
    font: normal 12px/25px Georgia,Arial,sans-serif !important;
    color: #9c9c9c !important;
}

.chosen-drop {
    border: 0 !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important;
    background-color: #eaeaea !important;
    background-image: none !important;
    background-clip: none !important;
    box-shadow: none !important;
    font: normal 12px/25px Georgia,Arial,sans-serif !important;
    color: #9c9c9c !important;
}

h2.page-header {
    position: relative;

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

    font: normal 21px/21px Arial,sans-serif;

    border-bottom: 1px solid #cfea8b;
    padding-top: 45px;
    height: 34px;
    margin: 0 10px;
}

h2.page-header span {
    color: #9ed523;

    font: italic 18px/22px Georgia,Arial,sans-serif;
}

h2.page-header.ml {
    font: normal 21px/25px Arial,sans-serif;

    padding: 30px 0 10px 20px;
}

h2.page-header.ml span {
    display: block;

    clear: both;
}

h2.page-header i {
    display: block;
    position: absolute;
    background-image: url(/images__/icons-sprite.png);
}

#header {
    position: fixed;
    z-index: 20;
    top: 0;
	right: 0;

    background: #fff;
    
    height: 65px;
    margin: 0 0 15px 0;

    cursor: auto !important;

    -webkit-box-shadow: 0px -15px 50px 0px rgba(0, 0, 0, 15);
    box-shadow: 0px -15px 50px 0px rgba(0, 0, 0, 15)
}
#header.small {
    height: 27px;
}

#header .content {
    width: 960px;
    margin: 0 auto;
}

#header .logo {
    float: left;
    padding: 8px 0 0 0;
}
#header.small .logo {
    padding: 2px 0 0 27px;
}

#header .logo h1 a,
#header .logo h1 a span {
    display: block;
    width: 110px;
    height: 45px;
    overflow: hidden;
    background: url(/images__/header-logo.jpg);
}
#header.small .logo h1 a,
#header.small .logo h1 a span {
    background: url(/images__/header-logo-small.jpg);
    width: 74px;
    height: 24px;
}

#header .search {
    float: left;
    -x-width: 480px;
    padding: 15px 0 0 30px;
}
#header.small .search {
    padding: 3px 0 0 39px;
}

#header .search i {
    margin: 10px 0 0 9px;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: url(/images__/icons-sprite.png);
    background-position: -53px -47px;
}
#header.small .search i {
    margin: 3px 0 0 9px;
}

#header .search i.loader {
    background-image: url(/images_/ajax-loader.gif);
    background-repeat: no-repeat;
    background-size: 17px 17px;
    background-position: 0 0;
}

#header .search input {
    width: 280px;
    height: 20px;
    padding: 7px 0 5px 33px;
}

#ipon {
    position: relative;
}

#ipon.language #header .search input {
    width: 270px;
}

#header.small .search input {
    height: 20px;
    padding: 0 0 0 33px;
}

#header .languages {
    float: left;
    width: 80px;
    
    padding: 15px 0 0 5px;
}

#header .languages select {
    width: 90px;
}

#header .languages .chosen-container-single .chosen-single {
    height: 29px;
}

#header .icons {
    float: right;
}

#header .icons ul li {
    position: relative;
    float: left;
    text-align: center;
    padding: 5px 10px;
    width: 55px;
    height: 55px;
}

#header .icons ul li.multilang {
    padding: 5px 5px 5px 5px;
    width: 50px;
}

#header.small .icons ul li {
    height: 20px;
}

#header .icons ul li .count {
    display: block;
    position: absolute;
    
    top: 9px;
    left: 16px;

    font: normal 11px/20px Arial,sans-serif;
    width: 20px;
    height: 20px;
    
    border-radius: 20px;
    background-color: #a1da24;
}
#header.small .icons ul li .count {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    margin:4px 0 0 55px;
}
#header.small .icons ul li.shelf .count {
    margin-left:52px;
}
#header.small .icons ul li.filter .count {
    margin-left:48px;
}
#header .icons ul li.blog .count {
    background-color: #FB5353;
    color:#FFF;
}
#header.small .icons ul li.blog .count {
    margin-left:67px;
}

#header .icons ul li a {
    color: #555;
}

#header .icons ul li i {
    display: block;

    width: 35px;
    height: 35px;

    margin-bottom: 2px;

    background: url(/images__/icons-sprite.png);
}
#header.small .icons ul li i {
    display: none;
}

#header .icons ul li.active a {
    color: #fff;
}
#header .icons ul li.active a span {
    color: #000;
}

#header .icons ul li.filter i {
    margin: 0 0 2px 7px;
}

#header .icons ul li.profile i {
    width: 35px;
    margin: 0 0 2px 10px;
    background-position: -35px 0;
}

#header .icons ul li.blog i {
    width: 47px;
    height: 30px;
    margin: 0 0 7px 3px;
    background-position: -315px 62px;
}

#header .icons ul li.shelf i {
    width: 50px;
    margin: 0 0 2px 3px;
    background-position: -73px 0;
}

#header .icons ul li.cart i {
    width: 40px;
    height: 30px;
    margin: 5px 0 2px 6px;
    background-position: -125px 0;
}

#header .icons ul li.multilang i {
    width: 48px;
    background-position: -360px 35px;
    margin-left: 4px;
}

#header .icons ul li.multilang.active i {
    background-position: -313px 35px;
}

#header .icons ul li.contact i {
    height: 30px;
    margin: 5px 0 2px 5px;
    background-position: -170px 0;
}

#header .icons ul li.filter.active {
    background-color: #4c4c4c;
    -x-background-color: #a1da24;
}

#header .icons ul li.filter.active i {
    background-position: 0 -35px;
}

#header .icons ul li.filter .count {
    left: 8px;
}

#header .icons ul li.filter.active span {
    background-position: 0 -35px;
}

#header .icons ul li.profile.active {
    background-color: #eec918;
}

#header .icons ul li.blog.active {
    background-color: #FB5353;
}

#header .icons ul li.shelf.active {
    background-color: #53a9d4;
}

#header .icons ul li.cart.active {
    background-color: #a179aa;
}

#header .icons ul li.multilang.active {
    background-color: #e0513a;
}

#header #switchHeadline {
    position: absolute;
    margin:38px 0 0 954px;
    padding:4px 6px;
    color:#D7D7D7;
    cursor: pointer;
}
#header.small #switchHeadline {
    margin-top: 2px;
}
#header #switchHeadline:hover {
    color:#9ed523;
}

#content-container {
    -x-position: relative;

    width: 960px;
    margin: 0 auto;

    padding: 80px 0 0 0;
    cursor: auto !important;

    clear: both;
    background: #F3F3F3;
}
#content-container.small {
    padding: 42px 0 0 0;
}

#left {
    width: 200px;

    float: left;
}

#center {
    float: left;
    width: 730px;

    padding: 0 0 0 30px;

    cursor: auto !important;
}

#groups-container {
    padding: 20px 0 0 0;
}

#groups-container #shoplinks_header {
    width: 200px;
    line-height: 50px;

    background: #986ba2; /* Old browsers */
    background: -moz-linear-gradient(top,  #986ba2 0%, #896193 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#986ba2), color-stop(100%,#896193)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #986ba2 0%,#896193 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #986ba2 0%,#896193 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #986ba2 0%,#896193 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #986ba2 0%,#896193 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#986ba2', endColorstr='#896193',GradientType=0 ); /* IE6-9 */
    border-radius: 15px 0;

    text-align: center;
    font-size: 18px;
    color: #fff;
}

#groups {
    position: relative;
    border-top: 1px solid #986ca3;

    margin: 20px 0 0 0;
}

#groups li.fl {
    -x-position: relative;
}

#groups li.fl:hover {
    -x-box-shadow:         0px 0px 15px rgba(50, 50, 50, 0.1);
}

#groups li.fl >a span {
    position: absolute;
    right: 0;

    z-index: 19;

    color: #d7d7d7;

    padding: 0 14px 0 0;

    width: 16px;
    height: 37px;
}

#groups li.fl >a {
    display: block;
    position: relative;

    text-indent: 15px;

    border-bottom: 1px solid #e1e1e1;
    font: normal 12px/37px "Segoe UI","Open Sans",Arial;
}
#groups li.fl:hover >a {
    background: #f3f3f3; /* Old browsers */
    background: -moz-linear-gradient(left,  #f3f3f3 0%, #f3f3f3 76%, #f3f3f3 76%, #e2e2e2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f3f3f3), color-stop(76%,#f3f3f3), color-stop(76%,#f3f3f3), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #f3f3f3 0%,#f3f3f3 76%,#f3f3f3 76%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #f3f3f3 0%,#f3f3f3 76%,#f3f3f3 76%,#e2e2e2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #f3f3f3 0%,#f3f3f3 76%,#f3f3f3 76%,#e2e2e2 100%); /* IE10+ */
    background: linear-gradient(to right,  #f3f3f3 0%,#f3f3f3 76%,#f3f3f3 76%,#e2e2e2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 */

    color: #986ba2;
}

#groups li.fl:hover >a:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: -5px;
    margin: -2px 0 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 10px;
    border-color: transparent transparent transparent #986ba2;
}

#groups li.fl:hover >a span {
    color: #9ed523;

    background: rgb(247,247,247); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(243,243,243,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(243,243,243,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(243,243,243,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(243,243,243,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(243,243,243,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(243,243,243,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}

#groups li .submenu-container {
    display: none;
    position: absolute;

    z-index: 18;

    top: 0;
    left: 200px;
}
#groups .submenu {
    position: relative;
}

#groups .submenu .header {
    font: normal 24px/30px "Segoe UI","Open Sans",Arial,sans-serif;
    color: #9ed523;

    padding: 0 0 0 25px;
}

#groups .submenu .description {
    font: italic 16px/20px Georgia,Arial,sans-serif;
    color: #a6a6a6;

    display: block;
    clear: both;
}

#groups .submenu ul {
    width: 190px;
    float: left;
    border-top: 1px solid #e4e4e4;
}

#groups .submenu .col1 {
    box-sizing: border-box;

    width: 210px;
    /*height: 100%;*/
    padding: 0 0 0 0;

    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(left,  #e2e2e2 0%, #f3f3f3 15%, #f3f3f3 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e2e2e2), color-stop(15%,#f3f3f3), color-stop(99%,#f3f3f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 99%); /* IE10+ */
    background: linear-gradient(to right,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#f3f3f3',GradientType=1 ); /* IE6-9 */
}

#groups .submenu .col1 >li {
    padding: 0 13px 0 13px;
    border-bottom: 1px solid #e4e4e4;

    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(left,  #e2e2e2 0%, #f3f3f3 15%, #f3f3f3 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e2e2e2), color-stop(15%,#f3f3f3), color-stop(99%,#f3f3f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 99%); /* IE10+ */
    background: linear-gradient(to right,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#f3f3f3',GradientType=1 ); /* IE6-9 */
}

#groups .submenu .col1 >li:hover {
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(left,  #e2e2e2 0%, #f3f3f3 15%, #f3f3f3 85%, #e2e2e2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e2e2e2), color-stop(15%,#f3f3f3), color-stop(85%,#f3f3f3), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 85%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 85%,#e2e2e2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 85%,#e2e2e2 100%); /* IE10+ */
    background: linear-gradient(to right,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 85%,#e2e2e2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 */
}

#groups .submenu .col1 >li.has-child >a:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: -14px;
    margin: -2px 0 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 10px;
    border-color: transparent transparent transparent #e2e2e2;
}

#groups .submenu .col1 >li.has-child:hover >a:after {
    border-color: transparent transparent transparent #986ba2;
}

#groups .submenu .col1 >li >a {
    position: relative;
    padding: 12px 15px 9px 0;
    color: #000;
}

#groups .submenu .col1 >li >a span {
    color: #d7d7d7;
}

#groups .submenu .col1 >li >a p {
    color: #a6a6a6;
    font: normal 10px/12px "Segoe UI","Open Sans",Arial,sans-serif;

    padding: 1px 0 0 0;
}

#groups .submenu ul >li a {
    display: block;

    font: normal 12px/12px "Segoe UI","Open Sans",Arial,sans-serif;
}

#groups .submenu.hasBreakline {
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(left,  #e2e2e2 0%, #f3f3f3 15%, #f3f3f3 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e2e2e2), color-stop(15%,#f3f3f3), color-stop(99%,#f3f3f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 99%); /* IE10+ */
    background: linear-gradient(to right,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#f3f3f3',GradientType=1 ); /* IE6-9 */
}

#groups .submenu ul li:hover >a,
#groups .submenu ul li:hover >a p {
    color: #986ba2 !important;
}

#groups .submenu ul h3 {
    font: normal 16px/30px "Segoe UI","Open Sans",Arial,sans-serif;
    color: #9ed523;
}

#groups .submenu .col1 li .subsub {
    position: absolute;
    top: 0;
    left: 210px;

    -x-padding: 8px 0 0 13px;

    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(left,  #e2e2e2 0%, #f3f3f3 15%, #f3f3f3 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e2e2e2), color-stop(15%,#f3f3f3), color-stop(99%,#f3f3f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 99%); /* IE10+ */
    background: linear-gradient(to right,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#f3f3f3',GradientType=1 ); /* IE6-9 */
}

#groups .submenu .col1 li .subsub ul {
    width: 210px;
}

#groups .submenu .col1 li .subsub li {
    border-bottom: 1px solid #e4e4e4;

    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(left,  #e2e2e2 0%, #f3f3f3 15%, #f3f3f3 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e2e2e2), color-stop(15%,#f3f3f3), color-stop(99%,#f3f3f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 99%); /* IE10+ */
    background: linear-gradient(to right,  #e2e2e2 0%,#f3f3f3 15%,#f3f3f3 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#f3f3f3',GradientType=1 ); /* IE6-9 */
}

#groups .submenu .col1 li .subsub li a {
    padding: 15px 0 11px 13px;
    font: normal 12px/12px "Segoe UI","Open Sans",Arial,sans-serif;
    color: #000;
}

#groups .submenu .col1 li .subsub li a span {
    float: left;

    margin: 0;
    color: #fff;
}

#groups .submenu .image-container {
    float: right;
    width: 210px;
    height: 100%;
    
    text-align: center;
    vertical-align: middle;
}

#groups .submenu .p {
    background-image: none;
    border-radius: 0;
    width: auto;
    height: auto;
    line-height: 100%;
    padding: 0;
    -x-position: absolute;
    -x-right: -50px;
    -x-bottom: 0;

    cursor: pointer;
}

#groups .submenu .p img {
    position: relative;
}

#groups .submenu a.bottomLink {
    display: block;
    position: absolute;
    bottom: 3px;
    color: #a1da24 !important;
    font-family: Georgia, 'Segoe UI', 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height: 16px;
}
#groups .submenu a.bottomLink:hover, #groups .submenu .col1 >li:hover a.bottomLink {
    color: #a1da24 !important;
}
#groups .submenu a.bottomLink span {
    color: #986ca3 !important;
    font-size: 28px;
    font-style: normal;
}

#mainmenu li {
    padding: 0 0 4px 0;
}

#mainmenu li a {
    display: block;

    width: 200px;
    height: 32px;
    line-height: 32px;

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */

    border-radius: 13px 0 13px 0;
    -moz-border-radius: 13px 0 13px 0;
    -webkit-border-radius: 13px 0 13px 0;

    font-size: 14px;
}

#mainmenu li a.focitipp {
    background: rgb(158,213,35); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(158,213,35,1) 0%, rgba(136,186,30,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,213,35,1)), color-stop(100%,rgba(136,186,30,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(158,213,35,1) 0%,rgba(136,186,30,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(158,213,35,1) 0%,rgba(136,186,30,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(158,213,35,1) 0%,rgba(136,186,30,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(158,213,35,1) 0%,rgba(136,186,30,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ED523', endColorstr='#88BA1E',GradientType=0 ); /* IE6-9 */
}

#mainmenu li.christmas a span {
    background-image: url(/images__/icon-present.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#mainmenu li.highlight a {
    background: rgb(161,217,36); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(161,217,36,1) 0%, rgba(145,196,32,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,217,36,1)), color-stop(100%,rgba(145,196,32,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(161,217,36,1) 0%,rgba(145,196,32,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(161,217,36,1) 0%,rgba(145,196,32,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(161,217,36,1) 0%,rgba(145,196,32,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(161,217,36,1) 0%,rgba(145,196,32,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1d924', endColorstr='#91c420',GradientType=0 ); /* IE6-9 */
}

#mainmenu li a span {
    display: block;
    float: left;

    margin: 0 3px 0 0;

    width: 35px;
    height: 32px;

    background-image: url(/images__/menu-icons.png);
}

#mainmenu li.notebook-search span {
    background-position: -35px;
}

#mainmenu li.component-search span {
    background-position: -70px;
}

#mainmenu li.gift span {
    background-position: -105px;
}

#mainmenu li.focitipp span {
    background-position: -137px;
}

#mainmenu li.bazar span {
    background-position: -170px;
}

#mainmenu li.novelties span {
    background-position: -170px;
}

#mainmenu li.stage span {
    background-position: -200px;
}

.commentBox {
    clear: both;
    position: relative;

    padding: 20px 0 0 0;
}

.commentBox .editor {
    float: left;
}

.commentBox .welcome {
    float: left;
    width: 200px;
    padding: 95px 0 0 10px;
    font: normal 10px/15px Arial,sans-serif;
    color: #9ed523;
}

.commentBox #post_text {
    width: 410px;
    height: 115px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 10px;
    color: #555555;
}

.commentBox #comment_buttons button {
    float: left;
    position: relative;
    font: normal 10px/20px Arial,sans-serif;
    color: #fff;
    margin-top: 5px;
    margin-right: 4px;
}

.commentBox #comment_buttons #showSmileys {
    height: 20px;
    width: 35px;
}

.commentBox #comment_buttons button b {
    font-weight: bold;
}

.commentBox #comment_buttons button i {
    font-style: italic;
}

.commentBox #comment_buttons button img {
    top: 3px;
    left: 12px;
    position: absolute;
}

.commentBox .comment_smiles {
    position: absolute;
    width: 200px;
    background-color: #fff;
    padding: 10px;
    display: none;

    left: 390px !important;
    top: 185px !important;
}

.commentBox .comment_submit {
    float: left;
    margin-top: 2px;
    margin-left: 6px;
    width: 77px;
    font: normal 12px/22px Arial,sans-serif;
}

#panel-container {
    position: fixed;
    top: 65px;
    left: 50%;
    margin: 0 0 0 -480px;
    width: 960px;
    z-index: 30;
}
#panel-container.small {
    top:27px;
}
#panel-container.withFilter {
    margin: 0 0 0 -555px;
}

.header-panel {
    display: none;
    cursor: auto;
    position: absolute;

    width: 260px;
    padding: 21px 20px 10px 20px;

    -webkit-box-shadow: 0px 10px 10px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 10px 10px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 10px 10px rgba(50, 50, 50, 0.1);
}

#cartbox {
    right: 75px;
    width: 212px;

    padding: 22px 29px 22px 30px;

    color: #fff;

    background: rgb(161,121,170); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(161,121,170,1) 0%, rgba(139,100,150,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,121,170,1)), color-stop(100%,rgba(139,100,150,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(161,121,170,1) 0%,rgba(139,100,150,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(161,121,170,1) 0%,rgba(139,100,150,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(161,121,170,1) 0%,rgba(139,100,150,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(161,121,170,1) 0%,rgba(139,100,150,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a179aa', endColorstr='#8b6496',GradientType=0 ); /* IE6-9 */
}

#cartbox #cart-content-container {
    -x-padding: 0 0 9px 0;
    -x-border-bottom: 1px solid #ae8fb6;
}

#cartbox .nicescroll-rails {
    background-color: #845f8d !important;
    margin-top: -35px;

    padding: 35px 0 92px;
    border-radius: 15px !important;
}

#cartbox .nicescroll-rails div {
    background-color: #986ca3 !important;
    border: 3px solid #fff !important;
    border-radius: 12px !important;

    margin-right: -5.2px;

    width: 12px !important;
    cursor: pointer;
}

#shelfbox .nicescroll-rails {
    background-color: #2F8CBB !important;
    margin-top: -15px;
    margin-left: 13px;
    height: 195px !important;
    width: 5px !important;
    padding: 35px 0 92px;
    border-radius: 15px !important;
}

#shelfbox .nicescroll-rails div {
    background-color: #2F8CBB !important;
    border: 3px solid #fff !important;
    border-radius: 12px !important;

    margin-right: -5.2px;

    width: 10px !important;
    height: 10px !important;
    cursor: pointer;
}

#cartbox #cart-content {
    height: 140px;
    padding: 0 20px 0 0;
    margin: 0 -18px 0 0;
    overflow: auto;
}

#cartbox h2,
#multilangbox h2 {
    font: normal 18px/18px Arial,sans-serif;
    padding: 0 0 16px 0;
    color: #fff;

    border-bottom: 1px solid #fff;
}

#cartbox .empty {
    padding: 9px 0 0 0;
}

#cartbox ul {
    margin: 0 0 10px 0;
    width: 100%;
}

#cartbox ul li {
    position: relative;

    padding: 5px 0 3px 0;

    border-bottom: 1px solid #ae8fb6;
}

#cartbox ul li .modify {
    position: absolute;

    bottom: 5px;
    right: 0;
}
#cartbox ul li .modify a {
    display: block;
    float: left;
    color: #000;

    background-color: #a1da24;

    text-align: center;

    width: 12px;
    height: 12px;

    margin: 0 0 0 4px;

    border-radius: 12px;

    font: normal 11px/12px Arial,sans-serif;
}

#cartbox ul li .modify a.decrease {
    padding: 0 0 1px 0;
    line-height: 11px;
    height: 11px;
}

#cartbox ul li .name a {
    font: normal 11px/11px Arial,sans-serif;
    color: #fff;
}

#cartbox ul li .name {
    float: left;
}

#cartbox ul li .edit,
#cartbox ul li .delete {
    float: right;
}

#cartbox ul li .name {
    width: 170px;
    line-height: 14px;
}

#cartbox ul li .addit {
    line-height: 14px;
}

#cartbox ul li .addit span {
    color: #d7a6e3;
    font: italic 11px/17px Arial,sans-serif;
    margin-left: 3px;
}
#cartbox ul li .edit a {
    display: block;

    background-image: url(/images__/icons-sprite.png);
    background-position: -38px -35px;

    width: 14px;
    height: 14px;

    text-indent: -1000em;

    margin-top: 4px;
}

#cartbox ul li .delete a {
    display: block;

    background-image: url(/images__/icons-sprite.png);
    background-position: -53px -34px;

    margin-top: 3px;
    margin-left: 4px;

    width: 12px;
    height: 14px;

    text-indent: -1000em;
}

#cartbox .summary .more {
    padding: 10px 0 0 0;
    font: normal 11px/18px Arial,sans-serif;
}

#cartbox .summary .more a {
    font: bold italic 12px Georgia,Arial,sans-serif;
    color: #333;
}

#cartbox .summary .left {
    float: left;
    padding: 15px 0;
}

#cartbox .summary .right {
    float: right;

    padding: 19px 0 20px;
}

#cartbox .summary .right button {
    width: 120px;
    line-height: 32px;
}

#cartbox .increase,
#cartbox .decrease {
    color: #fff;
    font: normal 14px/18px Arial,sans-serif;
}


#left div.box {
    background: #fff;

    padding: 20px 0 0 0;
    margin: 50px 0;
    clear: both;

    position: relative;
}

#left div.box h2 {
    font-size: 18px;
    line-height: 20px;

    text-indent: 12px;
}

#left div.box h2 span {
    color: #a1da24;
}

#left div.box ul {
    background: #f7f7f7;

    margin: 15px 0 0 0;
}

#left div.box ul li {
    position: relative;

    padding: 7px 20px 13px 8px;
    margin: 0 7px 0 15px;
    border-bottom: 1px solid #ccc;
}

#left div.box ul li span.arrow {
    position: absolute;

    right: 2px;
    bottom: 13px;
}

#left div.box ul li a {
    display: block;
}

#left div.box ul li i {
    display: block;
    position: absolute;

    left: -11px;
    top: 8px;

    background-image: url(/images__/icons-sprite.png);
    background-repeat: no-repeat;
    background-position: -164px -88px;

    width: 15px;
    height: 15px;
}

#left div.box ul li:hover,
#left div.box ul li:hover a {
    color: #9ed523;
}

#left div.box ul li:hover i {
    background-position: -164px -75px;
}

#left div.box h3 {
    text-indent: 12px;
    font-size: 14px;
    line-height: 20px;
    font-family: Georgia;
    font-weight: bold;
    text-style: italic;
}

#left div.box li.last-of-type span {
    font-weight: bold;
}

#left div.box li.last-of-type {
    border-bottom: none;
    padding: 20px 0 20px 20px;
}

#left div.box li.last-of-type a {
    color: #09a9a9;
}

#left div.box li.last-of-type a .arrow {
    left: 2px;
    top: 20px;
}
#left div.box i {
    position: absolute;
    display: block;

    background: url(/images__/icons-sprite.png);
    background-repeat: no-repeat;
}

#left #last-forum-topics .icon {
    width: 55px;
    height: 44px;

    background-position: -115px -30px;

    top: -22px;
    left: -18px;
}

#left #downloads .icon {
    width: 35px;
    height: 40px;

    background-position: -170px -30px;

    top: -14px;
    left: -15px;
}


#search-top {
    background: rgb(161,218,36); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(161,218,36,1) 0%, rgba(145,196,32,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,218,36,1)), color-stop(100%,rgba(145     ,196,32,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(161,218,36,1) 0%,rgba(145,196,32,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(161,218,36,1) 0%,rgba(145,196,32,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(161,218,36,1) 0%,rgba(145,196,32,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(161,218,36,1) 0%,rgba(145,196,32,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1da24', endColorstr='#91c420',GradientType=0 ); /* IE6-9 */

    padding: 15px;
}

#news-archive #search-date div.input,
#news-archive #search-date div.select,
#search-top div.input,
#search-top div.select {
    float: left;
    position: relative;

    padding: 0 5px;
}

#search-top .input input {
    width: 270px;

    padding-left: 30px;
}

#search-top .select select,
#news-archive #search-date .select .category {
    width: 170px;
}

#news-archive #search-date .select select {
    width: 95px;
}

#news-archive #search-date .select .month {
    width: 126px;
}

#news-archive #search-date .select .category {
    width: 140px;
}

#search-top div i {
    display: block;
    position: absolute;

    top: 6px;
    left: 12px;

    width: 20px;
    height: 20px;
    background: url(/images__/icons-sprite.png);
    background-position: -53px -47px;
}

#search-top div.select {
    padding: 2px 5px 0 5px;
}

#multilangbox {
    width: 210px;
    height: auto;
    
    padding-bottom: 20px;
    right: 0;

    background: #e0513a; /* Old browsers */
    background: -moz-linear-gradient(top,  #e0513a 0%, #cf4e39 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0513a), color-stop(100%,#cf4e39)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e0513a 0%,#cf4e39 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e0513a 0%,#cf4e39 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e0513a 0%,#cf4e39 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e0513a 0%,#cf4e39 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0513a', endColorstr='#cf4e39',GradientType=0 ); /* IE6-9 */    
}

#multilangbox form {
    padding: 8px 0 0 0;
    border: 0;
}

#blogbox {
    width: 250px;
    right: 150px;

    background: rgb(240,76,76); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(251,83,83,1) 0%, rgba(240,76,76,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,83,83,1)), color-stop(100%,rgba(240,76,76,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(251,83,83,1) 0%,rgba(240,76,76,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(251,83,83,1) 0%,rgba(240,76,76,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(251,83,83,1) 0%,rgba(240,76,76,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(251,83,83,1) 0%,rgba(240,76,76,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FB5353', endColorstr='#F04C4C',GradientType=0 ); /* IE6-9 */
}
#blogbox.logged {
    right: 225px;
}
#blogbox h2 {
    font: normal 18px/20px Arial,sans-serif;
    border-bottom: 1px solid #FFF;

    padding: 0 0 16px 0;
    margin: 0 0 10px 0;

    color: #FFF;
}

#blogbox h2 a {
    color: #FFF;
}
#blogbox .content a {
    color: #FFFBFA;
}

#blogbox h3 {
    font: bold italic 12px/14px Georgia,Arial,sans-serif;
    border-top: 1px solid #F8ACAC;

    padding: 15px 0 0 0;
    margin: 10px 0 5px 0;

    color: #555;
    text-align: right;
}

#shelfbox {
    width: 500px;
    right: 150px;

    background: rgb(83,169,212); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(83,169,212,1) 0%, rgba(70,157,199,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(83,169,212,1)), color-stop(100%,rgba(70,157,199,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(83,169,212,1) 0%,rgba(70,157,199,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(83,169,212,1) 0%,rgba(70,157,199,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(83,169,212,1) 0%,rgba(70,157,199,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(83,169,212,1) 0%,rgba(70,157,199,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53a9d4', endColorstr='#469dc7',GradientType=0 ); /* IE6-9 */
}

#shelfbox h2 {
    font: normal 18px/18px Arial,sans-serif;
    border-bottom: 1px solid #000;

    padding: 0 0 16px 0;
    margin: 0 0 10px 0;
}

#shelfbox .left {
    width: 240px;

    float: left;
}

#shelfbox .more .left .fefefe {
    color: #fefefe;
    font: normal 11px/18px Arial,sans-serif;
}

#shelfbox .right {
    width: 240px;

    float: right;
}

#shelfbox .more {
    padding: 20px 0 0 0;
}

#shelfbox .more a {
    font: bold italic 12px/20px Georgia,Arial,sans-serif;
}

#shelfbox ul li {
    padding: 0 0 10px 0;
}

#shelfbox .name {
    float: left;
    width: 175px;
}

#shelfbox,
#shelfbox a {
    /*font-size: 11px;*/
}

#shelfbox a span {
    font-size: 10px;
}
#shelfbox .icons {
    float: right;
    width: 55px;

    -x-margin: 0 10px 0 0;
}
#shelfbox .icons a {
    display: block;
    float: right;
    text-indent: -1000em;

    background-image: url(/images__/icons-sprite.png);

    width: 15px;
    height: 15px;
    margin: 0 0 0 4px;
}

#shelfbox .icons .edit {
    background-position: -38px -35px;

    width: 14px;
    height: 14px;
}

#shelfbox .icons .delete {
    background-position: -53px -34px;

    width: 12px;
    height: 14px;
}

#shelfbox .icons .add2cart {
    background-position: -38px -50px;

    width: 15px;
    height: 16px;
}

#loginbox {
    right: 225px;
    width: 170px;

    padding: 21px 8px 10px 20px;

    background: rgb(238,201,24); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(238,201,24,1) 0%, rgba(226,191,23,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,201,24,1)), color-stop(100%,rgba(226,191,23,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,201,24,1) 0%,rgba(226,191,23,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,201,24,1) 0%,rgba(226,191,23,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,201,24,1) 0%,rgba(226,191,23,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,201,24,1) 0%,rgba(226,191,23,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eec918', endColorstr='#e2bf17',GradientType=0 ); /* IE6-9 */
}

#loginbox .content {
    padding: 0 12px 0 0;
}

#loginbox.logged {
    right: 300px;
}

#loginbox h2 {
    font: normal 18px/18px Arial,sans-serif;
    border-bottom: 1px solid #000;
    padding: 0 0 16px 0;
}

#loginbox h2 span {
    color: #fff;
}

#loginbox form {
    padding: 10px 0 0 0;
}

#loginbox .information {
    font: normal 10px/16px Arial,sans-serif;

    padding: 4px 0 0 0;
}
#loginbox .information span {
    color:#D21;
}

#loginbox input[type=text],
#loginbox input[type=password] {
    width: 135px;
}

#loginbox ul {
    padding: 10px 0;
}

#loginbox ul li {
    position: relative;
    text-indent: 15px;

    font: normal 12px/18px Arial,sans-serif;
}
#loginbox ul li a {
    font: italic 12px/15px Georgia,Arial,sans-serif;
}

#loginbox.logged ul li i {
}

#loginbox ul li i {
    display: block;
    position: absolute;

    width: 10px;
    height: 10px;

    top: 3px;

    background-image: url(/images__/icons-sprite.png);
}

#loginbox .lost-password  {
    text-indent: 15px;
}

#loginbox .lost-password span {
    left: -13px;

    display: block;
    position: absolute;
    font: bold italic 12px/15px Georgia,Arial,sans-serif;
}

#loginbox .registration i {
    background-position: -68px -35px;
}

#loginbox .vmoney span {
	font: italic 12px/15px Georgia,Arial,sans-serif;
}

#loginbox .vmoney i {
	width: 12px;
	background-position: -180px -89px;
}

#loginbox .forum {
    padding-bottom: 10px;
}

#loginbox .forum i {
    width: 12px;
    background-position: -194px -78px;
}

#loginbox .profil {
    left: -2px;
}

#loginbox .profil i {
    height: 11px;
    width: 11px;
    background-position: -209px -77px;
}

#loginbox.logged .logout a {
    font: bold italic 12px/15px Georgia,Arial,sans-serif;
}
#loginbox.logged .logout i {
    width: 16px;
    height: 11px;

    left: -8px;

    background-position: -204px -89px;
}

#loginbox div {
    padding: 4px 0;
}

#loginbox div.checkbox {
    position: relative;
    -x-padding: 5px 0 0 0;
}

#loginbox div.checkbox .NFh {
    margin: 7px 0 0 0;
}

#loginbox button {
    padding: 0 20px;
    font: normal 12px/20px Arial,sans-serif;
    border-radius: 10px 0;
}

#loginbox #logged-as {
    padding: 20px 0 5px 0;;
    font: normal 12px/14px Arial,sans-serif;
}

#loginbox #logged-as span {
    font: normal 16px/20px Arial,sans-serif;
    color: #956aa0;
}

#loginbox .message-button {
    padding: 0 0 10px 0;
}

#loginbox .message-button a {
    position: relative;

    font: normal 10px/17px Arial,sans-serif;
    color: #fff;
    
    width: 70px;

    margin-bottom: 2px;
    border-radius: 10px 0;
}

#loginbox .message-button a i {
    display: block;
    position: absolute;

    width: 18px;
    height: 18px;
    border-radius: 18px;

    top: -8px;
    right: -6px;
    
    color: #555;
    background-color: #a1da24;
}

input.iponcheck {
    display: none;
}
input.iponcheckDiv {

}
div.iponcheckDiv {
    display: inline-block;
    float:left;
    width: 9px;
    height: 9px;
    border: 2px solid #CCC;
    background-color: #FFF;
    cursor: pointer;
    margin:2px 5px 0 0;
    padding:0 !important;
}
div.iponcheckDiv:hover {
    border: 2px solid #BBB;
}
div.iponcheckDiv.checked {
    background-color: #a1da24;
}

#searchbox {
    background-color: #fff;
    left: 140px;
    padding: 0;
    top: -16px;

    -webkit-box-shadow: 0px 10px 10px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 10px 10px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 10px 10px rgba(50, 50, 50, 0.1);
}
#panel-container.small #searchbox {
    top: -2px;
}

#searchbox header {
    background-color: #c6c6c6;

    line-height: 20px;
    padding: 0 30px;
}

#searchbox header div div {
    float: left;

    padding: 3px 10px 0 10px;
}

#searchbox header .clearfix {
    padding: 0;
}

#searchbox header .line1 .opts2 {
    padding-left: 180px;
}

#searchbox header .line1 .opts3 {
    padding-left: 220px;
}

#searchbox header .line2 div {
    padding-top: 0;
    padding-left: 20px;
}

#searchbox header .line2 .opts2 {
    padding-left: 0px;
}

#searchbox header .line2 .opts4 {
    padding-left: 197px;
}

#searchbox .suggest a {
    font-weight: bold;
}

#searchbox h2 {
    font: normal 18px/25px "Segoe UI","Open Sans",Arial,sans-serif;
}

#searchbox .content .column {
    #float: left;

    display: table-cell;

    width: 250px;
    padding: 10px 20px 10px 10px;
}

#searchbox .loader {
    text-align: center;
    padding: 10px 0;
}

#searchbox ul {
    width: 250px;
}

#searchbox ul li {
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
}

#searchbox ul li a {
    display: block;
}

#searchbox .column .left {
    float: left;

    width: 47px;
    padding-right: 3px;
    text-align: center;
}

#searchbox .column .left img {
    max-width: 40px;
    max-height: 40px;
}

#searchbox .column .right {
    float: right;

    width: 200px;
}

#searchbox .column .right .category {
    float: left;

    font: normal 11px/15px Arial,sans-serif;
    color: #999;

    text-transform: lowercase;
}

#searchbox .column .last-comment {
    font: bold italic 12px Georgia,Arial,sans-serif;
    color: #a1da24;
}

#searchbox .column .last-comment span {
    color: #999;
    font: normal 10px Arial,sans-serif;
}

#searchbox .column .right .price {
    float: right;

    font: normal 12px/15px Arial,sans-serif;
    color: #966aa0;
}

#searchbox h3 {
    font: normal 14px/18px "Segoe UI","Open Sans",Arial,sans-serif;
}

#searchbox #in-articles {
    background-color: #f3f3f3;
}

#searchbox ul li.last-of-type {
    border-bottom: 0;
}

#searchbox .button-green {
    width: 100px;
}

#searchbox .show-results {
    padding: 20px 0;
    cursor: pointer;
}

#searchbox header .close {
    position: absolute;
    top: 0;
    right: 0;

    cursor: pointer;
    padding: 7px 10px;
    color: #555;
}

#cartbox .admin-buttons a {
    width: 70px;
    float: left;
}

#cartbox .admin-buttons .button-green {
    float: right;
}

#footer {
    display: block;
    clear: both;
    width: 960px;
    margin: 0 auto 0 auto;
    border-top: 30px solid #f3f3f3;
    background: #fff;
    padding: 20px 0 0 0;
    cursor: auto;
}

#footer-logo {
    background-repeat: no-repeat;
    background-color: #f3f3f3;
    background-image: url(/images__/footer-shadow.png);
    background-position: left top;

    width: 880px;
    padding: 10px 50px 20px 30px;
    margin: 0 auto;
}

#footer-logo .logo {
    width: 70px;
    height: 40px;

    float: left;

    background-repeat: no-repeat;
    background-image: url(/images__/footer-logo.png);
}

#footer-logo p {
    display: block;
    float: left;
    padding: 15px 0 0 20px;
}

#footer .right {
    float: left;

    width: 430px;
    padding: 0 50px 20px 0;
}

#footer .left {
    float: left;
    width: 430px;

    padding: 0 0 20px 50px;
}

#footer h2 {
    font: normal 18px/22px "Segoe UI","Open Sans",Arial,sans-serif;
    color: #9ed523;

    padding: 0 0 15px 0;
}

#footer ul li {
    font: normal 12px/30px Arial,sans-serif;
}

#footer .right ul li {
    float: left;
    width: 50%;
}

#footer ul li a:hover {
    color: #9ed523;
}

#comments strong,
#comments-container strong,
.message_body strong {
    font-weight: bold;
}

#comments em,
#comments-container em,
.message_body em {
    font-style: italic;
}

#comments img {
    max-width: 500px;
}

#comments .spoiler {
    display: inline-block;
    color: transparent;
    padding-left: 5px;
    border-left: 1px solid #DDD;
}
#comments .spoiler span {
    color: #555;
    font-size: 9px;
    font-weight: bold;
}

#comments .off {
    color: #BBB !important;
}

#ipon.language2 div.geposszerako-csoport-info div.text p {
    display: none;
}

#set_language_chosen {
width: 100% !important;
}

#set_language_chosen .chzn-drop {
width: 100% !important;
}

#set_language_chosen .chzn-drop .chzn-search {
width: 99% !important;
}

#set_language_chosen .chzn-drop .chzn-search input {
width: 98% !important;
}

.votepage .voteitem div {
    position: relative;
    padding-left: 17px !important;
}

.votepage .voteitem div input {
    display: none;
}

.votepage .voteitem div label span {
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    background: #fff;
    border: 2px solid #ddd;
}

.votepage .voteitem div.selected label span {
    background: #9ed523;
}

#mainmenu li.esport a span {
    background-image: url(/images__/esport-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
}

