.ajax-loader {
    padding: 50px 0;
    text-align: center;
}

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

#mainmenu li a {
    display: block;

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

    -x-background: rgb(158,213,35); /* Old browsers */
    -x-background: -moz-linear-gradient(top,  rgba(158,213,35,1) 0%, rgba(142,192,32,1) 100%); /* FF3.6+ */
    -x-background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,213,35,1)), color-stop(100%,rgba(142,192,32,1))); /* Chrome,Safari4+ */
    -x-background: -webkit-linear-gradient(top,  rgba(158,213,35,1) 0%,rgba(142,192,32,1) 100%); /* Chrome10+,Safari5.1+ */
    -x-background: -o-linear-gradient(top,  rgba(158,213,35,1) 0%,rgba(142,192,32,1) 100%); /* Opera 11.10+ */
    -x-background: -ms-linear-gradient(top,  rgba(158,213,35,1) 0%,rgba(142,192,32,1) 100%); /* IE10+ */
    -x-background: linear-gradient(to bottom,  rgba(158,213,35,1) 0%,rgba(142,192,32,1) 100%); /* W3C */
    -x-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ed523', endColorstr='#8ec020',GradientType=0 ); /* IE6-9 */

    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.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.vat-free a span {
    background-image: url(/images__/vat-free-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
}

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

#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.bazar span {
    background-position: -170px;
}

#termeklistaoldal {
    background: #fff;
    padding: 40px 10px 40px 20px;
}
#termeklistaoldal.bazar {
    padding: 0 10px 40px 20px;
}

#termeklistaoldal h1,
#product-top h1 {
    font-size: 21px;
    line-height: 25px;
}

#termeklistaoldal h2,
#product-top h2 a {
    font: italic 18px/25px Georgia,Arial,sans-serif;
    color: #9ed523;
    
    padding-bottom: 15px;
}

#item_order_div {
    clear: both;
    border-top: 1px solid #a1da24;
    border-bottom: 1px solid #e1e1e1;

    line-height: 33px;
    -x-padding: 9px 0 2px 0;
}

.dodiff {
    float: left;

    padding: 6px 0 0 0;
}

.dodiff a {
    display: block;
    border-radius: 10px 0 10px 0;
    color: #fff;
    font: normal 12px/14px Arial,sans-serif;
    padding: 4px 15px;
    border: 0;

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

#item_order_div .orders,
#item_order_div .views,
#item_order_div .limits {
    float: right;

    padding: 0 0 0 40px;
}

#item_order_div .orders,
#item_order_div .views {
    padding-top: 7px;
}

#item_order_div .limits a {
    font-size: 14px;
    color: #8b8b8b;
    
    padding: 0 2px 0 2px;
}

#item_order_div .limits a:hover,
#item_order_div .limits a.selected {
    font-weight: bold;
    color: #000;
}

#item_order_div .orders a,
#item_order_div .views a {
    display: block;
    float: left;
    text-indent: -1000em;

    height: 24px;

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

#item_order_div .views a.icon2 {
    width: 45px;
    background-position: -25px -24px;
}

#item_order_div .views a.icon2:hover,
#item_order_div .views a.icon2.selected {
    background-position: -25px 0;
}

#item_order_div .views a.icon3 {
    width: 25px;
    background-position: 0 -24px;
}

#item_order_div .views a.icon3:hover,
#item_order_div .views a.icon3.selected {
    background-position: 0 0;
}

#item_order_div .views a.icon1 {
    width: 26px;
    background-position: -239px -24px;
}

#item_order_div .views a.icon1:hover,
#item_order_div .views a.icon1.selected {
    background-position: -239px 0;
}

#item_order_div .orders a.icon1 {
    width: 32px;
    background-position: -105px -24px;
}

#item_order_div .orders a.icon1:hover,
#item_order_div .orders a.icon1.selected {
    background-position: -105px 0;
}

#item_order_div .orders a.icon2 {
    width: 32px;
    background-position: -72px -24px;
}

#item_order_div .orders a.icon2:hover,
#item_order_div .orders a.icon2.selected {
    background-position: -72px 0;
}

#item_order_div .orders a.icon3 {
    width: 41px;
    margin-left: 20px;
    background-position: -137px -24px;
}

#item_order_div .orders a.icon3:hover,
#item_order_div .orders a.icon3.selected {
    background-position: -137px 0;
}

#item_order_div .orders a.icon4 {
    width: 41px;
    background-position: -178px -24px;
}

#item_order_div .orders a.icon4:hover,
#item_order_div .orders a.icon4.selected {
    background-position: -178px 0;
}

#item_order_div .orders a.icon5 {
    margin-left: 20px;
    width: 24px;
    background-position: -216px -24px;
}

#item_order_div .orders a.icon5:hover,
#item_order_div .orders a.icon5.selected {
    background-position: -216px 0;
}

#termeklistaoldal .pager_content {
    clear: both;
    border-bottom: 1px solid #e1e1e1;

    margin: 0 0 0 0;
    text-align: right;
}

#termeklistaoldal .pager_content ul {
    line-height: 35px;
}

#termeklistaoldal ul.pager li {
    display: inline;

    padding: 0 5px;
}

#termeklistaoldal ul.pager li a:hover {
    color: #9ed523;
}

#termeklistaoldal ul.pager li a.active {
    color: #9ed523;
    font-size: 16px;
}

#termeklistaoldal .termeklista_info {
    float: right;

    text-align: center;
    padding: 5px 0 0 0;
    margin-right: 280px;
}

#termeklistaoldal .item_highlight {
    background-color: #FFFEEC;
}
#termeklistaoldal .item_view0.item_highlight {
    padding: 20px 10px 10px 20px;
    margin-left: -20px;
}
#termeklistaoldal .item_view2.item_highlight {
    padding: 20px 5px 10px 5px;
    margin-left: 20px;
    margin-right: 0px;
}
#termeklistaoldal #highlightAdmin {
    position:absolute;
    margin-left:720px;
    font-size: 11px;
    color: #986CA3;
    cursor: pointer;
}
#termeklistaoldal #highlightAdminList {
    display: none;
    background-color: #986CA3;
    padding:5px 7px;
    margin-bottom: 15px;
    color:#FFFFFF;
    font-size: 11px;
}
#termeklistaoldal #highlightAdminList a {
    color: #FFFF99;
}
#termeklistaoldal a.highlightThis {
    font-size: 11px;
    color: #986CA3;
}

.item_view2 {
    cursor: pointer;

    width: 200px;
    float: left;
    
    position: relative;
    
    padding: 20px 0 10px 0;
    margin: 0 5px 0 25px;
    height: 302px;
    
    border-bottom: 1px solid #e1e1e1;
}

.item_view2 .picture {
    width: 180px;
    height: 140px;

    display: table-cell;
    vertical-align: middle;

    text-align: center;

    -x-background-size: 100%;
    -x-background-position: center center;
    -x-background-repeat: no-repeat;
}

.item_view2 .picture img {
    max-width: 180px;
    max-height: 140px;
}

.item_view2 .compare {
    position: absolute;

    top: 144px;
    left: 0;

    width: 10px;
}

.item_view0 .compare {
    position: absolute;

    top: 104px;
    left: 0;

    width: 10px;
}

.item_view2 .compare .tooltip,
.item_view0 .compare .tooltip{
    margin-top:-10px;
}

.item_view2 .compare a,
.item_view0 .compare a {
    display: block;
    
    width: 10px;
    height: 10px;
    border: 3px solid #e3e3e3;
    background: #fff;
    
    text-indent: -1000em;
}

.item_view2 .compare a.active,
.item_view0 .compare a.active {
    background: #a1da24;
}

.item_view2 .tested,
.item_view0 .tested,
.item_view2 .has_review,
.item_view0 .has_review {
    position: absolute;
    text-indent: -1000em;

    background-image: url(/images__/icons-sprite.png);
    
    width: 30px;
    height: 30px;
    
    bottom: 0;
}

.item_view2 .tested,
.item_view2 .has_review {
    top: 129px;
}

.item_view2 .tested,
.item_view0 .tested {
    left: 90px;
    background-position: -250px -47px;
}

.item_view2 .tested a,
.item_view0 .tested a {
    display: block;
    width: 100%;
    height: 100%;
}

.item_view2 .has_review,
.item_view0 .has_review {
    left: 50px;
    background-position: -215px -47px;
}

.item_view2 .name {
    font-size: 18px;
    height: 52px;
    overflow: hidden;
}

.item_view2 .price,
.item_view0 .price,
#diff-container .prices .price {
    color: #8b8b8b;
    font-size: 12px;
}

.item_view2 .price span,
.item_view0 .price span,
#diff-container .prices .price span {
    text-decoration: line-through;
}

.item_view2 .webshop_price,
.item_view0 .webshop_price,
#diff-container .prices .webshop_price {
    color: #986ca3;
    font-size: 18px;
    line-height: 19px;
}

.item_view2 .ipont,
.item_view1 .ipont,
.item_view0 .ipont,
#diff-container .ipont {
    position: relative;

    text-indent: 15px;
    padding: 3px 0 0 0;
}

.item_view2 .ipont span,
.item_view1 .ipont span,
.item_view0 .ipont span,
#diff-container .prices .ipont span {
    font-weight: bold;
    font-style: italic;
    font-family: Georgia,Arial,sans-serif;
}

.item_view2 .ipont i,
.item_view1 .ipont i,
.item_view0 .ipont i,
#diff-container .prices .ipont i {
    position: absolute;
    display: block;

    top: 9px;
    
    text-indent: -1000em;
    
    width: 12px;
    height: 12px;
    background-image: url(/images__/icons-sprite.png);
    background-position: -180px -75px;
}

.item_view2 .prices {
    padding: 20px 0 0 0;
}

.item_view2 .prices .left {
    float: left;

    width: 105px;
}

.item_view2 .prices .right {
    float: right;

    width: 80px;
}

.item_view2 .prices .quantity {
    padding: 0 0 10px 15px;
}

.item_view2 .prices .quantity input {
    width: 20px;
}

.item_view2 button,
.item_view0 button {
    font: normal 12px/23px Arial,sans-serif;
}

.item_view0 {
    cursor: pointer;
    width: 100%;
    
    position: relative;

    min-height: 135px;
    padding: 20px 0 10px;

    border-bottom: 1px solid #e1e1e1;
}

.item_view2 .tooltip h4,
.item_view0 .tooltip h4 {
    font: normal 16px/20px "Segoe UI","Open Sans",Arial,sans-serif;
    
    padding: 0 0 3px 0;
}

.item_view0 .tooltip {
    width: 335px !important;
    z-index: 10 !important;
    line-height: 150% !important;
    top: 10px !important;
    left: 25px !important;
}

.item_view2 .tooltip {
    width: 335px !important;
    z-index: 10 !important;
    line-height: 150% !important;
    top: 80px !important;
    left: 25px !important;
}

.item_view0 .left {
    float: left;
    position: relative;
    width: 155px;
    height: 128px;
}

.item_view0 .middle {
    float: left;

    width: 415px;
    padding: 10px 0 0 20px;
}

.item_view2 .top {
    height: 135px;
    padding-top: 6px;
}

.item_view2 .to-product {
    display: block;
    padding: 5px 0 0 0;
    width: 100%;
    text-align: right;

    font: normal 12px/16px Arial,sans-serif;
    color: #a1da24;
}

.item_view2 .to-product span {
    font: bold italic 12px/16px Georgia,Arial,sans-serif;
}

.item_view0 .middle .description {
    margin-bottom: 10px;
}

.item_view0 .middle .to-product {
    /*position: absolute;
    bottom: 10px;*/
    font: normal 12px/16px Arial,sans-serif;
    color: #a1da24;
}

.item_view0 .middle .to-product span {
    font: bold italic 12px/16px Georgia,Arial,sans-serif;
}

.item_view0 .right {
    float: right;
}

.item_view0 .picture {
    width: 155px;
    height: 120px;
    
    text-align: center;
    -x-background-size: 100%;
    -x-background-position: center center;
    -x-background-repeat: no-repeat;
}

.item_view0 .picture img {
    max-width: 155px;
    max-height: 120px;
}

.item_view0 .name {
    padding: 0 0 10px 0;
}

.item_view0 .name a {
    font: normal 18px/22px Arial,sans-serif;
}

.item_view0 .prices {
    height: 100px;
    padding: 10px 0 0 0;
}

.item_view1 td {
    padding:12px 5px;
    border-bottom: 1px solid #e1e1e1;
    font-family: Arial, sans-serif;
    font-size:14px;
    vertical-align: middle;
}
.item_view1.head td {
    padding:10px 5px 5px 5px;
    border-bottom: 1px solid #a1da24;
}
.item_view1 td span.h {
    font-size: 12px !important;
    font-family: Georgia,'Segoe UI', 'Open Sans', Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    color:#777;
}
.item_view1 td.name {
    width: 293px;
    padding:0 5px 0 10px;
    color:#333;
}
.item_view1 td.netto {
    width: 100px;
    color:#000;
}
.item_view1 td.brutto {
    width: 100px;
    color:#92689c;
}
.item_view1 td.quantity {
    width:70px;
    font-size: 11px;
    color:#333;
}
.item_view1 td.quantity input {
    width:12px;
    padding:3px 5px;
    border:0;
    background-color: #f3f3f3;
    font-size: 11px;
    color:#333;
    text-align: center;
}


/*.item_view1 {
    clear: both;
    cursor: pointer;
    width: 100%;
    position: relative;
    padding: 10px 0 10px;
    border-bottom: 1px solid #e1e1e1;
}
.item_view1.head {
    padding: 10px 0 5px;
    border-bottom: 1px solid #a1da24;
}
.item_view1 div {
    display: table-cell;
    padding: 0 5px;
    font-size:14px;
}
.item_view1.head span.h {
    font-size: 12px !important;
    font-family: Georgia,'Segoe UI', 'Open Sans', Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    color:#777;
}
.item_view1 div.name {
    width: 260px;
    padding:0 5px 0 20px;
    color:#333;
}
.item_view1 div.netto {
    width: 100px;
    color:#000;
}
.item_view1 div.brutto {
    width: 100px;
    color:#92689c;
}
.item_view1 div.darab {
    width:70px;
}
.item_view1 div.right {
    width:90px;
}*/

#diff-container .prices {
    height: 65px;
}

#product-top {
    background: #fff;
    padding: 30px 30px 15px 30px;
    margin: 0 0 15px 0;
}

#product {
    background: #fff;
    padding: 20px 30px 20px 20px;

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

#product .left .edit {
    clear: both;
    padding: 0 0 15px 0;
}

#product .infobox {
    -x-font: normal 12px/18px "Segoe UI","Open Sans",Arial,sans-serif;
    position: relative;
}

#product .speclista1 {
    position: relative;
}

#product .warranty-chosen {
    float: left;
    padding: 10px 0 0 5px;
}

#product .warranty-chosen select.nosearch {
    width: 165px;
}

#product .buttons {
    float: right;
    padding: 10px 0 5px;
}

#product .buttons div {
    float: right;
}

#product .buttons .ext-vendor-name {
    padding: 5px 10px 0 0;
}

#product .buttons .add2cart {
    font: normal 12px/23px Arial,sans-serif;
}

#product .buttons .add2shelf {
    font: normal 10px/20px Arial,sans-serif;
    color: #555;

    width: 100px;
}

#product .price-watcher .button-green {
    font: normal 10px/20px Arial,sans-serif;
    margin: 4px 0 0 0;
    width: 90px;
}
#product #raktarfigyelo .button-green {
    font: normal 10px/20px Arial,sans-serif;
    margin: 5px 0 0 0;
    width: 150px;
    float:right;
}

#product .buttons .add2shelf {
    margin: 3px 5px 0 0;
}

#product .left {
    float: left;
    width: 280px;
}

#product .right {
    float: right;
    width: 370px;
}

#product #report-error {
    float: right;
}

#product #report {
    position: absolute;
    z-index: 10;
    
    right: 0;
    top: 45px;

    background: rgb(145,196,32); /* 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,1) 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 */

    padding: 0 11px 21px 11px;
}

#product .success {
    color: #a1da24;
    font-weight: bold;
    padding-bottom: 10px;
}

#product #report .error {
    padding: 10px 0 0 0;
    color: red;
    font-weight: bold;
}

#product #report label {
    display: block;
    clear: both;
    
    padding: 10px 0 0 0;
}

#product #report select {
    border: 1px solid #ccc;
    width: 202px;
}

#product #report textarea {
    width: 180px;
}

#product #report button,
#product #report .button-grey {
    width: 70px;

    font: normal 12px/22px Arial,sans-serif;
    margin-left: 5px;
    float: right;
    margin-top: 0;
}

.pictures table#gallery {
    width: 280px;
}

.pictures table#gallery .first {
    height: 210px;

    vertical-align: middle;
    text-align: center;
}

.pictures table#gallery .first.no-thumbs {
    height: auto;
}

.pictures table#gallery .first img {
    max-width: 270px;
    max-height: 200px;
}

.pictures table#gallery .thumbnails {
    padding: 10px 5px 0 5px;
}

.pictures table#gallery .thumbnails img {
    max-width: 80px;
    max-height: 70px;
    margin: 3px 0 0 2px;
}

#product .official-site li i {
    display: block;

    position: absolute;

    width: 30px;
    height: 30px;

    left: 0;
    top: 0;

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

#product .official-site .link i {
    background-position: -284px -33px;
}

#product .official-site .link {
    padding-top: 6px;
}

#product .official-site .tested i {
    background-position: -250px -47px;
}

#product .official-site .tested {
    padding-top: 6px;
}

#product .official-site .bazar i {
    background-position: -400px -33px;
}

#product .official-site .bazar {
    padding-top: 6px;
}

#product .official-site .extra i {
    background-position: -284px -66px;
}

#product .official-site li {
    position: relative;

    min-height: 30px;
    line-height: 15px;
    padding: 0 0 5px 40px;
}

#product .official-site h3,
#product .infobox h3 {
    padding: 25px 0 10px;
    margin: 0 0 10px 0;
    color: #9ed523;
    border-bottom: 1px solid #e1e1e1;
    font: normal 14px/16px Arial,sans-serif;
}

#product #dygraph-container h3,
#product .price-watcher h3 {
    color: #986ca3;
}

#product .product-name {
    padding: 15px 10px 0 0;
    float: left;
    
    width: 240px;
}

#product .product-name h2 {
    font: normal 18px/22px Arial,sans-serif;
}

#product .product-name h2 span {
    color: red;
}

#product .product-price {
    padding: 15px 0 0 0;
    width: 100px;
    float: right;
}

#product .product-price .price,
#recent-items div .price {
    color: #c3c3c3;
    font-size: 12px;
}

#product .product-price .price span,
#recent-items div .price span {
    text-decoration: line-through;
}

#product .product-price .webshop-price,
#recent-items div .webshop-price {
    color: #9a6aa6;
    font: normal 18px/19px "Segoe UI","Open Sans",Arial,sans-serif;

    padding: 0 0 2px 0;
}

#product .product-price .token {
    padding: 0 8px 0 0;
}

#product .product-price .token span {
    font: bold italic 12px Georgia,Arial,sans-serif;
    display: inline-block;
    
    padding: 0 3px;
}

#product .product-price .token b {
    display: inline-block;
    background-image: url(/images__/product-icons.png);
    width: 10px;
    height: 10px;
}

#product .product-price-sep {
    clear: both;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #e1e1e1;
}

#dygraph {
    background: url(/images__/graph-bg.png);
}

#dygraph-content {
    position: relative;
}

#dygraph-label {
    position: absolute;

    color: #986ca3;

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

#dygraph-label >span {
    display: block;
    clear: both;
    font-weight: bold;
}

#recent-items {
    clear: both;
    margin: 20px 0 0 0;
    padding: 0 0 10px 0;
    border-top: 1px solid #e1e1e1;
}

#recent-items .recent-item {
    width: 195px;
    float: left;
    padding: 15px 15px 0 15px;
}

#recent-items .prices {
    width: 100px;
    float: left;

    padding: 5px 0 0 5px;
}

#recent-items .button {
    float: right;
    padding: 10px 0 0 0;
}

#recent-items .button button {
    font: normal 12px/22px Arial,sans-serif;
}

#recent-items div .more {
    clear: both;
    float: none;
}

#recent-items div .more a {
    display: block;
    width: 100%;
    padding: 15px 0 0 0;
    
    color: #9ed522;
    text-align: right;
}

#recent-items div .more a span {
    font-weight: bold;
    font-style: italic;
}

#recent-items h2,
#comments h2,
#reviews h2 {
    font-size: 28px;
    line-height: 35px;
    padding: 10px 0 15px 0;
    
    border-bottom: 1px solid #e1e1e1;
}

#recent-items .recent-item .bottom {
    
}

#recent-items div h3 {
    clear: both;
    font-size: 18px;
    line-height: 22px;
    
    min-height: 60px;
}

#recent-items div img {
    max-height: 150px;
    max-width: 160px;
}

#recent-items .image {
    display: table-cell;
    vertical-align: middle;
    height: 180px;
    min-height: 180px;
    text-align: center;
}

#comments {
    position: relative;
    border-top: 1px solid #9ed522;
}

#comments a,
#reviews a {
    color: #9ed523;
}

#comments .content a,
#reviews .content a {
    color: #986CA3;
}

#comments li {
    padding: 0 0 10px 50px;
}
#comments li.highlight {
    background-color: #FCFCBF;
    padding: 0 0 0 50px;
    margin-bottom: 10px;
}

#reviews li.review {
    padding: 10px 0 0 40px;
}

#reviews .rate-container {
    padding: 1px 0 0 10px;
    float: left;
}

#comments .comments-top {
    border-top: 1px solid #e1e1e1;
    
    margin: 20px 0 0 0;
}

#comments .comments-top h3 {
    font: normal 16px/22px Arial,sans-serif;
    padding: 10px 0 10px 0;
    
    float: left;
}

#comments .num,
#reviews .num {
    position: absolute;
    margin-left: -50px;
    margin-top: 5px;
    font: normal 24px/33px Arial;
}

#reviews li:last-child .content-container {
    border-bottom: 0;
}

#reviews .content,
#comments .content {
    font: normal 12px/17px Arial,sans-serif;
    padding-right: 15px;
}

#comments .author,
#reviews .author {
    float: left;
    height: 17px;
    width: 70%;

    padding: 5px 0;
    border-bottom: 1px solid #e1e1e1;
}

#comments .author a,
#reviews .author a {
    font: normal 12px/16px Arial,sans-serif;
}
#comments .author a.replyfor {
    color: #986CA3;
    font-size: 11px;
}

#reviews .author a {
    float: left;
}

#comments .date,
#reviews .date {
    float: right;
    text-align: right;

    width: 30%;

    padding: 5px 0;
    border-bottom: 1px solid #e1e1e1;

    font: normal 10px/16px Arial,sans-serif;
}

#comments .date {
    font: italic 10px/17px Georgia,Arial,sans-serif;
}

#comments .date div,
#reviews .date div {
    padding: 0 15px 0 0;
    font-size: 11px;
}

#comments .date span,
#reviews .date span {
    font-weight: bold;
}

#comments li .clearer,
#reviews li .clearfix {
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
}

#comments li:last-child .clearer,
#reviews li:last-child .clearfix {
    border-bottom: 0;
}

#comments li .actions,
#reviews li .actions {
    padding: 5px 15px 0 0;
    text-align: right;
}

/*
#start h2 {
    font-size: 20px;
    line-height: 40px;

    border-bottom: 1px solid #a0da24;

    margin: 10px 0 0 0;
}

#start h2 span {
    color: #a0da24;
}

#start #news {
    width: 455px;
    padding-left: 10px;
    float: left;
}

#start section ul {
    -x-padding-top: 10px;
}

#start #news ul {
    width: 225px;
    float: left;
}

#start #news .games {
    margin-left: 5px;
}

#start #articles {
    width: 260px;
    
    float: right;
}

#start #articles ul {
    padding-left: 25px;
}

#start #articles ul li {
    background-color: #e6e6e6;
}

#start #articles ul li:hover {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
}

#start #articles h2 {
    margin-left: 25px;
}

#start section .image {
    width: 210px;
    height: 110px;
    background-position: center center;

    position: relative;
}

#start section .image div {
    position: absolute;
    background: #f18c56;

    min-width: 20px;

    line-height: 24px;

    height: 24px;
    overflow: hidden;

    top: 20px;
    left: -10px;
}

#start section .image div span {
    padding: 0 20px 0 10px;
    display: none;
}

#start section ul li {
    padding: 20px 10px 15px 10px;
    -x-margin: 0 10px 0 10px;
    height: 361px;
}

#start section ul li:hover,
#news-archive #start.only-news #articles li:hover {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}

#start section ul li:hover .top {
    color: #a1da24;
}

#start section ul li:hover .button button {
background: rgb(161,218,36);
background: -moz-linear-gradient(top,  rgba(161,218,36,1) 0%, rgba(145,196,32,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,218,36,1)), color-stop(100%,rgba(145,196,32,1)));
background: -webkit-linear-gradient(top,  rgba(161,218,36,1) 0%,rgba(145,196,32,1) 100%);
background: -o-linear-gradient(top,  rgba(161,218,36,1) 0%,rgba(145,196,32,1) 100%);
background: -ms-linear-gradient(top,  rgba(161,218,36,1) 0%,rgba(145,196,32,1) 100%);
background: linear-gradient(to bottom,  rgba(161,218,36,1) 0%,rgba(145,196,32,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1da24', endColorstr='#91c420',GradientType=0 );
}

#start section ul li .button {
    border-bottom: 1px solid #cccccc;

    padding: 0 0 20px 0;
}

#start section ul li.archive {
    border: none;
    background: transparent !important;
    margin: 0;
    height: auto;
}

#start section ul li .top {
    min-height: 86px;
}

#start section ul li h3 {
    font-size: 17px;
    line-height: 19px;
    padding: 5px 0 0 0;
    min-height: 38px;
}

#start section ul li .text {
    height: 130px;
    line-height: 150%;
}

#start section ul li .date {
    font: bold italic 12px/23px Georgia,Arial,sans-serif;
    padding-bottom: 0px;
}

#start section ul li .comments {
    float: right;

    position: relative;
    
    font: normal 18px/20px Georgia,Arial,sans-serif;
    color: #ccc;
    
    padding: 0 0 0 25px;
}

#start section ul li .comments i {
    position: absolute;

    background-image: url(/images__/icons-sprite.png);
    background-position: -130px -100px;
    
    left: 0;
    top: 4px;

    width: 20px;
    height: 15px;
}
*/

#news-archive #news ul {
    width: 455px;
}

#news-archive #news li,
#news-archive #articles li {
    float: left;
    width: 205px;
}

#news-archive #news li:nth-child(2n) {
    margin-left: 5px;
}

#news-archive #start.only-articles #articles,
#news-archive #start.only-news #news {
    display: none;
    
}

#news-archive #start.only-articles #news ul,
#news-archive #start.only-articles #news,
#news-archive #start.only-news #articles ul,
#news-archive #start.only-news #articles {
    width: 720px;
    padding-left: 0;
}

#news-archive #start.only-news #articles li {
    background-color: #fff;
}



#news-archive #start.only-news #articles h2 {
    margin-left: 0;
}

#news-archive #start.only-articles #news li:nth-child(2n),
#news-archive #start.only-news #articles li:nth-child(2n) {
    margin-left: 0;
}

#news-archive #start.only-articles #news li:nth-child(3n + 1),
#news-archive #start.only-news #articles li:nth-child(3n + 1) {
    margin-right: 5px;
}

#news-archive #start.only-articles #news li:nth-child(3n),
#news-archive #start.only-news #articles li:nth-child(3n) {
    margin-left: 35px;
}

#start section ul li .button button,
#news-archive .content .button button {
    border: 0;
    color: #fff;
    font-size: 10px;
    padding: 3px 15px;

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

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

#start section ul li .button button:hover,
#news-archive .content .button button:hover {
    background: rgb(138,138,138); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(138,138,138,1) 0%, rgba(153,153,153,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,138,138,1)), color-stop(100%,rgba(153,153,153,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(138,138,138,1) 0%,rgba(153,153,153,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(138,138,138,1) 0%,rgba(153,153,153,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(138,138,138,1) 0%,rgba(153,153,153,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(138,138,138,1) 0%,rgba(153,153,153,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8a8a', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}

#productfilter {
    position: fixed;
    z-index: 55;

    width: 960px;
    
    margin-left: -480px;

    top: 65px;
    left: 50%;
    
    padding: 10px 0 0 0;
    background-color: #4c4c4c;
    -x-background-color: #a1da24;
}
#productfilter.small {
    top: 27px;
    z-index: 19;
}
#productfilter.side {
    position: fixed;
    width: 195px;
    margin-left: 480px;
}
#productfilter.side a#closefilter {
    display: none;
}
#productfilter.side .left, #productfilter.side .right, #productfilter.side .bottom {
    float: none;
    clear: both;
    width: 175px;
    padding:0 0 20px 0;
    margin-left:10px;
}
#productfilter.side .left {
    /*border-bottom: 1px solid #FFF;*/
    border-right: 0;
    padding:2px 0 0 0;
}
#productfilter.side .left.bottomborder {
    border-bottom: 1px solid #FFF;
    padding:2px 0 28px 0;
}
#productfilter.side .feature.bottomborder {
    border-bottom: 1px solid #FFF;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
#productfilter.side .bottom {
    padding:5px 10px 10px 10px;
    margin-left:0;
}
#productfilter.side .right label span, #productfilter.side .bottom label span {
    margin-left: 5px;
}
#productfilter.side .feature >label .tooltip {
    left:-9px;
    top:25px;
}
#productfilter.side .feature.button {
    padding:5px 0;
    min-height: 32px;
}
#productfilter.side #advancedFilter button {
    margin-left: 5px;
    width: 145px;
}
#productfilter.side #advancedFilter .arrow {
    top: 9px;
}

#productfilter.side .slider-left {
    float:none;
    padding:0 0 5px 0;
}
#productfilter.side .slider-right {
    float:none;
    padding:0 0 5px 0;
    width:173px;
}
#productfilter.side .right .slider-right, #productfilter.side .bottom .slider-right {
    float:none;
    padding:0 0 5px 0;
    margin-left: -3px;
    width:176px;
}

#productfilter.side .price-slider-info .from, #productfilter.side .price-slider-info .to {
    margin:0;
}
#productfilter.side .right .price-slider-info .to {
    margin-right:-2px;
}
#productfilter.side .price-slider-info .from.slider-ext {
    margin-left:2px;
}
#productfilter.side .left .feature .selhold {
    margin: 0;
    position: relative;
}
#productfilter.side .left .feature >label {
    padding-top:8px;
}
#productfilter.side .left .feature select {
    width:175px;
}
#productfilter.side .left .feature .ms-choice {
    width:175px !important;
}
#productfilter.side .left .feature .ms-drop {
    width:173px !important;
}
#productfilter.side .left .feature input[type=text] {
    width:170px;
}
#productfilter.side .feature {
    width:175px !important;
}
#productfilter.side .feature.frst {
    width:175px;
}
/*#productfilter.side .feature.ftrBool {
    width:130px !important;
}*/
#productfilter.side .feature .boolean label {
    padding-right: 5px;
}
#productfilter #ftrScrollTop {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 50%;
    width: 112px;
    height: 37px;
    opacity: 0.9;
    cursor: pointer;
    z-index: 50;
}

#productfilterSideCountBg {
    display: none;
    position: fixed;
    top:0;
    left:50%;
    width: 185px;
    height: 45px;
    margin-left: 480px;
    background-color: #4C4C4C;
    z-index: 56;
}
#productfilterSideCountBg.small {
    height: 27px;
}
#productfilterSideCountBg {
    padding:20px 0 0 10px;
}
#productfilterSideCountBg.small {
    padding:0 0 0 10px;
}
#productfilterSideCountBg .itemcount_text {
    position: absolute;
    margin: 6px 0 0 62px;
    font-size: 14px;
    font-family: Arial, 'Segoe UI', 'Open Sans', sans-serif;;
    color: #FFF;
}

#productfilter .left h2 {
    font: normal 18px/18px Arial,sans-serif;
    color: #555;
}

#productfilter .left {
    float: left;
    
    width: 230px;
    padding: 0 25px 0 40px;
    margin: 0 0 10px 0;
    border-right: 1px solid #d8d8d8;
}

#productfilter .chosen-container {
    width: 175px !important;
}

#productfilter .left .chosen-container {
    width: 160px !important;
}

#productfilter .right {
    float: right;

    width: 640px;
    
    padding: 0 0 0 20px;
    margin: 0 0 0px 0;
}

#productfilter .right .tooltip-container {
    position: absolute;
    
    z-index: 10;

    right: 10px;
    top: 10px;

    color: #fefefe;
}
#productfilter .right .tooltip-container div {
    margin-right: 15px;
}

#productfilter .bottom {
    display: none;
    clear: both;
    background-color: #232323;
    -x-background-color: #91bf2b;
    padding: 20px 0px 20px 40px;
}

#productfilter .feature {
    width: 210px;

    float: left;

    min-height: 55px;
    padding: 0 0 5px 0;
}

#productfilter .feature.frst {
    /*width: 280px;*/
}

#productfilter .left .feature {
    width: 240px;
    min-height: 32px;
    padding:0;
}

#productfilter .left .feature .selhold {
    margin: -28px 0 0 79px;
    position: absolute;
}

#productfilter .left .feature input[type=text] {
    width: 155px;
    height: 18px;
    margin: 0;
    padding: 0 0 0 3px;
    border: 1px solid #E5E5E5;
}

#productfilter .feature >label {
    display: block;
    clear: both;
    padding: 0 0 5px 0;

    font: normal 14px/25px Arial,sans-serif;
    -x-color: #555;
    color: #fefefe;

    position: relative;
}
#productfilter .feature >label span {
    display: block;
}
#productfilter .feature.ftrBool >label span {
    max-width: 128px;
}

#productfilter .feature >label .tooltip {
    position: absolute;
    padding: 15px 15px 15px 28px;
    left: 130px;
    z-index: 20;
    width: 150px;
    /*color: #9ed522;
    background-color: #fff;*/
    background-color: #9ed522;
    color: #fff;
    font: normal 12px/14px Arial,sans-serif;
    -webkit-box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.3);
    box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.3);
}

#productfilter .feature >label .tooltip:before {
    content: url(/images__/tooltip.png);
    position: absolute;
    z-index: 100;
    left: -12px;
    top: 10px;
}

#productfilter .left .feature select {
    width: 160px;
}
#productfilter .right .feature select, #productfilter .bottom .feature select {
    width: 175px;
}

#productfilter .feature .boolean {
    float: left;
}

#productfilter .feature .boolean label {
    font: normal 12px/20px Arial,sans-serif;
    -x-color: #555;
    color: #fefefe;
    
    padding-right: 10px;
}

#productfilter .feature.button {
    position: relative;
    
    padding: 25px 0 0 0;
    min-height: 45px;
    width: 175px;
}

#productfilter .feature.button button {
    width: 150px;
}

#productfilter .feature.button .arrow {
    position: absolute;
    
    right: 2px;
    top: 30px;
    
    font: normal 18px/20px Arial,sans-serif;
}

#productfilter .ui-slider-horizontal,
#credence-slider {
    height: 9px;
    border: 0;
    margin: 0 8px;
}

#productfilter .slider-left {
    float: left;
    
    padding: 26px 0 14px 0;
    font: normal 14px/16px Arial,sans-serif;
    -x-color: #555;
    color: #fefefe;
}

#productfilter .slider-right {
    width: 160px;
    float: left;
    padding: 0 0 0 40px;
}
#productfilter .right .slider-right {
    width: 174px;
    float: left;
    padding: 0;
    min-height: 25px;
}
#productfilter .right .price-slider-info {
    padding: 0 0 5px 0;
    margin-top: -9px;
}
#productfilter .right .price-slider-info .from {
    margin-left: 0;
}
#productfilter .right .price-slider-info .to {
    margin-right: -3px;
}
#productfilter .bottom .slider-right {
    width: 145px;
    float: left;
    padding: 0 0 0 26px;
    min-height: 28px;
}
#productfilter .bottom .price-slider-info {
    padding: 0 0 3px 0;
    margin-top: -9px;
}
#productfilter.side .bottom .price-slider-info {
    padding: 0 0 5px 0;
    margin-top: -8px;
}

#productfilter .slider-ext {
    margin-left: 11px;
}

#productfilter .ui-corner-all,
#product .cetelem .ui-corner-all {
    border-radius: 10px;
}

#productfilter .ui-slider-handle,
#product .cetelem .ui-slider-handle {
    display: block;

    top: -4px;

    height: 12px;
    width: 12px;
    
    background-image: none;
    background-color: #996ca5;
    border: 3px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

#productfilter .ui-widget-header {
    -x-background-color: #a7dc32;
    background-image: none;
    background-color: #986ca3;
}

#product .cetelem .ui-widget-header {
    background: #ddbde6;
    border-radius: 10px 0 0 10px;
}

#productfilter .chosen-container .search-field input {
    font: normal 12px/14px Arial,sans-serif;
    height: 14px;
    padding: 1px 3px !important;
}

#productfilter .chosen-container .chosen-results li {
    font: normal 12px/14px Arial,sans-serif;
    
    padding: 3px 5px;
}

#productfilter .chosen-container-multi .chosen-choices li.search-choice {
    font: normal 12px/14px Arial,sans-serif !important;
    padding: 2px 20px 2px 2px !important;
}

#productfilter .chosen-container-multi .chosen-choices {
    border: 1px solid #eee;
}

#productfilter .price-slider-info {
    padding: 0 0 8px 0;
    color: #fff;
}

#productfilter .price-slider-info .from {
    float: left;

    margin-left: -25px;
}

#productfilter .price-slider-info .to {
    float: right;

    margin-right: -25px;
}

#productfilter #words {
    clear: both;
    position: absolute;
}
#productfilter #words div {
    position: relative;
    float:left;
    color: #fff;
    font: normal 14px/20px Arial,sans-serif;

    border: 0;
    border-radius: 8px 0;

    padding: 0 13px 0 5px;
    margin:114px 5px 0 0;

    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 */
}
#productfilter.side #words {
    position: relative;
}
#productfilter.side #words div {
    margin: 3px 2px 0 0;
}
#productfilter #words div span {
    position: absolute;
    color:#4C4C4C;
    font-size: 11px;
    padding: 0 3px 2px 3px;
    margin: 0 0 0 1px;
    line-height: 11px;
    cursor: pointer;
}
#productfilter #words div span:hover {
    background-color: #4C4C4C;
    color: #FFF;
}

#productfilter .feature.ftrBool {
    min-height: 20px;
    padding-bottom: 0;
}
#productfilter .ftrBooleanHead {
    position: absolute;
    margin: -28px 0 0 135px;
    width: 38px;
    height: 18px;
    border: 1px solid #E5E5E5;
    background-color: #FFF;
    cursor: pointer;
}
#productfilter .ftrBooleanHead div {
    display: inline-block;
}
#productfilter .ftrBooleanHead .ftrBooleanArrow {
    display: inline-block;
    float:right;
    width: 13px;
    height: 17px;
    padding: 1px 0 0 5px;
    border-left: 1px solid #E5E5E5;
    font-size: 8px;
    color: #888;
}
#productfilter .ftrBooleanIcon1 {
    display: inline-block;
    width:15px;
    height:10px;
    margin:4px 0 4px 4px;
    background-image: url(/images__/icons-sprite.png);
    background-position: -275px -112px;
    background-repeat: no-repeat;
}
#productfilter .ftrBooleanIcon0 {
    display: inline-block;
    width:11px;
    height:10px;
    margin:4px;
    background-image: url(/images__/icons-sprite.png);
    background-position: -289px -112px;
    background-repeat: no-repeat;
}
#productfilter .ftrBooleanIcon-1 {
    display: inline-block;
    width:11px;
    height:10px;
    margin:4px;
    background-image: url(/images__/icons-sprite.png);
    background-position: -263px -112px;
    background-repeat: no-repeat;
}
#productfilter .ftrBooleanMenu {
    display: none;
    position: absolute;
    margin: -9px 0 0 84px;
    border-top: 1px solid #E5E5E5;
    background-color: #FFF;
    z-index: 10;
}
#productfilter .ftrBooleanMenu>div {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    width: 84px;
    padding:0 0 0 5px;
    color: #888;
    cursor: pointer;
}
#productfilter .ftrBooleanMenu>div:hover {
    background-color: #a1da24;
    color: #FFF;
}
#productfilter .ftrBooleanMenu>div>div {
    position: absolute;
    right:20px;
    margin-top: 3px;
}

#top-news {
    width: 100%;
    padding: 0 0 15px 0;
    background-color: #FFF;
}
#top-news article {
    position: relative;
    display: block;
    float: left;
    width: 243px;
}
#top-news .image {
    position: relative;
    width: 243px;
    height: 157px;
    overflow: hidden;
}

#top-news .game,
#top-news .game .image {
    width: 244px;
}

#top-news .image .title {
    position: absolute;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    background: rgba(0, 0, 0, .6);
    bottom: 0;
}

#top-news .image .title h3 {
    font: bold 14px/18px "Segoe UI",OpenSans,Arial;
    padding: 3px 0;
    color: #a1da24;
}

#top-news .image .title .short {
    display: none;
    font: normal 12px/14px "Segoe UI",OpenSans,Arial;
    color: #fff;
    margin: 0 0 5px 0;
    overflow: hidden;
}

#top-news .image img {
    width: 100%;
}

#top-news .top {
    padding: 2px 0;
    border-right: 1px solid #f0f0f0;
}

#top-news .game .top {
    border-right: 0;
}

#top-news .top div {
    float: left;
}

#top-news .top .top-news-group {
    font: bold italic 14px/20px "Segoe UI",OpenSans,Arial;
    color: #a1da24;
    padding: 0 0 0 10px;
    width: 84px;
}

#top-news .top .comments {
    position: relative;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    width: 62px;
    text-align: center;
    text-indent: 10px;
    font: italic 12px/20px Georgia,Arial;
    color: #777;
}

#top-news .top .comments i {
    position: absolute;
    background-image: url(/images__/icons-sprite.png);
    background-position: -132px -100px;
    left: 50%;
    top: 4px;
    margin-left: -18px;
    width: 15px;
    height: 15px;
}

#top-news .top .archivum {
    position: relative;
    padding: 0 0 0 12px;
    width: 72px;
}

#top-news .top .archivum a {
    font: italic 9px/18px Georgia,Arial;
    color: #777;
    display: block;
    text-align: right;
    padding: 2px 30px 0 0;
}

#top-news .top .archivum i {
    position: absolute;
    background-image: url(/images__/icons-sprite.png);
    background-position: -350px -45px;
    width: 20px;
    height: 15px;
    right: 9px;
    top: 6px;
}

#top-news .news .top .top-news-group {
    width: 36px;
    padding: 0 0 0 13px;
}

#top-news .news .top .comments {
    width: 66px;
}

#top-news .news .top .archivum {
    width: 113px;
}

#top-news .game .top .top-news-group {
    width: 84px;
    padding: 0 0 0 15px;
}

#top-news .game .top .comments {
    width: 54px;
}

#top-news .game .top .archivum {
    width: 77px;
}

#start .facebook {
    width: 730px;
    height: 39px;
    margin: 12px 0 12px 0;
    background-image: url(/images__/slideshow-facebook.png);
}
#start .facebook .fb-left {
    float: left;
    padding: 8px 0 0 12px;
    width: 508px;
}
#start .facebook .fb-left h2 {
    font: normal 18px/22px "Segoe UI","Open Sans",Arial,sans-serif;
    color: #294586;
}
#start .facebook .fb-left span {
    font: normal 12px/16px Arial,sans-serif;
    color: #294586;
}
#start .facebook .fb-left span span {
    font-weight: bold;
}
#start .facebook .fb-right {
    float: right;
    padding: 11px 26px 0 0;
}

#start #itnews, #start #gamenews {
    float: left;
    width: 358px;
}
#start ul {
    clear: both;
    background-color: #FFF;
}

#start #itnews {
    margin-right: 14px;
}

#start .header-label {
    display: block;
    float: left;
    font: bold italic 20px/31px "Segoe UI",Arial;
    border-bottom: 1px solid #a1da24;
    width: 98px;
    text-align: center;
}

#news-archive #start h3 {
    width: 100%;
    text-indent: 17px;
    text-align: left;
}

#start h3 {
    float: left;
    width: 130px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;


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

    color: #d8d8d8;

}

#start h3.active {
    color: #000;

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

#start ul#it-articles-list, #start ul#game-articles-list {
    display: none;
}

#start #game-news, #start #it-news {
    border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
}

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

#start li {
    clear: both;
    padding: 2px 10px 0 0;
    height: 174px;
    overflow: hidden;
    border-bottom: 1px solid #a1da24;
}
#start li a {
    color: #333;
}
#start li a h2 {
    display: block;
    clear: both;
    
    font: bold 14px/18px "Segoe UI",Arial;
    color: #474747;
    padding: 10px 80px 4px 17px;
}
#start li a:hover h2 {
    color:#9BD122;
}
#start li .image {
    float: left;
    width: 147px;
    padding-top: 4px;
    line-height: 11px;
}
#start li .image img {
    width: 147px;
    height: 77px;
}
#start li .has_video {
    position: absolute;
    left: 25px;
    top: 7px;
    background-image: url('/images__/cam.png');
    background-repeat: no-repeat;
    width: 15px;
    height: 11px;
}
#start li .date {
    float: left;
    font: italic 12px/12px Georgia,Arial;
    color: #777;
    padding: 6px 0 0 17px;
}
#start li .comments {
    float: right;
    position: relative;
    font: italic 12px/12px Georgia,Arial,sans-serif;
    height: 14px;
    color: #777;
    padding: 6px 5px 0 65px;
    border-left: 1px solid #f0f0f0;
}
#start li .comments i {
    position: absolute;
    background-image: url(/images__/icons-sprite.png);
    background-position: -132px -100px;
    left: 45px;
    top: 6px;
    width: 15px;
    height: 15px;
}

#start li .text {
    float: right;
    width: 191px;
    height: 108px;
    overflow: hidden;
    font: normal 12px/16px "Segoe UI",Arial;
    color: #777;
    padding: 1px 0 0 0;
}

#start .archive {
    position: relative;
    height: 25px;
    line-height: 25px;
    text-align: right;
    padding: 0 35px 0 0;
    background: #fff;
}

#start .archive a {
    color: #ababab;
    font: italic 9px/25px Georgia,Arial;
}

#start .archive i {
    position: absolute;
    background-image: url(/images__/icons-sprite.png);
    background-position: -350px -45px;
    
    width: 20px;
    height: 15px;

    right: 9px;
    top: 7px;
}

#-350 -45

#news-archive #start h3 {
    text-align: left;
    padding:12px 0 0 12px;
    cursor: default;
}


/*
#top-articles {
    width: 100%;
    padding: 0 0 20px 10px;
}

#top-articles article {
    position: relative;

    display: block;
    float: left;

    width: 240px;
    height: 90px;

    background-size: 240px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

#top-articles article .bg {
    width: 240px;
    height: 90px;

    opacity: 0.2;
}

#top-articles article:hover .bg {
    background-color: transparent !important;
}

#top-articles article a {
    display: block;

    position: absolute;

    top: 0;
    left: 0;
    
    width: 230px;
    height: 90px;

    z-index: 5;

    -x-background-image: url(/images__/top-articles-overlay.png);

    color: #fefefe;
    
    padding: 0 0 0 10px;
}

#top-articles article a h2 {
    position: absolute;
    font: normal 15px/18px "Segoe UI","Open Sans",Arial,sans-serif;
    
    bottom: 10px;
}

#top-articles article a div {
    position: absolute;

    top: 10px;
    right: 0;

    min-width: 15px;
    height: 20px;
    line-height: 20px;
}

#top-articles article.game a div {
    min-width: 20px;

    right: -5px;
}
*/
#textpage {
    background: #fff;
    clear: both;
    padding: 10px 0;
    -x-margin: 10px 0;
}

#saleprice {
    position: fixed;
    top: 50%;
    right: 0;
    margin: -240px 0 0 0;
    z-index: 50;
}

#saleprice .left {
    position: absolute;
    left: -42px;
    width: 42px;

    border-radius: 17px 0 0;
    overflow: hidden;

    -webkit-box-shadow: -7px 6px 10px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: -7px 6px 10px rgba(50, 50, 50, 0.5);
    box-shadow: -7px 6px 10px rgba(50, 50, 50, 0.5);
}

#saleprice .right {
    float: left;
    width: 215px;

    border-radius: 0 0 0 17px;
    overflow: hidden;

    -webkit-box-shadow: -7px 6px 10px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: -7px 6px 10px rgba(50, 50, 50, 0.5);
    box-shadow: -7px 6px 10px rgba(50, 50, 50, 0.5);
}

#saleprice h2 {
    background-color: #966ba1;
    width: 42px;

    line-height: 54px;
    text-align: center;

    font: normal 24px/54px Georgia,Arial,sans-serif;
    color: #fff;
    
    cursor: pointer;
}

#saleprice ul {
    width: 215px;
}

#saleprice ul li {
    -x-min-height: 110px;
    background: rgb(152,108,163); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(152,108,163,1) 0%, rgba(140,100,150,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(152,108,163,1)), color-stop(100%,rgba(140,100,150,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(152,108,163,1) 0%,rgba(140,100,150,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(152,108,163,1) 0%,rgba(140,100,150,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(152,108,163,1) 0%,rgba(140,100,150,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(152,108,163,1) 0%,rgba(140,100,150,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#986ca3', endColorstr='#8c6496',GradientType=0 ); /* IE6-9 */
}

#saleprice ul li:first-child .box {
    padding-top: 18px;
}

#saleprice ul li .box {
    display: block;
    width: 205px;
    -x-min-height: 110px;
    margin: 0 0 0 10px;
    padding: 2px 0 5px;
    border-bottom: 1px solid #82558e;
}

#saleprice .picture img {
    max-width: 42px;
}

#saleprice .picture {
    float: left;

    width: 50px;
    padding: 15px 0 0 0;
}

#saleprice .name {
    float: right;

    padding: 5px 5px 5px 0;
    width: 149px;
}

#saleprice .name h3 {
    font: normal 13px/18px Arial,sans-serif;
    color: #a1da24;
}

#saleprice .name .price {
    float: left;

    padding: 2px 0 0 0;
    font: normal 11px/18px Arial,sans-serif;
    color: #d7aae2;
    text-decoration: line-through;
}

#saleprice .name .webshop-price {
    float: right;
    font: normal 14px/20px Arial,sans-serif;
    padding: 0 10px 0 0;
    color: #fff;
}

#saleprice .button {
    padding: 20px 0;

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

    background-color: #8c6496;
}

#saleprice .button a {
    display: block;
    margin: 0 auto;
    
    border-radius: 10px 0;

    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 */

    width: 105px;
    text-align: center;
    font: normal 12px/23px Arial,sans-serif;
    color: #fff;
}

#ipon.language2 #saleprice .button a {
    width: 160px;
}

#comments .forumwelcome {
    clear: both;
    padding: 10px 0;
}

#comments .jump2forum {
    clear: both;
    padding: 10px 0;
    margin-right: 15px;
}

#comments .jump2forum.right {
    clear: none;
    float: right;
}

#comments .jump2forum a {
    float: right;
    color: #fff;
    padding: 2px 15px;
    font: normal 12px/17px Arial,sans-serif;
}

#comments .error {
    padding: 20px 0;
    font: normal 12px/17px Arial,sans-serif;
}

.simpletip .tooltip,
.tooltip-container .tooltip {
    position: absolute;

    padding: 15px 15px 15px 28px;
    width: 150px;
    background-color: #9ed522;

    color: #fff;
    font: normal 11px/13px Arial,sans-serif;

    -webkit-box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    5px 5px 5px rgba(50, 50, 50, 0.3);
    box-shadow:         5px 5px 5px rgba(50, 50, 50, 0.3);

    z-index: 100;
}

.simpletip .tooltip:before,
.tooltip-container .tooltip:before {
    content: url(/images__/tooltip.png);
    position: absolute;
    z-index: 100;
    left: -12px;
    top: 10px;
}

#product-colors {
    position: relative;
    min-height: 200px;
}

#product-colors .product-color-picture {
    position: absolute;
    
    top: 70px;
    right: 0;
}

#product-colors .product-color-picture img {
    max-width: 130px;
    max-height: 145px;
}

#product .product-to-cart {
    padding: 10px 25px 5px;
    
    margin: 15px 0 10px 0;

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

#product .product-to-cart .product-price {
    width: 200px;
    float: none;
}

#product .product-to-cart .product-price .price {
    color: #ddbde5;
}

#product .product-to-cart .product-price .webshop-price {
    color: #f8f8f8;
}

#product .product-to-cart .product-price .webshop-price-without-tax {
    color: #f8f8f8;
    font-size: 14px;
}

#product .product-to-cart .quantity {
    padding: 20px 0 10px;
    color: #f8f8f8;
}

#product .product-to-cart .quantity input {
    width: 14px;
    -x-border: 0;
    -x-background: #fff;
    color: #555;
    padding: 3px 4px;
    text-align: center;
    margin: 0 0 0 5px;
}

#product .product-to-cart .add2cart {
    font: normal 16px/30px Arial,sans-serif;
    padding: 0 25px;
}

.price-watcher,
#dygraph-container .top {
    position: relative;
}

.price-watcher .tooltip-container,
#dygraph-container .top a {
    position: absolute;

    font: bold 12px/12px Arial,sans-serif;
    color: #9ed523;

    top: 30px;
    right: 0;
    
    cursor: pointer;
}

.price-watcher input {
    width: 60px;
    padding: 1px 2px;
    font: normal 12px/19px Arial,sans-serif;

    text-align: right;
}

.price-watcher {
    padding: 25px 0 0 0;
}

.price-watcher h4 {
    font: normal 16px/22px Arial,sans-serif;
    color: #976ba2;
}

.price-watcher h4 span {
    font-weight: bold;
    font-style: italic;
}

.price-watcher .bottom {
    clear: both;
    padding: 10px 0 0 0;
    color: #976ba2;
}

.price-watcher .i {
    float: left;
    padding: 0 20px 0 0;
}

.price-watcher .b {
    float: left;
}

.price-watcher button {
    display: inline;
    
    font: normal 10px/20px Arial,sans-serif;
    -x-border-radius: 10px 0;
}

#product .fb-bottom {
    padding: 40px 0 0 0;
}

#product #information {
    padding: 10px 20px;
    font: normal 10px/16px Arial,sans-serif;
    
    color: #aaa;
}

#product .guarantee {
    font: bold italic 12px/16px Georgia,Arial,sans-serif;
    
    padding: 25px 0 0 0;
}

#contact {
    background-color: #fff;
    padding: 10px 0 0 0;
}

#contact .content {
    padding: 10px 48px 10px 10px;
}

#contact .left {
    width: 320px;
    padding: 5px 0 20px 0;
    float: left;
}

#contact .right {
    width: 320px;
    padding: 5px 0 20px 0;
    float: right;
}

#contact .page-header {
    line-height: 25px;
    padding: 20px 0 25px 65px;
}

#contact .page-header i {
    top: 30px;
    left: 15px;

    width: 31px;
    height: 21px;

    background-position: -173px -7px;
}

#contact .left h2,
#contact .right h2 {
    border-bottom: 1px solid #e1e1e1;

    padding: 20px 0 19px 0;
    font: normal 14px/20px Arial,sans-serif;
}

#contact .right h2 span {
    font: bold italic 14px/20px Georgia,Arial,sans-serif;
}

#contact .left h2 {
    padding-top: 40px;
}

#contact .right h2 span {
    color: #976ba2;
}

#contact .inner-content#dir {
    height: 200px;
}

#contact .inner-content table tr td:first-child {
    width: 80px;
}

#contact .inner-content .bold {
    font: bold italic 12px/15px Georgia,Arial,sans-serif;
}

#contact .inner-content table tr td {
    padding: 0 0 25px 0;

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

#contact .address {
    min-height: 45px;
    padding: 7px 0 10px;
    font: bold italic 12px/15px Georgia,Arial,sans-serif;
}

#contact .left h3,
#contact .right h3 {
    position: relative;
    padding: 20px 0 0 0;
    margin: 0 0 10px 0;
    text-indent: 38px;
    font: normal 15px/30px Arial,sans-serif;
    color: #9ed523;
    
    border-bottom: 1px solid #e1e1e1;
}

#contact h3 i {
    display: block;
    top: 22px;
    left: 8px;
    position: absolute;
    background-image: url(/images__/icons-sprite.png);

    width: 23px;
    height: 25px;
}

#contact .phone i {
    top: 28px;
    background-position: -106px -100px;
}

#contact .open i {
    background-position: -95px -38px;
}

#contact .direction i {
    background-position: -108px -74px;
}

#contact .inner-content {
    padding: 0 0 0 38px;
}

#contact .additional h3 {
    font: normal 15px/30px Arial,sans-serif;
    margin: 20px 0 10px 0;
    color: #9ed523;
    border-bottom: 1px solid #e1e1e1;
}

#contact .additional div {
    padding: 10px 0;
}

#kellekanyag-kereso {
    background: #fff;
    padding: 10px 0;
}

#kellekanyag-kereso .page-header i {
    left: 8px;
    top: 5px;
    
    width: 65px;
    height: 62px;
    
    background-position: 0 60px;
}

#kellekanyag-kereso .page-header {
    padding: 20px 0 25px 85px;
    line-height: 22px;
}

#kellekanyag-kereso #header-form {
    padding: 0 10px 20px 10px;
}

#kellekanyag-kereso #header-form >div {
    padding: 20px 0 0;
}

#kellekanyag-kereso #header-form label {
    display: block;
    width: 230px;
    line-height: 25px;
    float: left;
    clear: both;
}

#kellekanyag-kereso #header-form select {
    width: 250px;
}

#kellekanyag-kereso #termeklistaoldal {
    padding-top: 0;
}

#kellekanyag-kereso #item_order_div {
    -x-margin-bottom: 30px;
}

#shelf {
    background: #fff;
    padding: 10px 0;
}

#shelf .page-header i {
    width: 50px;
    height: 35px;
    
    top: 15px;
    left: 10px;
    
    background-position: -73px 0;
}

#shelf .page-header {
    text-indent: 70px;
    padding-top: 25px;
    padding-bottom: 20px;
}

#shelf form {
    padding: 20px 50px 0 20px;
}

#shelf table tr th {
    text-align: left;
    font: bold 12px/20px Arial,sans-serif;
    color: #555333;
}

#shelf table tbody tr td {
    padding: 20px 0;
    vertical-align: top;
}

#shelf table tbody tr td img {
    max-width: 80px;
}

#shelf table tbody tr {
    border-bottom: 1px solid #ccc;
}

#shelf table tr td.first-of-type input {
    margin-top: 40px;
}

#shelf table tr td.last-of-type {
    text-align: right;
}

#shelf table .webshop-without-tax {
    font: normal 11px/16px "Segoe UI","Open Sans",Arial,sans-serif;
    color: #8b8b8b;
}

#shelf table .webshop-price {
    font: normal 18px/20px "Segoe UI","Open Sans",Arial,sans-serif;
    color: #986ca3;
}

#shelf table .delete {
    display: block;
    font: normal 13px/16px Arial,sans-serif;
    margin: 40px 0 0 0;
    color: #a1da24;
}

#shelf .summary-container,
#profile .summary-container {
    border-bottom: 0;
}

#profile .clearfix {
    padding: 0 !important;
}

#profile .forum .on-off {
    margin-top: 14px;
}

#shelf .summary,
#profile .summary {
    float: right;

    padding: 7px 10px 7px 70px;
    text-align: right;

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

#shelf .summary .l1,
#profile .summary .l1 {
    font: bold italic 12px/18px Georgia,Arial,sans-serif;
    color: #fefefe;
}

#shelf .summary .l1 span,
#profile .summary .l1 span {
    font: normal 11px/18px "Segoe UI","Open Sans",Arial,sans-serif;
    color: #bc96c5;

    margin: 0 0 0 20px;
}

#shelf .summary .l2,
#profile .summary .l2 {
    font: normal 18px/22px "Segoe UI","Open Sans",Arial,sans-serif;
    color: #fefefe;
}

#shelf .buttons {
    clear: both;

    padding: 5px 0 0 0;
}

#shelf .buttons button {
    float: right;
}

#shelf .buttons .button-grey {
    margin: 15px 5px 0 0;
    font-size: 12px;
    line-height: 20px;
}

#shelf .buttons .button-purple {
    font-size: 16px;
    line-height: 35px;
    margin-right: 0;
}

#shelf table .name {
    font: bold italic 12px/18px Georgia,Arial,sans-serif;
    color: #555;
}

#shelf .empty {
    padding: 20px 10px;
}

#profile {
    background-color: #fff;
    padding: 10px 0;
}

#profile .personal-settings i {
    display: block;
    position: absolute;
    
    background-image: url(/images__/icons-sprite.png);
    background-position: -255px -24px;
    
    width: 20px;
    height: 20px;

    left: 3px;
    top: 2px;
}

#profile .personal-settings {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 0 30px;

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

#profile .personal-settings a {
    font: bold italic 11px/16px Georgia,Arial,sans-serif;
    color: #b4e150;
}

#profile .profile-content {
    padding: 7px 40px 20px 20px;
}

#profile h3 {
    font: normal 14px/25px Arial,sans-serif;
    color: #555;
    padding: 20px 0 1px 0;
    margin: 0 0 3px 0;
    border-bottom: 1px solid #ccc;
}

#profile .profile-content h2 {
    font: normal 14px/14px Arial,sans-serif;
    padding: 24px 0 7px 0;
    border-bottom: 1px solid #ccc;
    
    margin: 0 0 19px 0;
}

#profile h2.update,
#profile h3.update {
    position: relative;
}

#profile h2.update div,
#profile h3.update div {
    position: absolute;
    
    right: 0;
    bottom: 7px;
    font: normal 10px/10px Arial,sans-serif;
    color: #a1da24;
}

#profile h2.update div.error {
    color: red;
}

#profile .views tr td {
    border-bottom: 0;
    padding: 10px 0 0 20px;
}

#profile .forum tr td {
    padding: 10px 0 0 6px;
    border-bottom: 0;
}

#profile .views tr td:first-child,
    width: 90px;
    vertical-align: top;
}
#profile .forum tr td.l {
    vertical-align: top;
}

#profile .on-off tr td.i {
    width: 20px;
    -x-padding-left: 6px;
    padding-top: 0;
}

#profile .on-off tr td {
    padding-left: 6px;
    padding-top: 3px;
    vertical-align: middle;
}

#profile .forum tr td input.text,
#profile .forum tr td input.file {
    width: 194px;

    color: #555;
}

#profile .forum tr td textarea {
    width: 466px;
    height: 75px;
    
    color: #555;
}

#profile .forum tr td.b {
    vertical-align: bottom;
    text-align: right;
    padding-left: 0;
}

#profile .forum2 tr td {
    vertical-align: top;
}

#profile .forum1 tr td.b button {
    margin-bottom: 2px;
}

#profile .forum2 tr td.b button {
    margin-bottom: 4px;
}

#profile #profil-onoff .label-checkbox-cont {
    float: left;
    clear: both;
    
    padding: 2px 2px 0 2px;
}

#profile #profil-onoff div {
    padding: 7px 0;
}

#profile #profil-onoff .sub {
    padding: 0 0 0 30px;
}

#profile #profil-onoff label {
    line-height: 22px;
    padding-left: 5px;
}

#profile #profil-onoff .left {
    width: 333px;
    float: left;
    padding-left: 4px;
}

#profile #profil-onoff .right {
    width: 333px;
    float: left;
}

.views table {
    width: 100%;
}

.views table tr td {
    padding: 3px 0;
}

.views table select {
    width: 250px;
}

#profile table {
    width: 100%;
}

#profile table tr th {
    text-align: left;
    
    font: normal 14px/25px Arial,sans-serif;
    color: #555;
    border-bottom: 1px solid #ccc;
}

#profile .orders tr th:first-child,
#profile .orders tr td:first-child {
    text-align: left !important;
}

#profile .orders tr th {
    -x-text-align: center;
}

#profile .orders tr td {
    -x-text-align: center;
    
    font: normal 12px/16px Arial,sans-serif !important;
    color: #555 !important;
}

#profile .builds tr td {
    padding: 15px 0 2px 0;
}

#profile table tr td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 15px 0 3px 0;
}

#profile table tr:last-child td {
    border-bottom: 0px;
}

#profile table tr td {
    -x-padding-left: 0px;
}

#profile table .name {
    font: bold italic 12px/16px Georgia,Arial,sans-serif;
    color: #555;
}

#profile table .date {
    font: normal 10px/16px Arial,sans-serif;
    color: #999;
}

#profile table .date span {
    color: #986ca3;
    font-size: 14px;
}

#profile table .edit,
#profile table .forum,
#profile table .delete {
    text-indent: 17px;

    float: left;
    
    padding: 5px 25px 0 0;
    
    font: normal 10px/15px Arial,sans-serif;
    color: #a1da24;
}

#profile table .edit a {
    color: #a1da24;
}

#profile table .edit i {
    display: block;
    position: absolute;

    margin: 2px 0 0 0;

    background-image: url(/images__/icons-sprite.png);
    background-position: -132px -74px;
    
    width: 12px;
    height: 13px;
}

#profile table .forum i {
    display: block;
    position: absolute;

    margin: 2px 0 0 0;

    background-image: url(/images__/icons-sprite.png);
    background-position: -145px -74px;
    
    width: 12px;
    height: 13px;
}

#profile table .delete i {
    display: block;
    position: absolute;

    margin: 2px 0 0 0;

    background-image: url(/images__/icons-sprite.png);
    background-position: -133px -86px;
    
    width: 12px;
    height: 13px;
}

#profile table .price-without-vat {
    font: normal 11px/20px Arial,sans-serif;
    color: #8b8b8b;
}

#profile table .price {
    font: normal 16px/20px Arial,sans-serif;
    color: #986ca3;
}

#profile table .delivery {
    font: normal 10px/20px Arial,sans-serif;
    color: #a1da24;
}

#profile table .watching-price {
    color: #986ca3;
}

#profile table tr .last-of-type {
    -x-text-align: left;
    -x-width: 140px;
}

#profile .left table tr .last-of-type,
#profile .right table tr .last-of-type {
    width: 120px;
}


#profile .left {
    clear: both;
    float: left;
    width: 210px;
}

#profile .center {
    float: left;
    width: 210px;
    padding: 0 5px 0 20px;
}

#profile .right {
    float: right;
    width: 210px;
}

#profile #newness .error {
    color: red;

    padding: 8px 0 0 31px;
    width: 130px;
}

#profile #newness .saved {
    color: #a1da24;

    padding: 8px 0 0 31px;
    width: 150px;
}

#profile #newness form {
    padding: 0 0 20px 0;
}

#profile #newness .bottom h2 {
    padding-top: 10px;
}

#profile #newness select {
    width: 190px;
}

#profile #newness .code {
    float: left;
}

#profile #newness .code label {
    float: left;
    width: 31px;

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

#profile #newness .code input {
    margin-left: 0;
    margin-top: 0;
    margin-right: 5px;
    width: 84px;
}

#profile #newness button {
    margin-top: 8px;
    line-height: 23px;
}

#profile #newness p {
    padding: 15px 0 15px 0;
}

#profile .profile-bottom h2 {
    margin-bottom: 5px;
}

#profile #last-reviews .date span {
    font-size: 10px;
}

#registration {
    position: relative;

    background: #fff;
}

#registration .page-header i,
#profile .page-header i {
    top: 37px;
    left: 20px;

    background-position: -295px 0;

    width: 24px;
    height: 33px;
}

#registration .page-header,
#profile .page-header {
    padding-left: 70px;
}

#registration .error-message {
    padding: 20px 0 0 20px;
    font-weight: bold;
    color: #ed1c24;
}

#registration .success-message {
    padding: 20px 0 0 20px;
    font-weight: bold;
    color: #9ed523;
}

#registration form {
    padding: 20px 150px 20px 20px;
}

#registration form input,
#registration form select,
#registration .chosen-container {
    margin: 6px 12px 6px 0;
}

#registration form input.error {
    border: 1px solid #ed1c24;

    -webkit-box-shadow: 0px 0px 10px rgba(237, 28, 36, 1);
    -moz-box-shadow: 0px 0px 10px rgba(237, 28, 36, 1);
    box-shadow: 0px 0px 10px rgba(237, 28, 36, 1);
}

#registration section div {
    float: left;
}

#registration section h3 {
    font: normal 14px/25px Arial,sans-serif;
    border-bottom: 1px solid #e1e1e1;
    
    margin: 0 0 10px 0;
}

#registration section h3 .information {
    position: absolute;
    right: 15px;

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

#registration section h3.copy {
    position: relative;
}

#registration section h3.copy a {
    position: absolute;
    right: 0;
    
    font: normal 12px/25px Arial,sans-serif;
    color: #09a9a9;
}

#registration section h3.copy a span {
    font: bold italic 12px/25px Georgia,Arial,sans-serif;
}

#registration section {
    padding: 0 0 20px 0;
}

#registration #firstname {
    width: 239px;
}

#registration #lastname {
    width: 245px;
    margin-right: 0;
}

#registration #username {
    width: 239px;
}

#registration.regphase #email {
    width: 245px;
    margin-right: 0;
}

#registration #zip {
    width: 138px;
}

#registration #city {
    width: 184px;
    margin-right: 0;
}

#registration #country {
    width: 150px;
}

#registration #address {
    width: 518px;
    margin-right: 0;
}

#registration .phone_prefix {
    width: 60px;
}

#registration #phone {
    width: 100px;
}

#registration.regphase #phone {
    width: 200px;
}

#registration #mobilephone {
    width: 150px;
}

#registration.regphase #mobilephone {
    width: 212px;
    margin-right: 0;
}

#registration.modphase #email {
    width: 128px;
    margin-right: 0;
}

#registration #del_name {
    width: 518px;
    margin-right: 0;
}

#registration #acc_name {
    width: 283px;
}

#registration #acc_tax_number {
    width: 201px;
    margin-right: 0;
}

#registration #del_zip {
    width: 128px;
}

#registration #del_country {
    width: 150px;
}

#registration #del_city {
    width: 194px;
    margin-right: 0;
}

#registration #del_address {
    width: 518px;
    margin-right: 0;
}

#registration #acc_zip {
    width: 128px;
}

#registration #acc_country {
    width: 150px;
}

#registration #acc_city {
    width: 194px;
    margin-right: 0;
}

#registration #acc_address {
    width: 518px;
    margin-right: 0;
}

#registration #pass,
#registration #pass1 {
    width: 239px;
}

#registration #pass2 {
    width: 245px;
    margin-right: 0;
}

#registration .mod #current_pass,
#registration .mod #pass1 {
    width: 150px;
}

#registration .mod #pass2 {
    width: 150px;
    margin-right: 0;
}

#registration section .content {
    padding: 0 0 0 20px;
}

#registration .bottom {
    border-top: 1px solid #e1e1e1;
    
    padding: 10px 0 20px 0;
}

#registration section .left {
    float: left;

    width: 200px;
    
    padding: 0 0 0 20px;
}

#registration section .right {
    float: right;

    padding: 0 20px 0 0;
}

#registration section .left label,
#registration section .right label {
    font: normal 12px/17px Arial,sans-serif;

    float: right;
}

#registration section .left label {
    color: #9ed523;
}

#registration section .left label span,
#registration section .right label span {
    font: bold italic 12px/25px Georgia,Arial,sans-serif;
}

#registration .submit button {
    margin: 0 auto;
    font: normal 14px/30px Arial,sans-serif;
}

#registration .content {
    padding: 20px 15px;
    font: normal 12px/16px Arial,sans-serif;
}

.add2cart-loader {
    margin: 0 25px;
}

.main-banner {
    width: 100%;
    height: 90px;
    
    font: normal 25px/90px "Segoe UI","Open Sans",Arial,sans-serif;
    color: #fff;
    text-align: center;
    
    background-color: #999;
    margin: 0 0 16px 0;
}

#news-archive,
#christmas-content {
    background-color: #fff;
}

#news-archive header,
#christmas-content header {
    padding: 0 10px;
}

#news-archive .page-header,
#christmas-content .page-header {
    margin: 0;
    line-height: 21px;
    padding: 34px 0 16px 82px;
}

#news-archive .page-header span,
#christmas-content .page-header span {
    display: block;
    clear: both;
}

#news-archive .page-header i,
#christmas-content .page-header i {
    background-position: -210px 0;
    
    width: 45px;
    height: 45px;
    
    left: 20px;
}

#christmas-content .page-header i {
    background-image: url(/images__/icon-christmas.png);
    background-position: top center;
    background-repeat: no-repeat;
}

#news-archive #search-top .input input,
#christmas-content #search-top .input input {
    line-height: 18px;
}

#news-archive #search-date,
#christmas-content #search-date {
    background: rgb(123,165,26); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(123,165,26,1) 0%, rgba(111,149,23,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(123,165,26,1)), color-st	op(100%,rgba(111,149,23,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(123,165,26,1) 0%,rgba(111,149,23,1) 100%); /* Chrome10+,	Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(123,165,26,1) 0%,rgba(111,149,23,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(123,165,26,1) 0%,rgba(111,149,23,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(123,165,26,1) 0%,rgba(111,149,23,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ba51a', endColorstr='#6f9517',GradientType=0 ); /* IE6-9 */

    padding: 15px;
}

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

    padding: 15px;
}

#christmas-content header .right .slider-container {
    width: 190px;
    padding: 0 20px;
}

#christmas-content header .right #price-slider {
    width: 100%;
}

#christmas-content header .right .inline {
    display: inline-block;
}

#christmas-content header .right .inline input {
    width: 65px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    color: #9c9c9c;
    background-color: #eaeaea;
    font-size: 12px;
}

#christmas-content header .right {
    float: left;
    width: 400px;
    color: #fff;
}

#christmas-content header h3 {
    width: 205px;
    padding-left: 60px;
    font-size: 14px;
    color: #fff;
    float: left;
}

#news-archive .pager {
    xpadding: 15px 0;
}

#news-archive .pager a {
    xwidth: 100px;
}

#news-archive .pager .next {
    xfloat: right;
}

#news-archive .pager .prev {
    xfloat: left;
}

#tyres-content {
    background-color: #fff;
}
#tyres-content header {
    padding: 0 10px;
}
#tyres-content .page-header {
    margin: 0;
    line-height: 21px;
    padding: 34px 0 16px 82px;
}
#tyres-content .page-header span {
    display: block;
    clear: both;
}
#tyres-content .page-header i {
    width: 45px;
    height: 45px;
    left: 20px;
    top: 32px;
}
#tyres-content .page-header i {
    background-image: url(/images__/icon-autogumi.png);
    background-position: top center;
    background-repeat: no-repeat;
}
#tyres-content .search-category {
    display: inline-block;
    margin: 0 5px 2px 0;
    color: #FFF;
}
#tyres-content .chosen-container {
    vertical-align: bottom;
}
/*szuro radio*/
#tyres-content input[type="radio"] {
    display:none;
}
#tyres-content input[type="radio"] + label {
    color: #FFF;
    font-size:12px;
}
#tyres-content input[type="radio"] + label span {
    display:inline-block;
    width:7px;
    height:7px;
    margin:-1px 4px 0 5px;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
    border:2px solid #DDD;
}

#tyres-content input[type="radio"] + label span {
    background-color:#FFF;
}

#tyres-content input[type="radio"]:checked + label span{
    background-color:#9ed523;
}

#tyres-content input[type="radio"] + label span,
#tyres-content input[type="radio"]:checked + label span {
    -webkit-transition:background-color 0.2s linear;
    -o-transition:background-color 0.2s linear;
    -moz-transition:background-color 0.2s linear;
    transition:background-color 0.2s linear;
}

.social-container {
    padding: 10px 0;
    margin: 20px 0;

    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.social-container div {
    float: left;
    padding: 0 15px 0 0;
    
    overflow: hidden;
}

.social-container .fb-send {
    padding: 0 15px 0 10px;
}

#article {
    background-color: #fff;
    
    padding: 18px 0 18px 10px;
}

#article >.content {
    padding: 0 15px 0 10px;
    border-top: 1px solid #d7d7d7;
}

#article >.content a {
    color: #a1da24;
}

#article header {
    position: relative;

    padding: 20px 0 8px 0;
    margin: 0 0 20px 0;

    border-bottom: 1px solid #a1da24;
}

#article header .t {
    clear: both;
    position: static;
    font: normal 18px/18px "Segoe UI","Open Sans",Arial,sans-serif;
    padding-bottom: 7px;
}

#article header .t span {
    color: #a1da24;
}

#article header i {
    display: block;
    position: absolute;
    
    bottom: 0;
    left: 0;

    width: 10px;
    height: 10px;
    background-color: #a1da24;
}

#article header h2 {
    width: 460px;    
    font: normal 23px/36px "Segoe UI","Open Sans",Arial,sans-serif;
}

#article header div {
    position: absolute;
    right: 0;
    bottom: 14px;
}

#article header ul li {
    font: normal 12px/17px Arial,sans-serif;
    text-align: right;
}

#article header ul li span {
    font: italic bold 12px/15px Georgia,Arial,sans-serif;
}
#article header ul li span a {
    color:#000 !important;
}

#banner-frame {
    width: 680px;
    height: 180px;
    
    margin: 0 0 0 15px;
}

#article .pager table {
    width: 100%;
}

#article .pager table tr td {
    width: 33%;
}

#article .pager table tr td.next {
    text-align: right;
}

#article .pager select {
    width: 250px;
}

#recent-links {
    clear: both;
    margin-bottom: 30px;
}
#recent-links h3 {
    font-family: Georgia,Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 32px;
    padding: 5px 0 5px 1px;
}
#recent-links div.recent-box {
    border-top: 1px solid #E1E1E1;
}
#recent-links div.recent-line {
    border-bottom: 1px solid #E1E1E1;
    cursor:pointer;
}
#recent-links div.recent-line:hover a {
    color:#a1da24;
}
#recent-links div.recent-line div.title, #recent-links div.recent-line div.icon {
    float:left;
    width:300px;
    padding:5px 10px 6px 10px;
    font-size: 12px;
    color:#333;
}
#recent-links div.recent-line div.title {
    clear: both;
    height: 15px;
    overflow: hidden;
}
#recent-links div.recent-line div.icon {
    float:right;
    width:10px;
    display: inline-block;
    color:#a1da24;
}
#recent-links .clearfix {
    height:10px;
}

#recent-article,
#recent-article-in-category {
    clear: both;
    float: left;
    width: 350px;
    margin-right: 10px;
}

#recent-news,
#best-article-in-category {
    float: left;
    width: 350px;
}

/*#score {
    position: absolute;
    margin:15px 0 0 633px;
    height: 20px;
    clear: both;
    -x-padding: 3px;
}
#score p {
    padding: 3px 10px;
    font-weight: bold;
    color: #fff;
}*/

#utils-icon {
    position: absolute;
    display: block;
    background: url(/images__/icons-sprite.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 40px;
    background-position: -170px -30px;
    margin:33px 0 0 5px;
    z-index: 5;
}

#utils {
    background: #fff;
}

#utils .content {
    padding: 20px 80px;
}

#utils .date {
    font: bold italic 10px/15px Georgia,Arial,sans-serif;
    color: #a1da24;
}

#utils .description {
    padding: 15px 0 20px;
}

#utils table {
    width: 100%;
}

#utils table tr td {
    position: relative;

    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;

    padding: 10px 0;
}

#utils table tr td a {
    color: #a1da24;
}

#utils table tr td a span {
    font-weight: bold;
}

#utils table tr td:nth-child(1) {
    font-weight: bold;
    text-indent: 30px;
}

#utils table tr td:nth-child(2) {
    text-align: right;
}

#utils table tr td i {
    display: block;
    position: absolute;
    
    width: 18px;
    height: 16px;
    
    left: 2px;
    
    background-image: url(/images__/icons-sprite.png);
    background-repeat: no-repeat;
}

#utils table tr .link i {
    background-position: -210px -100px;
}

#utils table tr .is-hun i {
    background-position: -168px -100px;
}
#utils table tr .is-install i {
    background-position: -188px -100px;
}

#utils table tr .is-free i {
    background-position: -151px -100px;
}

#utils .images {
    padding: 20px 0;

    text-align: center;
}

#utils .images img {
    max-width: 400px;
    margin: 10px 0;
}

#utils .images h3 {
    font: normal 16px/25px Arial,sans-serif;
}

#utils .list-header {
    font: normal 21px/50px "Segoe UI","Open Sans",Arial,sans-serif;
    border-bottom: 1px solid #a1da24;
    
    padding: 30px 0 0 0;
    margin: 0 10px 0 10px;
    cursor: pointer;
}

#utils #listleft {
    float:left;
    width:165px;
    margin:0 2px 0 0;
}
#utils #listleft h3 {
    margin-bottom:22px;
    width:150px;
}
#utils #listleft div {
    margin:0px 0 0 -10px;
    width:155px;
    padding:1px 0 1px 10px;
    font: normal 12px/16px Arial,sans-serif;
    overflow: hidden;
}
#utils #listleft div:hover {
    background-color: #a1da24;
    cursor: pointer;
}
#utils #listleft div:hover a {
    color:#FFF;
}

#utils #listright {
    float:left;
    width:530px;
}

#utils .list {
    padding: 20px 10px 30px 23px;
}

#utils .list .search {
    padding: 0 0 0 1px;
}

#utils .list .search div.input {
    float: left;

    padding-right: 50px;
}

#utils .list .search div.select {
    float: left;
}

#utils .list .search div.button {
    float: right;
    padding: 30px 0 0 0;
    font: normal 10px/14px "Segoe UI","Open Sans",Arial,sans-serif;
    color:#999;
}

#utils .list .search div.input label,
#utils .list .search div.select label {
    display: block;
    clear: both;

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

#utils .list .search div.input input {
    width: 228px;
    padding-left:10px;
}

#utils .list .search div.select .chosen-container {
    width: 250px !important;
    margin-top: 2px;
}
#utils .list .search div.select .chosen-container .chosen-single {
    padding:0px 0 0 8px;
}
#utils .list .search div.select .chosen-container .chosen-single span {
    color:#B1B1B1;
    font: normal 12px/21px Arial,sans-serif;
}

#utils .list h3 {
    font: normal 20px/50px "Segoe UI","Open Sans",Arial,sans-serif;
    border-bottom: 1px solid #a1da24;
    color: #a1da24;
    padding: 25px 0 0 0;
    margin-bottom: 10px;
}

#utils .list .item {
    margin-left: -10px;
    margin-right: -20px;
    padding-left: 10px;
    padding-right: 20px;
}

#utils .list .item div {
    float: left;
}
#utils .list .item div.itemcont {
    width:530px;
    border-bottom: 1px solid #DDD;
    padding:7px 0 0 0;
}

#utils .list .item {
    font: normal 12px/28px Arial,sans-serif;
}

#utils .list .item:hover {
    background-color: #a1da24;
    color: #fff;
}

#utils .list .item:hover a {
    color: #fff;
}

#utils .list .item .icons {
    float: right;
    height: 20px;
    margin:2px 5px 0 0;
}

#utils .list .item .time {
    width: 45px;
    font-style: italic;
}

#utils .list .item .name {
    width: 270px;
}

#utils .list .item .size {
    font-weight: bold;
    font-style: italic;
    width: 75px;
    margin-left: 5px;
}

#utils .list .item .name .info {
    display: none;
    position: absolute;
    padding: 15px 15px 15px 28px;
    width: 200px;
    margin:6px 0 0 240px;
    background-color: #9ed522;
    color: #fff;
    font: normal 11px/13px Arial,sans-serif;
    -webkit-box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.3);
    box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.3);
}
#utils .list .item .name .info:before {
    content: url(/images__/tooltip.png);
    position: absolute;
    z-index: 100;
    left: -12px;
    top: 10px;
}

#utils #scrollTop {
    clear:both;
    float:right;
    padding:10px 16px;
    color:#333;
    cursor: pointer;
}

#utils #scrollTop .arrow-up {
    display: inline-block;
    width: 0;
    height: 0;
    margin:0 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 7px solid #333;
}

#utils .comments {
    padding: 10px;
}

.ui-state-default {
    background-color: #986CA3 !important;
    color: #555;
}

#main-header-box {
    padding: 0 0 0 10px;
}

#main-header-box .left {
    float: left;

    position: relative;

    width: 480px;
    height: 270px;
}

#main-header-box .left .facebook {
    width: 480px;
    height: 54px;
    background-image: url(/images__/slideshow-facebook.png);
}

#main-header-box .left .facebook .fb-left {
    float: left;
    
    padding: 10px 0 0 20px;
    width: 270px;
}

#main-header-box .left .facebook .fb-left h3 {
    font: normal 18px/22px "Segoe UI","Open Sans",Arial,sans-serif;
    color: #294586;
}

#main-header-box .left .facebook .fb-left h4 {
    font: normal 12px/16px Arial,sans-serif;
    color: #294586;
}

#main-header-box .left .facebook .fb-left h4 span {
    font-weight: bold;
}

#main-header-box .left .facebook .fb-right {
    float: right;

    padding: 20px 20px 0 0;
    -x-width: 150px;
}

#main-header-box .left .content {
    height: 216px;
}

#main-header-box .left .content article {
    position: relative;
    overflow: hidden;

    background-size: 100% auto;
    background-position: center center;
}

#main-header-box .left .content article a {
    display: block;

    padding: 13px 20px 0 50px;

    width: 410px;
    height: 203px;

    background-image: url(/images__/top-articles-left-overlay.png);
}

#main-header-box .left .content article h2 {
    font: normal 24px/37px "Segoe UI","Open Sans",Arial,sans-serif;
    min-height: 74px;
    color: #f3f3f3;
}

#main-header-box .left .content article a h2 span {
    color: #a1da24;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 5px 0 0 rgba(0, 0, 0, 0.7), -5px 0 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 5px 0 0 rgba(0, 0, 0, 0.7), -5px 0 0 rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 5px 0 0 rgba(0, 0, 0, 0.7), -5px 0 0 rgba(0, 0, 0, 0.7);
}

#main-header-box .left .content article .description {
    -x-position: absolute;

    margin-top: 9px;

    width: 340px;
    left: 50px;

    font: normal 12px/18px Arial,sans-serif;
    color: #f3f3f3;
}

#main-header-box .left .content article .description span {
    color: #a1da24;

    background-color: rgba(0, 0, 0, 0.7);

    box-shadow: 5px 0 0 rgba(0, 0, 0, 0.7), -5px 0 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 5px 0 0 rgba(0, 0, 0, 0.7), -5px 0 0 rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 5px 0 0 rgba(0, 0, 0, 0.7), -5px 0 0 rgba(0, 0, 0, 0.7);
}

#main-header-box .right {
    float: left;

    width: 240px;
    height: 270px;
}

#main-header-box .right .content article {
    position: relative;

    width: 240px;
    height: 90px;

    background-size: 240px auto;
    background-position: center center;
}

#main-header-box .right .content article .bg {
    opacity: 0.2;

    width: 240px;
    height: 90px;
}

#main-header-box .right .content article a {
    display: block;
    position: absolute;
    
    padding: 0 0 0 10px;

    top: 0;
    left: 0;

    width: 240px;
    height: 90px;

    z-index: 5;

    -x-background-image: url(/images__/top-articles-overlay.png);
}

#main-header-box .right .content article a div {
    position: absolute;

    min-width: 20px;
    line-height: 20px;
    height: 20px;

    top: 10px;
    right: 5px;
}

#main-header-box .right .content article:hover .bg {
    background-color: transparent !important;
}

#main-header-box .right .content article:hover h2 {
    -x-display: none;
}

#main-header-box .right .content article a div span,
#top-articles article a div span {
    display: none;
    padding: 0 10px 0 20px;
    color: #555;
}

#main-header-box .right .content article a h2 {
    font: normal 15px/22px "Segoe UI","Open Sans",Arial,sans-serif;
    color: #fefefe;

    position: absolute;

    width: 220px;
    bottom: 2px;
}

#main-header-box .right .content article a h2 span {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 5px 0 0 rgba(0, 0, 0, 0.5), -5px 0 0 rgba(0, 0, 0, 0.5);
}

#xslideshow {
    position: absolute;
    width: 480px;
    height: 216px;
}

#xslideshow-container {
    width: 100%;
    height: 216px;
}

#xslideshow-item-container {
    position: absolute;
    width: 480px;
    height: 216px;
    overflow: hidden;
}

#xslideshow-pager-container {
    position: absolute;

    width: 480px;
    z-index: 1;
}

#xslideshow-pager-container #slideshow-left {
    position: absolute;

    background: #a1da24;

    width: 30px;
    height: 36px;
    
    padding: 0 0 0 10px;

    top: 90px;
    left: 0;
}

#xslideshow-pager-container #slideshow-right {
    position: absolute;

    background: #a1da24;

    width: 16px;
    height: 36px;
    
    padding: 0 10px 0 14px;

    top: 90px;
    right: 0;
}

#xslideshow-pager-container #slideshow-left a {
    display: block;
    text-indent: -1000em;

    width: 16px;
    height: 36px;

    background-image: url(/images__/icons-sprite.png);
    background-position: -227px -80px;
}

#xslideshow-pager-container #slideshow-right a {
    display: block;
    text-indent: -1000em;

    width: 16px;
    height: 36px;

    background-image: url(/images__/icons-sprite.png);
    background-position: -243px -80px;
}

#xslideshow-selector {
    position: absolute;

    z-index: 1;

    bottom: 18px;
    left: 50px;
}

#xslideshow-selector ul li {
    float: left;

    padding: 5px 5px 0 0;
}

#xslideshow-selector ul li a {
    display: block;

    width: 10px;
    height: 10px;
    
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    background: #707070;
}

#xslideshow-selector ul li a.selected {
    background: #a1da24;
}

#diff-container {
    background-color: #fff;
}

#diff-container .content {
    padding: 10px;
}

#diff-container .page-header {
    text-indent: 67px;
    height: 44px;
}

#diff-container .page-header i {
    background-position: -255px 0;

    top: 43px;
    left: 16px;

    width: 40px;
    height: 21px;
}

#diff-container tr td {
    vertical-align: middle;
    
    padding: 5px 5px 5px 15px;
    width: 165px;
    border-bottom: 1px solid #d7d7d7;

    font: normal 14px/16px Arial,sans-serif;
}

#diff-container tr td.hl {
    font: bold italic 12px/14px Georgia,Arial,sans-serif;
    color: #b4e150;
}

#diff-container tr td.first {
    width: 95px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;

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

#diff-container tr td.first div {

    padding: 10px 0;
}

#diff-container h3 a {
    font: normal 18px/21px Arial,sans-serif;
}

#diff-container .image-container {
    vertical-align: top;
}

#diff-container .image img {
    max-width: 150px;    
}

#diff-container table {
    height: 600px;
}

#diff-container .hline {
    width: 10px;
    border-right: 1px solid #d7d7d7;
    border-bottom: 0;
}

#diff-container .spacer {
    width: 10px;
    border-bottom: 0;
}

#product .cetelem {
    position: relative;

    padding: 15px 30px 10px 20px;

    font: normal 12px/20px Arial,sans-serif;
    color: #fff;

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

#product .cetelem #credence-form table {
    width: 100%;
}

#product .cetelem h4 {
    font: normal 16px/30px "Segoe UI","Open Sans",Arial,sans-serif;
    color: #fff;
    
    padding: 0 0 5px 0;
}

#product .cetelem .ownshare {
    padding: 8px 0 10px 0;
}

#product .cetelem .ownshare input {
    width: 50px;
    
    font: normal 10px/15px Arial,sans-serif;
    text-align: center;
    padding: 3px 2px;
    color: #555;
    
    margin: 0 0 0 25px;
}

#product .cetelem .arrow-up {
    position: absolute;
    right: 65px;
    top: -10px;

    width: 0; 
    height: 0; 

    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #656565;
}

#product .cetelem .tooltip-container {
    position: absolute;
    cursor: pointer;

    top: 10px;
    right: 10px;

    font: bold 12px/12px Arial,sans-serif;
    color: #9ed523;
}

#product .cetelem .duration {
    padding: 10px 0 0 0;
    width: 120px;

    vertical-align: top;
}

#product .cetelem .duration input {
    width: 30px;

    font: normal 10px/12px Arial,sans-serif;
    color: #555;

    margin: 0 0 0 27px;
}

#product .cetelem .duration #credence-duration {
    width: 14px;
    padding: 4px 4px;
    
    text-align: center;
}

#product .cetelem .instalment {
    text-align: right;

    padding: 8px 0 0 0;
    font: normal 15px Arial,sans-serif;
}

#product .cetelem .credence-instalment {
    -x-display: block;

    padding: 0 0 0 10px;
    font: normal 18px "Segoe UI","Open Sans",Arial,sans-serif;
}

#product .cetelem .thm {
    text-align: right;
    font: bold italic 10px Georgia,Arial,sans-serif;

    padding: 0 0 10px 0;

    color: #ddbde6;
}

#product .cetelem .more {
    text-align: right;
}

#product .cetelem .more a {
    color: #9ed523;
}

#product .cetelem .more a span {
    font: bold italic 12px/17px Georgia,Arial,sans-serif;
}

.rate-container {
    padding: 18px 0 0 0;
}

.rate-container ul li {
    float: left;

    margin: 0 2px 0 0;

    width: 13px;
    height: 13px;
    background-image: url(/images__/rate-stars.png);
}

.rate-container ul li.inactive {
    background-position: -13px 0;
}

.rate-container ul li a {
    display: block;
    text-indent: -1000em;
}

.products-bottom {
    position: relative;
}

.products-bottom .dodiff {
    top: 1px;
    position: absolute;
}

#textpage .page-header {
    line-height: 25px;
    padding: 33px 0 12px 65px;
}

#textpage.choose-gifts .page-header {
    padding: 13px 0 32px 65px;
}

#textpage.choose-gifts .page-header span {
    font-size: 14px;
    line-height: 18px;
}

#choose-gift .gift-item,
#choose-discount .gift-item {
    padding: 25px 0 0 0;
    background: rgb(102, 102, 102);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(221, 221, 221, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD', GradientType=0);
    padding: 20px 10px;
}

#choose-gift .button-green,
#choose-discount .button-green,
#choose-discount .button-purple {
    width: 100px;
    float: right;
}

#choose-gift .gift-item table,
#choose-discount .gift-item table {
    min-height: 150px;
}

#choose-gift .gift-item table tr td,
#choose-discount .gift-item table tr td {
    padding: 0;
}

#choose-discount .giftitem-input-td div {
    float: right;
    line-height: 30px;
    padding-top: 15px;
}

#choose-gift .gift-item .body td,
#choose-discount .gift-item .body td {
    vertical-align: top;
}

#choose-gift .gift-item .title td,
#choose-discount .gift-item .title td {
    height: 35px;
    vertical-align: middle;
    font: normal 16px/16px Arial,sans-serif
}

#choose-gift .gift-item .title td .left,
#choose-discount .gift-item .title td .left {
    float: left;
    vertical-align: middle;
}

#choose-gift .gift-item .title td .right,
#choose-discount .gift-item .title td .right {
    float: right;
    vertical-align: middle;
}

#choose-discount .gift-item .title td .right {
    text-align: right;
}

#choose-gift-buttons,
#choose-discount-buttons {
    padding: 30px 0;
}

#choose-gift .gift-item .bottom td,
#choose-discount .gift-item .bottom td {
    height: 25px;
    vertical-align: middle;
}

#textpage .content {
    padding: 0 20px 20px 20px;
}

#textpage .content h2 {
    position: relative;
    padding: 20px 0 0 0;
    margin: 0 0 10px 0;
    text-indent: 38px;
    font: normal 15px/30px Arial,sans-serif;
    color: #9ed523;
    border-bottom: 1px solid #e1e1e1;
}

#textpage .content h2 i {
    background-position: -106px -100px;
    display: block;
    top: 28px;
    left: 8px;
    position: absolute;
    background-image: url(/images__/icons-sprite.png);
    width: 23px;
    height: 25px;
}

#textpage .content h2.ipont i {
    background-position: -180px -75px;
    width: 12px;
    height: 12px;
    left: 13px;
    top: 30px;
}

#textpage .content h3 {
    font: normal 17px/25px Arial,sans-serif;
    padding: 10px 0 5px 0;
}

#textpage .content p {
    padding: 2px 0;
}

#textpage .content ul ul {
    padding: 0 0 0 20px;
}

#textpage .content ul li {
    padding: 2px 0;
}

#textpage .content a {
    color: #a1da24;
}

#textpage.faq p {
    padding: 5px 0 10px;
}

#textpage table {
    width: 100%;
}

#textpage table tr td {
    padding: 3px 0;
}

#textpage table tr td input[type=text],
#textpage table tr td input[type=password] {
    width: 70%;
}

#textpage table tr td #elfogadom {
    width: auto;
}

#textpage table tr td.p {
    padding-right: 11%;
    
    line-height: 300%;
}

#textpage table tr td .phone_input {
    width: 54%;
    margin-left: 1%;
}

#textpage table tr td select {
    width: 15%;
}

#textpage .chosen-single {
    height: 21px;
    margin-top: -2px;
}

#textpage #p_hiba {
    width: 85%;
}

#guaranteeform label {
    float: left;
    
    width: 250px;
}

#guaranteeform select {
    width: 60px;
}

#guaranteeform input {
    width: 300px;
    margin: 3px 0;
}

#guaranteeform input.phone_input {
    width: 235px;
    margin-left: 5px;
}

#diff-container .image {
    position: relative;
    text-align: center;
    min-height: 120px;
    margin: 0 0 10px 0;
}

#diff-container .image .del_diff {
    display: block;
    position: absolute;
    text-indent: -1000em;
    
    bottom: 0;
    left: 0;

    width: 10px;
    height: 10px;
    border: 3px solid #e3e3e3;
    background: #a1da24;
}

.page-header .diff-url {
    position: absolute;

    text-align: right;

    top: 20px;
    right: 20px;
}

.page-header .diff-url a {
    display: block;
    font: normal 12px/20px Arial,sans-serif;
    color: #a1da24;
}

.page-header .diff-url a span {
    font: bold italic 12px/20px Georgia,Arial,sans-serif;
}

#ajandekutalvany {
    background: #fff;
    padding: 10px 0 0 0;
}

#ajandekutalvany .page-header {
    padding: 35px 0 10px 67px;
}

#ajandekutalvany .page-header i {
    top: 30px;
    left: 20px;

    background-position: -322px 0px;

    width: 32px;
    height: 32px;
}

#textpage.vat-free .page-header {
    padding: 20px 0 25px 95px;
}

#textpage.vat-free .page-header i {
    top: 10px;
    left: 20px;

    background-image: url(/images__/vat-free-icon-big.png);

    width: 64px;
    height: 64px;
}

#ipoltalom #step_3 div{
    clear: both;
}

#ipoltalom #step_3 label{
    display: block;
    float: left;
    width: 150px;
    line-height: 23px;
}

#ipoltalom .content {
    padding-top: 20px;
}

.ui-datepicker .ui-datepicker-header {
    background-image: none;
    background-color: #a1da24;
}

.ui-datepicker .ui-datepicker-header select {
    background-color: #eaeaea;
    border: 1px solid #ccc;
    font: normal 12px/15px Arial,sans-serif;
}

#order .content {
    background: #fff;
    padding: 35px 30px 10px 30px;
}

#order .content h2 {
    font: normal 24px/36px "Segoe UI","Open Sans",Arial,sans-serif;
    color: #a1da24;
    
    border-bottom: 1px solid #a1da24;
    padding-bottom: 9px;
    margin-bottom: 25px;
}

#order .order-details {
    width: 100%;
    
    margin-bottom: 50px;
}

#order .order-details tr th {
    color: #a1da24;
    text-align: right;
    font: bold italic 12px/17px Georgia,Arial,sans-serif;
    width: 150px;
}

#order .order-details tr td {
    padding-left: 20px;
}

#order .order-items {
    width: 100%;
}

#order .order-items tr th {
    font: normal 14px/18px "Segoe UI","Open Sans",Arial,sans-serif;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    padding-bottom: 5px;
}

#order .order-items tr td {
    border-bottom: 1px solid #e1e1e1;
    min-height: 60px;
    height: 60px;
    vertical-align: middle;
}

#order .order-items tr td:first-child {
    font: normal 12px/17px Arial,sans-serif;
}

#order .order-items tr td {
    font: normal 13px/17px Arial,sans-serif;
}

#order .order-items tr td.price {
    font: normal 16px/17px Arial,sans-serif;
    color: #986ca3;
}

#order .order-items .summary-container {
    border-bottom: 0;
}

#order .order-items .summary-container .summary {
    background: #5e5e5e;

    width: 230px;
    height: 53px;
    
    margin-top: 13px;

    float: right;
}

#order .order-items .summary-container div .left {
    float: left;
    width: 100px;
    text-align: right;
    font: bold italic 12px/53px Georgia,Arial,sans-serif;
    color: #fff;
}

#order .order-items .summary-container div .right {
    float: right;
    font: normal 16px/53px Arial,sans-serif;
    padding-right: 20px;
    color: #a1da24;
}

.builderhelp .page-header {
    padding-left: 70px !important;
}

.builderhelp .page-header i {
    position: absolute;
    left: 15px;
    top: 7px;
    height: 65px;
    width: 46px;
    background-image: url(/images__/builder-title-icon.png);
}

.notebook_search {
    background: #fff;
    padding: 10px 0;
}

/*overlay dialog*/
div#odialogOverlay {
    display: none;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    opacity: 0.5;
}
div#odialog {
    display: none;
    position: fixed;
    top:24%;
    left:40%;
    width:405px;
    padding:20px 28px;
    background-color: #FFF;
    -moz-box-shadow:    0 0 15px -5px #000;
    -webkit-box-shadow: 0 0 15px -5px #000;
    box-shadow:         0 0 15px -5px #000;
    z-index: 101;
}
div#odialog div.odX {
    position: absolute;
    margin: -27px 0 0 422px;
    background-color: #a1da24;
    border-radius: 50%;
    width:12px;
    height:16px;
    padding:0 2px;
    overflow: hidden;
    font-size: 20px;
    font-family: "Courier New", Courier;
    color:#333;
    cursor: pointer;
}
div#odialog h3 {
    font-size: 32px;
    line-height: 32px;
    color:#a1da24;
    margin:0 0 20px 0;
}
div#odialog p {
    font-size: 12px;
    margin:0 0 15px 0;
}
div#odialog div.odFinishButton {
    clear: both;
    width:120px;
}
div#odialog div.odFinishButton .button-green {
    font: normal 14px/32px Arial,sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
}

/*szuro radio*/
div#productfilter input[type="radio"] {
    display:none;
}
div#productfilter input[type="radio"] + label {
    color: #FFF;
    font-family:Arial, sans-serif;
    font-size:14px;
}
div#productfilter input[type="radio"] + label span {
    display:inline-block;
    width:7px;
    height:7px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
    border:2px solid #DDD;
}

div#productfilter input[type="radio"] + label span {
    background-color:#FFF;
}

div#productfilter input[type="radio"]:checked + label span{
    background-color:#9ed523;
}

div#productfilter input[type="radio"] + label span,
div#productfilter input[type="radio"]:checked + label span {
    -webkit-transition:background-color 0.2s linear;
    -o-transition:background-color 0.2s linear;
    -moz-transition:background-color 0.2s linear;
    transition:background-color 0.2s linear;
}

/* szuro multicheck */
div#productfilter select {
    min-width: 70px;
}
div#productfilter button {
    text-align: left;
}
div#productfilter .inline-sel, div#nbsearch .inline-sel2 {
    position: absolute;
    display: inline-block;
    margin: 0 0 0 20px;
}
div#productfilter .inline-sel2 {
    margin: -7px 0 0 20px;
}

div#productfilter div.ms-drop input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}
div#productfilter div.ms-drop div.bgd {
    float:left;
    clear: both;
    display: block;
    width: 100%;
    padding:0 0 1px 6px;
    cursor: pointer;
}
div#productfilter div.ms-drop div.bgd:hover {
    background-color: #a1da24;
}
div#productfilter div.ms-drop div.checkdiv {
    display: inline-block;
    float:left;
    width: 9px;
    height: 9px;
    border: 2px solid #CCC;
    background-color: #FFF;
    cursor: pointer;
    margin:2px 5px 1px 0;
}
div#productfilter div.ms-drop div.checkdiv:hover {
    background-color: #ECF7D3;
}
div#productfilter div.ms-drop div.checked, div#nbsearch div.ms-drop div.checked:hover {
    background-color: #a1da24;
}
div#productfilter div.ms-drop div.checkbox-text {
    float:left;
    font-size: 11px;
}

#last-comments {
    background-color: #fff;
}

#last-comments .content {
    padding: 20px 10px;
}

div#productfilter .itemcount {
    margin: -15px 0 0 -5px;
}
div#productfilter.side .itemcount {
    display: none;
}

div#productfilter .loader {
    display: none;
    position: absolute;
    margin: 0 0 0 922px;
    background-image: url('/images__/productfilter-loader.gif');
    width: 16px;
    height: 16px;
}

#comments .fast-reply-container {
    display: none;
    position: absolute;
    z-index: 50;
    right: 10px;
    background: rgb(145,196,32);
    background: -moz-linear-gradient(top, rgba(145,196,32,1) 0%, rgba(161,218,36,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(145,196,32,1)), color-stop(100%,rgba(161,218,36,1)));
    background: -webkit-linear-gradient(top, rgba(145,196,32,1) 0%,rgba(161,218,36,1) 100%);
    background: -o-linear-gradient(top, rgba(145,196,32,1) 0%,rgba(161,218,36,1) 100%);
    background: -ms-linear-gradient(top, rgba(145,196,32,1) 0%,rgba(161,218,36,1) 100%);
    background: linear-gradient(to bottom, rgba(145,196,32,1) 0%,rgba(161,218,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91c420', endColorstr='#a1da24',GradientType=0 );
    width: 198px;
    height: 161px;
    padding: 18px 11px 21px 11px;
}

#comments .fast-reply-container textarea {
    width: 178px;
    height: 131px;
    margin-bottom: 2px;
}

#comments .fast-reply-container button {
    float: right;
    margin-right: 0;
    font: normal 11px/17px Arial,sans-serif;
    border-radius: 8px 0;
}

#comments .actions a {
    color: #986CA3;
    font-size: 11px;
}

#profile .profile-content .last-comments {
    border-bottom: none;
    padding-top: 10px;
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 12px;
}

#blog {
    background-color: #FFF;
    font-size: 14px;
    line-height: 17px;
}
#blog .page-header {
    padding: 32px 0 18px 82px;
}
#blog .page-header i {
    background-position: -353px 0px;
    width: 45px;
    height: 40px;
    left: 20px;
}

#termeklistaoldal h2.page-header {
    margin: 0;
    padding: 32px 0 18px 78px;
    font-family: Arial, sans-serif;
    font-size: 21px;
    font-style: normal;
    line-height: 21px;
    color:#555;
}
#termeklistaoldal .page-header i {
    background-position: -400px 0px;
    width: 33px;
    height: 30px;
    left: 18px;
    margin: 2px 0 0 5px;
}

#blogSearch {
    background-color: #a1da24;
    line-height: 60px;
    margin: 0 10px;
    padding: 0 19px;
    border-bottom: 1px solid #D7D7D7;
}

#blogSearch div i {
    position: absolute;
    margin:23px 0 0 7px;
    background-image: url(/images__/icons-sprite.png);
    background-position: -53px -47px;
    width: 18px;
    height: 18px;
}

#blog #newBlogLink {
    position: absolute;
    margin:-30px 0 0 0;
    text-align: right;
    width: 710px;
}
#blog #newBlogLink a {
    color: #986CA3;
    font-size: 11px;
}

#blog #article header a {
    color:#555;
}

#blog #article header ul li {
    font: normal 12px/14px Arial,sans-serif;
}

input#blogSearchInput {
    width: 238px;
    padding-left: 28px;
    line-height: 18px;
}
#blog select {
    width: 190px;
    margin:0 5px;
    padding:1px 3px;
    height: 24px;
    font-size:13px;
    background-color: #EAEAEA;
    border: 1px solid #CCC;
    color:#999;
}
#blog select option {
    font-size:14px;
}
#blog .button-grey {
    display: inline-block;
}
#blog .chosen-container {
    margin-top: -1px;
}

#blog #article header.inactive h2 a {
    /*color: #AAA;*/
}
#blog #article header.inactive h2 span {
    color: #AAA;
    font-size: 14px;
    font-style: italic;
}

#blog .content {
    /*width:700px;
    padding: 0 0 0 10px;
    border:0;*/
}

#blog .blogEdit {
    position: absolute;
    width: 695px;
    margin-top: -20px;
    text-align: right;
}
#blog .blogEdit a {
    color: #986CA3;
    font-size: 11px;
}
#blog #editordiv {
    display: none;
    margin: 25px 0 0 -9px;
}
#blog #editordiv.new {
    display: block;
}

#blog .onedit {
    display:none;
}
#blog #blogEditTitle {
    margin:0;
    padding:0 0 0 2px;
    height: 34px;
    width:400px;
    background-color: #F6F6F6;
    border: 1px solid #CCC;
    color:#555;
    font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
    font-size: 23px;
}

#blog #blogEditTitle::-webkit-input-placeholder {
    padding:8px 0 0 0;
}
#blog #blogEditTitle:-moz-placeholder {
    padding:8px 0 0 2px;
}
#blog #blogEditTitle::-moz-placeholder {
    padding:8px 0 0 2px;
}
#blog #blogEditTitle:-ms-input-placeholder {
    padding:8px 0 0 2px;
}

#blog .blogPrev {
    float: left;
    width: 340px;
    margin-top: 15px;
    font-size: 12px;
}
#blog .blogNext {
    float: right;
    width: 340px;
    margin-top: 15px;
    font-size: 12px;
    text-align: right;
}

#blog #blogPager {
    width: 690px;
    margin:15px 0 0 0;
    padding:2px 5px;
    text-align: center;
    background-color: #a1da24;
}

#blog #blogPager a {
    color: #FFF;
}
#blog #blogPager a.act {
    color: #555;
}

#blog .blogPost img {
    max-width: 695px;
    max-height: 600px;
}

#blog #blogImageIcon {
    background: url(/szerkeszto_ck/skins/moono/icons.png) no-repeat 0 -936px !important;
    background-repeat: no-repeat;
    position: absolute;
    margin: 18px 0 0 672px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
#blog #blogImage {
    display: none;
    position: absolute;
    border: 1px solid #B6B6B6;
    background-color: #EEE;
    margin:5px 0 0 336px;
    padding:5px 7px;
    font-size: 12px;
}
#blog #blogImage div.x {
    position: absolute;
    cursor: pointer;
    margin: -5px 0 0 340px;
    padding:0 3px 2px 3px;
    font-weight: bold;
    font-size: 16px;
}
#blog #blogImage h2 {
    font-weight: bold;
    margin:0 0 5px 0;
}
#blog #blogImage .button-purple {
    display: inline-block;
    margin: 0;
    cursor: pointer;
}
#blog #blogImage input[type=text] {
    padding: 3px 0 3px 3px;
    width: 220px;
    font-size: 14px;
}
#blog #blogImage input[type=file] {
    padding: 3px 0 3px 3px;
    width: 261px;
    font-size: 12px;
}
#blog #blogImageFiles {
    float: left;
    height: 120px;
    width: 200px;
    border-top: 1px solid #B6B6B6;
    border-bottom: 1px solid #B6B6B6;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}
#blog #blogImageFiles div {
    padding:0 0 0 2px;
    white-space: nowrap;
    cursor: pointer;
}
#blog #blogImageFiles div:hover {
    background-color: #DDD;
}
#blog #blogImageFiles div.active, #blog #blogImageFiles div:hover {
    background-color: #7C5885;
    color:#FFF;
}

#blog #blogImagePreview {
    float: left;
    height: 120px;
    width: 150px;
    background-color: #999;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    border-top: 1px solid #B6B6B6;
    border-left: 1px solid #B6B6B6;
    border-bottom: 1px solid #B6B6B6;
    cursor: pointer;
}

#blog #blogImageOverlay {
    display: none;
    position: absolute;
    text-align: center;
    background-color: #EEE;
    padding: 75px 0 0 0;
    height: 150px;
    width: 355px;
    font-size: 18px;
    z-index: 2;
}

#blog strong {
    font-weight: bold;
}
#blog em {
    font-style: italic;
}

.product-info-div b {
    font-weight: bold;
}

.product-info-div i {
    font-style: italic;
}

.product-info-div u {
    text-decoration: underline;
}

#textpage table.hosting tr td input {
    width: 20px;
}

#textpage table.hosting tr td {
    text-align: center;
    padding: 5px 0;
}

#textpage table.hosting tr th {
    font-weight: bold;
    padding-bottom: 20px;
}

#textpage table.hosting tr .title {
    font-weight: bold;
}

#textpage table.hosting.payment tr .title {
    width: 230px;
}

#error_div {
    color: red;
    padding: 10px 10px 0 20px;
}

#error_div ul {
    padding: 10px 0 0 0;
}

.hosting.payment {
    margin: 20px 0;
}

#summary .hosting tr th {
    padding: 30px 0 0 0;
}

#summary .hosting tr td {
    text-align: left !important;
}

#validate-eutn {
    position: absolute;
    right: 0;
    width: 140px;
    padding: 8px 0 0 0;
    color: red;
}

#validate-eutn.valid {
    color: #9ed523;
}

#multilang-products {
    padding: 10px 0 0 0;
    clear: both;
}

#multilang-products .column {
    float: left;
    width: 240px;
    
    background: #fff;
}

#multilang-products .column h2 {
    line-height: 36px;
    font-size: 16px;
    border-bottom: 1px solid #9bd122;
    text-indent: 25px;
}

#multilang-products .column .item {
    width: 200px;
}

#multilang-products .col2 {
    margin: 0 5px;
}

#slideshow {
    position: relative;
    width: 730px;
    margin: 10px 0 0 0;
}

#slideshow #slides {
    xwidth: 730px;
}

#slideshow .slidesjs-previous,
#slideshow .slidesjs-next {
    text-indent: -1000em;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -21px;
    width: 35px;
    height: 42px;
    background-image: url(/images__/slideshow-left.png);
}

#slideshow .slidesjs-next {
    background-image: url(/images__/slideshow-right.png);
    right: 0;
}

#slideshow .slidesjs-pagination {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 10;
}

#slideshow .slidesjs-pagination li {
    float: left;
    padding: 0 6px 0 0;
}

#slideshow .slidesjs-pagination li a {
    display: block;
    text-indent: -1000em;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    border: 2px solid #fff;
    background: #fff;
}

#slideshow .slidesjs-pagination li a.active {
    background: #9ed523;
}

.votepage .voteitem h2 {
    padding: 15px 0 0 0;
    -x-font: normal 20px/25px "Segoe UI","Open Sans",Arial,sans-serif;
    font-style: italic;
}

.votepage .bold {
    padding-bottom: 5px;
}

.votepage .voteitem .answers {
    padding: 0 0 0 5px;
}

.votepage .voteitem .answers div {
    padding: 2px 0;
    position: relative;
}

.votepage .voteitem .answers div input {
    position: relative;
    top: 2px;
}

#ipon.language2 #i14,
#ipon.language2 #i15 {
    display: none;
}

#buy_phase3 {
    background: #fff;
    text-align: center;
}

#buy_phase3 h2 {
    font-size: 22px;
    padding: 20px 0;
}

.payu-redirect {
    padding: 20px 0;
}

.payu-redirect p {
    text-align: center;
    font-weight: bold;
}

.payu-redirect input,
.payu-redirect button {
    display: none;
}

#payu-terms {
    position: relative;
    float: right;
    clear: both;
    text-align: right;
    height: 45px;
    padding: 0 0 5px 0;
    line-height: 25px;
}

#payu-terms a {
    font-weight: bold;
}

#payu-terms .error {
    position: absolute;
    color: red;
    right: 0;
    width: 450px;
    -x-font-weight: bold;
    display: none;
    -x-text-align: left;
    -x-padding: 0 0 0 20px;
}

#payu-terms .iponcheckDiv {
    margin-top: 5px;
}

#add2cart-image {
    position: absolute;
    display: none;
    z-index: 1000;
    opacity: .8;
}

@-webkit-keyframes bounceIn { 
    0% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        -webkit-transform: scale(1.05); 
    } 

    70% { 
        -webkit-transform: scale(.9); 
    } 

    100% { 
         -webkit-transform: scale(1); 
    } 
} 

@keyframes bounceIn { 
    0% { 
        opacity: 0; 
        transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        transform: scale(1.05); 
    } 

    70% { 
        transform: scale(.9); 
    } 

    100% { 
        transform: scale(1); 
    } 
} 

#cart-content .new {
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 

    -webkit-animation-name: bounceIn; 
    animation-name: bounceIn; 
}

#bazarFilterDiv {
    background-color: #A1DA24;
    line-height: 60px;
    padding: 0 0 0 20px;
}
#bazarFilterDiv input#bazarFilter {
    padding-left: 27px;
    width: 140px;
    line-height: 18px;
    margin: 0 2px 0 18px;
}
#bazarFilterDiv i {
    position: absolute;
    margin: 23px 0 0 25px;
    background-image: url(/images__/icons-sprite.png);
    background-position: -53px -47px;
    width: 18px;
    height: 18px;
}
#bazarFilterDiv .button-grey {
    display: inline-block;
}
#bazarFilterDiv .chosen-container {
    margin: -1px 20px 0 0;
}

.atvetel .chosen-container {
    width: 195px !important;
}