#ezycart {
	position: relative;
}
#ezycart .alignRight {
	text-align: right !important;
}
#ezycart form {
	position: relative;
	background-color: #efefef;
	border: 1px solid #d9d9d9;
	padding: 10px;
	clear: both;
	overflow:auto;
}
#ezycart .fullPriceString.discounted {
	color:#a9a9a9;
	text-decoration:line-through;
}
#frm_ezycart_addToCart .variationsField, #frm_ezycart_addToCart .variationsField .qtyField {
	float:left;
	padding-right:10px;
}
#ezycart label {
	padding-bottom:3px;
	display:block;
}
#ezycart form table th {
	text-align: left;
	height: 25px;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #5C7EB0;
}
#ezycart fieldset {
	visibility: hidden;
}
#ezycart p label {
	display:block;
	float:left;
	width:120px;
	padding-top:2px;
	margin-left:5px;
}
#ezycart input{
	border: 1px solid #5C7EB0;
	padding: 2px;
	background: rgba(255,255,255,0.5);
}
#ezycart textarea, #ezycart select{
	border: 1px solid #5C7EB0;
	background: rgba(255,255,255,0.5);
}
#ezycart #txtQty {
	width:4em;
}
#ezycart input[type="text"]:focus, #ezycart input[type="password"]:focus, #ezycart textarea:focus, #ezycart select:focus {
	background-color:#d2edf7;
}
#ezycart table {
	width: 100%;
	padding: 0px;
}
#ezycart table th {
	text-align: left;
	height: 25px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px 5px 0 6px;
	margin-left: 0px;
}
#ezycart table tr {
	text-align: left;
	vertical-align: text-top;
}
#ezycart table td {
	text-align: left;
	padding: 5px 5px 0 5px;
}
#ezycart table td.totalHeading {
	padding-top: 5px;
	padding-bottom: 5px;
}
#ezycart table input {
	width: 70px;
}
table .grandtotal {
	font-weight: bold;
}
#viewCartButtons {
	display: block;
	margin-top: 10px;
}
#viewCartButtons input {
	float: right;
	min-width: 120px;
	height: 35px;
	margin-left:10px;
	text-align: center;
	color: #000;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #c6c6c6;
	text-decoration: none;
}
#viewCartButtons input:hover {
	color: #ffffff;
	background-color: #474747;
	border: 1px solid #ffffff;
	cursor: pointer;
}
#ezycart .submit {
	display: block;
	float: right;
	width: 120px;
	height: 35px;
	margin-top: 10px;
	padding-top: 0px;
	color: #000;
	background-color: #fff;
	border: 1px solid #c6c6c6;
	text-decoration: none;
}
#ezycart .submit:hover {
	color: #ffffff;
	background-color: #474747;
	border: 1px solid #ffffff;
	cursor: pointer;
}
#ezycart .addressWrapper p, #ezycart .shippingWrapper p {
	margin-left: 5px;
}
#ezycart .addressWrapper label {
	margin-left: 0px;
}
#ezycart .addressWrapper #pickupWrapper {
	margin-left: 5px;
}
#ezycart .addressWrapper #pickupWrapper input {
	width: 100px;
}
#ezycart #pickUpDate {
	margin-left: 35px;
	width: 100px;
}
#ezycart .shippingWrapper form {
	padding-bottom: 10px;
}
#ezycart p.shipping-option {
	display: block;
	width: 100%;
}
#ezycart .shipping-option-select input {
	width: 40px;
	float: left;
	border: none;
}
#ezycart .shipping-option-title {
	margin-left: 48px;
	font-weight: bold;
	margin-bottom: 3px;
}
#ezycart .shipping-option-description, #ezycart .shipping-option-cost {
	clear: both;
	margin-left: 48px;
	margin-bottom: 3px;
}
#ezycart .shipping-option-cost {
	font-weight: bold;
}
#ezycart .shipping-option-error {
	color: red;
	margin-left: 48px;
}
#ezycart label.error {
	color:#ff7e00;
}
#ezycart p.shippingMethodButton input {
	width: 100px;
	height: 35px;
	color: #4c8623;
	background-color: #fff;
	border: 1px solid #9bc97b;
}
#ezycart p.shippingMethodButton input:hover {
	color: #6d4cc4;
	background-color: #ded4f4;
	border: 1px solid #c5b5e7;
	cursor: pointer;
}
#content p:first-child {
	letter-spacing: normal;
}
#ezycart .noBorder {
	border: none;
}
#ezycart .noPadding {
	padding: 0px;
}
#ezycart .noMargin {
	margin: 0px;
}
#ezycart p.payment-description {
	margin-left: 33px;
	padding-top: 0px;
}
#ezycart .ProductImage {
	float: right;
	padding: 10px;
	margin: 0 0 20px 20px;
	border: 1px dotted #ddd;
}
#ezycart .price {
	right: 0px;
	font-weight: bold;
}
#ezycart p.price span {
	text-decoration: line-through;
	margin-right: 8px;
}
#ezycart p.productCode {
	font-size:80%;
	color: #999;
}
#ezycart p.productAdded {
	padding: 10px;
	text-align: center;
	background-color: #f7f7f7;
}
#frm_ezycart_addToCart {
	position: relative;
}
#frm_ezycart_addToCart p {
	display: block;
	width: 200px;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}
#frm_ezycart_addToCart p input {
	width: 40px;
	margin-left: 10px;
}
#frm_ezycart_addToCart input.submit {
	text-decoration: none;
}
form#checkoutForm #txtCoupon {
	padding: 2px;
	width: 150px;
	margin-right: 10px;
}
form#checkoutForm a:link {
	text-decoration: none;
}
form#shippingChoiceForm {
	padding-bottom: 10px;
}
form#shippingChoiceForm .submit {
	margin-top: 20px;
}
form#paymentForm {
	padding-bottom: 5px;
}
form#paymentForm input {
	float: left;
	width: 20px;
}
form#paymentForm .payment-option-title, form#shippingForm .shipping-option-title {
	font-weight: bold;
	margin-bottom: 2px;
}
form#paymentForm .payment-option-description {
	margin-left: 28px;
}
form#paymentForm input.submit {
	margin-top: 15px;
}
form#shippingForm input.submit {
	margin-top: 20px;
}
/*******************************

*Form 

*******************************/

#addressForm h2 {
	clear:both;
}



/****************/
/*EZYCART TWEAKS*/
/****************/
.ezyCartForm {
	width:425px;
}
#ezycart ul, #ezycart li {
	padding:0px;
	margin:0px;
}
#ezycart li {
	list-style:none;
}
.ezyCartForm li {
	list-style-type:none;
	margin-bottom: 6px;
}
.ezyCartForm li.text input, .ezyCartForm li.text textarea {
	width:425px;
}
.ezyCartForm li.halfLeft {
	width:200px;
	float:left;
}
.ezyCartForm li.halfRight {
	width:200px;
	float:right;
	clear:right;
}
.ezyCartForm li.halfLeft input, .ezyCartForm li.halfRight input {
	width:200px;
}
.ezyCartForm li.select {
	width:206px;
}
.ezyCartForm li {
	clear:both;
}
.ezyCartForm .halfLeft select {
	width:200px;
}
#ezy_billingInformation {
	clear:both;
	overflow:hidden;
}
#ezy_checkoutAddresses .delivery {
	float:left;
}
#ezy_checkoutAddresses .delivery, #ezy_checkoutAddresses .postal {
	width:336px;
}
#ezy_checkoutAddresses .postal {
	float:left;
	padding-left: 25px;
}
#ezy_checkoutAddresses .notes {
	clear:both;
}
#ezycart .fielderrors {
	color:#ff7e00;
}
#ezycart .couponCode{
	display:none;
}
