.cart-items-top td{
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FFCC00;
	height: 20px;
}

.cart-items td{
	font-size: 11px;
	color: white;
	border-bottom: solid 1px #FFCC00;
	height: 80px;
}

.cart-items td img{
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: red;
}

.cart-items-total td{
	font-size: 11px;
	color: white;
	text-transform: uppercase;
	border-bottom: solid 1px #FFCC00;
	height: 35px;
}

.checkout-rows td{
	font-size: 11px;
	color: white;
	text-transform: uppercase;
	border-bottom: solid 1px #FFCC00;
}

.checkout-rows td td{
	border-width: 0;
}

.checkout-li li{
	list-style-image: url(images/aboutus/about-li.gif);
	text-transform: uppercase;
	font-size: 12px;
	color: white;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 5px;
}

.checkout-li li a{
	color: red;
}

.checkout-li .yellow{
	color: #FFCC00;
}

.upsale-items td{
	font-size: 11px;
	color: white;
	border-top: solid 1px #FFCC00;
	height: 80px;
}

.upsale-items td img{
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: red;
}