/*
## cartItems
********************************************************************/

#substituteProducts{
	text-transform: none;
	margin-left: 10px;
}

#cartItems{
	width:100%;
	margin-bottom: 15px;
}



#cartItems .headline{
	border-bottom:1px solid #a5a5a5;
	height:40px;
	line-height:40px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
}


#cartItems .headline .cartId{
	color:#c7c7c7;
	font-weight:normal;
	font-size:0.8em;
	margin:0 0 0 20px;
}



#cartItems table.cart{
	width:100%;
}




#cartItems thead th{
	border-bottom:1px dotted #a5a5a5;
	height:30px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1em;
}



#cartItems thead th#header3,
#cartItems thead th#header4{
	text-align:center;
}

#cartItems thead th#header6{
	text-align:right;
}



#cartItems .cartItem td{
	vertical-align:top;
	border-bottom:1px dotted #a5a5a5;
	padding:20px 0 0 0;
}




#cartItems .cartItem td.thumb{
	border-bottom:0;
	padding-right:20px;
	width:96px;
}


#cartItems .cartItem td.itemPrice,
#cartItems .cartItem td.total,
#cartItems .cartItem td.quantity{
	width:115px;
}


#cartItems .cartItem td.quantity form{
	margin:0 0 10px 0;
}

#cartItems .cartItem td.quantity .qty{
	display:block;
	margin:0 auto;
	text-align:center;
	width:40px;
	
}

#cartItems .cartItem td.quantity .updateQuantityProduct,
#cartItems .cartItem td.quantity .submitRemoveProduct{
	text-decoration:underline;
	display:block;
	text-align:center;
}







#cartItems .cartItem td.shipping{
	width:200px;
}


#cartItems .cartItem td.shipping .pointOfServiceName{
	font-size:11px;
	color:#999;
}

#cartItems .cartItem td.shipping .pickupInStoreButton{
	text-decoration:underline;
}






#cartItems .cartItem td.itemPrice{
	width:96px;
	text-align:center;
}


#cartItems .cartItem td.total{
	width:96px;
	text-align:right;
}


.expressCheckoutBox .headline{
	border-bottom: 1px solid #A5A5A5;
	font-size: 1.2em;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
}

.expressCheckoutBox .description{
	line-height:30px;
}


.expressCheckoutBox ul li{
	list-style: disc outside none;
	margin: 0 0 5px 13px;
}

button.doCheckoutBut {
	font-size: 140%;
	margin-top: 20px;
}

button.doCancelModifiedOrder {
	font-size: 140%;
	margin-top: 20px;
}



/*
## cartTotals
********************************************************************/
#orderTotals{
	width: 100%;
	display: table;
}

#continueShoppingDiv{
	border: 0;
/* 	width: 16%; */
}

#continueShopping{
	display: block;
	background: #bfbfbf;
	border: 0;
	width: 180px; height: 180px; line-height: 180px;
/* 	margin-top:28px; */
	text-align: center;
	color: #ffffff;
	border-radius: 3px;
/* 	cursor:pointer; */
}

#procedeToCheckout{
	margin-top: 20px;
	display: block;
	background: #333333;
	border: 0;
	height: 50px; line-height: 50px;
/* 	margin-top:28px; */
	text-align: center;
	color: #ffffff;
	border-radius: 5px;
	font-size: 20px;
/* 	cursor:pointer; */
}

#totalSummary{
	width: 60%;
	background: #ffffff;
	border-radius: 3px;
	padding: 15px 1.7%;
}

.totalSummaryLabel{
	width: 50%;
}

.totalSummaryLabelGrandTotal{
	width: 50%;
	font-size: 15px;
	font-weight: bolder;
}

.totalSummarySpanGrandTotal{
	width: 50%;
	font-size: 24px;
	font-weight: bolder;
	text-align: right;
}


.totalSummarySpan{
	width: 50%;
	text-align: right;
}

.listItem{
	margin-bottom: 5px;
}

.realTotals{
	margin-bottom: 8px;
}

li span.taxLabel:first-child{
	width: 16%;
}

li span.taxLabel{
	width: 28%;
	text-align:right;
}

.tableCell{
	display: table-cell;
	vertical-align:middle;
}

.savingsDiscounts{
	width: 100%;
}
