/*/buttons/*/

.button_wrap{
	padding:0 0 0 40px;}

.btn_cart {
	background:url(images/site_images/btn_cart.gif);
	width:93px;
	float:left;
	height:16px;}
	
.btn_cart:hover{
	background:url(images/site_images/btn_cart_hover.gif);
	}
	
.btn_details {
	background:url(images/site_images/btn_details.gif);
	width:68px;
	float:left;
	height:16px;}
	
.btn_details:hover{
	background:url(images/site_images/btn_details_hover.gif);
	}
	
.btn_review{
	background:url(images/buttons/button_reviews.gif);
	width:77px;
	height:16px;
	float:left;}
	
.btn_review:hover{
	background:url(images/buttons/button_reviews_hover.gif);
}

.btn_add{
	background:url(images/buttons/button_in_cart.gif);
	width:93px;
	height:16px;
	float:right;}
	
.btn_add:hover{
	background:url(images/site_images/btn_cart_hover.gif);
}