#shopping_cartContainer {
	background-color: #deddb5;
	border-color: #deddb5;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	padding-bottom: 20px;
}

#continueShoppingButton {
	display: block;
	width: 128px;
	height: 25px;
	background: url('../images/button-continue-normal.png') top left no-repeat;
}
#continueShoppingButton:hover {
	background: url('../images/button-continue-hover.png') top left no-repeat;
}

#checkoutButton {
	float: right;
	display: block;
	width: 128px;
	height: 25px;
	background: url('../images/button-checkout-normal.png') top left no-repeat;
}

#checkoutButton:hover {
	background: url('../images/button-checkout-hover.png') top left no-repeat;
}

.nocredit {
	font-size: 10px;
	color: #CC0000;
}

table.cartHeader {
	border-collapse: collapse;
	margin-bottom: 5px;
}

table.cartHeader th {
	text-align: left;
	font-weight: bold;
	padding: 5px 8px;
	background-color: #656315;
	color: #fff;
}

table.cartHeader th.item {
	width: 389px;
}
table.cartHeader th.quantity {
	width: 60px;
}

table.cartHeader th.priceHeader {
	width: 74px;
	text-align: right;
}


table.cartProduct {
	width: 100%;
	border-collapse: collapse;
	border-style: none;
}

table.cartProduct td {
	padding: 5px;
}

table.cartProduct td img {
	border-style: none;
	border-width: 0px;
}

table.cartProduct {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #7A3918;
}

table.cartProduct tr.cartItem td input {
	background-color: #deddb5;
	width: 25px;
}

.subTotalHeader {
	font-family: georgia, times new roman, times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #7A3918;
}

td.productInfo {
}

td.productInfo .outOfStock {
	font-size: 12px;
	color: red;
	margin-top: 1em;
}

td.productInfo .removeItem {
	text-decoration: underline;
	color: #ce6110;
	margin-top: 1em;
	background: url('../images/cart_delete.png') top left no-repeat;
	height: 14px;
	padding-left: 22px;
	padding-top: 2px;
	font-size: 10px;
	cursor: pointer;
	width: 100px;
}

td.productInfo .removeItem:hover {
	color: #FF7814;	
}

.productTotal {
	color: #3C3B00;
	font-size: 14px;
}

.productOption {
	font-size: 10px;
}

.productOption .optionName {
	color: #7A3918;
	font-family: georgia, times new roman, times, serif;
	font-weight: bold;
	font-size: 12px;
}

.productOption .optionValue {}

.productName {
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #ce6110;	
}


.productImage {
	width: 105px;
}

.productName a:link, .productName a:visited {
		color: #ce6110;
}

.productName a:hover {
	color: #FF7814;
}

.productPair {
	color: #a5a33f;	
}

.productTotal {
	text-align: right;
	width: 80px;
}

.productQty {
	width: 66px;
	text-align: center;
}

.productControls {
	text-align: center;
}

.rowDelete {
	width: 16px;
	height: 16px;
	background: url('../images/cart_delete.png') top left no-repeat;
}

#updateCart {
	background: url('../images/cart_edit.png') top left no-repeat;
	padding-left: 25px;
	height: 16px;
	font-size: 10px;
	color: #ce6110;
	cursor: pointer;
	text-decoration: underline;
}

#updateCart:hover {
	color: #FF7814;	
	
}


table.cartProduct th.priceHeader { text-align: right; }


table#subTotal {
	width: 538px;
}

table#subTotal td {
	padding-top: 10px;
	text-align: right;
	font-size: 14px;
}

table#cartControls {
	width: 538px;
}

table#cartControls td {
	padding-top: 20px;
}

table#subTotal td.update {
	text-align: left;
}

.noItemsHeader {
	font-family: georgia, times new roman, times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #ce6110;		
	text-align: center;
	margin: 20px;
}

.noItemsSub {
	font-family: georgia, times new roman, times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #ce6110;		
	text-align: center;
	margin: 20px;	
	color: #7C3C1B;
}


.randomItems {
	margin: 20px 0px;
}

.randomItem img {
	border-style: none;
	border-width: 0px;
}

.randomItem {
	font-family: georgia, times new roman, times, serif;
	text-align: center;
	width: 155px;
	float: left;
	display: inline;
	margin: 0px 12px;
}

.randomItem .name {
	font-weight: bold;
	font-size: 14px;
}

.randomItem .price {
	margin-top: 0.3em;
}

.continueShoppingButtonCell {

}

.checkoutButtonCell {
}


#holidayCartNotice {
	background: url('../images/longsnowflakes.jpg') 0px -20px no-repeat;
	margin: -1px 0px 1px 0px;
	padding: 20px 20px 70px 20px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #919064;
}

#holidayCartNotice p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #fff;
	font-size: 14px;
}


