﻿*
{
    margin:0 auto;
    padding:0 auto;
}
.text-input
 {
                padding: 2px;
                font-size: 13px;
                background: #fff url('../images/bg-form-field.gif') repeat-x left top;
                border: 1px solid #d5d5d5;
				color: #333;
    width: 150px;
}
.a 
{
    background-color:Gray;  
            filter:alpha(opacity=70);  
            opacity:0.7;  
   
}

#popup
{
    width:750px;
    height:500px;
    background:#fff;
}
#popup .header
{
    height:40px;
    border-bottom:1px solid #ccc;
}
 .header .button
{
    position:absolute;
    float:right;
    top:-18px;
    left:744px;
 
}
#popup .pbody
{
    height:140px;
    padding:10px auto;
    border-bottom:1px solid #ccc;
}
 .product
{
    position:relative;
    margin:10px 5px 10px 20px;
    width:320px;
    border:1px solid red;
    height:120px;
}
.product .imgage
{
     float:left;
     width:120px;
     height:120px;
}
.product .name
{
    float:left;
    margin:15px 0 4px 10px;
    width:180px;
    
}
.name a
{
 color:#af1515;
 text-decoration:none;
}
.name a:hover
{
    text-decoration:underline;
}
.product .price
{
      width:180px;
    float:left;
    color: #800000;
font-style: normal;
font-weight: bold;
 padding-left:10px;

}
 .product .soluong
 {
       width:180px;
     float:left;
     color: #828DB3;
     padding-left:10px;
     
 }   
.giohang
{
    width:360px;
    height:140px;
    float:right;
}
.giohang .nut 
{
    
    float:right;
    position:relative;
    margin:30px 15px 0px 0px;
    height:30px;
}
.giohang .sanluong
{
    float:right;
    position:relative;
    clear:both;
    width:250px;
    height:60px;
    border:1px solid red;
    margin-right:15px;
}