/** Cart Page **/


table.cart { background-color: #fff } /* cart table bg */
table.cart th { color: #646464; font-size: 17px; border-bottom: 1px solid #646464; } /* cart table heading text color */
td.zipncountry input, table.taxnship select, td.instruct textarea, td.paymentselection select, td.gc_fields input { font-family: arial, Verdana, sans-serif; border: solid 1px #e6e6e6; font-size: 12px; }
table#cart hr { border-top: 1px solid #fff; height: 1px; border-right-color: #fff; border-bottom-color: #fff; border-bottom-style: none; border-left-color: #fff; }
/*table#cart a { color: #1788B4; }*/

/** Shipping / Payment **/

td.comm textarea, input.addr, select.addr, table.payment input, table.payment select { font-family: arial, Verdana, sans-serif; border: solid 1px #e6e6e6; font-size: 12px; }
table.addr td { padding: 5px; }
td.addr { font-size: 11px; }
