
.alert {
	color: #c00;
	font-weight: bold;
}

/* Small cart
===================*/
.cartInfo {
}
.cartItemCount {
	float: left;
	color: #fff;
	padding: 9px 9px 9px 32px;
	background: url(../../color_gray/pics/cart.png) no-repeat 32px center;
}
.cartItemCount a {
	color: #fff;
	padding-left: 35px;
}
.cartContentPrice {
	float: left;
	color: #fff;
	padding: 9px 32px 9px 9px;
}
.cartContentPrice a {
	color: #fff;
}

/* Add to Cart info message
======================*/
.productInfoCartMessage {
	clear: both;
	padding: 20px 20px 20px 50px;
	background: url(../../color_gray/pics/check.gif) no-repeat 20px center;
}

/* Add to cart error message
=============================*/
.productInfoCartError {
	clear: both;
	padding: 20px 20px 20px 50px;
	color: red;
	font-weight: bold;
	background: url(../../color_gray/pics/error.gif) no-repeat 20px center;
}

/* Cart edit and order confirm
======================*/
.cartEdit H1,
.orderConfirm H1 {
	padding-bottom: 20px;
}
TABLE.cartItems {
	border-collapse: collapse;
}
TABLE.cartItems TH,
TABLE.cartItems TD {
	padding: 3px 25px 3px 5px;
	text-align: left;
}
TR.odd TD {
	background-color: #f0f0f0;
}
TR.even.last TD {
	border-bottom: 1px solid #d2d2d2;
	font-weight: bold;
}
INPUT.save {
	
}
DIV.deliveryType,
DIV.confirmTerms {
	padding: 20px 0;
}
DIV.deliveryType SELECT {
	font-size: 12px;
}
.orderCustomerInfo {
	padding: 20px 4px 20px 50px;
}



/* Cart buttons
====================*/

INPUT.save,
INPUT.order {
	border: 0;
	width: 76px;
	height: 20px;
	padding-bottom: 2px;
	background: url(../../color_gray/pics/buttonInput.jpg) no-repeat center center;
	font-size: 12px;
	cursor: pointer;
}
INPUT.save:hover,
INPUT.order:hover {
	color: #0a357e;
}

A.delete,
A.back,
A.toOrder,
A.orderCustomerInfoEdit {
	background: url(../../color_gray/pics/buttonLeft.jpg) no-repeat left top;
	padding: 0 0 0 25px;
	display: inline-block;
	height: 20px;
	line-height: 19px;
	color: #000;
	margin: 0 10px 0 0;
	text-decoration: none;
}
A.delete SPAN,
A.back SPAN,
A.toOrder SPAN,
A.orderCustomerInfoEdit SPAN {
	background: url(../../color_gray/pics/buttonRight.jpg) no-repeat right top;
	display: inline-block;
	height: 20px;
	padding: 0px 25px 0px 0;
	cursor: pointer;
}
A.delete {
	padding: 0 0 0 20px;
}
A.delete SPAN {
	padding: 0px 20px 0px 0;
}
A.delete:hover,
A.back:hover,
A.toOrder:hover,
A.orderCustomerInfoEdit:hover {
	text-decoration: none;
	color: #0a357e;
}
