/**
 * checkout cart layout
 */

#cartHeaders{
	border-bottom:solid 1px #999;
	margin-top: 25px;
	height: 25px;
}
#cartHeaders div{

 	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #999;

}

.simpleCart_items{
	margin-top: 48px;
	clear:both;
	float:left;
	width:900px;
	/* border-bottom:solid 1px #000; */
	
}

.simpleCart_items a{
	text-decoration:none;
}

.itemContainer{
	/*
	font-family: 'CorporateSBoldMedium', Arial, Verdana, Helvetica, sans-serif;
	*/
	font-size: 13px;
	width:890px;
	height: 16px;
	clear:both;
	background-color: #fff;
	border-top:dashed 1px #ccc;
	padding: 5px 5px 5px 5px; 
}

#itemsBottomLine{
	border-top:dashed 1px #ccc;
	height: 2px;
	width:900px;
	clear:both;
}

.itemName{ 	
	width:297px;
	margin-right: 15px;
	
	font-size: 16px;
	color: #666;
	padding-bottom: 5px;
}

.itemName, .itemOptions, .itemOption1, .itemOption2, .itemOption3, .itemRemove{ 	
	padding-right: 15px;
	float:left;
}

/*.itemOption3{
	clear:right;
}*/


.itemOptions, .itemOption1, .itemOption2, .itemOption3, .itemQuantity, .itemTotal, .itemIncrement, .itemDecrement{ 
	padding-top: 3px;	
}


.itemRemove{
	width: 15px;
	height: 20px;
	padding: 0;
	margin-right: 10px;
	overflow: hidden;
}
.itemRemove a{
	line-height: 18px;
	padding-left: 20px;
	background-image: url(http://www.neueshop.com/images/cart/remove.png);
}

.itemQuantity{
	float:right;
	width:25px;
	text-align:right;
}

.itemIncrement, .itemDecrement{
	float:right;
	#width:25px;
	#text-align:right;
}

.itemQuantity input{
	width:25px;
	text-align:center;
	
	border:solid 1px #666;
	background-color: #000;
	color: #fff;
	
	/* rounded corners */
	   -moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	        border-radius: 12px; 
	          
	/* useful if you don't want a bg color from leaking outside the border: */         
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}

.itemincrement{
	float:right;
	width:10px;
	text-align:right;
}

.itemdecrement{ 	
	float:right;
	width:10px;
	text-align:right;
}



.itemTotal{ 
	float:right;
/* 	width:95px; */
	width:270px;
	text-align:right;
	clear:right
}


.checkoutCosts{ 
	/* font-family: 'CorporateSBoldMedium', Arial, Verdana, Helvetica, sans-serif; */
	font-size: 13px;
	width:283px;
	float:right;
	padding-right: 5px;
	padding-top: 15px;
}
.checkoutCosts .price{ 
	float:right;
	text-align:right;
	clear:right;
}


.checkoutSubtotal{ 
	margin-top: 30px;
	color: #999;
}
.checkoutSubtotal label{ 
	font-size: 15px;
}