﻿.catalogItem
{
    border-bottom: 1px solid #DDDDDD;
    display: table;
    float: left;
    height: 350px;
    margin-left: 17px;
    margin-top: 10px;
    padding-bottom: 5px;
    width: 226px;
}
.catalogItem_img
{
    width: 227px;
    height: 227px;
    text-align: center;
    vertical-align: middle;
    background: url( "../../images/boxes/productCatalogImgBg.png" ) no-repeat scroll center top transparent;
}
.catalogItem_btnRow
{
    float: left;
    height: 28px;
    line-height: 28px;
    margin-top: 5px;
    width: 100%;
}

.catalogItem_btnRow2
{
    float: left;
    height: 28px;
    line-height: 14px;
    margin-top: 5px;
    width: 100%;
}
.catalogItem_btnRow .btn
{
    margin-right: 5px;
    float: right;
    width: 120px;
}
.catalogItem_btnRow b
{
    font-size: 12px;
    float: left;
}
.catalogItem_compare
{
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}
.catalogItem_content p
{
    float: left;
    margin-top: 10px;
    width: 96%;
    margin-left: 2%;
}
/* catalog det
=============================== */
.catalogDet_imgCon
{
    float: left;
    width: 430px;
}
.catalogDet_bigImg
{
    clear: left;
    height: 410px;
    text-align: center;
    vertical-align: middle;
    width: 411px;
}
.catalogDet_bigImg img
{
    max-width: 400px;
    max-height: 400px;
}
.catalogDet_smallImg
{
    height: 87px;
    text-align: center;
    vertical-align: middle;
    width: 88px;
}
.catalogDet_smallImg img
{
    max-width: 80px;
    max-height: 80px;
}
.catalogdet_desc1
{
    float: left;
    margin-left: 5px;
    width: 315px;
}

.catalogdet_desc1 ul
{
    clear: left;
}

.catalogdet_desc2
{
    float: left;
    margin-right: 15px;
    width: 360px;
}

.catalogdet_desc2 ul
{
    clear: left;
}

.catalogdet_Specification
{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
    display: inline;
}

.catalogdet_Specification ul
{
    clear: left;
}

.catalogdet_Specification .SpecificationTable
{
    float: left;
    margin-left: 10px; /* width: 100%;*/
}

.catalogdet_Specification .SpecificationTable .SpecificationLeft
{
    width: 150px;
}


/* fixes

    ====================================== */
.catalog-image
{
    float: left;
    width: 100%;
}
.catalog-image table
{
    float: left;
    width: 100%;
}
/* Related Products

    ====================================== */

.CatalogRelatedProducts
{
    float: left;
    margin: 10px;
    width: 730px;
    display: inline;
}
.CatalogRelatedProducts h3
{
    margin-bottom: 5px;
}
.CatalogRelatedProducts .product
{
    float: left;
    margin: 0 10px 0 0;
    text-align: center;
    width: 102px;
}

.CatalogRelatedProducts table
{
    border: 1px solid #CCCCCC;
}

.quan_textI
{
    font-size: 12px;
    line-height: 28px;
}


/* search 
========================== */
.catalogItem1 .catalogItem_btnRow
{
    height: auto;
}

