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

#jcart table { width:685px; border:0; background:#fff; border-collapse:collapse;margin:10px 0 10px 0 }
#jcart tr {  }
#jcart th, #jcart td { padding:2px 4px 2px 4px; border:0; border:solid 1px #ccc; 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 { background:#cccccc; font-size:11px; font-weight:bold; }
#jcart th#jcart-header { text-align:right; }
$jcart th#footer {  }

#jcart td { font-size:10px; }
#jcart td.jcart-item-qty { width:25%; }
#jcart td.jcart-item-name { width:50%; }
#jcart td.jcart-item-price { width:25%; text-align:right; }
#jcart td.jcart-item-price span { display:block; }

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

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

#jcart input.jcart-button, .button { padding:0; margin:2px; width:81px; height:27px; background:url(../images/jcart-button.png) 0 2px no-repeat; border:none; color:#0094be; font-family:Arial; font-size:12px; font-weight:bold; cursor:pointer;}

.button-2 { padding:0; margin:2px; width:110px; height:27px; background:url(../images/jcart-button-2.png) 0 2px no-repeat; border:none; color:#0094be; font-family:Arial; font-size:12px; font-weight:bold; cursor:pointer;}

#jcart input.jcart-input { width:72px; height:17px; padding:2px 0 0 4px; background:url(../images/bg-input.jpg) no-repeat; border:none; }

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

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

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



