.itemContainer{
 width:100%;
 float:left;
}
.itemContainer div{
 float:left;
 margin: 4px 2px 4px 2px ;
}
.cartHeaders{
 width:100%;
 float:left;
}
.cartHeaders div{
 float:left;
 margin: 5px 20px 5px 20px ;
}
.itemincrement A {
 border-bottom: 0px;
}
.itemdecrement A {
 border-bottom: 0px;
}
.itemremove A {
 border-bottom: 0px;
}
.itemOption1 div {
 margin-top:10px;
 margin-left:-80px;
}
.itemOption2 div {
 margin-top:20px;
 margin-left:-80px;
}
.itemQuantity {
 font-weight: bold;
}
.itemSKU {
 display: none;
}
.item_SKU {
 display: none;
}
.itemName {
 width: 175px;
 font-weight: bold;
}
.item_name {
 font-weight: bold;
}
.itemThumb img {
 width: 50px;
 /* border-bottom: #e5e5e5 3px solid; border-left: #e5e5e5 3px solid; border-top: #e5e5e5 3px solid; border-right: #e5e5e5 3px solid; */
}
.itemContainer a{
 text-decoration:none;
}
