#menu_container li
{
    list-style:none;
}

#product_category img
{
    border:solid 1px black;
}

#product_category a
{
    text-decoration:none;
}

#product_category a:hover
{
    text-decoration:underline;
}

#product_category li
{
    float:left;
    list-style:none;
    padding: 0 20px;
    width:130px;
    background:none;
/*     border:solid 1px black; */
}

#cart_info
{

}

#cart_info li { list-style:none; }

/* .statusupdate { color:red; } */
.category_td { width: 50%; }

#product_category .category
{
    float:none;
    text-align:left;
}

#category_description
{
    padding-bottom:10px;
}

#shop_nav
{
    padding-bottom:10px;
}

table.cart-table { width: 100%; }
#checkoutprogress .active { font-weight: bold; }

#shipping li { background-position: 0px 5px; }
#shipping hr { display: none; }
#shipping .quiet { font-size: 80%; margin-left: 20px; }

#shop_form_error { font-weight: bold; color: #a00; }