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

#jcart * { margin:0; padding:0; font-family: tahoma, verdana, sans-serif; }
#jcart, #jcart input, #jcart-tooltip { font-size:13px; }

#jcart fieldset { border:0; }

#jcart table { width:100%; border: 1px solid #000000; background:#fff; border-collapse:collapse; }
#jcart tr {  }
#jcart th, #jcart td { padding:10px; border:0; border:solid 1px #000000; vertical-align:top; text-align:left; font-weight:normal; }
#jcart td.empty { text-align:center; }

#jcart p.jcart-error { padding:10px; font-weight:bold; color: #d80015; background-color: #ffffff; border: 1px solid #000000; margin-bottom: 5px;}

#jcart strong#jcart-title {  }

#jcart th { background:#83d0f0; }
#jcart th#header {  }
$jcart th#footer {  }

#jcart td.jcart-item-qty { width:20%; }
#jcart td.jcart-item-name { width:60%; font-weight:bold; }
#jcart td.jcart-item-price { width:20%; 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:5px;
	background-color: #d80015;
	border: 1px solid #000000;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, arial;
}

#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-invulveld {
	border: 1px solid #00abe5;
	height: 16px;
	padding: 2px;
}