/*  set the width and height of cart images here*/
.itemImgSmall {
	width: 80px;
}

.itemImgMedium {
	width: 100px;
}

.itemImgLarge {
	width: 130px;
}

table#cart a div.k2storeCartRemove {
	background: url("../images/remove-roll.png.gif")/*tpa=http://www.maharajaofindia.co.uk/media/k2store/images/remove-roll.png*/ no-repeat scroll 0 0
		transparent;
	height: 18px;
	width: 18px;
}

table#cart a:hover div.k2storeCartRemove {
	background: url("../images/remove-over.png.gif")/*tpa=http://www.maharajaofindia.co.uk/media/k2store/images/remove-over.png*/ no-repeat scroll 0 0
		transparent;
}

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

.pao {
	padding: 5px;
}

#k2store_billing_section,
#k2store_shipping_section {
	position: relative;
	
}

#k2store_billing_section table td,
#k2store_shipping_section table td,
#k2store_billing_section table th,
#k2store_shipping_section table th
 {
border: none;	
	}
#k2store_billing_section input, 
#k2store_shipping_section input,
#k2store_billing_section select, 
#k2store_shipping_section select

 {
	width: 150px;
}

.k2storeBillingAddressDefault #k2store_billing_section input, 
.k2storeShippingAddressDefault #k2store_shipping_section input,
.k2storeBillingAddressDefault #k2store_billing_section select, 
.k2storeShippingAddressDefault #k2store_shipping_section select

 {
	width: 200px;
}


#k2store_billing_section label, #k2store_shipping_section label {
	width: auto;
	display: block;
}


#k2store_billing_section label em,
#k2store_shipping_section label em
 {
	color: #EB340A;
	font-style: normal;
}
div.k2error em.error,
div.k2storeerror em.error,
.payment_info input.error,
.k2store label.error

 {
	color: #ff0000;
	font-style: italic;
}

div.k2error em.success,
div.k2storeerror em.success,
.k2store label.success
{
	color: #17B500;
	font-style: italic;
}

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

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