/* Button buy */

 .buy-button  a {
	background-color: #F8F8F8;
	background:  url(/images/smallstuff/buy_it_off.gif) no-repeat top right;
	display:block;
	width: 124px;
	height: 36px;
	margin-top: 4px;
}

 .buy-button a:hover {
	background-color: #F8F8F8;
	background:  url(/images/smallstuff/buy_it_on.gif) no-repeat top right;
}