TABLE#cart_table {
	clear: left;
}

TABLE#cart_table TD,
TABLE#cart_table TD A {
	color: #E62534;
	font-weight: bold;
	text-decoration: none;
}

TABLE#cart_table TD {
	text-align: left;
	vertical-align: top;
}

	IMG.thumbnail {
		float: left;
		margin: 0 3px 0 0;
	}


		TABLE#cart_table TR TD.row_bottom {
			border-bottom: 1px #000 solid;
			font-weight: normal;
			padding-bottom: 10px;
		}
		
		TABLE#cart_table TR TD.row_bottom STRONG {
			color: #000;
		}
