/**
 * checkout cart layout
 */

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

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

}
#cartHeaders .itemQuantity{
	width: 65px;
	text-align: left;
}

.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:255px;
	margin-right: 15px;
	
	font-size: 16px;
	color: #666;
	padding-bottom: 5px;
}

.itemOptions{ 
	max-width:255px;
}

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



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


.itemRemove{
	margin-right: 10px;
}
.itemRemove,.itemIncrement, .itemDecrement{
	width: 15px;
	height: 20px;
	padding: 0;
	overflow: hidden;
}
.itemRemove a, .itemIncrement a, .itemDecrement a{
	line-height: 18px;
	padding-left: 20px;
}
.itemRemove a{
	background-image: url(../images/cart/remove_shop.png);
}
.itemIncrement a{
	background-image: url(../images/cart/increment_shop.png);
}
.itemDecrement a{
	background-image: url(../images/cart/decrement_shop.png);
}

.itemQuantity{
	float:right;
	width:25px;
	text-align:center;
	color: #999;
}

.itemIncrement, .itemDecrement{
	float: right;
}



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



.itemImg{
	width: 40px;
	height: 40px;
	margin-right: 10px;
	margin-bottom: 5px;
	float:left;
}
.itemImg img{
	width: 100%;
}