

.clr {
	clear: both;	
}




/* Cart Navigation (Progress Bar) */
#cartProgressBar {
	width: 904px;
	border: 1px solid #666;
	height: 30px;
}
#cartProgressBar .cpbActive {
	float: left;
	width: 179px;
	border-left: 2px solid #FFF;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	background: #0165BD;
	height: 20px;
	padding-top: 6px;
	text-align: center;
	color: #FFF;
	font-weight: normal;
}

#cartProgressBar .cpbInactive {
	float: left;
	width: 178px;
	border-left: 2px solid #FFF;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	background: #CCC;
	height: 20px;
	padding-top: 6px;
	text-align: center;
	color: #FFF;
	font-weight: normal;
}


/* Shopping Cart Details */
.cartSubhead {
	float: left;
	width: 49%;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding-left: 3px;
}
.cartNotation {
	float: left;
	width: 50%;
	text-align: right;
	font-weight: normal;
	font-size: 9px;
}
#cartItemsContainer {
	width: 904px;
	border: 1px solid #FFF;
	float: left; 	
}
.cartBlock {
	background: #69BD29;
	height: 20px;
	padding: 2px 0px 2px 3px;
	margin: 2px 2px 0px 2px;
	width: 897px;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
}
.cartItemLeft {
	margin: 2px 0 0 2px;
	width: 200px;
	border: 1px solid #999;
	float: left;
	height: 100px;
}
.cartItemCenter {
	margin: 2px 2px 0 2px;
	width: 470px;
	border: 1px solid #999;
	padding: 10px;
	float: left;
	height: 80px;
}
.cartItemRight {
	margin: 2px 2px 0 0;
	width: 180px;
	*-width: 178px;
	border: 1px solid #999;
	padding: 10px;
	float: left;
	height: 80px;
}
.removeCartItemBtn {
	font-size: 9px;
	text-decoration: underline;
	cursor: pointer;
}

.cartTextLabelDiv {
	width: 65px;
	text-align: right;
	float: left;
	font-weight: normal;
	margin-right: 5px;
}

.subTotalBox {
	margin: 2px 2px 2px 0;
	border: 1px solid #999;
	padding: 7px 5px 5px 10px;
	width: 183px;
	height: 16px;
	float: left;
}

.promoCodeBox {
	margin: 2px;
	background: #AAD1EE;
	width: 681px;
	padding: 5px 5px 5px 10px;
	/*height: 20px;*/
	float: left;
}

.regularPrice{
	color: #999;
	text-decoration: line-through;
}
.reducedPrice {
}
	
.cartButtonsBox {
	margin: 0 2px 2px 2px;
	width: 676px;
	padding: 60px 10px;
	float: left;
	text-align: right;
}

.zipShipBox {
	margin: 0 2px 2px 0;
	border: 1px solid #999;
	padding: 7px 5px 5px 10px;
	width: 183px;
	float: left;
}

.totalBox {
	margin: 0 2px 2px 0;
	border: 1px solid #999;
	padding: 7px 5px 5px 10px;
	width: 183px;
	height: 16px;
	float: left;
}

.cartInput {
	border: 1px solid #999;
	background: #FFF;
}

.continueShoppingButton {
	cursor: pointer;
}

.checkOutButton {
	cursor: pointer;
}

.applyZipButton {
	font-size: 10px;
	border: 1px solid #999;
}

.qtyUpdateBtn {
	border: 1px solid #999;
	font-size: 10px;
}

.button {
	border: 1px solid #999;
	font-size: 10px;
	
}
