.giohang table{margin: 10px auto; border-collapse: collapse; width: 98%; color: silver;}
.giohang table tr th{padding: 6px 0px ; border: 1px solid #563c2b;}
.giohang table tr td{padding: 3px 0px; border: 1px solid #563c2b; text-align: center;}
.giohang table tr td form input{
        margin-bottom: 8px;
    background: none;
    border: 1px solid #746150;
}
.giohang table tr td form input[type='submit']{
    background: none;
    border: 1px solid #795b43;
    font-size: 0.8em;
    border-radius: 3px;
}
#form table th {text-align: right; padding: 10px 5px; width: 150px;}
#form table td {padding: 3px 0;}
#form table td input[type='text'],#form table td select{
    width: 280px;
    height: 30px;
    padding: 0px 10px;
    margin-left: 10px;
    border: 1px solid rgb(125, 62, 27);
    border-radius: 5px;
    background: #413126;
}
/*#form table td input[type="submit"]{
    background: #d47a30;
    border-radius: 4px;
    box-shadow: 0 6px 0px #A65300;
    color: white;
    font-weight: bold;
    margin: 10px;
    width: 150px;
    height: 35px;
    text-transform: uppercase;
}
#form table td input[type="submit"]:hover{
    background: teal;
    box-shadow: 0 6px 0px #006262;
}*/
#form table td textarea{
    width: 280px;
    height: 30px;
    padding: 0px 0;
    margin-left: 10px;
    border: 1px solid rgb(125, 62, 27);
    border-radius: 5px;
    background: #413126;
    padding-right: 0px;
}
a.mua:visited,a.mua:link{
    float: left;
    padding: 4px 7px;
    background: #d47a30;
    border-radius: 4px;
    box-shadow: 0 6px 0px #A65300;
    color: white;
    margin-left: 2px;
    font-weight: bold;
}
a.mua:hover{
    background: teal;
box-shadow: 0 6px 0px #006262;
}
.tabs .noidungtab table td{width: auto; text-align: center;}
h3.titcart{
    background: url('image/tabs.png') repeat-x scroll 0px -3px transparent;
height: 30px;
line-height: 34px;
padding-left: 10px;
}