.tape {
    font-size: 14px;
}

.tape .center div {
    line-height: 28px;
}

.tape a {
    color: #050505;
}


.informers {
    text-align: right;
}

.cart_informer {
    display: inline-block;
    border: 1px solid #878787;
    background: #a0a0a0;
    color: #ffffff;
    line-height: 20px;
    padding: 4px 5px 2px 7px;
    box-shadow: 2px 4px 5px #ffffff;
}

.cart_informer:hover {
    box-shadow: 2px 4px 5px #cccccc;
}

.cart_informer span {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 2px 10px 4px;
    color: #ffffff;
}

.cart_text {
    border-right: 1px solid #bebebe;
}

.cart_count {
    border-left: 1px solid #f7f7f7;
}

.call-me-foot {
    font-size: 16px;
    color: #333;
    padding-top: 15px;
}

/***********/ /* CONTENT */ /***********/
.content .right_panel p, .modal p {
    padding: 0 0 10px;
}

.content .right_panel ul {
    padding: 0 0 10px 20px;
}

.content .right_panel li {
    padding-bottom: 5px;
}

.content .right_panel td, .content .right_panel th {
    padding: 10px;
}

.paneller {
	width: 100%;
    padding: 0;
    margin: 0;
    border: none;
}

.left_panel {
    width: 230px;
    padding: 0px 15px 0px 0px !important;
    margin: 0;
    vertical-align: top;
}

.right_panel {
    padding: 0 !important;
    margin: 0;
    width: 100%;
    vertical-align: top;
}

ul.lmenu, ul.menu_left, ul.nav {
    padding-left: 0px;
}

.menu_left {
	overflow: hidden;
    font-size: 14px;
}

.menu_left a {
    color: #000;
    padding: 4px 11px !important
}

.menu_left li.second_level {
    display: none;
    font-size: 12px;
}

.menu_left li.select ul li.select ul li.second_level {
    display: block;
}

.menu_left .cur_sect span, .menu_left .cur_sect a {
    text-decoration: underline;
}

.sorts {
    text-align: right;
    padding-bottom: 30px;
}

#brand_filter_form {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 14px;
}

#brand_filter_form span {
    display: block;
    cursor: pointer;
    position: absolute;
    border: 1px solid #fff;
    display: inline-block;
    z-index: 9;
    height: 35px;
    left: -4px;
    top: 1px;
    padding: 0px 4px;
}

#brand_filter_form .hover {
    border: 1px solid #afafaf;
    border-bottom: 1px solid #ffffff;
    box-shadow: 6px 0px 6px -3px #ededed;
}

#brand_select {
    display: none;
}

#brand_selectbox {
    z-index: 5;
    display: none;
    position: absolute;
    top: 37px;
    left: -174px;
    width: 165px;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #afafaf;
    box-shadow: 3px 3px 3px 0px #ededed;
}

.brand_option {
    cursor: pointer;
    text-align: left;
}

.brand_option:hover {
    color: #646464;
}

.products {
}

.product {
    width: 220px;
    float: left;
    margin-left: 20px;
}

.row .product:first-child {
    margin-left: 0px;
}

.product .product_thumb {
    width: 220px;
    text-align: center;
    vertical-align: middle;
    line-height: 220px;
    border: 1px solid #a6a5a6;
    position: relative;
}

.product_thumb img {
    max-width: 220px;
    max-height: 220px;
    vertical-align: middle;
}

.product .tobasket {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    z-index: 3;
}

.product .towishlist {
    position: absolute;
    top: 10px;
    left: 10px;
    display: none;
    z-index: 3;
}

.product .added {
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 0px;
    width: 220px;
    color: #fcfcfc;
    height: 31px;
    line-height: 31px;
    text-align: center;
    display: none;
    background: #acacac;
}

.product:hover .tobasket, .product:hover .towishlist {
    display: block;
}

.product:hover .product_thumb {
    box-shadow: 0px 0px 10px 0px #c8c8c8;
}

.product .product_text {
    margin-bottom: 40px;
}

.product_text .product_name {
    padding: 10px 0 0;
}

.product_text .product_vendor {
    padding: 20px 0 40px;
}

.product_text .product_price {
    padding: 10px 0 15px;
    font-size: 16px;
    text-align: right;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    width: 222px;
}

.product_text .product_price .oldprice {
    font-weight: normal;
    font-size: 14px;
    text-decoration: line-through;
}

.quality {
    right: -100px;
    bottom: -450px;
    position: absolute;
    width: 400px;
    height: 400px;
    padding: 30px;
    border: 1px solid #777777;
    display: none;
    z-index: 9;
    background: white;
    box-shadow: 3px 3px 6px 0px #c8c8c8;
}

.quality img {
    width: 400px;
    height: 400px;
    max-width: 400px;
    max-height: 400px;
}

.quality_show {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 70px;
    height: 70px;
}

.quality_show img {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.quality_close {
    position: absolute;
    right: 30px;
    top: 10px;
    display: block;
    z-index: 999999;
}

.quality_close img {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.brand_top {
    width: 1200px;
    padding-bottom: 40px;
}

.brand_picture {
    float: left;
}

.brand_picture img {
    padding-right: 30px;
    width: 820px;
}

.brand_header {
    text-align: center;
    padding-bottom: 50px;
}

.brand_header img {
    max-width: 300px
}

.brand_header .h {
    font-size: 30px !important;
}

.brand_description {
    color: #5e5e5e;
}

.brand_description p {
    padding: 0px;
    text-indent: 15px;
}

.pagenumb_plate {
    padding: 15px 0 0 !important;
    font-size: 16px;
}

.pagenumb_plate span {
    font-weight: bold;
    display: inline-block;
    padding: 0 5px;
}

.pagenumb_plate a {
    display: inline-block;
    padding: 0 5px;
}

.wl_prod_photo {
    display: inline-block;
    width: 100px;
    height: 100px;
    padding-right: 15px;
    vertical-align: top;
}

.wl_prod_photo img {
    max-width: 100px;
    max-height: 100px;
}

.wl_prod_text {
    display: inline-block;
    width: 400px;
    padding-right: 15px;
    height: 100px;
}

.wl_prod_text .name {
    font-size: 16px;
}

.wl_prod_price {
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 16px;
    font-weight: bold;
}

.wl_presented {
    display: inline-block;
    width: 120px;
    height: 100px;
    font-size: 16px;
}

.wl_controls {
    display: inline-block;
    height: 100px;
    width: 180px;
    text-align: right;
}

.wl_start_presented, .wl_cancel_presented, .wl_prod_delete {
    width: 170px;
}

.go_back {
    text-transform: lowercase;
}

.go_back span {
    color: #9c1949;
}

.first_on_site {
    padding-top: 15px !important;
}

.first_on_site a {
    font-size: 16px;
    font-weight: bold;
}

.orders_filter th, .orders_filter td {
    padding: 5px 0;
    text-align: left;
}

.orders_filter select {
    width: 100px;
}

.orderlist th, .orderlist td {
    padding: 0 0 10px;
    text-align: left;
    border-left: 1px solid #666;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}

.orderlist th {
    text-align: center;
    font-size: 12px;
}

.orderlist tr th:first-child, .orderlist tr td:first-child {
    border-left: none;
    padding-left: 0px;
}

.orderlist tr th:last-child, .orderlist tr td:last-child {
    padding-right: 0px;
}

.orderlist .button {
    width: 90px;
}

#tb_cart {
    width: 100%;
}

#tb_cart th {
    text-align: left;
    padding: 0 10px 10px 0;
}

#tb_cart td {
    vertical-align: middle;
    border-top: 1px solid #666;
    padding: 10px 10px 10px 0;
}

#tb_cart td:last-child {
    padding-right: 0px;
}

.cart_price {
    font-weight: bold;
}

.cart_del img {
    cursor: pointer;
}

.cart_coupon {
    font-size: 12px;
    color: #666;
}

.cart_all {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.cart_allsum {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.cart_controls {
    text-align: right;
}

.cart_img img {
    max-width: 200px;
    max-height: 200px;
}

#step_plate {
    padding-bottom: 15px;
}

.spoint {
    width: 33%;
    display: inline-block;
    text-align: center;
}

.spoint_active {
    font-weight: bold;
    text-decoration: underline;
    width: 33%;
    display: inline-block;
    text-align: center;
}

.register_offer {
    padding-top: 20px;
}

.register_offer a {
    font-size: 16px;
}

#sof-prof-div {
    padding-top: 10px;
}

#sof-prof-div input, #sof-prof-div select {
    width: 300px;
}

.prodcontent {
    padding-bottom: 60px;
}

.hidden_box {
    display: none;
}

#gallery_box {
    width: 680px;
    float: left;
}

.big_photos {
    width: 678px;
    height: 604px;
    line-height: 603px;
    border: 1px solid #807e7f;
    padding: 0;
    text-align: center;
}

.big_photos img {
    max-width: 678px;
    max-height: 603px;
}

.small_photos {
    width: 680px;
    font-size: 0px;
}

.small_photos ul, .small_photos li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.small_photos img {
    max-width: 159px;
    max-height: 141px;
}

.small_photos li {
    width: 159px;
    height: 141px;
    line-height: 141px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #807e7f;
    margin-top: 15px;
    margin-left: 12px;
    cursor: pointer;
}

.smallli1, .smallli5, .smallli9 {
    margin-left: 0px !important;
}

#item_box {
    width: 500px;
    float: right;
}

.item_info_box {
    padding: 0;
    margin: 0;
    height: 605px;
    position: relative;
}

.item_info_bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#itemname, #itembrand {
    text-transform: uppercase;
    font-family: Myriad-Light, sans-serif;
    padding: 0 0 10px;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.item_desc_header {
    padding: 0px 0 20px;
    font-size: 13px;
    color: #696969;
}

.item_desc {
    padding: 0;
}

.item_desc p {
    padding: 0;
    color: #606060;
}

.item_brand {
    padding-bottom: 10px;
}

.item_brand p {
    padding: 0;
    color: #606060;
    width: 340px;
}

.item_brand img {
    max-height: 50px;
    max-width: 150px;
}

.item_panel {
    padding: 15px;
    background: #dcdcdc;
    border: 1px solid #e2e2e2;
    width: 468px;
    position: relative;
}

.item_price {
    width: 200px;
    font-size: 16px;
    padding: 0 0 50px;
}

.old_price {
    text-decoration: line-through;
}

.item_price p {
    padding: 0;
    font-size: 20px;
}

.item_info p {
    color: #5e5e5e;
    padding: 0;
}

.item_actions {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 15px;
}

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

.tocart_plate {
    text-align: right;
}

.tocart_plate input {
    text-align: center;
    width: 30px;
}

.tocart_plate a:hover {
    color: #920136;
}

.towishlist_plate a {
    display: inline-block;
    padding-left: 30px;
    background: url('../images/towl.png') no-repeat;
    line-height: 24px;
    margin-top: 5px;
}

.towishlist_plate a:hover {
    background: url('../images/towl.png') 0px -24px no-repeat;
}

#itemadress_plate {
    color: #575757;
    padding: 15px 0 0;
    width: 210px;
}

#itemadress_plate a {
    color: #575757;
}

.reviews_plate {
    float: right;
    width: 270px;
    text-align: right;
    color: #5f5f5f;
    padding: 15px 0px 0px;
}

.designer_row {
    padding-bottom: 10px;
}

.designer_body {
    text-align: right;
    display: table;
}

.designer_name {
    font-weight: bold;
    text-align: right;
    vertical-align: bottom;
    width: 100%;
    display: table-cell;
}

.designer_photo {
    max-width: 107px;
    vertical-align: top;
    display: table-cell;
}

.designer_photo img {
    max-width: 95px;
    border: 1px solid #878687;
    margin-left: 10px;
}

.designer_review {
    text-align: right;
    padding-top: 10px;
}

.prod_additional {
    color: #5c5c5c;
}

.map {
    width: 711px;
    height: 393px;
    background: url(../images/karta.jpg) center top no-repeat;
}

.mapitem {
    height: 23px;
    vertical-align: middle;
    background: url(../images/marka.png) left center no-repeat;
    padding-left: 25px;
    padding-top: 3px;
    cursor: pointer;
    position: absolute;
}

#mapclick_1181 {
    margin: 169px 0 0 82px;
}

#mapclick_1180 {
    margin: 208px 0 0 311px;
}

#mapclick_1182 {
    margin: 220px 0px 0px 30px;
}

#mapclick_1183 {
    margin: 200px 0px 0px 100px;
}

#mapclick_2265 {
    margin: 191px 0px 0px 262px;
}

#mapclick_1184 {
    margin: 230px 0 0 214px;
}

#mapclick_1185 {
    margin: 270px 0 0 280px;
}

.mapitem:hover, .mapitem.active {
    text-decoration: underline;
}

.eventitem {
    font-size: 18px;
    display: none;
}

.eventitem .mapclick_1181 {
    display: block;
}

.eventitem.news {
    display: block;
    padding: 0 0 5px;
    font-size: 14px;
}

.eventitem.news a {
    font-weight: bold;
}

.eventitem.news p {
    display: inline-block;
    font-size: 14px !important;
    margin-bottom: 0;
}

.eventitem.news .arrow {
    background: url(../images/arrow_show.jpg) center center no-repeat;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 5px;
}

.eventitem.news .arrow.s1 {
    background: url(../images/arrow_hide.jpg) center center no-repeat;
    width: 8px;
    height: 8px;
    margin-left: 5px;
}

.subeventitem {
    padding: 0;
    display: none;
}

.eventitem.active, .subeventitem.active {
    display: block;
}

.subeventitem > div {
    padding-bottom: 20px;
}

.subeventitem > div a {
    padding-bottom: 10px;
    display: inline-block;
    padding-top: 10px;
    font-size: 14px;
}

.subeventitem > div a b, .eventitem b {
    font-weight: normal;
    text-transform: uppercase;
    font-family: Myriad-Light, sans-serif;
}

.subeventitem > div p {
    line-height: 20px;
}

.vacansia {
    display: none;
    padding-left: 20px;
}

.brands_pager {
    text-align: right;
}

.brands_list {
    padding: 0 !important;
}

.brands_list li {
    list-style: none;
    padding: 0 0 15px;
}

/*********/ /* OTHER */ /*********/
.modal, .modal_wishlists {
    padding: 20px;
}

.nav li {
    list-style: none;
    font-size: 16px;
    line-height: 20px;
}

.result-error, .error {
    font-weight: bold;
    color: darkred;
}

div.bx-auth-services div {
    width: 30px !important;
}

.callmeform .label{
    width: 150px;
    font-weight: bold;
    vertical-align: middle;
}

.callmeform textarea[name=form_textarea_31] {
    width: 184px;
    height: 26px;
    line-height: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: middle;
}


.profileform #PERSONAL_BIRTHDAY, .profileform select {
    width: 100px !important;
}

table.tb_form {
    padding: 10px 0;
}

table.tb_form td {
    padding: 0 10px 10px 0;
}

.option_bold {
    font-weight: bold;
}

/***********/ /* BANNERS */ /***********/
.index_banners {
    position: relative;
    margin: 30px 0;
    width: 1200px;
    height: 2150px; /*3070px;*/
}

.index_banners img {
    position: absolute;
}

/* 1ST ROW */
.banner_11 {
    left: 0px;
    top: 0px;
    width: 390px;
    height: 510px;
}

.banner_12 {
    left: 405px;
    top: 0px;
    width: 390px;
    height: 510px;
}

.banner_13 {
    left: 810px;
    top: 0px;
    width: 390px;
    height: 510px;
}

/* 2ND ROW */
.banner_21 {
    left: 0px;
    top: 525px;
    width: 590px;
    height: 360px;
}

.banner_22 {
    left: 610px;
    top: 525px;
    width: 590px;
    height: 360px;
}

/* 3RD ROW */
.banner_3 {
    left: 0px;
    top: 915px;
    width: 1200px;
    height: 180px;
}

/* 4TH ROW */
.banner_41 {
    left: 0px;
    top: 1125px;
    width: 590px;
    height: 820px;
}

.banner_421 {
    left: 610px;
    top: 1125px;
    width: 285px;
    height: 400px;
}

.banner_422 {
    left: 915px;
    top: 1125px;
    width: 285px;
    height: 400px;
}

.banner_423 {
    left: 610px;
    top: 1545px;
    width: 285px;
    height: 400px;
}

.banner_424 {
    left: 915px;
    top: 1545px;
    width: 285px;
    height: 400px;
}

/* 5TH ROW */
.banner_5 {
    left: 0px;
    top: 1975px;
    width: 1200px;
    height: 180px;
}

/* 6TH ROW */
.banner_61 {
    left: 0px;
    top: 2185px;
    width: 390px;
    height: 510px;
    display: none;
}

.banner_62 {
    left: 405px;
    top: 2185px;
    width: 390px;
    height: 510px;
    display: none;
}

.banner_63 {
    left: 810px;
    top: 2185px;
    width: 390px;
    height: 510px;
    display: none;
}

/* 7TH ROW */
.banner_71 {
    left: 0px;
    top: 2710px;
    width: 590px;
    height: 360px;
    display: none;
}

.banner_72 {
    left: 610px;
    top: 2710px;
    width: 590px;
    height: 360px;
    display: none;
}

/************/ /* CAROUSEL */ /************/
.jcarousel-wrapper {
    position: relative;
    width: 1200px;
    height: 500px;
}

/** Carousel **/
.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

.jcarousel img {
    width: 1200px;
    height: 500px;
}

#slidermag.jcarousel-wrapper {
    position: relative;
    width: 900px;
    height: auto;
}

#slidermag img {
    width: 900px;
    height: auto;
}

/** Carousel Pagination **/
.jcarousel-pagination {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    width: 23px;
    height: 22px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    font-size: 0px;
    line-height: 22px;
    background: url(../images/i1.png) no-repeat scroll center center transparent;
}

.jcarousel-pagination a.active {
    background: url(../images/i2.png) no-repeat scroll center center transparent;
}

/** Carousel Controls **/
.jc_paginator {
    width: 900px;
    clear: both;
    text-align: center;
    padding: 10px 0;
}

.jc_paginator img {
    width: 25px !important;
    height: 25px !important;
}

.jcarousel-control-prev.inactive, .jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/*************/ /* NICECHECK */ /*************/
.niceCheck, .niceCheck0 {
    width: 20px;
    height: 20px;
    display: inline-block !important;
    cursor: pointer;
    overflow: hidden;
    margin: 0px !important;
    vertical-align: middle;
}

.niceCheck input, .niceCheck0 input, #chooseAll input {
    visibility: hidden;
}

.niceCheckDisabled {
}

#chooseAll {
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
    background: url('../images/checkbox.png') 0 -20px no-repeat !important;
    overflow: hidden;
}

.left_filter .color span {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.colors_panel p {
    padding: 0 0 10px;
    font-size: 0px;
    line-height: 22px;
}

.colors_panel img {
    height: 22px;
    width: 19px;
}

.tm_brands li {
    float: none !important;
}

.nav {
}
.right_panel ul.lmenu {
    padding-left: 0 !important;
}

.set_title {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 0 0;
    font-family: Myriad-Light, sans-serif;
    padding-bottom: 5px;
}

.set_sub {
    color: #4c4c4c !important;
    text-transform: uppercase;
}

.set_sub span {
    color: #5a6384 !important;
}

.set_img {
    padding: 10px 0 30px;
}

.set_img img {
    width: 950px;
}


.label-black {
	color: black !important;
	font-size: 14px;
}

.deslogo {
    width: 166px;
    height: 20px;
    float: right;
}
.deslogo:hover {
}

span.item_wrap > a {
	display: block;
	height: 253px;
	text-align: center
}
span.item_wrap > a img {
	width: auto !important;
	max-width: 100%;
	max-height: 253px;
}

.contact-info-popup {
    min-width: 250px;
}
.contact-info-popup h5 {
    font-size: 15px;
    margin: 10px 0 10px 0;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Myriad-Light, sans-serif;

}
.contact-info-popup .contact-popup {
    font-size: 12px;
}
.contact-info-popup .contact-popup > div {
    margin-bottom: 3px;
}