﻿.product-details
{
    position: relative;
    margin-bottom: 50px;
}

.product-details .image
{
    float: left;
    margin: 5px 20px 5px 5px;
    padding: 0;
    text-align: center;
    vertical-align: top;
}
.product-details .image .image-box
{
    border: solid 1px #DBDBDB;
    padding: 5px;
}
.product-details .details
{
    min-height: 425px;
    padding-left: 30px;
}


table.product-properties
{
    margin-top: 20px;
}
table.product-properties .property-name
{
    width: 111px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 11px;
    color: #343434;
}
table.product-properties .property-value
{
    width: auto;
    white-space: normal;
    font-size: 11px;
    color: #343434;
}

table.product-properties .product-price
{
    /*color: #818080;     font-weight: normal;     font-size: 16px;*/
}

.products-table .buy-now .quantity, .products-list .buy-now .quantity, .product-input .quantity
{
    height: 32px;
    line-height: 33px;
    padding: 0 4px;
    float: left;
    background: #EFEFEF;
    position: relative;
    margin: 0 8px 0 0;
}


table.product-properties .quantity-row
{
    background: whiteSmoke;
    height: 32px;
    border-radius: 3px;
}


.galleryThumbList
{
    display: block;
    width: 190px;
    position: relative;
    margin: 0 auto;
}
.galleryThumbList p
{
    position: absolute;
    top: 15px;
    font-size: 0;
}
.galleryThumbList p.prev
{
    left: 0;
}
.galleryThumbList p.next
{
    right: 0;
}
.galleryThumbList .hiddenListArea
{
    position: relative;
    height: 47px;
    overflow: hidden;
    margin: 0 auto;
}
.galleryThumbList .hiddenListArea ul
{
    width: 10000px;
    position: absolute;
    top: 0;
}
.galleryThumbList .hiddenListArea ul li
{
    float: left;
    display: inline-block;
    margin: 0 3px 3px 0;
}
.galleryThumbList .hiddenListArea ul li a img
{
    vertical-align: top;
}
.galleryThumbList li a, .galleryThumbList li a:link, .galleryThumbList li a:visited
{
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid #e6e6e6;
}
.galleryThumbList li a:hover, .galleryThumbList li a:focus, .galleryThumbList li a:active, .galleryThumbList li a.atv
{
    border: 1px solid #00a8df;
}
