.uws_basket {
		color:black;
		font-family:Arial;
		font-size:11px;
		text-align: left;
}
.basket_count {
		text-align: left;
}
.basket_icon {
	background:  white url(/uws_images/design/basket.gif) no-repeat bottom;
	width: 55px;
	height: 20px;
}
#basket_buttons {
	padding-top: 10px;
}
#basket_buttons input[type="button"]  {
		color: white;
  		background: #5c5b63;
  		border: 1px solid #cfe1e1;
  		cursor: hand;
		width: 85px;
		font-family: Arial;
		font-size: 11px;
		text-decoration: none;
		font-weight:bold;
}

#basket_buttons input[type="button"]:hover {
  		color: white;
  		background: #7e8929;
  		border: 1px solid #cfe1e1;
  		cursor: hand;
		width: 85px;
		font-family: Arial;
		font-size: 11px;
		text-decoration: none;
		font-weight:bold;
}

