﻿

.divItem {
    /*width: 760px;*/
}

.item {
    float: left;
    width: 178px;
    height: 220px;
    margin: 5px 5px 5px 5px;
    border: 1px solid #E8E8E8;
}

    .item:hover {
        border: 1px solid #044B91;
    }

    .item a {
        color: #044B91;
    }

    .item p {
        color: #f00;
    }

.divNamePrice {
    padding-top: 5px;
    margin-left: 5px;
    padding-left: 5px;
}

.path {
    background: #e8e8e8;
    margin-bottom: 10px;
    padding: 5px;
    color: #333;
    font-size: 13px;
    font-weight: normal;
}

.blue {
    color: blue;
}

.red {
    color: red;
}

.clearfix {
    display: block;
}

ul {
    margin-left: 0;
    list-style: none;
}
.img-item {
    /*width: 165px;
    height:110px;*/
    max-height: 140px;
    max-width: 165px;
    min-height: 110px;
    margin: 5px;
}
.detail-right-product {
    display:inline-block;
    vertical-align:top;
}
.lb-product-detail
{
    color:#120AA9;
    font-weight:bold;
    font-size:12pt;
    margin-bottom:10px;
    border-bottom: 1px solid rgb(216, 216, 216);
    margin-top:20px;
}
.product-detail
{
    border: 1px solid #E8E8E8;
    padding:5px;
}

.product-detail img
{
    max-width: 178px;
    max-height: 220px;
}
.product-title-name
{
    min-height: 34px;
    line-height: 24px;
    color: #0C06FB;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    margin: 0;
    padding: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.product-price
{
    font-size:18px;
    font-weight:bold;
    color:red;
}
.detail_left {
   display:inline-block;
    width:24%;
}
.detail_right {
    float:right;
    display:inline-block;
    width:74%;
    padding-left:10px;
}