#product-listing {
	width: 100%;
}

.product-image {
	width: 158px;
}

#product-listing .product-image img {
	border-width: 0;
}

.product-details {
	padding: 0 20px;
}

.product-cart {
	width: 150px;
	text-align: center;
}

#product-listing tr {
	border-top: 1px solid grey;
}

#product-listing td{
	padding-top: 10px;
	padding-bottom: 10px;
}

#product-listing tr:first-child {
	border-top: 1px solid grey;
}

.price {
	font-size: 1.2em;
	font-weight: bold;
}

.add-to-cart {
	color: white;
	background: #D50000;
	font-size: 1.4em;
	font-weight: bold;
	padding: .25em;
	margin: .5em 15px;
}

#content-inner .add-to-cart a {
	color: white;
}