﻿/* PRODUCT LIST */
.EmptyStyle
{
    margin-left: 10px;
}

.ProductListImageWrapper
{
    width: 125;
    height: 104;
    text-align: center;
    border: solid 1px #ccc;
}

.ProductListImageWrapper a
{
}

.ProductList, .ProductList a
{
    font-size: 10px;
}

/* PRODUCT DECRIPTION */
.ProductImageWrapper
{
    border: solid 1px #ccc;
}

.ProductZoomWrapper 
{
    padding-top: 5px;
    padding-left: 5px;
    clear:both;
}

.ProductDescCat 
{
    font: normal 26px Arial;
    color: #333;
    padding-left: 10px;
}

.ProductDescName 
{
    font: bold 16px Arial;
    color: #666;
}

.ProductDescIdNumber 
{
    font: normal 14px Arial;
    color: #666;
}

.ProductDescPrice 
{
    font: normal 11px Arial;
    color: #666;
}

.ProductDescText 
{
    font: normal 12px Arial;
    color: #000;
    text-align: justify;
}

.BottomPager
{
    width: 550px;
    padding-left: 10px;
}

/* PRODUCT ZOOM */
.ProductZoomImage {
}