/*
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:100%; border:0; background:#fff; border-collapse:collapse; }
#jcart tr {  }
#jcart th, #jcart td { padding:5px; border:0; border:solid 1px #ddd; 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:white url(/images/shade_top.gif) repeat-x scroll 0 1px; }
#jcart th#header {  }
$jcart th#footer {  }

#jcart td.jcart-item-qty { width:18%; }
#jcart td.jcart-item-qty input {

			    border: 1px solid #ccc;
				padding: 3px;
			    background: #ffffff url(/images/input_bg.gif) no-repeat top left;
			    font: normal 13px Arial, Helvetica, sans-serif;
				color: #444;
				margin-top: 3px;
				margin-left: 5px;
				width: 30px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;

}
#jcart td.jcart-item-qty input:focus {border: 1px solid #999;}
#jcart td.jcart-item-name { width:57%; font-weight:normal; vertical-align: middle; }
#jcart td.jcart-item-price { width:25%; font-weight:bold; text-align:right; }
#jcart td.jcart-item-price a { color: #FB5569; }

#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 { text-shadow: 0 -1px 0 rgba(100,100,100,.5); font:bold 13px Arial, Helvetica, sans-serif; margin: 5px 5px 5px 0; border:none; padding: 3px 6px 4px 6px; background: transparent url(/images/menu_bg.gif) repeat-x bottom; color: #fff; cursor: pointer; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#jcart input.jcart-button:hover {background: transparent url(/images/shades.png) repeat-x top;}

#jcart input#jcart-checkout { float:right; }

#jcart input#jcart-paypal-checkout { text-shadow: 0 -1px 0 rgba(100,100,100,.5); display:block; font:bold 13px Arial, Helvetica, sans-serif; margin: 20px auto; border:none; padding: 3px 10px 4px 10px; background: #a2a2a2 url(/images/menu_bg.gif) repeat-x bottom; color: #fff; cursor: pointer; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#jcart input#jcart-paypal-checkout:hover {background: transparent url(/images/shades.png) repeat-x top;}

#jcart-tooltip { border:solid 1px #9ade86; color: #3a7d34; padding:3px 12px 4px 30px; background:url(checkmark.png) 8px center no-repeat #f2fcee; -moz-border-radius: 5px; -webkit-border-radius: 5px}

a { color: #FB5569; text-decoration: none; }