.renderBasket {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	line-height: 18px;
	padding-left: 25px;
	width: 250px;
}

.basketItem {
	width: 80%;
}

.basketItem a {
	color:#000000;
}

.basketQuantity {
	width: 10%;
	text-align: right;
}

.basketRemove {
	width: 10%;
	text-align: right;
}

.error {
	color: red;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}