@CHARSET "UTF-8";

.clear {
    clear: both;
}

.acenter {
    text-align: center;
}

.aright {
    text-align: right;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

img {
    border: 0;
}

input {
    font-size: 12px;
}

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

hr.clear {
    margin: 0;
    padding: 0;
    border: 0;
    visibility: hidden;
    height: 0;
}

p {
    line-height: 20px;
    text-align: justify;
}

ul {
    list-style-type: square;
    padding-left: 20px;
    line-height: 20px;
}

body {
    margin: 0;
    text-align: center;
    background-image: url("../Images/bg.jpg");
    background-repeat: repeat-x;
    background-position: center top;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    background-color: #FFFFFF;
}

h1 {
    color: #3d6379;
    font-size: 13px;
    margin: 0;
    line-height: 20px;
    padding: 8px 0 13px 5px;
    margin-bottom: 15px;
    font-family: Tahoma;
    font-weight: normal;
    position: relative;
}

h1.main {
    font-size: 17px;
    background-image: url("../Images/pline.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    font-weight: bold;
}

h2 {
    font-size: 15px;
    font-weight: bold;
    margin: 18px 0 12px;
    color: #3d6379;
}

h3 {
    font-size: 13px;
    color: #3d6379;
}

a {
    color: #40677e;
}

#body_container {
    background-image: url("../Images/bg_bottom.jpg");
    background-repeat: repeat-x;
    background-position: center bottom;
}

#banner_eshop_enter {
    position: fixed;
    top: 92px;
    right: 0;
}

#footer,
#page {
    width: 991px;
    text-align: left;
    margin: 0 auto;
    position: relative;
}

#header {
    height: 342px;
    background-image: url("../Images/bg_header.jpg");
    position: relative;
}


#page.shop #header {
    background-image: url("../Images/bg_header_shop.jpg");
}

#home_slideshow {
    position: absolute;
    right: 1px;
    bottom: 16px;
}

#nav {
    background-image: url(../Images/bg_slider.png);
    position: absolute;
    bottom: 28px;
    right: 15px;
    z-index: 999;
    height: 20px;
    line-height: 20px;
    padding: 0 5px 0 10px;
    border-radius: 10px;
}

#nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../Images/bg_slider_pasive.png);
    border-radius: 5px;
    margin-right: 5px;
}

#nav a.activeSlide {
    background-image: url(../Images/bg_slider_active.png);
}

#nav a span {
    display: none;
}

#logo {
    padding: 0px;
    margin: 0px;
}

#logo a span {
    display: none;
}

#logo a {
    display: block;
    position: absolute;
    width: 230px;
    height: 167px;
    top: 5px;
    left: 30px;
}

#top {
    color: #343611;
    line-height: 52px;
    padding: 0 32px;
    font-size: 13px;
    position: relative;
}

#top .nameday {
    display: none;
}

#top .fcontact {
    display: none;
}

#top a {
    color: #343611;
    text-decoration: none;
}

#top a:hover {
    text-decoration: underline;
}

#eshop_enter {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 278px;
    height: 90px;
}

#eshop_enter span {
    display: none;
}

#user_box {
    width: 378px;
    height: 89px;
    position: absolute;
    top: 178px;
    left: 33px;
    padding: 0 10px 0 15px;
}

#user_box .user {
    line-height: 23px;
    font-size: 15px;
    margin-top: 10px;
    width: 186px;
}

#user_box .user a {
    color: #323962;
    float: right;
    display: inline-block;
    width: 120px;
    overflow: hidden;
    text-align: right;
}

#user_box .cart {
    padding-top: 0px;
}

#user_box .cart table {
    width: 200px;
    border-collapse: collapse;
}

#user_box .cart table td {
    line-height: 23px;
    font-size: 15px;
    padding: 0;
    height: 21px;
}

#user_box .cart a span {
    display: none;
}

#user_box .cart a {
    display: inline-block;
    width: 81px;
    height: 21px;
    width: 166px;
    height: 29px;
    position: absolute;
}

#user_box .cart_button {
    top: 47px;
    right: 14px;
}

#user_box .order_button {
    top: 13px;
    right: 14px;
}

#user_box .value {
    float: right;
    margin-right: 15px;
    color: #ffd800;
    font-weight: bold;
}

#navigation {
    height: 59px;
    position: absolute;
    top: 0;
    right: 0;
}

#search {
    padding: 0;
    margin: 0;
    float: left;
    width: 221px;
    height: 59px;
    background-image: url("../Images/bg_search.jpg");
}

#search input[type="text"] {
    background: transparent;
    border: 0;
    height: 33px;
    width: 128px;
    margin: 13px 0 0 14px;
    padding: 0px 3px 0 30px;
    color: #FFFFFF;
    text-align: center;
}

#search input[type="submit"] {
    background: transparent;
    border: 0;
    padding: 0;
    width: 36px;
    height: 40px;
    margin: 0;
}

#menu {
    float: right;
    margin: 0;
    padding: 0;
    height: 59px;
}

#menu > li {
    list-style-type: none;
    display: block;
    float: left;
    height: 59px;
    background-image: url("../Images/menu_over.png");
    background-repeat: no-repeat;
    position: relative;
}

#menu > li.current,
#menu > li:hover {
    background-position: center -15px;
}

#menu > li a {
    display: inline-block;
    height: 56px;
    line-height: 59px;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    padding: 0 35px 0 35px;
    text-transform: lowercase;
    background-image: url("../Images/menubullet.png");
    background-position: 0px -25px;
    background-repeat: no-repeat;
}

#menu > li.current a,
#menu > li a:hover {
    background-position: 0px 18px;
}

#menu > li a span {

}

#menu .sub-navigation {
    position: absolute;
    background-color: #dfa503;
    padding: 0;
    border-radius: 5px;
    top: 59px;
    left: 15px;
    list-style-type: none;
    width: 225px;
    overflow: hidden;
    display: none;
}

#menu li:hover .sub-navigation {
    display: block;
}

#menu .sub-navigation li a {
    display: block;
    background-image: none;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
}

#menu .sub-navigation li a:hover {
    background: #40677e;
    color: #ffffff;
}

#outer_container {
    margin-top: 12px;
}

#content {
    position: relative;
}

#left_pannel {
    width: 277px;
    float: left;
}

#right_pannel {
    float: right;
    width: 214px;
}

#center_pannel {
    float: left;
    width: 699px;
    margin: 0 0 0 15px;
}

#center_pannel_web {
    float: left;
    width: 684px;
    margin: 0 0 0 30px;
}

.side_pannel_box {
    background-image: url("../Images/bg_side.png");
    margin-bottom: 15px;
}

.side_pannel_header {
    background-image: url("../Images/bg_side_top.png");
    height: 44px;
    line-height: 36px;
    padding: 0 68px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}

.side_pannel_header.search {
    background-image: url("../Images/bg_side_search.png");
    height: 54px;
    line-height: 46px;
    padding: 0 7px 0 63px;
}

.side_pannel_header.search input[type="text"] {
    font-size: 12px;
    line-height: 12px;
    padding: 11px 5px 10px;
    border: 0px;
    height: 12px;
    width: 152px;
    background: transparent;
    color: #384d5e;
    margin: 0;
}

.side_pannel_header.search input[type="submit"] {
    font-size: 12px;
    line-height: 12px;
    padding: 0px;
    border: 0px;
    height: 33px;
    width: 37px;
    background: transparent;
    color: #FFFFFF;
    margin: 0;
    margin-left: 8px;
}

.side_pannel_body {
    background-image: url("../Images/bg_side_bottom.png");
    background-position: bottom;
    background-repeat: no-repeat;
}

.side_pannel_box.fcontact {
    background-image: url("../Images/bg_fcontact.jpg");
    height: 243px;
    padding: 0 30px;
}

.side_pannel_box.fcontact div {
    display: none;
}

.side_pannel_box.fcontact p {
    line-height: 18px;
    padding-top: 75px;
}

.side_pannel_box.fcontact p span {
    display: inline-block;
    width: 50px;
}

.side_pannel_box.fcontact span.contact_form {
    display: block;
}

#footer {
    margin-top: 20px;
}

#copyright {
    background-image: url("../Images/footer.png");
    background-repeat: no-repeat;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    color: #FFFFFF;
}

#copyright span a {
    color: #FFFFFF;
}

#footer_menu {
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    height: 30px;
}

#footer_menu li {
    list-style-type: none;
    display: block;
    float: left;
    line-height: 30px;
}

#footer li a {
    color: #616363;
    text-decoration: none;
    border-left: 1px solid #616363;
    padding: 0 5px;
}

#footer li:first-child a {
    border: none;
    padding-left: 0;
}

#footer li a:hover {
    text-decoration: underline;
}

#topweby {
    float: right;
    line-height: 30px;
    margin-bottom: 10px;
}

#topweby a {
    color: #616363;
    text-decoration: none;
}

#topweby a:hover {
    text-decoration: underline;
}

.side_pannel_body.submenu,
.side_pannel_body.categories,
.side_pannel_body.userbox {
    padding-bottom: 25px;
}

.side_pannel_body.categories,
.side_pannel_body.userbox {
    padding-bottom: 25px;
}

.side_pannel_box ul,
.categories_tree {
    padding: 0px 0 1px;
    margin: 0;
    background-image: url("../Images/sideitem_border.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
}

.side_pannel_body_box {
    padding-top: 18px;
}

.side_pannel_box ul li {
    padding-left: 15px;
}

.side_pannel_box ul.categories_tree li {
    padding-left: 0;
}

.categories_tree ul {
    padding: 0;
    margin: 0;
    background: none;
}

.side_pannel_box li,
.categories_tree li {
    list-style-type: none;
}

.side_pannel_box li {
    background-image: url("../Images/sideitem_border.jpg");
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 1px;
    display: block;
}

.side_pannel_box ul a {
    margin-left: 10px;
    display: inline-block;
}

.side_pannel_box .categories_tree .item_container {
    display: table;

}

.side_pannel_box .categories_tree .item {
    display: table-row;
}

.side_pannel_box .categories_tree a {
    margin-left: 0px;
    display: table-cell;
}

.side_pannel_box ul a,
.categories_tree ul a {
    color: #40677e;
    text-decoration: none;
    line-height: 26px;
    font-size: 13px;
}

.side_pannel_box ul a {
    background-image: url("../Images/category_dot.jpg");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 15px;
}

.side_pannel_box ul.categories_tree a {
    padding-left: 0;
    background-image: none;
}

.side_pannel_box ul.categories_tree i.category_icon {
    font-size: 14px;
    padding-right: 7px;
    width: 9px;
    display: table-cell;
    cursor: pointer;
    text-align: center;
    color: #dfa503;
}

.side_pannel_box ul a:hover,
.categories_tree a:hover {
    color: #000000;
}

.side_pannel_box ul a.selected,
.categories_tree a.selected {
    color: #000000;
}

.categories_tree .category_spacer {
    display: table-cell;
    width: 20px;
}

.categories_tree ul .category_spacer {
    display: table-cell;
    width: 20px;
}

#bestsellers {
    margin-bottom: 10px;
}

#bestsellers .product {
    position: relative;
    margin-bottom: 8px;
}

#bestsellers .product .image_box {
    border: 1px solid #CFCFCF;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 65px;
    border-radius: 5px 0 0 5px;
    height: 40px;
    overflow: hidden;
}

#bestsellers .product .no {
    border-right: 1px solid #CFCFCF;
    display: inline-block;
    background-color: #EEEEEE;
    line-height: 40px;
    width: 20px;
    text-align: center;
    font-size: 14px;
}

#bestsellers .product .image {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

#bestsellers .product .image img {
    max-width: 36px;
    max-height: 36px;
    vertical-align: middle;
}

#bestsellers .product h2 {
    margin: 0 120px 0 80px;
}

#bestsellers .product p {
    margin: 0 120px 0 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    margin-top: 6px;
    font-size: 11px;
}

#bestsellers .product .price_buy_prices .price {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #D11C00;
    font-weight: bold;
}

#bestsellers .product .price_buy_prices .price_vat {
    position: absolute;
    top: 24px;
    right: 0px;
    font-size: 11px;
}

.show_more_box .view_more.hidden {
    display: none;
}

.show_more_box .view_more *:first-child {
    margin-top: 0;
}

.show_more_box .action {
    border-top: 1px solid #CFCFCF;
    text-align: center;
}

.show_more_box .show_more_toggle {
    display: inline-block;
    border: 1px solid #CFCFCF;
    border-top: none;
    background-color: #EEEEEE;
    line-height: 26px;
    padding: 0 10px 0 21px;
    text-decoration: none;
    border-radius: 0 0 5px 5px;
    background-image: url("../Images/E-shop/icon_arrows.png");
    background-repeat: no-repeat;
}

.show_more_box .show_more_toggle.hidden {
    background-position: 7px -26px;
}

.show_more_box .show_more_toggle.visible {
    background-position: 7px 0px;
}

.products {
    width: 708px;
}

.products.view_1 .product_preview {
    width: 226px;
    background-image: url("../Images/bg_product.jpg");
    background-repeat: repeat-y;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    position: relative;
}

.products.view_1 .product_preview h2 {
    margin: 0;
    color: #28555f;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products.view_1 .product_preview h2 a {
    margin: 0;
    color: #346f97;
    font-size: 13px;
    line-height: 20px;
    text-decoration: underline;
}

.products.view_1 .product_preview h2 a:hover {
    text-decoration: underline;
}

.products.view_1 .product_preview .bgtop {
    background-image: url("../Images/bg_product_top.jpg");
    background-repeat: no-repeat;
    background-position: top;
}

.products.view_1 .product_preview .bgbottom {
    background-image: url("../Images/bg_product_bottom.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 10px 13px 20px;
}

.products.view_1 .product_preview .image {
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 200px;
    height: 200px;
    line-height: 200px;
    overflow: hidden;
}

.products.view_1 .product_preview .image img {
    vertical-align: middle;
    max-height: 200px;
    max-width: 200px;
}

.products.view_1 .product_preview p {
    margin: 0;
    line-height: 20px;
    text-align: justify;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products.view_1 .product_preview .label_top {
    position: absolute;
    top: 60px;
    left: 20px;
}

.products.view_2 .product_preview {
    margin-bottom: 10px;
    position: relative;
    height: 80px;
    border: 1px solid #CFCFCF;
    border-radius: 3px;
    width: 677px;
    padding: 10px;
}

.products.view_2 .product_preview h2 {
    margin: 0;
    color: #589791;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 100px;
    top: 10px;
}

.products.view_2 .product_preview h2 a {
    margin: 0;
    color: #589791;
    font-size: 13px;
    line-height: 20px;
    text-decoration: underline;
}

.products.view_2 .product_preview h2 a:hover {
    text-decoration: underline;
}

.products.view_2 .product_preview .bgtop {
}

.products.view_2 .product_preview .bgbottom {
}

.products.view_2 .product_preview .image {
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    top: 10px;
    left: 10px;
    overflow: hidden;
}

.products.view_2 .product_preview .image img {
    vertical-align: middle;
    max-height: 80px;
    max-width: 80px;
}

.products.view_2 .product_preview p {
    margin: 0;
    line-height: 20px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 100px;
    top: 35px;
    width: 480px;
    white-space: nowrap;
}

.products.view_2 .product_preview .label_top {
    position: absolute;
    top: 10px;
    right: 10px;
}

.products.view_2 .product_preview .buy_button {
    float: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.products.view_2 .price_buy_prices {
    position: absolute;
    bottom: 10px;
    left: 100px;
    height: 15px;
    line-height: 15px;
    display: block;
}

#amount_range {
    width: 300px;
}

.parameters_pannel {
    background-color: #FAFAFA;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    margin: 20px 0 10px;
    padding: 10px 10px 9px;
    line-height: 29px;
}

.parameters_pannel .price {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    width: 75px;
}

.parameters_pannel .price.amount_from {
    text-align: right;
}

.parameters_pannel #parameters {
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    margin-top: 7px;
    overflow: hidden;
}

.parameters_pannel #parameters .table {
    display: table;

    width: 100%;
}

.parameters_pannel #parameters .table .tr {
    display: table-row;
}

.parameters_pannel #parameters .table .tr .td {
    display: table-cell;
    vertical-align: top;
}

.parameters_pannel #parameters .templates {
    width: 150px;
    border-right: 1px solid #CFCFCF;
    background-color: #EEEEEE;
}

.parameters_pannel #parameters .values {
    padding: 20px;
}

.parameters_pannel #parameters .values select {
    width: 332px;
}

.parameters_pannel #parameters .values .filter_slider .slider {
    width: 285px;
}

.parameters_pannel #parameters .templates a {
    display: block;
    padding: 5px 10px;
    background-color: #EEEEEE;
    border-top: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    text-decoration: none;
    color: #333333;
    margin-right: -2px;
    margin-bottom: -1px;
}

.parameters_pannel #parameters .templates a:hover {
    color: #3D6379
}

.parameters_pannel #parameters .templates a:first-child {
    border-top: none;
}

.parameters_pannel #parameters .templates a.active {
    background-color: #FAFAFA;
    border-right: 1px solid #FAFAFA;
}

.parameters_pannel .values .template_values {
    margin-right: -10px;
    margin-bottom: -11px;
}

.parameters_pannel .values .fv_checkbox {
    display: inline-block;
    padding: 5px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    border: 1px solid #CFCFCF;
    width: 143px;
    cursor: pointer;
    overflow: hidden;
    margin: 0 7px 10px 0;
    border-radius: 4px;
}

.parameters_pannel .values .article {
    margin-right: 8px;
}

.parameters_pannel .values .article h2 {
    margin: 12px 0 12px;
    font-size: 13px;
    line-height: 20px;
}

.parameters_pannel .values .article p {
    margin: 12px 0;
}

.parameters_pannel .values .fv_checkbox:hover {
    color: #3D6379;
}

.parameters_pannel .values .fv_checkbox.active {
    background-color: #EEEEEE;
}

.parameters_pannel .values .fv_checkbox input[type="checkbox"] {
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.parameters_pannel .selected_filters {
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    margin: 7px 0 0;
    padding: 5px 90px 5px 5px;
    line-height: 20px;
    font-size: 11px;
    position: relative;
    min-height: 32px;
}

.parameters_pannel .selected_filters a.btn {
    position: absolute;
    top: 10px;
    right: 9px;
}

.filter_pannel {
    margin: 10px 0 10px;
    height: 32px;
    overflow: hidden;
}

.filter_pannel .order_switch {
    float: left;
}

.filter_pannel .view_switch {
    float: right;
}

.filter_pannel .view_limit_box {
    border: 1px solid #CFCFCF;
    background-color: #EEEEEE;
    display: inline-block;
    float: right;
    height: 23px;
    margin-left: 8px;
    background-image: linear-gradient(center top, #FFFFFF, #E6E6E6);
    background-image: -o-linear-gradient(center top, #FFFFFF, #E6E6E6);
    background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6);
    background-image: -webkit-linear-gradient(center top, #FFFFFF, #E6E6E6);
    background-image: -ms-linear-gradient(center top, #FFFFFF, #E6E6E6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#E6E6E6);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#E6E6E6)";
    border-radius: 4px;
    padding: 3px 3px 3px 5px;
}

.filter_pannel .view_limit_box select {
    width: 50px;
    padding: 2px 2px 2px 3px;
    height: 24px;
}

.btn_pannel .btn {
    border: 1px solid #CFCFCF;
    background-color: #EEEEEE;
    line-height: 29px;
    display: inline-block;
    height: 29px;
    font-size: 12px;
    text-decoration: none;
    padding: 0 8px;
    margin-right: -1px;
    background-image: linear-gradient(center top, #FFFFFF, #E6E6E6);
    background-image: -o-linear-gradient(center top, #FFFFFF, #E6E6E6);
    background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6);
    background-image: -webkit-linear-gradient(center top, #FFFFFF, #E6E6E6);
    background-image: -ms-linear-gradient(center top, #FFFFFF, #E6E6E6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#E6E6E6);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#E6E6E6)";
    border-radius: 4px;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    text-transform: none;
}

.btn_pannel input[type="submit"].btn {
    position: relative;
    top: -1px;
    height: 31px;
}

.btn_pannel .btn:hover {
    background-color: #E6E6E6;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

.btn_pannel .btn:active,
.btn_pannel .btn.active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn_pannel .btn.disabled,
.btn_pannel .btn.disabled:active {
    color: #666666;
    background-color: #f2f2f2;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
    box-shadow: none;
    cursor: default;
}

.btn_pannel .btn_group .btn {
    border-radius: 0px;
}

.btn_pannel .btn_group .btn:first-child {
    border-radius: 4px 0 0 5px;
}

.btn_pannel .btn_group .btn:last-child {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.btn_pannel .btn i {
    color: #a9a9a9;
    font-size: 14px;
}

#product_detail .label_top {
    position: absolute;
    top: 10px;
    left: 10px;
}

.product_preview .price_buy,
.product_preview .availability {
    padding: 25px 0 0;
}

.availability {
    display: none;
}

#availability.stock,
.availability .stock {
    color: #207709;
}

#availability.of_stock,
.availability .of_stock {
    color: #a30b0b;
}

#availability.within_three_days,
#availability.within_twoo_weeks,
#availability.within_three_weeks,
.availability .within_three_days,
.availability .within_twoo_weeks,
.availability .within_three_weeks {
    color: #e7851b;
}

.red {
    color: #a30b0b;
}

.orange {
    color: #e7851b;
}

.green {
    color: #207709;
}

.bold {
    font-weight: bold;
}

.product_preview .availability {
    width: 172px;
    float: left;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}

.product_preview .price_buy {
    line-height: 29px;
}

.product_preview .buy_button {
    display: inline-block;
    width: 88px;
    height: 29px;
    float: right;
    background-image: url("../Images/button_buy.jpg");
}

input[type="submit"].buy_button {
    background-image: url("../Images/button_buy.jpg");
    width: 88px;
    height: 29px;
    border: none;
}

.product_preview .buy_button span {
    display: none;
}

.products.view_1 .product_preview .price {
    color: #d11c00;
    font-size: 17px;
    font-weight: bold;
}

.products.view_1 .product_preview .price a {
    font-size: 15px;
}

.products.view_1 .product_preview .price_vat {
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    bottom: 7px;
    left: 18px;
}

.products.view_2 .product_preview .price_discount {
    display: none;
}

.products.view_2 .product_preview .price {
    color: #d11c00;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    display: inline-block;
    height: 15px;
    margin: 0px;
    vertical-align: middle;
}

.products.view_2 .product_preview .price_vat {
    font-size: 10px;
    font-weight: bold;
    color: #999999;
    line-height: 15px;
    display: inline-block;
    height: 15px;

    border-left: 1px solid #CFCFCF;
    padding-left: 7px;

    margin-left: 7px;
    vertical-align: middle;
}

.products.view_2 .product_preview .cart_add {
    float: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.products.view_1 .product_preview .price_discount {
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    left: 18px;
    bottom: 42px;
}

.product_preview .cart_add {
    float: right;
}

.pager {
    text-align: center;
    line-height: 15px;
    margin: 12px 0;
}

.pager a {
    text-decoration: none;
}

.pager a:hover {
    text-decoration: underline;
    font-weight: bold;
}

.pager .pager_page {
    display: inline-block;
    width: 25px;
    border-left: 1px solid #0b74a3;
}

.pager .pager_page.selected {
    font-weight: bold;
}

.pager .pager_page:first-child {
    border: none;
}

.topproduct_preview {
    padding: 20px 25px;
}

.topproduct_preview.not_last {
    background-image: url("../Images/sideitem_border.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
}

.topproduct_preview h4 {
    margin: 0;
    color: #b2d2e0;
    font-weight: bold;
    line-height: 14px;
    font-size: 12px;
    padding: 5px 0 10px;
}

.topproduct_preview h4 a {
    color: #b2d2e0;
}

.topproduct_preview .price_buy {
    padding: 15px 0 10px;
    line-height: 21px;
}

.topproduct_preview .price {
    font-weight: bold;
    float: left;
}

.product_preview .detail_button,
.topproduct_preview .detail_button {
    float: right;
    width: 90px;
    height: 25px;
    display: inline-block;
    background-image: url("../Images/button_detail.jpg");
}

.product_preview .detail_button span,
.topproduct_preview .detail_button span {
    display: none;
}

.product_detail_h2 {
    margin: 0px;
}

#product_detail h2 {
    color: #3d6379;
    font-size: 15px;
    background-image: url("../Images/pline.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 3px;
    margin: 0;
    line-height: 43px;
    margin-bottom: 26px;
    font-family: Tahoma;
}

#product_detail span.code {
    float: right;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    vertical-align: bottom;
}

#product_detail .image_box {
    float: left;
    width: 250px;
    position: relative;
}

#product_detail .images a,
#product_detail .image {
    width: 250px;
    height: 250px;
    border: 1px solid #cccccc;
    line-height: 250px;
    text-align: center;
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
    position: relative;
}

#product_detail .images a {
    width: 170px;
    height: 170px;
    line-height: 170px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}

#product_detail .images a img,
#product_detail .image img {
    vertical-align: middle;
    max-height: 240px;
    max-width: 240px;
    margin: 0 auto;
}

#product_detail .images a img {
    max-height: 150px;
    max-width: 150px;
}

#product_detail .images .lens,
#product_detail .image .lens {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 10px;
    right: 10px;
    background-image: url("../Images/lens.png");
}

#product_detail .images .lens span,
#product_detail .image .lens span {
    display: none;
}

#product_detail .image_box .images_carousel {
    width: 220px;
    margin: 0 16px;
    position: relative;
    height: 72px;
}

#product_detail .image_box .images_carousel li {
    width: 74px;
    height: 74px;
}

#product_detail .image_box .images_carousel li a {
    width: 70px;
    height: 70px;
    display: block;
    border: 1px solid #CCCCCC;
    text-align: center;
    line-height: 70px;
    margin-right: 2px;
}

#product_detail .image_box .images_carousel li a img {
    max-width: 64px;
    max-height: 64px;
    vertical-align: middle;
}

#product_detail .image_box.top_images .image {
    border-radius: 5px 5px 0 0;
    margin-bottom: 2px;
}

#product_detail .image_box .images_carousel .jcarousel-clip {
    overflow: hidden;
}

#product_detail .image_box .images_carousel .jcarousel-prev {
    width: 12px;
    border: 1px solid #CCCCCC;
    height: 70px;
    position: absolute;
    top: 0px;
    left: -16px;
    border-radius: 0 0 0 5px;
    background-color: #EEEEEE;
    cursor: pointer;
    background-image: url("../Images/E-shop/icon_arrows2.png");
    background-repeat: no-repeat;
    background-position: 0px 31px;
}

#product_detail .image_box .images_carousel .jcarousel-next {
    width: 12px;
    border: 1px solid #CCCCCC;
    height: 70px;
    position: absolute;
    top: 0px;
    right: -16px;
    border-radius: 0 0 5px 0;
    background-color: #EEEEEE;
    cursor: pointer;
    background-image: url("../Images/E-shop/icon_arrows2.png");
    background-repeat: no-repeat;
    background-position: -12px 31px;
}

#product_detail .summary {
    float: right;
    width: 385px;
    margin-left: 45px;
    position: relative;
}

#product_detail .summary .short_description {
    border-bottom: 1px solid #bfbebe;
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 8px;
    margin: 0 0 20px;
}

#product_detail .prices {

}

#product_detail .summary table {
    width: 358px;
    border-collapse: collapse;
    margin: 0 13px 20px;
}

#product_detail .summary table td {
    padding: 5px 0;
}

#product_detail .description {
    font-size: 13px;
}

#product_detail .cart_add fieldset.cart_add_box {
    text-align: right;
    padding: 12px;
    line-height: 29px;
    vertical-align: middle;
    background-color: #EEEEEE;
    border: 1px solid #BFBEBE;
    border-radius: 5px;
    margin: 0px;
}

#product_detail .cart_add fieldset.cart_add_box .sale_by_size {
    border-top: 1px solid #BFBEBE;
    margin-top: 10px;
    padding-top: 10px;
    text-align: left;
}

#product_detail .cart_add fieldset.cart_add_box .sale_by_size span.mall,
#product_detail .cart_add fieldset.cart_add_box .sale_by_size span.unit {
    display: inline-block;
    width: 17px;
    text-align: center;
}

#product_detail .cart_add fieldset.cart_add_box .sale_by_size label {
    width: 171px;
    display: inline-block;
}

#product_detail .cart_add fieldset input[type="text"] {
    text-align: right;
}

#product_detail .cart_add fieldset.cart_add_box .sale_by_size input[type="text"] {
    width: 50px;
}

#product_detail .cart_add fieldset.cart_add_combinations {
    border: none;
    margin: 20px 0 0;
    padding: 0 12px;
}

#product_detail .cart_add fieldset.cart_add_combinations select {
    width: 239px;
    padding: 2px 2px 2px 3px;
}

#product_detail .cart_add fieldset.cart_add_combinations label {
    display: inline-block;
    width: 100px;
}

#product_detail .cart_add #availability {
    float: left;
    font-weight: bold;
    font-size: 15px;
    vertical-align: middle;
    line-height: 29px;
    margin: 3px 0 0;
}

#product_detail .cart_add * {
    vertical-align: middle;
}

#product_detail .cart_add fieldset {
    margin-bottom: 10px;
}

#product_detail .cart_add p {
    margin: 5px 0;
}

#product_detail .cart_add fieldset label,
#product_detail .cart_add fieldset input,
#product_detail .cart_add fieldset select {
    margin: 3px 0;
}

#product_detail .cart_add input[type="text"] {
    width: 30px;
    margin: 0 5px 0 5px;
    border: 1px solid #a6a4a4;
}

#product_detail .cart_add label[for="count"] {
    display: inline-block;
    margin-right: 10px;
}

#product_detail h2.configure {
    margin: 30px 0 -25px;
}

div.configuratorCombination h3 {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 3px;
    font-size: 14px;
    margin: 20px 0 10px;
}

div.configuratorCombinationValues label {
    display: inline-block;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    cursor: pointer;
    width: 136px;
    margin: 5px;
    text-align: center;
    padding: 7px;
}

div.configuratorCombinationValues label:hover {
    background-color: #EEEEEE;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px 0;
}

div.configuratorCombinationValues label.checked {
    background-color: #E0E0E0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px 0;
    border-color: #c2c2c2;
}

div.configuratorCombinationValues label.disabled {
    border: 1px solid #EEEEEE;
    color: #CFCFCF;
    cursor: auto;
    background-color: #FAFAFA;
}

div.configuratorCombinationValues label.disabled .img {
    border: 1px solid #EEEEEE;
}

div.configuratorCombinationValues label.disabled img {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

div.configuratorCombinationValues label.disabled .chargeContainer {
    color: #CFCFCF;
}

div.configuratorCombinationValues .img {
    display: block;
    border: 1px solid #CFCFCF;
    width: 134px;
    height: 134px;
    line-height: 134px;
    margin: 0 auto 10px;
    text-align: center;
    background-color: #ffffff;
}

div.configuratorCombinationValues img {
    max-height: 127px;
    max-width: 127px;
    vertical-align: middle;
}

div.configuratorCombinationValues .valueBox {
    display: block;
    text-align: left;
    font-size: 11px;
}

div.configuratorCombinationValues .value {
    line-height: 17px;
    height: 51px;
    display: inline-block;
}

div.configuratorCombinationValues .chargeBox {
    display: block;
    text-align: left;
    font-size: 11px;
    margin-top: 5px;
}

div.configuratorCombinationValues .chargeContainer {
    color: #D11C00;
    font-weight: bold;
}

div.configuratorWizardActions {
    margin-top: 30px;
}

div.configuratorWizardActions .submit {
    width: 100px;
    text-align: center;
}

#product_detail .cart_add div.configuratorCombinationValues .chargeBox * {
    vertical-align: top;
}

div.configuratorCombinationValues input[type="radio"] {
    display: none;
}

#product_detail .final_price.main td {
    font-weight: bold;
}

#product_detail .final_price td.price {
    font-size: 17px;
}

#product_detail .final_price.main td.price {
    color: #D11C00;
    font-size: 23px;
}

#product_detail .final_price td.price a {
    font-size: 15px;
}

#product_detail .tabs,
#product_detail .configuratorTabs {
    margin-top: 40px;
    position: relative;
}

#product_detail .tabs .tab_name,
#product_detail .configuratorTabs .tab_name {
    border: 1px solid #cfcfcf;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    background-color: #FFFFFF;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    z-index: 10;
    padding: 0 10px;
}

#product_detail .tabs .tab_close_toggle {
    border: 1px solid #cfcfcf;
    border-radius: 0 0 5px 5px;
    line-height: 24px;
    height: 24px;
    padding: 0;
    background-color: #EEEEEE;
    text-decoration: none;
    font-size: 13px;
    display: block;
    text-align: center;

}

#product_detail .tabs .tab_close_toggle i {
    font-size: 18px;
    display: inline-block;
    margin-right: 5px;
}

#product_detail .tabs .tab_close_toggle:hover {
    background-color: #E6E6E6;
}

#product_detail .tabs .tab_name a,
#product_detail .configuratorTabs .tab_name a {
    color: #666666;
    text-decoration: none;
    display: block;
    line-height: 45px;
    height: 45px;
    vertical-align: middle;
}

#product_detail .tabs .tab_name a .num,
#product_detail .configuratorTabs .tab_name a .num {
    font-weight: normal;
}

#product_detail .tabs .tab_name.active a,
#product_detail .configuratorTabs .tab_name.active a {
    color: #000000;
}

#product_detail .tabs .tab_name,
#product_detail .configuratorTabs .tab_name {
    background-color: #eeeeee;
    border-bottom: 1px solid #cfcfcf;
    margin-top: -1px;
}

#product_detail .tabs .tab_name:hover,
#product_detail .configuratorTabs .tab_name:hover {
    background-color: #E6E6E6;
}

#product_detail .tabs .tab_name.active,
#product_detail .configuratorTabs .tab_name.active {
    background-color: transparent;
    border-bottom: 1px solid #FFFFFF;
}

#product_detail .tabs .tab_body,
#product_detail .configuratorTabs .tab_body {
    border-top: 1px solid #cfcfcf;
    position: relative;
    top: -1px;
    padding: 10px 10px;
    border-radius: 0 5px 5px 5px;
}

table.orders_history,
table.cart {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    margin-bottom: 30px;
}

table.orders_history th,
table.cart th {
    background-color: #d8d8d8;
}

table.orders_history th,
table.orders_history td,
table.cart th,
table.cart td {
    padding: 3px 3px;
    line-height: 20px;
}

table.cart .variant {
    font-size: 11px;
    color: #000000;
}

table td.number,
table tr.number {
    text-align: right;
}

table.cart input[type="text"] {
    border: 1px solid #a6a4a4;
    width: 24px;
    text-align: right;
}

table.orders_history td.empty,
table.cart td.empty {
    text-align: right;
    font-weight: bold;
    line-height: 50px;
}

.ws_cart {
    float: right;
    font-size: 13px;
}

.ws_cart .ws_price {
    color: #d22026;
    font-weight: bold;
}

.ws_cart a {
    background-image: url("../Images/icon_cart.png");
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 24px;
    display: inline-block;
    padding-right: 30px;
    margin-left: 10px;
    color: #7c7c7c;
    text-decoration: none;
    font-weight: normal;
}

.strike {
    background-image: url("../Images/bg_strike.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
}

.summary {
    line-height: 21px;
}

.summary .price_final {
    float: left;
}

.summary .price_final .price {
    font-weight: normal;
}

.summary .price_final .final td {
    font-size: 15px;
    font-weight: bold;
}

.summary .buttons {
    float: right;
}

a.submit,
input[type="submit"] {
    background-image: url("../Images/button_other.jpg");
    background-color: #ab2121;
    border: 0px;
    border-radius: 3px;
    height: 31px;
    line-height: 31px;
    color: #FFFFFF;
    padding: 0 10px;
    text-decoration: none;
    vertical-align: middle;
    font-size: 13px;
    text-transform: uppercase;
}

a.submit {
    display: inline-block;
    height: 31px;
    line-height: 31px;
}

.buy_box {
    text-align: center;
    margin-top: 50px;
}

.contact td:first-child {
    width: 100px;
}

.order {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}

.order th {

}

.order th,
.order td {
    padding: 3px 3px;
}

.order .info {
    color: #cccccc;
    font-style: italic;
}

#order fieldset {
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 20px;
    margin: 0;
}

#order label {
    display: inline-block;
    width: 205px;
    text-align: right;
    vertical-align: top;
    margin: 5px 0;
    line-height: 20px;
    padding: 6px 20px 6px 0;
}

#order label.required {
    font-weight: bold;
}

#order input[type="text"] {
    margin: 5px 0;
    line-height: 20px;
    height: 20px;
    padding: 5px;
    width: 220px;
}

#order input[type="radio"],
#order input[type="checkbox"] {
    margin: 15px 5px 15px 0;
}

#order select {
    margin: 5px 0;
    height: 32px;
    line-height: 20px;
    padding: 5px;
    width: 232px;
}

#order table td {
    vertical-align: top;
}

#order textarea {
    margin: 5px 0;
    padding: 5px;
    line-height: 20px;
    font-family: Arial;
    font-size: 12px;
    width: 220px;
}

#order h2.orderOpenable {
    cursor: pointer;

}

#order h2.orderOpenable:hover {
    text-decoration: underline;
}

#order h2.orderOpenable .icon {
    text-decoration: none;
    margin-left: 10px;
    color: #999999;
}

#order h2.orderOpenable:hover .icon {
    color: #888888;
}

#order h2 {
    border: 1px solid #D8D8D8;
    background-color: #eeeeee;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0 5px;
}

textarea,
select,
input[type="password"],
input[type="text"] {
    background-color: #FFFFFF;
    border: 1px solid #a6a4a4;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    width: 152px;
}

select,
input[type="password"],
input[type="text"] {
    height: 23px;
    line-height: 23px;
    padding: 0 3px;
}

.errors {
    color: red;
}

.messages {
    color: green;
}

.form.login fieldset {
    width: 316px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin: 0 auto;
    padding: 10px;
}

.form.login input[type="password"],
.form.login input[type="text"] {
    width: 256px;
    border: 1px solid #a6a4a4;
    border-radius: 3px;
}

.side_pannel_body.userbox form {
    margin: 0;
    padding: 0 10px 0 10px;
}

.side_pannel_body.userbox label {
    color: #535353;
}

.userbox.form.login input[type="password"],
.userbox.form.login input[type="text"] {
    width: 198px;
}

.userbox.form.login input[type="submit"] {
    background-image: url("../Images/button_login.jpg");
    border: none;
    width: 90px;
    height: 25px;
    color: transparent;
}

.strike {
    background-image: url("../Images/bg_strike.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
}

#content table.border {
    width: 706px;
    text-align: left;
    margin: 0 auto;
    border-spacing: 0;
}

#content table.border td {
    border-bottom: 1px dotted #D6D6D6;
    padding: 2px 0;
}

#content table.border td.price {
    padding-right: 25px;
}

#content table.border tr.bold td {
    font-weight: bold;
}

#content table.border2 {
    width: 706px;
    text-align: center;
    margin: 0 auto;
    border-spacing: 0;
}

#content table.border2 td {
    border-bottom: 1px dotted #D6D6D6;
    border-right: 1px dotted #D6D6D6;
    padding: 2px 0;
}

.first2 {
    width: 125px;
    padding-left: 15px;
    border-right: 1px dotted #D6D6D6;
    text-align: left;
}

#content table.border3 {
    width: 231px;
    text-align: right;
    margin: 0 auto;
    border-spacing: 0;
}

#content table.border3 td {
    border-bottom: 1px dotted #D6D6D6;
    border-right: 1px dotted #D6D6D6;
    padding: 2px 4px 2px 0;
}

.gallery img {
    margin: 6px;
}

.filter {
    text-align: left;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    padding: 10px;
}

.filter label {
    width: 57px;
    display: inline-block;
    line-height: 25px;
    text-align: right;
    margin-right: 5px;
}

.filter select {
    margin-right: 10px;
    text-align: left;
    margin: 3px;
}

.filter.home {
    width: 344px;
    float: left;
}

.filter.home select {
    width: 265px;
}

.filter.home .acenter {
    text-align: right;
    padding: 0 11px;
}

.banners {
    float: right;
    width: 320px;
}

.banners .banner_01,
.banners .banner_02 {
    display: block;
    width: 320px;
    height: 97px;
}

.banners .banner_01 span,
.banners .banner_02 span {
    display: none;
}

.banners .banner_01 {
    background-image: url("../Images/banner_01.jpg");
    margin-bottom: 19px;
}

.banners .banner_02 {
    background-image: url("../Images/banner_02.jpg");
}

.request_form {
    width: 454px;
}

.request_form label {
    display: block;
    width: 150px;
    text-align: left;
    margin: 6px 0 0;
    vertical-align: top;
    line-height: 19px;
}

.request_form input[type="text"] {
    width: 250px;
    border: 1px solid #8b8b8b;
    margin: 6px 0;
}

.request_form textarea {
    width: 450px;
    margin: 6px 0;
    height: 300px;
    border: 1px solid #8B8B8B;
}

.request_form fieldset {
    padding: 0px;
    border: none;
    margin-bottom: 15px;
}

colgroup.first {
    width: 150px;
}

#submenu {
    margin: 0px;
    padding: 0px;
}

#submenu li {
    list-style-type: none;
}

#submenu li a {
    background-image: url("../Images/bg_submenu_button.png");
    height: 46px;
    line-height: 46px;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 68px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 2px;
}

ol {
    padding-left: 20px;
}

.preview_underproduct {
    border-bottom: 1px solid #e8e8e8;
    /*margin-bottom: 10px;*/
    height: 100px;
    position: relative;
}

.preview_underproduct .name {
    color: #589791;
    font-size: 13px;
    left: 0px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 10px;
}

.preview_underproduct .name a {
    color: #589791;
    text-decoration: underline;
    font-weight: bold;
}

.preview_underproduct .buy_button {
    position: absolute;
    bottom: 10px;
    right: 0px;
}

.preview_underproduct .price_buy_prices {
    position: absolute;
    left: 0px;
    bottom: 10px;
    display: block;
    height: 15px;
    line-height: 15px;
}

.preview_underproduct .description {
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: justify;
    white-space: nowrap;
    width: 545px;
    left: 0px;
    top: 35px;
    position: absolute;
}

.preview_underproduct .price {
    color: #D11C00;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    margin: 0;
    vertical-align: middle;
}

.preview_underproduct .price_vat {
    border-left: 1px solid #CFCFCF;
    color: #999999;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    margin-left: 7px;
    padding-left: 7px;
    vertical-align: middle;
}

.box_under_products .loading {
    text-align: center;
    height: 50px;
    line-height: 50px;
}

#product_facebook {
    margin-top: 20px;
}

#product_facebook td.name {
    width: 110px;
    vertical-align: middle;
}

.reservations,
.calendar {
    border-collapse: separate;
    border-spacing: 3px;
    line-height: 15px;
}

.calendar .noborder {
    border: none;
    background: transparent;
}

.reservations td,
.reservations th,
.calendar td,
.calendar th {
    border: 1px solid #b3b3b3;
    width: 170px;
    text-align: center;
    font-weight: bold;
    height: 50px;
    vertical-align: middle;
    border-radius: 5px;
    padding: 0;
}

.reservations td,
.reservations th {
    height: 30px;
    width: auto;
    padding: 0 10px;
}

.reservations td {
    font-weight: normal;
    text-align: left;
}

.reservations th,
.calendar th {
    background-color: #cccccc;
}

.calendar th span {
    font-weight: bold;
    font-size: 12px;
}

.calendar tr.today th,
.calendar tr.today td {
    border: 1px solid #be205b;
}

.legend td.free {
    border: 1px solid #b3b3b3;
}

.legend td.free_app,
.calendar td.free_app {
    border: 1px solid #b3b3b3;
    background-color: #fffec9;
}

.legend td.notactive,
.calendar td.notactive {
    border: 1px solid #b3b3b3;
    background-color: #f8dde6;
}

.legend td.reserved,
.calendar td.reserved {
    border: 1px solid #750128;
    background-color: #b60e4c;
}

.legend td.reserved_for_me,
.calendar td.reserved_for_me {
    border: 1px solid #017528;
    background-color: #0eb546;
}

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

.calendar_panel {
    margin-bottom: 15px;
    margin-top: 40px;
    text-align: center;
    position: relative;
    line-height: 29px;
}

.calendar_panel form select {
    padding: 4px;
    border-radius: 5px;
    height: 29px;
}

.calendar_panel form select option {
    padding: 4px;
}

.calendar a.reservation {
    display: block;
    width: 170px;
    height: 48px;
    line-height: 48px;
    color: #000000;
    text-decoration: none;
}

.calendar td.reserved {
    color: #FFFFFF;
}

.calendar td {
    font-weight: normal;
}

.calendar a.reservation span {
    display: none;
}

.calendar th.day_name {
    width: 86px;
    font-weight: normal;
}

form.reservation label {
    width: 80px;
    display: inline-block;
    line-height: 25px;
}

.required {
    font-weight: bold;
}

.legend td {
    padding: 0px 30px 0px 10px;
    vertical-align: middle;
}

.legend td.tl {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 5px;
}

.reference h3 {
    margin-bottom: 5px;
}

.reference_box {
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #CCCCCC;
    padding: 10px 10px 41px;
    background-color: #EEEEEE;
    position: relative;
}

.reference_box p {
    margin-top: 0;
}

.reference_box .submit {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.reference_box .reference_images {
    float: right;
    margin-left: 17px;
    margin-bottom: -31px;
}

.reference_images img {
    max-width: 150px;
    max-height: 150px;
    vertical-align: middle;
}

.reference_images .image {
    height: 160px;
    width: 160px;
    display: inline-block;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #CCCCCC;
    line-height: 160px;
    margin: 3px 3px 6px;
    background-color: #FFFFFF;
}

.reference_box .reference_images .image {
    margin-left: 3px;
}

.reservation {
    margin: 14px 0 0;
}

.news_date {
    float: right;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
}

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

.news_box {
    margin-bottom: 25px;
}

.configuratorCombination.showAsForm .img {
    position: relative;
}

.configuratorCombination.showAsForm .img .dogTagTextLabels {
    position: absolute;
    top: 0;
    left: 0;
    width: 334px;
    height: auto;
    display: block;
    text-align: left;
    padding: 30px 0;
}

.configuratorCombination.showAsForm .img .dogTagTextLabels .dogTagTextLabel {
    display: block;
    height: 26px;
    line-height: 26px;
    margin-left: 60px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}

.preview_underproduct .image {
    border: 1px solid red;
    display: block;
    border-radius: 0 !important;
    width: 80px !important;
    height: 80px !important;
    margin-top: 20px;
    line-height: 80px !important;
    position: absolute;
    top: 10px;
    left: 0;
}

.preview_underproduct img {
    max-width: 90% !important;
    max-height: 90% !important;
}

.preview_underproduct .name,
.preview_underproduct .description,
.preview_underproduct .price_buy_prices {
    left: 95px !important;
}

.products.view_1 .product_preview .tags {
    margin-top: 5px;
}

.products.view_2 .product_preview .tags {
    position: absolute;
    right: 80px;
    bottom: 8px;
}

.products .product_preview .tags .tag {
    background-color: #EEEEEE;
    border: 1px solid #CFCFCF;
    font-size: 11px;
    display: inline-block;
    line-height: 17px;
    margin: 3px 0;
    padding: 0 3px;
    text-decoration: none;
    color: inherit;
}

.products .product_preview .tags .tag:hover {
    background-color: #E6E6E6;
}

.cookies-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;

    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-align: center;
    padding: 20px 0;

    background: #4f8ca0;
    background: -moz-linear-gradient(top, #4f8ca0 0%, #1f3f57 100%);
    background: -webkit-linear-gradient(top, #4f8ca0 0%, #1f3f57 100%);
    background: linear-gradient(to bottom, #4f8ca0 0%, #1f3f57 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f8ca0', endColorstr='#1f3f57', GradientType=0);
}

.cookies-alert a {
    color: #FFCD3B;
}

.btn-cookies {
    margin-left: 20px;
    vertical-align: middle;

    border: 1px solid #FFCD3B;
    border-radius: 4px;

    text-decoration: none;
    padding: 5px 7px;
}

#parameters_btn {
    background-image: url("../Images/button_other.jpg");
    border: 0;
    color: #FFFFFF;
    text-shadow: none;
}

#parameters_btn i {
    color: #FFFFFF !important;
}

.filter.home {
    background-color: #dfa503;
    border: 0;
}

.filter.home select {
    background-color: #3d6379;
    color: #ffffff;
    border-color: #3d6379;
}

