/* $Id: ec_cart.css,v 1.1.2.1 2009/03/16 12:42:02 gordon Exp $ */

.block-cart .item-count, .items, .total, .checkout, .cart-line-total {
  font-size: 0.9em;
}

.cart-item {
  float: left;
}

.cart-line-total {
  float: right;
}

.cart-items .total {
  border-top: 1px solid #999;
  float: right;
  font-weight: bold;
}

.block-cart .checkout {
  text-align: right;
}

.product-table {
  width:100%;
}

.product-table td {
  vertical-align:top;
  padding:10px;
}

/*My corrections:*/

/*
.links li a:link,.links li a:visited{
 color:#FF0000;
}
*/

.ec_buynow a:link,.ec_buynow a:visited{
 color:#339900;
 font-size: 180%;
 font-weight: bold;
}

/*
.links li.ec_buynow{
 background-image: url("/mt1/sites/default/files/buy_now.gif");
 width:100px;
 height:30px;
 background-origin: content-box;
}
*/

.add-to-cart a:link,.add-to-cart a:visited{
 color:#990000;
 font-size: 180%;
 font-weight: bold;
}

/*
.ec_buynow first{
 font-size: 150%;
}
*/

.price{
  color: #CC0033;
  font-weight: bold;
  font-size: 200%;
}