/*
JCART v1.1
http://conceptlogic.com/jcart/
*/

#jcart * { margin:0;  font-family:arial, tahoma, verdana, sans-serif; }
#jcart, #jcart input, #jcart-tooltip { font-size:12px; }

#jcart fieldset { border:0; }

#jcart table { width:100%; border:0; background:#fff; border-collapse:collapse; }
#jcart tr {  }
#jcart th, #jcart td { 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 {  }

#jcart th { background:#C3C8D1; color:#333333; }
#jcart th#header {  }
$jcart th#footer {  }

#jcart td.jcart-item-qty { /*width:25%;*/ width:15%; }
#jcart td.jcart-item-name {/* width:50%; */width:70%;font-weight:bold; }
#jcart td.jcart-item-price {/* width:25%; */width:15%;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; }
#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;  }
*/
#jcart-tooltip { border:solid 1px #000; padding:3px 7px 3px 25px;}

a.button2 {
    border: none;
    background: transparent url('/sitio/images/general/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 1.2em arial, sans-serif;
    height: 24px;
    margin-right: 0px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button2 input {
    background: transparent url('/sitio/images/general/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
	border:0px;
	margin:0px;
	/*padding-left:20px;*/
	height:24px;
	text-align:left;
	cursor:pointer;
}
#jcart input.jcart-button{
	margin:0px;
	padding:0px;
	padding-left:35px;
	color:#444;	
}
a.button2:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button2:active input {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

