/*
jCart v1.3
http://conceptlogic.com/jcart/
*/

#jcart * { margin:0px; padding:0px; font-family:verdana; vertical-align: top; align:left;}
#jcart, #jcart input, #jcart-tooltip { font-size:12px; }

#jcart fieldset { border:0;}

#jcart-error { text-align:center; padding:5px;color:RED; }

#jcart table { width:100%; height:122px; border:0; background:#ffffff; border-collapse:collapse; }
#jcart thead {  }
#jcart-title { }
#jcart tbody {  }
#jcart tfoot {  }
#jcart tr {  }
#jcart th { background:#E4EDF6 }
#jcart th, #jcart td { padding:5px; border:solid 1px #ccc; vertical-align:middle; text-align:left; font-weight:normal; }
#jcart #jcart-empty { text-align:center; }

#jcart-header-tr {height:30px; }
#jcart-footer-tr {border-left:solid 1px #ccc;border-right:solid 1px #ccc;border-bottom:solid 1px #ccc;margin:0px; padding:0px;height:30px;}
#jcart-footer-tr th {border:0;height:30px; margin:0px; padding:1px;}
#jcart-footer-tr table { height:30px; background:#ffffcc;}
#jcart-footer-tr table tr {}
#jcart-footer-tr table tr th span {align:left;}
#jcart-footer-tr table tr th {text-align:right;vertical-align:top;}


.jcart-item-qty { width:35px; }
#jcart .jcart-item-name { font-weight:bold; }
#jcart .jcart-item-price { width:75px; font-weight:bold; text-align:right; }
.jcart-item-price span { display:block; }

.jcart-remove { font-size:11px; font-weight:normal; }

#jcart-buttons input { padding:2px; margin:2px; }
#jcart-checkout { float:left; padding:2px; }
#jcart-paypal-checkout { display:block; margin:10px 0px 0px 0px; float: right; }
#jcart-tooltip { display:none; position:absolute; padding:3px 7px 3px 25px; background:url(/jcart/image?src=checkmark.png) 3px center no-repeat #fdfdfd; border:1px solid #a6c9e2; z-index:9999; }

#jcart-coupon-box { float:left; padding:2px; text-color:#350000;}

#jcart-coupon-box p { 
	font-size:11px; 
	font-weight:bold; 
	text-align:left;
	}
	
/*
jCart Tab css
*/


	.viewcart {
		float: left;
    	border: none;
    	background: none;
	    margin: 0px 0px 0px 0px;
    	padding: 0px 0px 0px 0px;
   		font-size:10px; 
   		font-family:verdana;
   		color: #FFFFFF; 
	}

	.viewcart:hover {
    	color: #FFFFFF; 
    	text-decoration:underline;
	}
	
	
	.jcart_nojs_tab a img {
		border: 2px solid #350000;
		cursor	: hand;				
	}
	.jcart_nojs_tab {
		right : 0px;
		top : 100px;
		height : 122px;
		position : fixed;
		z-index : 1000;
	}	
	.jcart_js_tab{
		border: 2px solid #350000;	
		padding: 0px;
		margin 0px; 
		background:#ffffff;
		display:none;	
		right:0px;
	}
	.jcart_tab_x{
		height:50px
		border-bottom:1px bottom solid #350000;	
   		font-size:10px; 
   		font-family:verdana;
		text-align:right;
   		text-color: #350000;				
	}
