@charset "utf-8";
/* CSS Document */

a.removeButton
{
	width:76px;
	height:24px;
	background-image: url(../../products/assets/images/remove.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:inline-block;
	margin-right:24px;
	border:none;	
	text-decoration:none;
}

a.removeButton:hover
{
	width:76px;
	height:24px;
	background-image: url(../../products/assets/images/remove.jpg);
	background-repeat: no-repeat;
	background-position: left -24px;
	border:none;	
	text-decoration:none;
}

a.updateButton
{
	width:76px;
	height:24px;
	background-image: url(../../products/assets/images/update-cart.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:inline-block;
	margin-right:24px;
	border:none;	
	text-decoration:none;
}

a.updateButton:hover
{
	width:76px;
	height:24px;
	background-image: url(../../products/assets/images/update-cart.jpg);
	background-repeat: no-repeat;
	background-position: left -24px;
	border:none;	
	text-decoration:none;
}

a.checkOutButton
{
	width:76px;
	height:24px;
	background-image: url(../../products/assets/images/check-out.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:inline-block;
	margin-right:24px;
	border:none;	
	text-decoration:none;
}

a.checkOutButton:hover
{
	width:76px;
	height:24px;
	background-image: url(../../products/assets/images/check-out.jpg);
	background-repeat: no-repeat;
	background-position: left -24px;
	border:none;	
	text-decoration:none;
}