/*
**
* Billing
**
*/

li.checkbox {
	margin-top: 7px;
}

li.checkbox input {
	border: none;
	background: none;
	width: 50px !important;
	float: left;
}

li.checkbox label{
	text-align: left;
}

.region_none{
	display:none;
}




/*
**
* ETAPES
**
*/

.one-page-checkout-progress ol li {
	float: left;
	width: 119px;
	margin-right: 10px;
	list-style: none;
	height:18px;
	line-height:18px;
	vertical-align: middle;
}

.one-page-checkout-progress ol li.none {
	width: auto;
	margin-right: 0;
}

.one-page-checkout-progress ol li.none img{
	border: none !important;
	margin: 4px 5px 0 0 !important;
}

.one-page-checkout-progress ol li h4 {
	border: none !important;
	color: #ffffff;
	padding: 3px;
	background-color: #c5c5c5;
	font-size: 11px !important;
	text-align: center;
}

.one-page-checkout-progress ol li h4.complete {
	background-color: #B72E98;
}

.one-page-checkout-progress {
	margin-left: 42px;
}

/*
**
* LOGIN
**
*/

li.section {
	list-style: none;
}

li.section #checkout-step-login h4 {
	background:url(../images/checkout-step-login.jpg) top left no-repeat;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	height:34px;
	line-height:30px;
	padding-left:5px;
	vertical-align:middle;
	/* text-transform:uppercase;
	width:191px; */
	border: none;
}

li.section #checkout-step-login .col-1, li.section #checkout-step-login .col-2 {
	width: 348px;
	float: left;
	background-color: #E1E1E1;
}

li.section #checkout-step-login .col-1 {
	margin: 25px 10px 25px 40px;
}

li.section #checkout-step-login .col-2 {
	margin: 25px 30px 25px 10px;
}

.one-page-checkout-progress {
	list-style: none;
}

.one-page-checkout #checkout-step-login .col2-set .col-1, .one-page-checkout #checkout-step-login .col2-set .col-2 {
	height:220px !important;
	margin-bottom: 0 !important;
}

.one-page-checkout #checkout-step-login .col2-set .col-1 p, .one-page-checkout #checkout-step-login .col2-set .col-1 ul , .one-page-checkout #checkout-step-login .col2-set .col-1 strong, .one-page-checkout #checkout-step-login .col2-set .col-2 p, .one-page-checkout #checkout-step-login .col2-set .col-2 ul{
	padding: 8px;
}

.one-page-checkout #checkout-step-login .col2-set .col-2 ul {
	text-align: center;
}

.one-page-checkout #checkout-step-login .col2-set .col-2 ul input{
	width: 170px;
}

.one-page-checkout #checkout-step-login .col2-set .col-2 ul .validation-advice{
	font-size: 9px;
}

.one-page-checkout #checkout-step-login .col2-set-2 .col-2, .one-page-checkout #checkout-step-login .col2-set-2 .col-1 {
	height: 35px;
}

.one-page-checkout #checkout-step-login .col2-set-2 .col-1, .one-page-checkout #checkout-step-login .col2-set-2 .col-2 {
	margin-top: 0 !important;
}

.one-page-checkout #checkout-step-login .col2-set .col-2 ul li .input-box{
	margin-top: 5px;
}

.one-page-checkout #checkout-step-login .col2-set .col-2 ul li label{
	font-weight: bold;
}

#checkout-step-login .button-set p.required {
	padding-top: 12px;
	position: absolute;
	color: #676767;
	font-size: 10px !important;
}

#checkout-step-login .button-set p.left a{ 
	font-size: 11px;
	color: #B72E98;
	position: absolute;
	/* padding-right: 45px; */
	margin-top: 11px;
	right: 57px;
}

#checkout-step-login .button-set {
	text-align: center;
}

#checkout-step-login .button-set .form-button {
	background: url(../images/checkout_login_button.jpg) no-repeat;
	border: none;
	width: 196px;
	height: 26px;
	font-weight: bold;
	cursor: pointer;
}

/*
**
* CONTENU ETAPES
**
*/

#checkout-step-billing, #checkout-step-shipping, #checkout-step-shipping_method, #checkout-step-payment {
	width: 300px;
	background-color: #E1E1E1;
	margin-top: 25px;
	padding: 20px;
	text-align: center;
}

#checkout-step-billing #billing-new-address-form input, #checkout-step-billing #billing-new-address-form select, #checkout-step-shipping #shipping-new-address-form input, #checkout-step-shipping #shipping-new-address-form select{
	margin : 0 0 4px 0;	
	width: 250px;
}

#checkout-step-billing p, #checkout-step-shipping p{
	margin: 12px 0 5px 15px;
	text-align: justify;
}

#checkout-step-billing #billing-new-address-form label, #checkout-step-shipping #shipping-new-address-form label{
	font-weight: bold;
}

#checkout-step-billing fieldset, #checkout-step-shipping fieldset, #checkout-step-shipping_method dl, #checkout-step-payment form{
	text-align: justify;
}

#checkout-step-shipping_method dt {
	font-weight: bold;
}

#checkout-step-shipping_method dd {
	margin-bottom: 20px;
}

#checkout-step-billing h4, #checkout-step-shipping h4, #checkout-step-shipping_method h4, #checkout-step-payment h4, #checkout-step-review h4{
	border-color: #B71892;
	text-align: justify;
}

#checkout-step-billing form, #checkout-step-shipping form{
	margin-left: 20px;
	width:247px;
}

select#billing-address-select, select#shipping-address-select{
	width: 235px;
}

#shipping-new-address-form input#shipping:save_in_address_book {
	float: left;
	width: 42px !important;
}

#checkout-step-billing p.required, #checkout-step-shipping p.required, #checkout-step-payment p.required, #checkout-step-shipping .back, #checkout-step-shipping_method .back , #checkout-step-payment .back {
	color: #B71892;
	margin-top: 25px;
}

#checkout-step-billing p.required, #checkout-step-shipping p.required, #checkout-step-payment p.required{
	float: right;
	position: absolute;
	right: 245px;
	margin-top: 30px;
}

#checkout-step-shipping .back, #checkout-step-shipping_method .back, #checkout-step-payment .back {
	float: left;
}

#checkout-step-billing button.form-button, #checkout-step-shipping button.form-button , #checkout-step-shipping_method button.form-button , #checkout-step-payment button.form-button {
	margin: 10px auto;
	background:transparent url(../images/checkout_login_button.jpg) no-repeat scroll 0 0;
	cursor:pointer;
	font-weight:bold;
	width:196px;
	border: none;
	height:26px;
}


#checkout-step-shipping .validation-advice, #checkout-step-billing .validation-advice{
	font-size: 11px;
	color: #FF0000;
	margin-bottom: 8px;
}

#checkout-step-payment fieldset {
	margin: 5px 0 5px 0;
}

#checkout-payment-method-load dt label {
	font-weight: bold;
}

button.form-button_success{
	background:transparent url(../images/poursuivre_achat.jpg) no-repeat scroll center bottom;
	border:medium none;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:26px;
	padding-bottom:3px;
	padding-left:3px;
	width:196px;
}

/**
**
* Bouton retour
**
**/

#checkoutSteps a.back {
	background: url(../images/btn_retour.jpg) no-repeat;
	width: 77px;
	height: 22px;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 22px;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	padding-left: 4px;
	color: #99137a;
	left: 246px;
	position: absolute;
}

/**
**
* RECAPITULATIFS
**
**/

#checkout-step-review {
	width: 675px;
	background-color: #E1E1E1;
	margin-top: 25px;
	padding: 20px;
	text-align: center;
}

#checkout-review-table {
	border-bottom:1px solid #BFB0BB;
	border-left:1px solid #BFB0BB;
	font-family:Verdana;
	/* margin:0 10px; */
	text-align:left;
	font-size: 11px;
}

#checkout-review-table thead{
	background-color:#D0C5CD;
}

#checkout-review-table thead th{
	/* border-bottom:1px solid #E6E6E6;
	padding:5px 2px 5px 2px; */
	background: url(../images/panier_table_thead.jpg) repeat-x bottom;
	height: 38px;
	color: #FFFFFF;
	/*border-right: #e70eb5 1px solid;
	border-left: #930973 1px solid;*/
	padding-left: 5px;
	padding-right: 10px;
	border-right:1px solid #BFB0BB;

}

#checkout-review-table td{
	border-right:1px solid #BFB0BB;
	padding:5px 2px 5px 2px;
}

#checkout-review-table tr.odd{
	background-color:#F4F4F4;
}

#checkout-review-table tr.even{
	background-color:#ECECEC;
}

#checkout-review-table tr.last td{
	border-bottom:1px solid #BFB0BB;
}

#checkout-review-table tfoot{
	text-align: right;
}

#checkout-review-table tfoot tr td{
	border-bottom:1px solid #E6E6E6;
}

#checkout-review-table tfoot tr.last{
	/* background-color: #D0C5CD; */
	color: #A80783;
}

#checkout-step-review input{
	margin-top: 10px;
	background:transparent url(../images/checkout_login_button.jpg) no-repeat scroll 0 0;
	font-weight:bold;
	width:196px;
	border: none;
	height:26px;
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
	color: #000000;
}

#checkout-step-review .button-set p{
	text-align: right;
}

#checkout-step-review .button-set p.left{
	/* text-align: left; */
	margin-top: 8px;
	font-size: 11px !important;
	color: #646464;
}

#checkout-step-review .button-set p.left a{
	color: #B71892;
}

#checkout-agreements .agree input#agreement-1{
	width:auto;
	height:auto;
	margin-top:5px;
}

#checkout-agreements .agree a{
	color: #B71892;
}

#checkout-agreements .agree{
	text-align: right;
}

#checkout-agreements p.agree label{
	font-size:11px !important;
}

#cgv{ 
	margin-bottom:19px;
	margin-top: 7px;
}