.uws_basket {
		color:black;
		font-family:Arial;
		font-size:12px;
}
#basket_title {
	font-weight:bold;

}
#basket_count {

}

#basket_buttons input[type="button"]  {
  color: #900;
  background: #FF0;
  font-weight: bold;
  border: 1px solid #900;
  cursor: hand;
}

#basket_buttons input[type="button"]:hover {
  color: #FFF;
  background: #900;
}

