/*
JCART v1.1
http://conceptlogic.com/jcart/
*/

#jcart * { margin:0; padding:0; font-family:arial, tahoma, verdana, sans-serif; }
#jcart, #jcart input, #jcart-tooltip { font-size:12px; }

#jcart fieldset { border:0; margin-left: 21px;}

#jcart table { width:630px; border: 0px; background:#fff; border-collapse:collapse; }
#jcart tr { border-top:solid 1px #FFF; } 
#jcart th, #jcart td { padding:14px; border:0; border: 0px; vertical-align:top; text-align:left; font-weight:normal; }
#jcart td.empty { text-align:center; }

#jcart p.jcart-error { text-align:center; padding:5px; }

#jcart strong#jcart-title {  }

#jcart th {}
#jcart th#header { }
$jcart th#footer {  }

#jcart td.jcart-item-qty { width:10%;background-color: #f1f9fe; border: 1px solid #f1f9fe; }
#jcart td.jcart-item-name { width:50%; font-weight:bold; background-color: #f1f9fe; border: 1px solid #f1f9fe; }
#jcart td.jcart-item-price { width:25%; font-weight:bold; text-align:right; background-color: #f1f9fe; border: 1px solid #f1f9fe; }
#jcart td.jcart-item-price span { display:block; }

#jcart a.jcart-remove { font-size:11px; font-weight:normal; }

#jcart span#jcart-subtotal { display:block; font-family:Georgia,"Times New Roman",Times,serif; font-size:28px; }
#jcart span#jcart-subtotal strong { font-weight: 500; }

#jcart input.jcart-button { padding:2px; margin:2px;}

#jcart input#jcart-checkout { float:right; }

#jcart input#jcart-paypal-checkout { display:block; width: 636px; height: 62px; background-image: url(../images/paybutton.png); border: 0px; background-color: #FFF; margin-top: 10px; margin-bottom: 0px; background-repeat: no-repeat; }

#jcart-tooltip { border:solid 1px #000; padding:3px 7px 3px 25px; background:url(checkmark.png) 3px center no-repeat #f2fcee;  }