.left-column.product
{
    padding-top: 0;
    background: #F0F0F0 url(../images/backgrounds/left-column-product-bg.png) repeat-x top;
}

.left-column.product .title
{
    font-family: "trajan-pro-3", Trajan Pro;
    width: 240px;
    box-sizing: content-box;
    text-align:  center;
    border:  10px solid #FFF;
    margin: auto;
    font-size:  13px;
    padding: 30px 15px;
    border-top: none;
    background-color: #F0F0F0;
    margin-bottom: 40px;
}

.left-column.product p
{
    padding-bottom: 35px;
}

.product-parameters
{
    float:left;
}

.product-parameters h2
{
    font-size:20px;
    padding: 0px 15px 15px 0;
    max-width: 310px;
}


.product-parameters .price
{
    padding: 40px 15px 60px 0;
    color:#6F0000;
    font-family: "trajan-pro-3", Trajan Pro;
    font-weight: bold;
}

.product-parameters .price span
{
    font-size: 12px;
}

.product-parameters .parameter
{
    padding: 5px 15px 5px 0;
    font-family: "trajan-pro-3", Trajan Pro;
    font-size: 11px;
}

.product-parameters .parameter span
{
    border: 1px dotted #CCC;
    display: inline-block;
    padding: 2px 8px;
    margin-right: 17px;
    font-size: 10px;
    width:  25px;
    text-align:  center;
}

.product-parameters .categories
{
    padding: 5px 15px 5px 0;
    list-style: none;
    font-family: "trajan-pro-3", Trajan Pro;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 2.7;
}

.product-parameters .categories li::before
{
    display:inline;
    width: 22px;
    height: 22px;
    margin: 0px 10px 0 0;
    border: 1px dotted #DDD;
    background-color: #fff;
    content: '\25a0';
    padding: 2px 5px;
}

.product-gallery
{
    float: right;
    width: 470px;
}

.product-gallery .main-image
{
    width: 100%;
    height:330px; 
}

.product-gallery .main-image img
{
    width:100%;
    height:100%;    
}

.product-gallery .left-images
{
    float: left;
    width:50%;
}

.product-gallery .left-images img
{
    float: left;
    padding: 15px 15px 0px 0px;
    width: 100px;
    height:75px;    
}

.product-gallery .right-images
{
    padding:15px 0px 0px 0px;
    width: 235px;
    display:  inline-block;
    position:  relative;
    height: 165px;
}

.product-gallery .right-images video
{
    width:235px;
    height: 165px;
}

.add-product-full
{
    background-color: #FFCC00;
    font-family: "trajan-pro-3", Trajan Pro;
    font-size: 20px;
    display: block;
    padding: 20px;
    text-align: center;
    letter-spacing: 7px;
}

.product-description
{
    border-top:1px solid #DDD;
    border-bottom:1px solid #DDD;
    padding: 5px 0;
}

.product-description p
{
    padding: 15px 0;
}

.product-bottom-gallery
{
    
}

.product-bottom-gallery img
{
    width:390px;
    height: 275px;
    float: left;
    border:  1px solid #DDD;
    margin: 3px;
}

.range-slider
{
    
}
    
.filter-range
{
    padding: 20px 20px;
}

.filter-range label
{
    font-family: "trajan-pro-3", Trajan Pro;
    text-transform: uppercase;
    color: #6F6F6F;
    font-size: 14px;
}

.filter-range input.from, .filter-range input.to
{
    float: right;
    width: 45px;
    margin-left: 10px;
    border: 1px dotted #D7D7D7;
    text-align:  center;
    font-size: 12px;
    padding: 2px 5px;
}
