
/* Copyright (c) 2002-2007 Open2b Software Snc. */

/*
a:link {
	color: maroon;
}
a:hover {	text-decoration: none;
color: black;
}
a:visited {
	color: maroon;
}
*/
.bodyContent { text-align: left; width: 970px; margin: 0 auto; }
.mainContent { padding-left: 1em; }

.header { border-bottom: 1px solid #0388d9; }
.searchBox {
	background: #ffcc00;
}

.login { background: #f1f2f6; }

.products th { background: #f1f2f6; border-bottom: 1px solid #0388d9; }

.productPrice {
	color: green;
}
.productPriceList { color: #666; }

.productChart th { background: #f1f2f6; }

.cartItems th { background: #f1f2f6; border-bottom: 1px solid #0388d9; }
.cartEmptyBox { background: #f1f2f6; }

.orders th { background: #f1f2f6; }
.orderCart th { background: #f1f2f6; }
.orderCart #totalRow { background: #ffc; }

.note { text-align: center; }

.checkoutStage { color: #ee3300; }

.closed { background: #edf2f2; }
