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

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

#newsbar #jcart{
	border-radius: 8px 8px 8px 8px;
	padding: 5px;
	background: #adccdb;
	margin-bottom: 10px;
}

#contentbar #jcart{
	border-radius: 8px 8px 8px 8px;
	padding: 5px;
	margin: 5px;
	background: #dbe9f0;
	margin-bottom: 15px;
}


#jcart, #jcart input, #jcart-tooltip { font-size:11px; }

#jcart fieldset { border:0; }

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

#jcart table { width:100%; border:0; background:#fff; border-collapse:collapse; }


#jcart thead {  }
#jcart-title { line-height: 100%; font-family: open sans,arial; text-transform: uppercase; font-size: 12px; font-weight:bold; color: #71858f; text-shadow: 1px 1px 1px #fff; }
#jcart-titlenum { line-height: 100%; font-size:12px; font-weight:normal; color: #71858f; float:right; padding-right: 2px;}
#jcart tbody {  }
#jcart tfoot {  }
#jcart tr {  }
#jcart th { background:#dbe9f0;  color: #000; }
#jcart th, #jcart td { padding:5px; border:0; vertical-align:middle; text-align:left; font-weight:normal; }
#jcart tr:nth-child(even) td{
	background: #dbe9f0;
}

#jcart input[name='jcartItemQty[]']{
	border: 1px solid #adccdb;
	text-indent:5px;
	color:#aaa;
	width:25px;
}

#jcart #jcart-empty { text-align:center; }

.jcart-item-qty { width:5%; }
#jcart .jcart-item-name a { font-weight:normal; color: #000; }
#jcart .jcart-item-price { width:29%; font-weight:normal; font-style: italic;  color: #d90013; text-align:right; }
#jcart .jcart-item-rem { width:3%; font-weight:bold; text-align:center; }
#jcart .jcart-item-zl, #jcart .jcart-item-zr {
	display:inline-block;
	width:44%;
	border-radius: 5px 5px 5px 5px;
	font-weight:normal;
	font-size: 13px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	/*text-transform: uppercase;*/
	color: #fff;
	background: #096392;
	text-align:center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom:2px solid #096392;
	
	
	background: #096392; /* Old browsers */
	background: -moz-linear-gradient(top,  #096392 0%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#096392), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #096392 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #096392 0%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #096392 0%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #096392 0%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#096392', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}
#jcart .jcart-item-zl{
	float: left;
}
#jcart .jcart-item-zr{
	float: right;
}

.jcart-item-price span { display:block; }

.jcart-remove {
	font-size:11px; font-weight:normal;
	display: inline-block;
	background: #adccdb;
	border-radius: 20px 20px 20px 20px;
	width: 13px;
	height: 13px;
	line-height: 13px;
	text-align: center;
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid transparent;
}

.jcart-remove:hover {
	background: #fff;
	color: #adccdb;
	border: 1px solid #adccdb;
}


#jcart-subtotal { display:block; text-align:center; border-top:1px dashed #adccdb; }
#jcart-subtotal strong { display: block; line-height: 32px; color: #e54c10; font-size:16px; text-transform: none;  }

#jcart-buttons input { padding:2px; margin:2px; }

#jcart-checkout { float:right; padding:2px; }

#jcart-paypal-checkout { display:block; width:14em; padding:10px; margin:20px auto; }

#jcart-tooltip { display:none; position:absolute; padding:3px 7px 3px 25px; background:url(../images/checkmark.png) 3px center no-repeat #fff; border:1px solid #fff; z-index:9999; }
