.buttonRow {
	font: bold 11px Verdana;
	margin:0;
}
.cssButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	background: url("../images/fondok.jpg") center 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;
	color:#FFFFFF;
	font-weight:bold;
}
.button_update_cart {
	background:#000000;
	margin-left:20px;
	height:21px;
  	padding: 0 5px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold !important;
	font-variant:normal;
}

.button_submit{
	color:#FFFFFF;
	background:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.button_buy_now{
	display:block;
	background:#000000;
	font-weight:bold;
	color:#FFFFFF;
	height:15px;
	width:70px;
	text-align:center;
	padding:0;
	margin:auto;
}
.button_confirm_order {
	background: url("../images/confirm.jpg") no-repeat left;
	width:150px;
	padding:0;
	height:21px;
	color:#FFFFFF;
}

.button_send{
	background: url("../images/fondpanier.jpg") center no-repeat;
	width:138px;
	height:21px;
}


