/*
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; }

fieldset { border:0; }

#jcart table { width:250px; border:0; background:#fff; border-collapse:collapse; }
#jcart tr {  }
#jcart th, #jcart td { padding:5px; border:0; border:solid 1px #FF0000; 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 {color: #FFFFFF;}
#jcart-title-bold {color: #FFFFFF; font-weight: bold;}
#jcart th {background-color:#333333;}
#jcart th#header {background-color:#FFFFFF;}
#jcart th#header strong{color:#FFFFFF;}
#jcart th#footer {background-color:#FFFFFF;}

#jcart td.jcart-item-qty { width:60px; }
#jcart td.jcart-item-name { width:130px; font-weight:bold; }
#jcart td.jcart-item-price { width:60px; font-weight:bold; text-align:right; }
#jcart td.jcart-item-price span { display:block; }

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

#jcart span#jcart-subtotal { display:block; }
#jcart span#jcart-subtotal strong {color: #FFFFFF;}

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

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

#jcart input { display:block; padding:10px; margin:20px auto; }
#jcart-paypal-checkout { display:none;}

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


