.buttonRow {
	font: bold 11px Verdana;
	margin:0;
}
.cssButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	/*color: #000;*/
	margin: 0;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	
	/* background: url("../images/fondok.jpg") center no-repeat; */
	 background: url("../images/fondok.jpg");
	background-repeat:no-repeat;
	height:26px;
	/* width:150px; */
	 padding:0 30px 0 30px; 
}

.buttonRow a {
	float:left;
	background:url("../images/boutonft.jpg") no-repeat left top;
	height:21px;
	padding:0px 0px 0px 11px;
	text-decoration:none;
	color:#FFFFFF;
}
.buttonRow a span {
	float:left;
	/* 31px de haut - 10px de padding top */
	height:18px; 
	display:block;
	background:url("../images/boutonbright.jpg") no-repeat right top;
	padding:3px 13px 0px 3px;
	color:#FFFFFF;
}

.buttonRow a:hover span {
	color: #FFFFFF;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	text-decoration:none;
}
.buttonRow a:hover {
	background-position:0% -21px;
	text-decoration:none;
}
.buttonRow a:hover span {
	background-position:100% -21px;
	text-decoration:none;
}


/* bouton submit */

.button_in_cart, .button_login {
	background: url("../images/fondpanier.jpg") center no-repeat;
	width:118px;
	padding: 0px;
	height:21px;
}
.button_update_cart {
	width:33px;
  	padding: 0;
}

.button_submit{
	background: url("../images/fondpanier.jpg") center no-repeat;
	width:138px;
	height:21px;
}

.button_buy_now{
	background: url("../images/cart_add.png") no-repeat left;
	color:#728200;
	margin:0;
  	padding:7px 0 0 22px;
	text-align:right;
}
.button_confirm_order {
	background: url("../images/confirm.jpg") no-repeat left;
	width:150px;
	padding:0;
	height:21px;
}

.button_send{
	background: url("../images/fondpanier.jpg") center no-repeat;
	width:138px;
	height:21px;
}


