.uws_basket {
		color:black;
		font-family:Arial;
		font-size:12px;
}
#basket_title {
	font-weight:bold;

}
#basket_count {
	padding-left: 10px;
	padding-right: 10px;
}	

#basket_buttons input[type="button"]  {
  color: #10468e;
  background: #ff9002;
  cursor: hand;
}

#basket_buttons input[type="button"]:hover {
  color: #FFF;
  background: #10468e;
}


