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



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

 #jcart{ margin:0px; padding:3px} 
 
 #jcart, #jcart input, #jcart-tooltip { font-size:12px; background:#333;	border:1px solid #342e25;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#jcart fieldset { border:0; }

#jcart table { width:100%; border:0; background:#999; border-collapse:collapse;color:#000;  margin: 0 auto; 
  }
#jcart tr {  }
#jcart th, #jcart td { padding:5px; border:0;  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:#4e4e4e;color:#fff }
#jcart th#header {  }
$jcart th#footer {  }

#jcart td.jcart-item-qty { width:25%; }
#jcart td.jcart-item-name { width:50%; font-weight:bold; }
#jcart td.jcart-item-price { width:25%; 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;
	color: #070605;
	background: #454545 url(../images/button_gray2.png) top left repeat-x;
	cursor :pointer;
}
#jcart input.jcart-button:hover { padding:2px; margin:2px;
	color: #fff;
	background: #454545 url(../images/button_gray2.png) bottom left repeat-x;
	cursor :pointer;
}


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

#jcart input#jcart-paypal-checkout { display:block; padding:10px; margin:20px auto;	color: #070605;
	background: #454545 url(../images/button_gray2.png) top left repeat-x;
	cursor :pointer;
 }
#jcart input#jcart-paypal-checkout:hover { display:block; padding:10px; margin:20px auto;	color: #fff;
	background: #454545 url(../images/button_gray2.png) bottom left repeat-x;
	cursor :pointer;
 }

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


