﻿
/*for img item sp*/
.Products_ContentIMG
{
    width: 150px;   
    text-align: center;
    padding-bottom: 2px;
    padding-top: 2px;
}
/*khung img */
.Products_Border
{
   /* padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;*/
    width: 150px;
    height: 110px;
    vertical-align: middle;
    text-align: center;
    border-right: #efd546 2px solid;
    border-top: #efd546 2px solid;
    border-left: #efd546 2px solid;
    border-bottom: #efd546 2px solid;

}
/*het img*/

/*for text*/

/*Ten san pham*/
.Products_TextContent
{
    text-align: center;
    vertical-align: top;
    padding-top: 5px;
    height: 30px;
    background-color: #efd546;
    border-top: #ffffff 2px solid;
    padding-left: 20px;
}
.Products_TenSP, a.Products_TenSP, a.Products_TenSP:visited, a.Products_TenSP:link
{
    font-size: 12px;
    color: #000000;
    font-family: Arial;
    text-decoration: none;
    padding-left: 15px;
    background-image: url(Images/la_sp.png);
    background-repeat: no-repeat;
    float: left;
}
a.Products_TenSP:hover
{
	text-decoration: underline;
}
