/*
jCart v1.3
http://conceptlogic.com/jcart/
*/


#jcart, #jcart input, #jcart-tooltip { font-size:15px; font-family: 'Lato', sans-serif; }

#jcart fieldset { border:0; }

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

#jcart table { width:100%; border:0; background:#fff; border-collapse:collapse; margin: 10px 0px;}
#jcart thead {  }
#jcart-title {  }
#jcart tbody {  }
#jcart tfoot {  }
#jcart tr {  }
#jcart th {  }
#jcart th, #jcart td { padding:5px; border:0; border-bottom:solid 1px #ccc; vertical-align:middle; text-align:left; font-weight:normal; }
#jcart #jcart-empty { text-align:center; min-width: 300px !important;}
#jcart input {text-align: center; border:solid 1px #ccc;}


.jcart-item-qty { width:15%; }
#jcart .jcart-item-name { width:60%;  }
#jcart .jcart-item-price { width:25%;  text-align:right; }
.jcart-item-price span { display:block; }

.jcart-remove { font-size:14px; font-weight:normal; padding: 0px 10px 0px 0px;;}

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

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

#jcart-checkout { float:right; padding: 6px 16px; cursor: pointer; }

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

#jcart-tooltip { display:none; position:absolute; padding:6px 10px 6px 35px; background:url(../images/checkmark.png) 10px center no-repeat #fdfdfd; border:1px solid #a6c9e2; border-radius: 5px; z-index:9999; }
