﻿.ProductInTable
{
    width:100%;
    font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,Arial,sans-serif;
}
.ProductInTable th
{
    white-space:nowrap;
    color:#AAC7E6;
    font-size:14px;
    font-weight:bold;
}
.ProductInTable .center
{
    text-align:center;
}
.ProductInTable .left
{
    text-align:left;
}
.ProductInTable .right
{
    text-align:right;
}
.ProductInTable td.img
{
    width:145px;
    text-align:center;
}
.ProductInTable td.img a
{
    display:inline-block;
}
.ProductInTable .price
{
    color:#000;
    font-size:11px;
}
.ProductInTable a.buy
{
    padding-left:8px;
    padding-right:8px;
}
.ProductInTable .skuList
{
    margin-top:5px;
    display:block;
}

div.price_details
{
    float:right;
    font-size:20px;
}