/*
## cartItems
********************************************************************/


#cartItems{
	width:100%;
	margin-bottom: 30px;
}



#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.prdCode,
#cartItems .cartItem td.cmirId,
#cartItems .cartItem td.shipFrom,
#cartItems .cartItem td.uom,
#cartItems .cartItem td.itemPrice,
#cartItems .cartItem td.total,
#cartItems .cartItem td.quantity{
	width:80px;
	text-align:center;
}


#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.prdCode{
	width:80px;
	text-align:center;
}

#cartItems .cartItem td.cmirId{
	width:130px;
	text-align:center;
}

#cartItems .cartItem td.shipFrom{
	width:130px;
	text-align:center;
}

#cartItems .cartItem td.uom{
	width:80px;
	text-align:center;
}


#cartItems .cartItem td.itemPrice{
	width:115px;
	text-align:center;
}


#cartItems .cartItem td.total{
		width:130px !important;
	text-align:center;
}


.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;
}

.span-5 .promo_top{
	position: relative;
	top: -22px;
}

.quote_pos{
	position: relative;
	top: -90px;
}

.deliveryCartItems td.priceRow {
    text-align: center;
}

/* new css */
#content #cartItems table.cart td{width:auto;}
#content #cartItems thead th{text-align:center;}
#cartItems thead th#header6{text-align:center;}

#content #cartItems table.cart td {
	  width: auto;
 	  padding: 15px; 
	 
	}
#content #cartItems thead th {
	  text-align: center;
	  line-height: 20px;
	  padding-bottom: 17px;
	  padding-right: 10px;
	  
	}
	
.tabEcoTax {
	padding-left:1em; 
}
.totalValue{
	    width: 80px !important;
	/* text-align: right !important; */
}

.ui-icon-circle-triangle-w{
width: 20px;
}
