.product .line {
    background-image: url(../images/line.jpg);
    height: 1px;
    margin: 10px 0 10px 0;
}
.product .keyword,
.product_subpage .keyword {
    font-size: 11px;
    color: #D0D0D0;
}
.product_detail {
    float: left;
    width: 421px;    
}
.product_detail li {
    line-height: 18px;
}
.product_image {
    float: right;   
}
.product_image {    
    border: 4px solid #d8d8d8;    
}
.product_image:hover {
    border: 4px solid #00669c;
}
.product .large_image {
    border: 2px solid #FFF;
    width: 415px;
    height: 197px;
    text-align: center;
}
.product .website, .product_detail_subpage .website {
    width: 421px;
    height: 39px;
    border: 1px solid #e8e8e8;
    color: #585858;    
}
.product .website p {
    float: left;
    margin: 10px 0 0 5px;
}
.product_subpage .website p {
    float: left;
    margin: 10px 0 0 15px;    
}
.product .website a:link
.product_detail_subpage .website a:link
 {    
    color: #009be5;
    font-weight: bold;
}
.product .website a:visited, 
.product_detail_subpage .website a:link
 {    
    color: #009be5;
    font-weight: bold;
}
.product .website a:hover, 
.product_detail_subpage .website a:hover 
 {    
    color: #e50000;
    font-weight: bold;
}
.product .title, 
.product_subpage .title {
    font-size: 13px;
    font-weight: bold;
}
.product .left {
    float: left;
    width: 360px;
}
.btn_details {
    background-image: url(../images/bg_chitiet.png);
    width: 60px;
    height: 19px;
    font-size: 11px;
    color: #FFF;
    padding-top: 2px;
    text-align: center;
    float: right;
}

.btn_details:hover {
    background-image: url(../images/bg_over_chitiet.png);
    width: 60px;
    height: 19px;
}
.btn_details a {
    color: #FFF;
    text-decoration: none;
}
.clear {
    clear: both;
}
.image img{
    border: 4px solid #C0C0C0;
    margin-top: 10px;
    margin-bottom: 10px;    
}
.product_detail p {
    margin-bottom: 10px;
}
.product_subpage {
    width: 571px;
    float: left;
}
.product_subpage p {
    margin-bottom: 10px;
}
.thumb_products {
    width: 100%;
    margin: 0 auto;
}
.thumb_products li {
    float: left;
    width: 175px;
    margin-right: 15px;    
    margin-bottom: 20px;
    text-align: center;    
    font-size: 11px;
}
.thumb_products li img {
    border: 3px solid #d5d5d5;    
}
.thumb_products li img:hover {
    border: 3px solid #006fbd;    
}
.thumb_products .name_company {    
    margin: 0;
    padding: 0;
}

.title_bar {
    background-color: #dddcdc;
    color: #818181;
    padding: 6px;        
}
.product_detail_subpage .title {
    font-size: 18px;
}
