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

#emailalert{
	position:relative;
	top:-20px;
	color:#900;
}

#jcart * {
	margin: 0;
	padding: 0;
	font-family: "museo-sans-rounded",sans-serif;
}
#jcart, #jcart input, #jcart-tooltip {
	/* [disabled]font-size: 12px; */
}

#jcart fieldset { border:0; }

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

#jcart table {
	background: #fff;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 300px;
}
#jcart thead {  }
#jcart-title {
	font-size: 12px;
}
#jcart tbody {  }
#jcart tfoot {  }
#jcart tr {  }
#jcart th {
	/* [disabled]background-color: #CCCCCC; */
	font-size: 12px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#jcart th, #jcart td {
	padding: 6px;
	border: 0;
	border: 1px dotted #ccc;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	margin: 0px;
}
#jcart #jcart-empty { text-align:center; }

.jcart-item-qty {
	width: 30px;
	text-align: center;
	height: 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	margin: 0%;
	padding: 0%;
	border: 1px solid #999;
}
#jcart .jcart-item-name {
	width: 50%;
	font-weight: bold;
	font-size: 12px;
	border: 1px dotted #CCC;
}
#jcart .jcart-item-price {
	width: 25%;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
}
.jcart-item-price span { display:block; }

.jcart-remove {
	font-size: 10px;
	font-weight: 300;
	color: #09C;
}

#jcart-subtotal {
	display: block;
	width: 200px;
	float: left;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
}
#jcart-subtotal strong {  }

#jcart-buttons input {
	padding: 2px;
	margin: 2px;
	display: block;
}
#jcart-checkout {
	display: block;
	float: right;
	font-family: "museo-sans-rounded",sans-serif;
	font-size: 16px;
	font-weight: 300;
	background-color: #8EC640;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	width: 130px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFF;
	border: 2px solid #58940C;
	height: 32px;
	margin-top: 5px;
	margin-right: 10px;
}

#jcart-checkout:hover {
	background: #7eb038;
}

#jcart-checkout:active {
	background: #6e9a30;
}

#jcart-paypal-checkout {
	display: block;
	width: 150px;
	padding: 10px;
	height: 50px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#jcart-tooltip {
	display: none;
	position: absolute;
	background: url(../images/checkmark.png) 3px center no-repeat #fdfdfd;
	border: 1px solid #a6c9e2;
	z-index: 9999;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 25px;
}
#jcart2-tooltip {
	display: none;
	position: absolute;
	background: url(../images/checkmark.png) 3px center no-repeat #fdfdfd;
	border: 1px solid #a6c9e2;
	z-index: 9999;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 25px;
}
