div.cart							{ margin-bottom:35px;  }
table.cart td						{ vertical-align:top; padding-top:5px; padding-bottom:5px; }

div.cart b							{ color:#237996; font-weight:normal; }
div.cart a							{ text-decoration:none !important; }

table.cart tr.cartHeader td			{ color:#999; font-weight:normal !important; font-variant:small-caps; padding:0px !important; }			
table.cart td.gender					{ width:60px; border-bottom:1px solid #c6c6c6; }
table.cart td.sku					{ width:60px; border-bottom:1px solid #c6c6c6; }
table.cart td.radio					{ width:25px; border-bottom:1px solid #c6c6c6; }
table.cart td.title					{ border-bottom:1px solid #c6c6c6; }
table.cart td.size					{ border-bottom:1px solid #c6c6c6; }
table.cart td.quantity				{ width:50px; text-align:right; border-bottom:1px solid #c6c6c6; }
table.cart td.quantity input		{ width:30px; }
table.cart td.priceEa				{ width:70px; text-align:right; border-bottom:1px solid #c6c6c6; }
table.cart td.priceTotal			{ color:#237996; width:50px; text-align:right; border-bottom:1px solid #c6c6c6; }
table.cart td.subTotal				{ font-size:16px; text-align:right; padding:20px; padding-right:0px !important; }
table.cart td.updateCart			{ padding-top:20px; }

table.shippingOptions				{ width:400px; }
table.shippingOptions td			{ color:#666; vertical-align:top; padding-bottom:5px; }
table.shippingOptions td.checkBox	{ width:20px; }
table.shippingOptions td.rate		{ width:60px; text-align:right; }
table.shippingOptions td.title		{ font-weight:bold; }

table.orderDetails					{ width:100%; margin-top:15px; margin-bottom:15px; }
table.orderDetails td				{ color:#666; vertical-align:top; }

div.orderStatus						{ margin-bottom:15px; border:1px solid #FFB299; background:#FFFFB2; padding:25px; padding-top:8px; padding-bottom:8px; }
div.orderStatus td					{ color:#461f19; font-size:14px; }

table.shippingTable td				{ color:#666; padding-right:20px; }

div.cart .button					{ font-family:Helvetica,Verdana,Arial,sans-serif; text-decoration:none; font-size:11px; padding:5px 8px 5px 8px; border:1px solid #cbe2e9; background:#237996; color:#fff; }
div.cart .button:hover				{ text-decoration:none; border:1px solid #80D475; background:#00a950; cursor:pointer; }

div.cart .finalButton				{ font-family:Helvetica,Verdana,Arial,sans-serif; text-decoration:none; font-size:14px; padding:5px 8px 5px 8px; border:2px solid #FB874A; background:#DF5028; color:#fff; }
div.cart .finalButton:hover			{ text-decoration:none; border:2px solid #FFC77F; background:#FB874A; cursor:pointer; }

div.orderComplete					{ text-align:center; background:#ff9; border:1px solid #fc9; color:#930; font-size:14px; padding:5px; margin-bottom:12px; }


form.cart td						{ font-weight:normal; }
form.cart select, form.cart .textField { display:block; margin-bottom:5px; padding:4px; color:#333; background:#fff; border:1px solid #e0e0e0; font-size:11px; width:150px; }
