/**
 * Cart (Default) CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2008 Pamaya Ltd
 * @author Glyn Mooney
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */
 
 table#cartContentsDisplay, table#myAccountOrdersStatus, table#custorderHistoryDetailedOrder {
 	width:					100%;
	border:					1px solid #EBE8E3;
	padding:                3px;
	margin-bottom:			10px;
 }
 
 table#cartContentsDisplay th, table#myAccountOrdersStatus th, table#custorderHistoryDetailedOrder th {
 	background-color:		#f2f2f2;
	padding:                3px;
 }
 
 table#cartContentsDisplay td, table#myAccountOrdersStatus td, table#custorderHistoryDetailedOrder td {
	padding:                3px;
 }
 
 table#cartContentsDisplay tr, table#cartContentsDisplay td, table#myAccountOrdersStatus tr, table#myAccountOrdersStatus td,
 table#custorderHistoryDetailedOrder tr, table#custorderHistoryDetailedOrder td {
 	vertical-align:			middle;
 }	
 
 table#cartContentsDisplay tr.rowOdd, table#myAccountOrdersStatus tr.rowOdd, table#custorderHistoryDetailedOrder tr.rowOdd{
 	background-color:		#f2f2f2; 	
 }
 
 #cartButtons {
 	text-align:				center;
 }
 
 #refreshImg input{
 	margin-top:			0px !important;
	vertical-align:		bottom;
 }