/************************************************
	Buttons
************************************************/

.buttonContainer {}

/***** Boutons LARGE *****/

a.button_large_grey,
a.button_large_grey-arrowLeft { 
	background: transparent url('/images/bg_button_large_grey.gif') no-repeat scroll top right; 
	display: block; 
	display: inline-block; 
	font: normal 15px arial, sans-serif; 
	height: 28px; 
	margin-right: 6px; padding-right: 6px; /* sliding doors padding */ 
	text-decoration: none; 
	color: #453E43 !important;
}
a.button_large_grey span,
a.button_large_grey-arrowLeft span {
    display: block;
    line-height: 14px;
}
a.button_large_grey span {
	background: transparent url('/images/bg_button_large_grey-span.gif') no-repeat;
	padding: 6px 6px 8px 10px;
}
a.button_large_grey-arrowLeft span {
	background: transparent url('/images/bg_button_large_grey-arrowLeft.gif') no-repeat;
	padding: 6px 6px 8px 25px;
}

/**/

a.button_large_pink,
a.button_large_pink-arrowRight { 
	display: block; 
	display: inline-block;  
	font: normal 15px arial, sans-serif; 
	height: 28px; 
	margin-right: 6px; padding-right: 6px; /* sliding doors padding */ 
	text-decoration: none; 
	color: #FFF !important;
}

a.button_large_pink {
	background: transparent url('/images/bg_button_large_pink.gif') no-repeat scroll top right; 
}

a.button_large_pink-arrowRight {
	background: transparent url('/images/bg_button_large_pink-arrowRight.gif') no-repeat scroll top right; 
}

a.button_large_pink span,
a.button_large_pink-arrowRight span {
	display: block;
  line-height: 14px;
	background: transparent url('/images/bg_button_large_pink-span.gif') no-repeat;
}

a.button_large_pink span {
	padding: 6px 6px 8px 11px;
}

a.button_large_pink-arrowRight span {
	padding: 6px 21px 8px 11px;
}


/***** Boutons SMALL *****/

a.button_small_orange { 
	background: transparent url('/images/bg_button_small-orange.gif') no-repeat scroll top right; 
	display: block; 
	float: left; 
	font: normal 12px arial, sans-serif; 
	height: 20px; 
	margin-right: 6px; padding-right: 6px; /* sliding doors padding */ 
	text-decoration: none; 
	color: #FFF !important;
	font-weight: bold;
	margin-top: 5px;
}
a.button_small_orange span {
    display: block;
    line-height: 12px;
   	background: transparent url('/images/bg_button_small-orange-span.gif') no-repeat;
	padding: 4px 6px 4px 12px;
}

a.button_small_grey { 
	background: transparent url('/images/bg_button_small-grey.gif') no-repeat scroll top right; 
	display: block; 
	float: left; 
	font: normal 12px arial, sans-serif; 
	height: 20px; 
	margin-right: 6px; padding-right: 6px; /* sliding doors padding */ 
	text-decoration: none; 
	color: #453E43 !important;
	font-weight: bold;
	margin-top: 5px;
}
a.button_small_grey span {
    display: block;
    line-height: 12px;
   	background: transparent url('/images/bg_button_small-grey-span.gif') no-repeat;
	padding: 4px 6px 4px 12px;
}

a.button_cart { 
	background: transparent url('/images/bg_button_small_cart.gif') no-repeat scroll top right; 
	display: block; 
	float: left; 
	font: normal 12px arial, sans-serif; 
	height: 20px; 
	margin-right: 6px; padding-right: 6px; /* sliding doors padding */ 
	text-decoration: none; 
	color: #FFF !important;
	font-weight: bold;
	margin-top: 5px;
}
a.button_cart span {
    display: block;
    line-height: 12px;
   	background: transparent url('/images/bg_button_cart-span.gif') no-repeat;
	padding: 4px 26px 4px 12px;
}
