﻿
/*for img item sp*/
.Products_ContentIMG
{
    width: 180px;
    text-align: center;
   
    padding-top: 5px;
    height: 135px;

}
/*khung img */
.Products_Border
{
    /* padding-right: 3px;
    padding-top: 10px;*/
    width: 180px;
    height: 192px;
    vertical-align: top;
    text-align: center;
    border-right: #bebebe 1px solid;
    border-top: #bebebe 1px solid;
    border-left: #bebebe 1px solid;
    border-bottom: #bebebe 1px solid;

}
/*het img*/

/*for text*/

/*Ten san pham*/
.Products_TextContent
{
    /*border-top: #ffffff 2px solid; 
  background-color: #efd546;*/
    height: 55px;
    vertical-align: top;
    padding-top: 2px;
}
.Products_TenSP, a.Products_TenSP, a.Products_TenSP:visited, a.Products_TenSP:link
{
    font-size: 12px;
    color: #ff020a;
    font-family: Verdana;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
  
    font-weight: bold;
   
}
a.Products_TenSP:hover
{
	text-decoration: underline;
}

