/*

	SHOPPING CART DISPLAY
	
*/
#cartContentsDisplay {
	margin: 0 0 0 6px;
}
#cart-help-button {
	float: right;	
}
#cart-help-button a {
	color: #FF9700;
}
.tableHeading TH {
	border-bottom: 1px solid #B2B2B2;
	padding: 0 0 5px 6px;
	margin: 20px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FF9700;
	text-transform: capitalize;
	background: #FFF;
}
#cartContentsDisplay .rowOdd, #cartContentsDisplay .rowEven {
	vertical-align: middle;
}
#cartContentsDisplay td {
	border-bottom: 1px dashed #CCC;
	text-align: center;
}
#cartSubTotal {
	text-align: right;
	line-height: 2.2em;
	padding: 10px;
	border-bottom: 1px dashed #CCC;
}
.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
}
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
}
.cartTotalDisplay {
	font-weight: bold;
	text-align: left;
}
#scProductsHeading {
	text-align: left;
}
#scUpdateQuantity {
	width: 2em;
}
.cartQuantity {
	width: 4.7em;
}
.cartQuantity input {
	width: 35px;
	font-size: 11px;
	padding: 3px 0;
}
#cartContentsDisplay td.cartProductDisplay {
	text-align: left;
}
.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
}
.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
}
.cartBoxTotal {
	text-align: right;
	font-weight: bold;
}
.cartQuantityUpdate input {
	border: 1px solid red;
	display: none;
}
.cartImage {
	margin: 10px 0;
	display: block;
}
.cartProdTitle {
	
}
.cartRemoveItemDisplay {
	width: 3.5em;
}
.cartAttribsList {
	margin-left: 1em;
}
#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
}
.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
} 
#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
}
#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
} 
#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
}
.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
}
.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
}
.amount {
	width: 5.5em;
}
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
}



/*

	SHOPPING CART SUBMIT
	
*/
ul#cart-checkout {
	list-style: none;
	float: right;
	width: 321px;
	height: 49px;
	background: #ffffff url('../images/nav/check-out.gif');
	position: relative;
	margin: 15px 0 0 0;
	padding: 0;
}

ul#cart-checkout li {
	display: block;
	width: 149px;
	height: 24px;
	margin: 0;
	padding: 0;
}

ul#cart-checkout li a {
	display: block;
	width: 149px;
	height: 24px;
	text-indent: -9999px;
	font-size: 0;
}

ul#cart-checkout li#out-cart-1 {
	position: absolute;
	left: 0;
	top: 0;
}

ul#cart-checkout li#out-cart-1 button {
	width: 149px;
	height: 24px;
	border: 0;
	background: none;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0;
	display: block;
}

ul#cart-checkout li#out-cart-1 .add-selected-over {
	background: url('../images/nav/check-out.gif') no-repeat 0 -60px;
}

ul#cart-checkout li#out-cart-2 {
	position: absolute;
	top: 26px;
	left: 0;
}
ul#cart-checkout li#out-cart-2 a:hover { background: url('../images/nav/check-out.gif') no-repeat 0 -86px; }

ul#cart-checkout li#out-cart-3 {
	position: absolute;
	top: 0;
	left: 151px;
}
ul#cart-checkout li#out-cart-3 a { width: 170px; height: 49px; }
ul#cart-checkout li#out-cart-3 a:hover { background: url('../images/nav/check-out.gif') no-repeat -151px -60px; }