table#cart a div.j2storeCartRemove {
	background: url("../images/remove-roll.png") no-repeat scroll 0 0
		transparent;
	height: 18px;
	width: 18px;
}

table#cart a:hover div.j2storeCartRemove {
	background: url("../images/remove-over.png") no-repeat scroll 0 0
		transparent;
}

/*  set the width and height of cart images here*/
table#cart tr td #itemImgSmall {
	width: 80px;
}

table#cart tr td #itemImgMedium {
	width: 100px;
}

table#cart tr td #itemImgLarge {
	width: 130px;
}

input.productqty,
.product_quantity_input input
{
	width: 20px;
}

.pao {
	padding: 5px;
}

#j2store_billing_section,
#j2store_shipping_section {
	position: relative;
	
}
#j2store_billing_section input, #j2store_shipping_section input {
	width: 100%;
}

#j2store_billing_section label em,
#j2store_shipping_section label em
 {
	color: #EB340A;
	font-style: normal;
}
.j2error em.error,
.j2storeAddtocart div.j2error em.error,
#j2store_billing_section div.j2error em.error,
#j2store_shipping_section div.j2error em.error,
.payment_info div.j2error em.error,
.j2store label.error,
.payment_info input.error
 {
	color: #ff0000;
	font-style: italic;
}
.j2error em.success,
.j2storeAddtocart div.j2error em.success,
#j2store_billing_section div.j2error em.success,
#j2store_shipping_section div.j2error em.success,
.payment_info div.j2error em.success
{
	color: #17B500;
	font-style: italic;
}

.j2store input.error { border: 1px solid red; }
.j2store input.valid { border: 1px solid #17B500;	}

#j2store_shipping_section .valid-fail {
	border-color: #ff0000 !important;
}