.cart {
	width: 198px;
	margin-top: 15px;
		font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.cart h2 {
	display: block;
	width: auto;
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	background-color: #0091C4;
	text-align: center;
	font-size: 80%;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.cart h3 {
	display: inline;
	font-size: 80%;
	text-transform: none;
	border-bottom: 1px solid #999999;
	padding-bottom: 2px;
	padding-top: 8px;
	width: 100%;
	font-weight: normal;
	margin: 0px;
}

.cart h4 {
	display: block;
	width: 100%;
	font-size: 80%;
	text-transform: none;
	padding-bottom: 2px;
	padding-top: 8px;
	margin: 0px;
	font-weight: normal;
	font-style: italic;
	color: #888888;
	text-align: center;
}

.cart table {
	width: 100%;
	font-size: 80%;
}

.cart table td {
	padding: 2px;
	vertical-align: right;
	line-height: 1.08;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	font-size: 80%;
}

.cart table td.qty {
	text-align: right;
}

.cart table td.price {
	text-align: right;
}
