#tblAllGoods
{
    font-size: 12px;
    margin-left: 6px;
    margin-top: 40px;
    margin-bottom: 40px;
}

#tdHeader
{
    font-weight: bold;
    padding-right: 20px;
}

#tdHeaderPrice
{
    padding-right: 20px;
}

#tdHeaderGreyBar
{
    background-color:  #eef3f4;
    height: 20px;
}

#tdEmptyCell
{

}

#tdRegularCell
{
    border-bottom: 1px solid #a8a8a8;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
}

#tdRegularCell a
{
    text-decoration: none;
    color: black;
}

#tdPrice
{
    border-bottom: 1px solid #a8a8a8;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
}