#merch #cart_contents li {
border-bottom:2px solid #eee;
height:70px;
margin:10px;
position:relative;
}

#merch #cart_contents li .item_info {
float:left;
}

#merch #cart_contents li .item_qty input {
width:30px;
}

#merch #cart_contents li .item_total {
font-size:15px;
position:absolute;
right:0;
top:3px;
}

#merch #cart_contents li .thumbnail {
border:1px solid #eee;
float:left;
margin:0 10px 10px 0;
padding:2px;
}

#merch #cart_contents li h3 {
margin:3px 0 5px;
}

#merch #cart_contents li#total {
border:0;
}

#merch #cart_contents li#total .item_total {
font-size:18px;
font-weight:700;
}

#merch #cart_contents li.shipping {
height:35px;
}

#merch #home_products li {
background:#333;
border:5px solid #333;
color:#fff;
float:left;
margin:0 10px 10px 0;
text-align:center;
width:300px;
}

#merch #home_products li a h3 {
color:#fff;
font-size:13px;
margin:5px;
}

#merch #home_products li a:hover h3 {
text-decoration:underline;
}

#merch #product_description p {
margin:25px 0;
}

#merch #product_images {
margin-left:120px;
}

#merch #product_images li img {
border:5px solid #333;
margin:5px 0;
}

#merch #product_inventory h3 {
margin:5px;
}

#merch .inventory_bar {
background:#ccc;
border-bottom:1px solid #aaa;
display:block;
padding:2px 0;
}

#merch .inventory_bar strong {
margin-right:5px;
}

#merch .product-bar {
float:left;
margin:0 10px 10px 0;
padding:5px;
text-align:center;
}

#merch .product_price {
font-size:20px;
font-weight:700;
}

#btn_checkout {
float: right;
margin-top: -35px;
}