body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10pt;
    padding: 0px;
    margin: 0px;
    color: #622a2a;
    background-image: url(../images/bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

#main {
    margin: 0px auto;
    width: 1077px;
}
/* head */
#head {
    margin: 0px auto;
    width: 1025px;

}

#logo {
    float: left;
    border: none;
    margin-top: 10px;
}

#logo img {
    border: none;
}

#search {
    float: left;
    margin-top: 30px;
    margin-left: 150px;
}

#search input[type="text"] {
    border: 1px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
    height: 26px;
    width: 300px;
    text-align: left;
    float: left;
    margin-right: 10px;
    font-size: 9pt;
    color: #622a2a;
}
#search input[type="image"] {
    float: right;
    right: 35px;
    position: relative;
    top: 7px;
}

#basket {
    float: right;
    width: 220px;
    padding-top: 5px;
}

#basket img {
    float: left;
}

#basket_cont {
    width: 140px;
    float: right;
    text-align: right;
}

#basket_title {
    font-weight: 700;
    font-size: 10pt;
    display: block;
}

#basket_sum {
    font-size: 10pt;
    display: block;
    margin-bottom: 5px;
}

#basket_cont a {
    color: #f58220;
    font-size: 10pt;
    text-decoration: none;
}

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

#logged_user {
    float: right;
    clear: right;
}

#logged_user a {
    color: #622a2a;
    text-decoration: none;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: right;
}

#logged_user a:last-of-type {
    margin-right: 0px;
}

#logged_user a:hover {
    font-weight: bold;
}
/* end head */

/* menu */
#menu {
    width: 1023px;
    height: 44px;
    margin: 0px auto;
    background: #fea005;
    background: -webkit-gradient(linear, left top, left bottom, from(#fea005), to(#e87500)); /* Safari, Chrome  */
    background: -moz-linear-gradient(top,  #fea005,  #e87500); /* Firefox 3.6+ */
    background-image: -o-linear-gradient(90deg,rgb(254,160,5),rgb(232,117,0));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fea005', endColorstr='#e87500'); /* IE */
    margin-top: 1px;
    border-top: 1px #fdb947 solid;
}

#menu_border {
    background: #e59510;
    background: -webkit-gradient(linear, left top, left bottom, from(#e59510), to(#bc5f00)); /* Safari, Chrome  */
    background: -moz-linear-gradient(top,  #e59510,  #bc5f00); /* Firefox 3.6+ */
    background-image: -o-linear-gradient(90deg,rgb(229,149,16),rgb(188,95,0));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e59510', endColorstr='#bc5f00'); /* IE */
    float: left;
    width: 1025px;
    height: 46px;
    margin: 0px auto;
    margin-top: 10px;
}

.menu_item:first-child {
    border-left: none;
}

.menu_item:last-child {
    border-right: none;
}

.menu_item {
    float: left;
    height: 44px;
    border-left: 1px #fdb947 solid;
    border-right: 1px #e29110 solid;
}

#menu .selected {
    background: #fea005;
    background: -webkit-gradient(linear, left top, left bottom, from(#f17900), to(#ffa105)); /* Safari, Chrome  */
    background: -moz-linear-gradient(top,  #f17900, #ffa105); /* Firefox 3.6+ */
    background-image: -o-linear-gradient(90deg,rgb(241,121,0),rgb(255,161,5));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f17900', endColorstr='#ffa105'); /* IE */
    /*    border-top: 1px #fdb947 solid;*/
}

.menu_item a {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.5pt;
    text-shadow: 2px 2px 2px rgba(0%, 0%, 0%, 0.3);
    font-size: 10pt;
}

.menu_item a img {
    border: none;
}

.menu_item img {
    margin-top: 12px;
    margin-left: 15px;
    margin-right: 5px;
    float: left;
}

.menu_item span {
    margin-top: 14px;
    margin-right: 15px;
    float: left;
}
/* end menu */

/* content */
#content_wrapper {
    width: 1077px;
    background-image: url(../images/shadow.png);
    background-repeat: no-repeat;
    clear: left;
}

#content {
    background-color: #ffffff;
    width: 1023px;
    clear: left;
    margin: 0px auto;
    overflow: hidden;
    min-height: 1024px;
    border: 1px solid #d7d7d7;
    padding-bottom: 10px;
}

#content_container {
    width: 720px;
    float: right;
    margin: 10px 10px 10px 0px;
}

#content_buttons {
    width: 700px;
    float: left;
    padding: 10px;
    border-top: 1px solid #d7d7d7;
}

#fb_like {
    float: left;
}

#page_print {
    float: right;
    padding-top: 3px;
}

#page_print a {
    color: #f58220;
    font-size: 10pt;
    text-decoration: none;
}

#page_print a:hover {
    text-decoration: underline;
}
/* end content */

/* categories */
#categories {
    float: left;
    width: 270px;
    margin: 10px 0px 0px 10px;
    border-top: 1px solid #d7d7d7;
    overflow: hidden;
    font-size: 10pt;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}

#banner {
    float: left;
    clear: left;
    border: 1px solid #d7d7d7;
    margin: 10px 0px 0px 10px;
}

/*.category_item {
    background: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e6e6e6));  Safari, Chrome  
    background: -moz-linear-gradient(top,  #f5f5f5,  #e6e6e6);  Firefox 3.6+ 
    background-image: -o-linear-gradient(90deg,rgb(245,245,245),rgb(230,230,230));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e6e6e6');  IE 
    height: 35px;
    border-top: 1px solid #fcfcfc;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}*/
/* end categories */

/* catalogue */
#catalogue {
    width: 720px;
    float: right;
    margin: 10px 10px 10px 0px;
}

#catalogue_content >div {
    float: left;
    /*    padding: 10px;*/
}

#catalogue_head {
    height: 70px;
/*    background-color: black;*/
    margin-bottom: 10px;
    border: 1px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
}

#catalogue_panel {
    border: 1px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
    font-size: 10pt;
    height: 100px;
    margin-bottom: 10px;
}

#catalogue_panel_head {
    background: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e6e6e6)); 
    background: -moz-linear-gradient(top,  #f5f5f5,  #e6e6e6);  
    background-image: -o-linear-gradient(90deg,rgb(245,245,245),rgb(230,230,230));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e6e6e6'); 
    height: 26px;
    border-bottom: 1px solid #d7d7d7;
}

#catalogue_panel_head div {
    float: right;
    font-size: 10pt;
    border-left: 1px solid #d7d7d7;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}

#catalogue_panel_head div img {
    float: left;
    padding-top: 2px;
    margin-right: 5px;
}

#catalogue_panel_head div span {
    float: left;
}

#catalogue_panel_head .active {
    background-color: #ffffff;
    height: 21px;
    margin-top: -5px;
    margin-right: -1px;
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    z-index: 3000;
    float: right;
}

.catalogue_panel_toolbox {
    
}

#catalogue_sort div, #catalogue_switch_view div {
    margin: 10px;
}

#catalogue_sort span, #catalogue_switch_view span {
    float: left;
    margin-right: 10px;
}

#catalogue_sort form, #catalogue_switch_view form {
    float: left;
    margin-right: 10px;
}

#catalogue_panel div span {
    font-size: 10pt;
    font-weight: bold;
}

#catalogue_content >div {
    float: left;
    /*    padding: 10px;*/
}

#catalogue_filter {
    display: block;
    padding: 10px;
}

#catalogue_switch_view, #catalogue_sort {
    display: none;
}

#catalogue_filter div {
    float: left;
}

#sections {
    float: left;
    clear: left;
/*    margin-right: 20px;*/
}
#sections input {
    margin-top: 5px;
}

#price_slider {
    padding-top: 3px;
}

#price_slider span {
    float: left;
}

#price_slider p {
    float: left;
}

#price_slider input {
    color: #f58220;
    font-weight: bold;
    width: 40px;
    text-align: right;
    border: none;
    float: left;
    position: relative;
    margin-top: -5px;
}

#price_slider input:last-of-type {
    text-align: left;
    
}

#slider-range {
    width: 230px;
    float: left;
    margin: 0px 10px;
    margin-top: 2px;
}

#slider-range div {
    background: #f58220;
}

#catalogue_filter form {
    float: left;
    margin-right: 5px;
}

#catalogue_filter:last-child {
    float: left;
    margin-right: 0px;
}

#catalogue_foot {
    margin-top: -1px;
    border-top: 1px solid #d7d7d7;
    float: left;
    overflow: hidden;
    width: 700px;
    min-height: 50px;
    padding: 10px;
}

#pagination {

}

#pagination div {
    float: left;
    margin-bottom: 10px;
}

#pagination span {
    float:left;
    margin-top:12px;
    margin-right: 10px;
    margin-left: 10px;
}

.page_digit {
    float: right;
    width: 27px;
    height: 26px;
    margin: 0px auto;
    background: #fea005;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e7e7e7)); /* Safari, Chrome  */
    background: -moz-linear-gradient(top,  #f4f4f4,  #e7e7e7); /* Firefox 3.6+ */
    background-image: -o-linear-gradient(90deg,rgb(244,244,244),rgb(231,231,231));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e7e7e7'); /* IE */
    border-top: 1px #ffffff solid;
    text-align: center;
}

.page_digit a {
    color: #622a29;
    font-weight: 500;
    letter-spacing: 0.5pt;
    text-shadow: 2px 2px 2px rgba(0%, 0%, 0%, 0.3);
    font-size: 10pt;
    text-decoration: none;
    display: block;
    margin-top: 3px;
}

.page_digit_border {
    float: right;
    width: 27px;
    height: 27px;
    margin: 0px auto;
    margin-top: 10px;
    border: 1px solid #d7d7d7;
    margin-left: 2px;
    margin-right: 2px;
}

.page_previous {
    float: right;
    width: 27px;
    height: 26px;
    margin: 0px auto;
    background: #fea005;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e7e7e7)); /* Safari, Chrome  */
    background: -moz-linear-gradient(top,  #f4f4f4,  #e7e7e7); /* Firefox 3.6+ */
    background-image: -o-linear-gradient(90deg,rgb(244,244,244),rgb(231,231,231));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e7e7e7'); /* IE */
    border-top: 1px #ffffff solid;
    text-align: center;
}

.page_previous a {
    color: #622a29;
    font-weight: 500;
    letter-spacing: 0.5pt;
    text-shadow: 2px 2px 2px rgba(0%, 0%, 0%, 0.3);
    font-size: 10pt;
    text-decoration: none;
    display: block;
    margin-top: 3px;
}

.page_previous_border {
    float: right;
    width: 27px;
    height: 27px;
    margin: 0px auto;
    margin-top: 10px;
    border: 1px solid #d7d7d7;
    margin-left: 2px;
    margin-right: 2px;
}

.page_next {
    float: right;
    width: 27px;
    height: 26px;
    margin: 0px auto;
    background: #fea005;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e7e7e7)); /* Safari, Chrome  */
    background: -moz-linear-gradient(top,  #f4f4f4,  #e7e7e7); /* Firefox 3.6+ */
    background-image: -o-linear-gradient(90deg,rgb(244,244,244),rgb(231,231,231));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e7e7e7'); /* IE */
    border-top: 1px #ffffff solid;
    text-align: center;
}

.page_next a {
    color: #622a29;
    font-weight: 500;
    letter-spacing: 0.5pt;
    text-shadow: 2px 2px 2px rgba(0%, 0%, 0%, 0.3);
    font-size: 10pt;
    text-decoration: none;
    display: block;
    margin-top: 3px;
}

.page_next_border {
    float: right;
    width: 27px;
    height: 27px;
    margin: 0px auto;
    margin-top: 10px;
    border: 1px solid #d7d7d7;
    margin-left: 2px;
    margin-right: 2px;
}

.page_current {
    float: right;
    width: 27px;
    height: 26px;
    margin: 0px auto;
    background: #fea005;
    background: -webkit-gradient(linear, left top, left bottom, from(#fea005), to(#e87500)); /* Safari, Chrome  */
    background: -moz-linear-gradient(top,  #fea005,  #e87500); /* Firefox 3.6+ */
    background-image: -o-linear-gradient(90deg,rgb(254,160,5),rgb(232,117,0));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fea005', endColorstr='#e87500'); /* IE */
    margin-top: 1px;
    border-top: 1px #fdb947 solid;
    text-align: center;
}

.page_current a {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.5pt;
    text-shadow: 2px 2px 2px rgba(0%, 0%, 0%, 0.3);
    font-size: 10pt;
    text-decoration: none;
    display: block;
    margin-top: 3px;
}

.page_current_border {
    background: #e59510;
    background: -webkit-gradient(linear, left top, left bottom, from(#e59510), to(#bc5f00)); /* Safari, Chrome  */
    background: -moz-linear-gradient(top,  #e59510,  #bc5f00); /* Firefox 3.6+ */
    background-image: -o-linear-gradient(90deg,rgb(229,149,16),rgb(188,95,0));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e59510', endColorstr='#bc5f00'); /* IE */
    float: right;
    width: 28px;
    height: 28px;
    margin: 0px auto;
    margin-top: 10px;
    margin-left: 2px;
    margin-right: 2px;
}
/* end catalogue */

/* content box */
.content_box {
    border: 1px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
    float: left;
    width: 720px;
    margin-bottom: 10px;
}

#content_box_content {
    width: 700px;
    margin: 10px;
}

.content_box_head {
    border-bottom: 1px solid #d7d7d7;
    font-size: 18pt;
    color: #622a2a;
    width: 700px;
    padding: 10px;
}

.content_box_head h1 {
    font-size: 14pt;
    font-style: normal;
    font-weight: 400; 
    color: #622a2a;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    /*    margin-top: 10px;
        margin-bottom: 10px;*/
}

.content_box_head span {
    float: right;
    font-size: 10pt;
    margin-top: 5px;
    color: #f5821f;
    cursor: pointer;
}

.content_box_head form {
    float: right;
    margin-top: 5px;
    font-size: 10pt;
/*    color: #f5821f;*/
}

.content_box_head select {
    margin-left: 5px;
}
/* end content box */

/* product */
.product_line {
    border-bottom: 1px solid #d7d7d7;
}

.product {
    width: 219px;
    height: 210px;
    padding: 10px;
    border-right: 1px solid #d7d7d7;
    float: left;
    text-align: center;
}

.product .product_code {
    display: none;
}

.product a:last-of-type, .right_part  a:last-of-type {
    color: #f58220;
    font-size: 10pt;
    text-decoration: none;
    float: right;
    margin-top: 5px;
}

.product a:hover, .product_extended a:hover {
    text-decoration: underline;
}

.product_extended img {
    border: none;
}

.product_add_to_basket {
    float: right;
    clear: right;
    margin-top: 10px;
}

.product_add_to_basket form {
    float: right;
}


.product_add_to_basket form span {
    float: left;
    margin-right: 10px;
    padding-top: 5px;
    font-size: 11pt;
    font-weight: 300;
}

.product_add_to_basket form input[type="text"]{
    border: 1px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
    height: 26px;
    width: 30px;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.product_add_to_basket form input[type="submit"]{
    float: left;
}

.product_line >.product:last-of-type {
    border: none;
}

.product img {
    margin: 10px auto;
    float: left;
    margin-left: 60px;
    border: none;
}

.product_flag {
    background-repeat: no-repeat;
    width: 97px;
    height: 98px;
    float: left;
/*    position: relative;*/
/*    top: -130px;
    left: -10px;*/
    margin-top: -130px;
    margin-left: -10px;
/*    *margin-top: -75px;     IE6+7, doesn't work in IE8/9 as IE7 
    _margin-top: -75px;      IE6 
    margin-top: -65px \0/;  IE8+9  */
}

.product_ex_flag {
    background-repeat: no-repeat;
    width: 97px;
    height: 98px;
    float: left;
    margin-top: -10px;
    margin-left: -10px;
    z-index: 2000;
}
/*
@media all and (min-width:0) {
    .product_flag { color:-75px \0/; }   IE9-IE10pp4 
}*/

.discount {
    background-image: url(../images/flags/akcia.png);
}

.sale {
    background-image: url(../images/flags/vypredaj.png);
}

.new {
    background-image: url(../images/flags/novinka.png);
}

.available_again {
    background-image: url(../images/flags/opat_skladom.png);
}

.available {
    background-image: url(../images/flags/skladom.png);
}

.unavailable {
    background-image: url(../images/flags/vypredane.png);
}

.last {
    background-image: url(../images/flags/posledne_kusy.png);
}

.individual {
    background-image: url(../images/flags/individualna_cena.png);
}

.product_title {
    color: #f5821f;
    float: left;
    clear: left;
    font-size: 10pt;
}

.product_price {
    color: #622a2a;
    float: left;    
    clear: left;
    font-weight: 700;
    font-size: 14pt;
}

.product_button {
    float: right;
    width: 98px;
    height: 28px;
    margin: 0px auto;
    background: #fea005;
    background: -webkit-gradient(linear, left top, left bottom, from(#fea005), to(#e87500)); /* Safari, Chrome  */
    background: -moz-linear-gradient(top,  #fea005,  #e87500); /* Firefox 3.6+ */
    background-image: -o-linear-gradient(90deg,rgb(254,160,5),rgb(232,117,0));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fea005', endColorstr='#e87500'); /* IE */
    margin-top: 1px;
    border-top: 1px #fdb947 solid;
    text-align: center;
}

.product_button a {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.5pt;
    text-shadow: 2px 2px 2px rgba(0%, 0%, 0%, 0.3);
    font-size: 10pt;
    text-decoration: none;
    display: block;
    margin-top: 3px;
}

.product_button_border {
    background: #e59510;
    background: -webkit-gradient(linear, left top, left bottom, from(#e59510), to(#bc5f00)); /* Safari, Chrome  */
    background: -moz-linear-gradient(top,  #e59510,  #bc5f00); /* Firefox 3.6+ */
    background-image: -o-linear-gradient(90deg,rgb(229,149,16),rgb(188,95,0));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e59510', endColorstr='#bc5f00'); /* IE */
    float: right;
    width: 100px;
    height: 30px;
    margin: 0px auto;
    margin-top: 10px;
}


.product_extended {
    width: 700px;
    padding: 10px;
    border-bottom: 1px solid #d7d7d7;
    float: left;
    clear: left;
    text-align: center;
}

.product_extended img {
    float: left;
    margin-right: 10px;
    z-index: 100;
}

.product_extended .product_title {
    float: left;
    clear: right;
}

.product_extended .product_code {
    color: #622a29;
    float: left;    
    clear: left;
    font-weight: 500;
    font-size: 10pt;
    margin-right: 20px;
}

.product_extended .product_package {
    color: #622a29;
    float: left;    
    font-weight: 500;
    font-size: 10pt;
    margin-right: 20px;
}

.product_extended .product_stock {
    color: #622a29;
    float: left;    
    font-weight: 500;
    font-size: 10pt;
}

.product_extended .product_price {
    margin-top: 10px;
    float: left;
    clear: left;
}

.product_extended .left_part {
    float: left;
}

.product_extended .right_part {
    float: right;
}


.product_extended form {
    margin-top: 15px;
}


.product_extended form span {
    float: left;
    margin-right: 10px;
    padding-top: 5px;
    font-size: 11pt;
    font-weight: 300;
}

.product_extended form input[type="text"]{
    border: 1px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
    height: 26px;
    width: 40px;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.product_extended form input[type="submit"]{
    float: left;
}
/* end product */

/* product detail */

#detail {
    width: 720px;
    float: right;
    margin: 10px 10px 10px 0px;
}


#product_detail_photo {
    width: 430px;
    height: 350px;
    float: left;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
}

#product_detail_photo img {
    border: none;
}

.product_detail_flag {
    background-repeat: no-repeat;
    width: 97px;
    height: 98px;
    float: left;
    clear: left;
    margin-top: -351px;
}

#product_detail_info {
    float: right;
    border-bottom: 1px solid #d7d7d7;
    width: 279px;
    height: 350px;
}

#product_detail_description {
    border-bottom: 1px solid #d7d7d7;
    float: left;
    width: 100%;
}

.product_detail_info_item {
    color: #622a2a;
    float: left;
    clear: left;
    font-size: 11pt;
    font-weight: 300;
    margin: 10px;
}

#product_detail_prices .price {
    color: #622a2a;
    float: left;
    clear: left;
    font-size: 14pt;
    font-weight: 500;
    margin: 10px;
}

.product_detail_info_item span {
    color: #f5821f;
    font-size: 10pt;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.product_available {
    width: 223px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    font-size: 12px;
}

.product_available span {
    color: #622A2A;
    font-size: 12px;
    display: inline;
}

#product_detail_prices form {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}


#product_detail_prices form span {
    float: left;
    margin-right: 10px;
    padding-top: 5px;
    font-size: 11pt;
    font-weight: 300;
}

#product_detail_prices form input[type="text"]{
    border: 1px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
    height: 26px;
    width: 40px;
    text-align: center;
    float: left;
    margin-right: 10px;
}

#product_detail_prices form input[type="submit"]{
    float: left;
}

#product_detail_prices {
    float: left;
    clear: left;
}

#product_related {
    padding: 10px;
}

#product_related_title {
    color: #f5821f;
    font-size: 10pt;
    font-weight: 700;
    float: left;
    margin-bottom: 5px;
    margin-top: 10px;
    width: 700px;
}

#product_related_products {
    float: left;
    margin-bottom: 10px;
}

.product_related {
    width: 130px;
    float: left;
    margin-right: 10px;
}

.product_related:last-child {
    margin-right: 0px;
}

.product_related a {
    color: #622a2a;
}

.product_related img {
    margin-left: 15px;
    border: none;
}

.product_related span {
    width: 120px;
    float: left;
    clear: left;
    text-align: center;
}

.product_related_title {
    height: 65px;
    font-size: 11pt;
    font-weight: 300;
    margin-top: 5px;
}

#product_detail_mo_availability {
    border-bottom: 1px solid #d7d7d7;
    float: left;
    width: 100%;
}

/* retail store */
.retail_store {
    width: 700px;
    padding: 10px;
    border-bottom: 1px solid #d7d7d7;
    float: left;
    text-align: center;
}

.retail_store div:first-child {
    float: left;
}

.retail_store div:last-child {
    float: right;
}

.retail_store img {
    float: left;
    margin-right: 10px;
}

.retail_store_title {
    color: #f5821f;
    float: left;   
    font-size: 12pt;
}

.retail_store_lead {
    color: #622a2a;
    float: left;   
    clear: left;
    font-weight: 500;
    font-size: 10pt;
}

.retail_store .product_button_border {
    float: left;
    clear: left;
}

.retail_store:last-of-type {
    border: none;
}
/* end retail store */

/* retail detail */

#google_map_wrapper {
    border-bottom: 1px solid #d7d7d7;
    width: 440px;
    height: 400px;
    float: left;
}

#google_map {
    background-color: #ffffff;
    width: 430px;
    height: 380px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    border: 1px solid #d7d7d7;
}


#google_map h1 {
    color: #4d0036;
    font-size: 24px;
    margin: 0px;
}

#google_map span {
    color: #adadad;
    display: inline-block;
}

#retail_store_detail_info {
    float: right;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    width: 269px;
    height: 400px;
}

.retail_store_detail_info_item {
    color: #622a2a;
    float: left;
    clear: left;
    font-size: 11pt;
    font-weight: 300;
    margin-left: 10px;
    margin-top: 5px;
}

#retail_store_detail_info .price {
    color: #622a2a;
    float: left;
    clear: left;
    font-size: 14pt;
    font-weight: 500;
    
}

.retail_store_detail_info_item span {
    color: #f5821f;
    font-size: 10pt;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

#retail_store_address {
    color: #622a2a;
    font-weight: 300;
    font-size: 11pt;
}

#opening_hours table td {
    color: #622a2a;
    font-weight: 300;
}

#opening_hours table td b {
    color: #622a2a;
    font-weight: 500;
}

#retail_store_photos {
    width: 700px;
    padding: 10px;
    padding-top: 0px;
    float: right;
}

#retail_store_photos_title {
    color: #f5821f;
    font-size: 10pt;
    font-weight: 700;
    float: left;
    margin-bottom: 5px;
    margin-top: 10px;
}

#retail_store_photos_wrapper {
    float: left;
    clear: left;
    margin-bottom: 10px;
    font-size: 10pt;
}

.retail_store_photo {
    width: 130px;
    float: left;
    margin-right: 10px;
}

.retail_store_photo:last-child {
    margin-right: 0px;
}

.retail_store_photo a {
    color: #622a2a;
}

.retail_store_photo span {
    width: 120px;
    float: left;
    clear: left;
    text-align: center;
}

.retail_store_photo_title {
    height: 65px;
    font-size: 11pt;
    font-weight: 300;
    margin-top: 5px;
}
/* end retail detail */

/* newsletter */
#newsletter {
    width: 720px;
    float: right;
    margin: 10px 10px 10px 0px;
}

#newsletter_content >div {
    float: left;
}

#newsletter_content form >div {
    float: left;
}

#newsletter_content form div {
    font-size: 10pt;
    margin: 10px 10px 10px 10px;
    width: 720px;
}
/* end newsletter */

/* registration */
#registration {
    width: 720px;
    float: right;
    margin: 10px 10px 10px 0px;
}

#registration_content >div {
    float: left;
}

#registration_content form >div {
    float: left;
}

#registration_content form div {
    font-size: 10pt;
    margin: 10px 10px 10px 10px;
}

#registered {
    display: none;
}

#nonregistered {
    display: none;
}

#registrate_button{
    background-image: url(../images/signup_button.png);
    background-repeat: no-repeat;
    width: 102px;
    height: 30px;
    border: none;
    color: transparent;
    float: left;
    clear: left;
}

#login {
    float: left;
    width: 400px;
}

#general {
    float: left;
    width: 380px;
}

#invoice {
    float: left;
/*    width: 330px;*/
}

.delivery {
    float: left;
    clear: left;
}

#add_store {
    float: left;
    clear: left;
    cursor: pointer;
}

#remove_store {
    cursor: pointer;
}

#login >span, #general >span, #invoice >span, .delivery >span {
    color: #f5821f;
    font-weight: 700;
}

#login span, #general span, #invoice span, .delivery span {
    width: 120px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

#general span {
    width: 170px;
}

#login .error, #general .error, #invoice .error, .delivery .error {
    color: #ff0000;
    display: block;
    width: 270px;
    text-align: right;
    font-size: 9pt;
    margin-top: 3px;
}

#password_not_set {
    text-align: right;
    width: 300px;
    float: right;
    clear: left;
    color: red;
    display: none;
}

#general .error {
    width: 320px;
}

#login .error {
    width: 390px;
}

#login select {
}

#login input[type="image"] {
    float: right;
    clear: left;
}

#registered input[type="image"] {
    float: right;
    clear: left;
}

#nonregistered input[type="image"] {
    float: right;
    clear: left;
}

input[type="text"], input[type="password"] {
    border: 1px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
    height: 26px;
    text-align: left;
    padding-left: 5px;
    margin-right: 10px;
}
/* end registration */

/* report */
#report {
    width: 720px;
    float: right;
    margin: 10px 10px 10px 0px;
}

#report_content >div {
    float: left;
}

#report_content div:last-of-type {
/*    margin: 10px;*/
}
/* end report */

/* basket */
#basket_table_head {
    padding: 0px 10px;
    color: #f58220;
    border-bottom: 1px solid #d7d7d7;
    width: 700px;
}

#basket_table_head a {
    color: #f58220;
    text-decoration: none;
}

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

#basket_table_head span {
    display: inline-block;
    font-size: 10pt;
    font-weight: 700;
}

#basket_table_line, .basket_table_line {
    height: 40px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 10pt;
    padding: 0px 10px;
}

#basket_table_line span, #basket_table_line span form, .basket_table_line span, .basket_table_line span form {
    display: inline-block;
}

#basket_table_line span form, .basket_table_line form {
    margin-top: 5px;
}

#basket_table_line input[type="text"], .basket_table_line input[type="text"] {
    border: 1px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
    height: 21px;
    width: 40px;
    text-align: center;
    float: left;
    margin-right: 10px;
}

#basket_dispatch, #basket_dispatch_date, #basket_sum_price {
    border-bottom: 1px solid #d7d7d7;
    font-size: 10pt;
    padding: 10px 10px;
}

#basket_sum_price {
    font-weight: 700;
    border-bottom: none;
    margin: 20px 0px;
}

#basket_dispatch span:last-of-type, #basket_dispatch_date span:last-of-type {
    color: #f58220;
    float: right;
    margin-right: 35px;
    font-weight: 700;
}

#basket_sum_price span:last-of-type {
    float: right;
    margin-right: 35px;
    font-size: 12pt;
}

#basket_buttons {
    float: right;
    margin: 20px 10px;
}

#basket_buttons img {
    border: none;
}

.basket_code {
    width: 60px;
}
.basket_package {
    width: 50px;
    text-align: center;
}

.basket_description {
    width: 270px;
}

.basket_amount {
    width: 150px;text-align: center;
}

.basket_price {
    width: 70px;text-align: center;
}

.basket_price_sum {
    width: 80px;text-align: center;
}
/* end basket */

/* complaint */
.damage {
    display: none;
}

.other {
    display: none;
}
/* end complaint */

.pdf {
    text-align: center;
    width: 700px;
    margin: 10px 10px;
    float: left;
    clear: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}

.pdf_tools {
    float: right;
    width: 210px;
}

.pdf_description {
    width: 460px;
    float: left;
}

.pdf >img {
    margin: 0px auto;
    margin-bottom: 10px;
    border: 1px solid #d7d7d7;
}

.pdf a img {
    display: inline-block;
    border: none;
}

.pdf a img:last-of-type {
    margin-left: 5px;
}

/* products preview */
#products_preview {
    float: left;
    width: 720px;
    margin: 10px 0px 0px 10px;
    border-top: 1px solid #d7d7d7;
    overflow: hidden;
    font-size: 10pt;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
}

#products_preview .title {
    color: #f5821f;
    font-weight: 700;
    padding: 10px;
    padding-bottom: 0px;
}
#products_preview >div:last-of-type {
    margin: 10px;
}

.product_preview {
    width: 100px;
    height: 200px;
    float: left;
    margin-right: 10px;
}

.product_preview a {
    color: #622a2a;
}

.product_preview img {
    border: none;
}

.product_preview span {
    width: 100px;
    float: left;
    clear: left;
    text-align: center;
}

.product_preview_title {
    height: 65px;
    font-size: 11pt;
    font-weight: 300;
    margin-top: 5px;
}


#products_preview_cont_wrapper {
    width: 4000px;
    height: 200px;
    overflow: hidden;
}

#products_preview_cont {
    width: 4000px;
    height: 200px;
    overflow: hidden;
}
/* end products preview */

/* logos */
#logos {
    float: left;
    width: 720px;
    margin: 10px 0px 0px 10px;
    border-top: 1px solid #d7d7d7;
    overflow: hidden;
    font-size: 10pt;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
}

#logos .title {
    color: #f5821f;
    font-weight: 700;
    padding: 10px;
    padding-bottom: 0px;
}
#logos >div:last-of-type {
    margin: 10px;
}

#logos_cont_wrapper {
    width: 2800px;
    height: 170px;
    overflow: hidden;
}

#logos_cont {
    width: 2800px;
    height: 170px;
    overflow: hidden;
}
/* end logos */

/* news */
#home_info {
    float: left;
    width: 720px;
    margin: 10px 0px 0px 10px;
    border-top: 1px solid #d7d7d7;
    overflow: hidden;
    font-size: 10pt;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
}

#home_info p {
    margin: 10px;
    font-weight: bold;
}

.orange {
    color: #f5821f;
}

#news_preview {
    float: left;
    width: 720px;
    margin: 10px 0px 0px 10px;
    border-top: 1px solid #d7d7d7;
    overflow: hidden;
    font-size: 10pt;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
}

#news_preview a {
    color: #f5821f;
    font-weight: 700;
    padding: 10px;
    padding-top: 0px;
    display: inline-block;
    text-decoration: none;
    float: right;
}

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

#news_preview .title {
    color: #f5821f;
    font-weight: 700;
    padding: 10px;
    padding-bottom: 0px;
}

.news_preview_line {
    border-bottom: 1px solid #d7d7d7;
    padding: 10px;
    text-align: justify;
    width: 700px;
}

.news_preview_line:last-of-type {
    border-bottom: none;
}

.news_preview_line div:first-of-type {
    font-weight: 700;
}
/* end news */

/* marks */
#marks {
    float: left;
    width: 270px;
    margin: 10px 0px 0px 10px;
    border-top: 1px solid #d7d7d7;
    overflow: hidden;
    font-size: 10pt;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
    clear: left;
}

#marks .title {
    color: #f5821f;
    font-weight: 700;
    padding: 10px;
    padding-bottom: 0px;
}
/* end marks */

#fb {
    float: left;
    clear: left;
    width: 270px;
    margin: 10px;
}

#fb_home {
    float: right;
    clear: right;
    margin: 10px;
}

#fb iframe {
    width: 270px !important;
}

/* general */
.red {
    color: #ff0000 !important;
}
/* end general */

/* foot */
#foot {
    margin: 0px auto;
    width: 1023px;
    border: 1px solid #d7d7d7;
    border-top: none;
    overflow: hidden;
    
}
#foot_shadow {
    margin: 0px auto;
    width: 1025px;
    background-image: url(../images/foot_shadow.png);
    background-repeat: no-repeat;
    height: 31px;
}

#foot_logo {
    padding: 10px;
    float: left;
}

#foot_logo img {
    float: left;
}

#foot_copyright {
    float: left;
    margin-left: 10px;
    font-size: 11px;
}

#foot_author img {
    border: none;
}

#foot_author {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}
/* end foot */

#lost_password_button {
    background-image: url(../images/send_button.png);
    background-repeat: no-repeat;
    width: 91px;
    height: 30px;
    border: none;
    color: transparent;
    float: left;
    clear: left;
    margin-left: 220px;
}

#login_button {
    background-image: url(../images/login_button.png);
    background-repeat: no-repeat;
    width: 102px;
    height: 30px;
    border: none;
    color: transparent;
    float: right;
    clear: left;
}

#contact_map {
    float: right;
    width: 350px;
    height: 350px;
    border: 4px solid #d8d1cb;    /*
    -moz-border-radius: 5px;
     border-radius: 5px;    
    margin-right: 10px;*/
}
