@charset "utf-8";
table  {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-bottom: 60px;
	text-align: center;
	vertical-align: middle;
}
#shipping  {
	text-align: center;
	vertical-align: middle;
	width: 176px;
	background-image: url(../images/button_shipping.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 146px;
}


#shipping:hover {
	background-image: url(../images/button_shipping_over.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#guarantee {
	text-align: center;
	vertical-align: middle;
	width: 176px;
	background-image: url(../images/button_guarantee.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 146px;
}
#guarantee:hover {
	background-image: url(../images/button_guarantee_over.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#offer {
	text-align: center;
	vertical-align: middle;
	width: 176px;
	background-image: url(../images/button_offer.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 146px;
}
#offer:hover {
	background-image: url(../images/button_offer_over.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#price {
	text-align: center;
	vertical-align: middle;
	width: 176px;
	background-image: url(../images/button_price.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 146px;
}
#price:hover {
	background-image: url(../images/button_price_over.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#layaway {
	text-align: center;
	vertical-align: middle;
	width: 176px;
	background-image: url(../images/button_layaway.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 146px;
}
#layaway:hover {
	background-image: url(../images/button_layaway_over.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#certified {
	text-align: center;
	vertical-align: middle;
	width: 176px;
	background-image: url(../images/button_certified.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 146px;
}
#certified:hover {
	background-image: url(../images/button_certified_over.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#certified a img, #shipping a img, #guarantee a img, #offer a img, #layaway a img, #price a img{
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
} 
