
.cart-title td{
	font-size: 11px;
	color: black;
	font-weight: bold;
	height: 29px;
}

.cart-content td{
	font-size: 11px;
	color: #585E61;
	border-bottom: solid 1px black;
	height: 50px;
}

.product-title {
	font-size: 14px;
	font-weight: bold;
	color: #E3163D;
}

.product-price {
	font-size: 14px;
	font-weight: bold;
	color: #E3163D;
}

.product-options-title {
	font-size: 14px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	background: url(images/store/prod-options-title-bg.gif) no-repeat;
	height: 27px;
	padding-left: 30px;
}

.checkout-title {
	font-size: 14px;
	color: #6D6E71;
	font-weight: bold;
	width: 100%;
	border-bottom: solid 1px #939598;
	margin-left: 5px;
}