/* Products Table */

#productsContainer {
	margin: 0px auto 0px auto;
	width: 90%;
	position: relative;
	border-collapse: collapse;
}

.nameElement {
	font-size: 10pt;
	width: 400px;
}

.productElement {
	color: #666666;
	font-size: 10pt;
	padding: 5px;
}

.productElement img {
	display: block;
	float: left;
	margin-right: 5px;
}

.productHeaders {
	color: #000000;
}

tr.productRow1, td.productRow1 {
	background-color: #e3eef2 !important;
}

td {
	
}

tr.productRow0 {
	background-color: #ffffff;
}

#updateButtonContainer {
	padding-top: 10px;
	text-align: right;
}

#updateContinueContainer {
	width: 100%;
}

#continueShoppingContainer {
	text-align: left;
}

a.removeButton, a.removeButton:link, aremoveButton:visited {
	color: #ee5050;
}

/* End Products Table */

/* Price Table */

#priceContainer {
	float: right;
	margin-right: 30px;
	margin-top: 20px;
}

.priceLabel {
	font-weight: bold;
	font-size: 10pt;
	font-family: Georgia;
	text-transform: uppercase;
	color: #000000;
}

.priceElement {
	font-size: 11pt;
	font-family: Georgia;
	color: #000000;
}

/* End Price Table */

/* Checkout */

a#continueShopping, a#continueShopping:link, a#continueShopping:visited {
	color: #394d54;
	font-weight: bold;
}

#checkoutContainer {
	text-align: center;
	margin-top: 15px;	
}

#checkoutButton {
	color: #394d54;
	font-weight: bold;
}

#OR {
	color: #999999;
	font-weight: bold;
}

a.checkOutButtons, a.checkOutButtons:link, a.checkOutButtons:visited {
	font-family: Georgia;
}

/* Checkout */