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

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

#jcart-chq input, #jcart-tooltip {  border:1px dotted #ccc; font-size:12px; }

#jcart fieldset { border:none; }

#jcart table {
	border-width: 0px;
	border-spacing: 2px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	font-size:10px;
	margin-left:10px;
	margin-top:10px;
	margin-right:10px;
	/* width:100%; border:0; background:#fff; border-collapse:collapse; */}
#jcart tr {  }
#jcart th, #jcart td { 
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: gray;
	color:#182530;
	/*
padding:5px; border:0; border:solid 1px #ccc; 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:#182530; font-size:12px; font-weight:bold;}
#jcart spam#jcart-item { color:#182530; font-size:12px; font-weight:normal;}
.cantidad { color:#182530; font-size:14px; }
.producto { color:#182530; font-size:11px; }
#jcart th { /* background:#ccffcc */}
#jcart th#header {  }
$jcart th#footer {  }

#jcart td.jcart-item-qty { width:28px; }
#jcart td.jcart-item-name { width:92px; font-weight:normal; }

#jcart-chq * { margin:0; padding:0; font-family:arial, tahoma, verdana, sans-serif; border:none;  padding-top:0px;}

#jcart-chq td.jcart-item-shop-chq { width:30px; height:25px; }
#jcart-chq td.jcart-item-qty-chq { width:50px; }
#jcart-chq td.jcart-item-name-chq { width:300px; font-weight:normal; text-align:left; color:#3d5569; font-size:12px; }
#jcart-chq td.jcart-item-price-chq { width:100px; font-weight:bold; text-align:right; color:#3d5569; font-size:12px; padding-right:10px; }
#jcart-chq td.jcart-item-quitar-chq { width:10px; font-weight:bold; text-align:right; }

#jcart-chq span#jcart-subtotal-chq { display:block;color:#3d5569; font-size:14px; font-weight:normal; padding-top:10px;text-align:right; padding-right:20px;}
#jcart-chq span#jcart-subtotal-chq strong {  }


#jcart td.jcart-item-price { width:10px; 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 span#jcart-subtotal { display:block;color:#182530; font-size:11px; padding-left:10px; font-weight:normal; padding-top:10px;}
#jcart span#jcart-subtotal strong {  }

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

#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;  }



