/*soft add to cart - add to template.css*/
.description{
color:#000 !important;
}
.price{
color:#000 !important;
}
.quantity{
color:#000 !important;
}
.product_name{<
color:#000 !important;
}
/* fix for table text not appearing */
table td b{
color: #ff0000 !important;
}
/* fixes for one-page-checkout at bottom of the page */
/* corrects hard-coded black text Code, Name, Price, */
/* Qty and Total as well as Need to make changes to */
/* this order beneath My Shopping Cart */
#span_Shopping_Cart_UnEditable td {color: #ff0000 ! important;}
/* Changes hard-coded blue links that are hard to */
/* read on a black background: */
/* Edit items in cart */
/* Apply a coupon */
/* Apply a Gift Certificate */
/* Sign Out */
#font_checkout_cart a {color: #ff0000 ! important;}
/* Optional: add underline on mouseover for the above links */
#font_checkout_cart a:hover {color: #ff0000 !
important; text-decoration: underline ! important;}