div#product_zone {
    min-height: 454px;
    position: relative;
}

div#product_zone h3 {
    font-size: 12px;
    font-weight: bold;
    color: #2c57a5;
    margin-bottom: 10px;
}

div#product_back {
    position: absolute;
    right: 0px;
    top: -30px;
}

div#product_container {
    min-height: 454px;
}

div#product_zoom {
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    width: 290px;            
}

div#product_photo_part {
    float: left;
}

div.product_photo {
    text-align: center;
    vertical-align: bottom;
    min-height: 201px;
    width: 320px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-top: 20px;
    border: 1px solid #ffe48b;
    position: relative;
}

div.product_photo img {
    vertical-align: bottom;
}

div.product_photo img.promotion {
    position: absolute;
    top: 12px;
    left: 60px;
}

div.product_photo img.new {
    position: absolute;
    top: 7px;
    left: 60px;
}

div#product_description_part {
    float:  left;
    background-color: #ffffff;
    background-image: url(/module/Produkty/img/product.bg.gif);
    background-position: left top;
    background-repeat: no-repeat;
    border: 1px solid #ffe48b;
    min-height: 196px;
    width: 328px;
    overflow-x: hidden;
    padding: 25px;
    padding-bottom: 10px;
    margin: 0px;
}

div.product_description_part p {
    min-height: 20px;
}

div#product_table {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 380px;
}

div#product_table table {
    width: 330px;
    margin: 0px;
    padding: 0px;
    border: 1px solid #ffe48b;
    border-collapse: collapse;
}

div#product_table table tr {
    padding:0px;
    margin:0px;
}

div#product_table table tr td{
   border: 1px solid #ffe48b;
   padding: 5px;
}

div.product_details {
    width: 275px;
    min-height: 10px;
}

div.product_info {
    padding-top: 10px;
    min-height: 50px;
}



.hide {
    display: none;
}

div.product_promotion {
    position: absolute;
    top: 15px;
    right:0px;
}

div.product_navigation {
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
    bottom: 0px;
    left:0px;
    border-top: 1px solid #ffe383;
}

div.product_navigation table {
    margin: 0px auto;
}

div.product_navigation table td.prev{
    text-align: left;
    padding-right: 15px;
}

div.product_navigation table td.next{
    text-align: right;
    padding-left: 15px;
}

div.product_navigation table td.pages a.blue{
   color: #2b54a2;
}

div.product_navigation table td.pages{
    text-align: center;
    font-weight: bold;
    font-style: italic;
    color: #2b54a2;
    font-size: 11px;
}

div.product_navigation table td.pages img {
    margin-top: 3px;
}


