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

#jcart * { margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; }
#jcart, #jcart input, #jcart-tooltip { font-size:11px; }

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

	a.jcart-remove a		{ font-weight:bold; }
	a.jcart-remove:link 	{ color: #333333; text-decoration: underline; }
	a.jcart-remove:visited	{ color: #333333; text-decoration: underline; }
	a.jcart-remove:active 	{ color: #333333; text-decoration: none; }
	a.jcart-remove:hover 	{ color: #333333; text-decoration: none; }
	
#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 #ccc; padding:3px 7px 3px 25px; background:url(checkmark.png) 3px center no-repeat #f2fcee;  }




/* ---------------------------------------------------- */

.jcart_store { 			/* Die STORE SEITE */
	margin:20px 0;
}

.jcart_store table {}

/* ---------------------------------------------------- */

.jcart_checkout { 			/* Die CHECKOUT SEITE */
	margin:20px 0;
}

	.jcart_checkout a			{ font-weight:bold; }
	.jcart_checkout a:link 		{ color: #333333; text-decoration: underline; }
	.jcart_checkout a:visited	{ color: #333333; text-decoration: underline; }
	.jcart_checkout a:active 	{ color: #333333; text-decoration: none; }
	.jcart_checkout a:hover 		{ color: #333333; text-decoration: none; }

/* ---------------------------------------------------- */

.jcart_form { 			/* Die FORMULAR SEITE */
	margin:20px 0;
}	
	.jcart_form a			{ font-weight:bold; }
	.jcart_form a:link 		{ color: #333333; text-decoration: underline; }
	.jcart_form a:visited	{ color: #333333; text-decoration: underline; }
	.jcart_form a:active 	{ color: #333333; text-decoration: none; }
	.jcart_form a:hover 	{ color: #333333; text-decoration: none; }

	.error { color:#F00; font-weight:bold; }
	
/* ---------------------------------------------------- */

.jcart_gateway	{			/* Die FORMULAR SEITE */
	margin:20px 0;
}

.jcart_gateway h1 {}

	.jcart_gateway a		{ font-weight:bold; }
	.jcart_gateway a:link 	{ color: #333333; text-decoration: underline; }
	.jcart_gateway a:visited	{ color: #333333; text-decoration: underline; }
	.jcart_gateway a:active 	{ color: #333333; text-decoration: none; }
	.jcart_gateway a:hover 	{ color: #333333; text-decoration: none; }


