	/*
@Author : Nicolas Gerner
*/

.spacer { clear:both; }

.title_commande { color:#f5a900; font-size:14px; background:url(../images/icons-devis.jpg) no-repeat; height:22px; padding:7px 0 0 30px; border-bottom:1px dotted #cccccc; float:left; width:500px; margin:0 0 5px 0; }

.basket_fil { display: block; margin: 5px 0 20px 0; padding: 0 0 15px 0; }
.basket_fil li { display: inline; padding:0 0 0 15px; height:26px; margin:0 10px 0 0; }
.basket_fil .un { background:url(../images/commande_etape1.jpg) no-repeat; }
.basket_fil .deux { background:url(../images/commande_etape2.jpg) no-repeat; }
.basket_fil .trois { background:url(../images/commande_etape3.jpg) no-repeat; }
.basket_fil .quatre { background:url(../images/commande_etape4.jpg) no-repeat; }
.basket_fil .actif { background-position: left bottom; color:#f5a900 !important; font-weight:bold; }

/* Etape 1 */
.content_basket th { padding:5px; border-bottom:1px solid #eeeeee !important; font-size:10px; color:#6f6f6f; font-weight:700; }
.content_basket td { padding:5px; border-bottom:1px solid #eeeeee !important; font-size:10px; color:#6f6f6f; }
.content_basket td.price { font-weight:bold; color:#1572C8; }
.content_basket input { width:50px; color:#6f6f6f; font-size:10px; /*background:url(../images/background-input-devis.jpg) no-repeat right bottom;*/ height:13px; border:1px solid #6f6f6f; }

.recap_basket { width:230px; float:right; }
.recap_basket th { padding:5px; border-bottom:1px solid #eeeeee !important; font-size:10px; color:#6f6f6f; text-align:left; }
.recap_basket td { padding:5px; border-bottom:1px solid #eeeeee !important; font-size:10px; color:#6f6f6f; text-align:right; }
.recap_basket td.price { font-weight:bold; color:#1572C8; }

a.btn_continue { color:#6f6f6f; font-size:11px; background:url(../images/background-submit-cancel-devis.png) no-repeat; width:120px;padding-left: 25px; height:21px; float:left; cursor:pointer; margin:10px 0 0 0; /*padding: 0 0 0 22px;*/ text-align:left; text-decoration: none; line-height: 19px; }
a.btn_send { padding:3px 0 0 0; color:#ffffff; font-size:11px; background:url(../images/background-submit-valid1-devis.jpg) no-repeat; width:152px; height:21px; float:right; cursor:pointer; margin:10px 5px 0px 0; text-align:center; text-decoration: none;  }
input.btn_send_register { color:#ffffff; background:none repeat scroll 0 0 #ED392C !important; width:140px; height:30px; float:right; cursor:pointer; margin:7px 5px 0px 0; text-align:center; text-decoration: none; overflow:hidden; padding:0px;  border-radius:15px;}

.content_basket input.input_actualiser { cursor:pointer; width:110px; height:22px; background:url(../images/btn_actualiser-com.jpg) no-repeat; font-size:11px; color:#777777; padding:0 10px 0 25px; border:0 none; font-weight:bold; text-decoration:none;background-position:-11px -2px;}

/* Etape 2 */
.form_left { margin:10px 0; }
.form_right { margin:10px 0; }

.form_left label, .form_right label { width:168px; float:left; color:#6f6f6f; padding:0 5px 0 0; font-size:11px; text-align: left; margin:0 0 8px 0; }
.asterix { color:#f5a900; }
.form_left input, .form_right input { width:264px; float:left; color:#6f6f6f; font-size:11px; margin:0 0 8px 0;   height:23px; border:1px solid #e0e0e0; }
.form_left .input_radio, .form_right .input_radio { float: none!important; width: auto !important; }
.form_left select, .form_right select { width:264px !important; float:left; color:#6f6f6f; font-size:11px; margin:0 0 8px 0; height:23px; border:1px solid #e0e0e0; }
.ast_orange { color:#f5a900; }
.txt_oblg { font-size:10px; }
.errorMsg { color:#FF0000; font-weight:bold; }


.listPaiement { font-size:12px; color:#505050; margin:0 5px 5px 5px; line-height:18px; float:left; padding:0 30px 0 0;  }

.tableBt {
	border-collapse: collapse;
	text-align: center;
	padding: 3px;
	width: 700px;
}

.Left{
	text-align: left;
}

.Right{
	text-align: right;
}

.NoBorder{
	border: 0px;	
}

/*basket.htm.php*/

.divGeneralBasket {
	text-align: center; 
	width: 200px; 
	z-index: 10; 
	position : absolute ; 
	right : -5px ; 
	top : 60px;
}
a.btn_continue{text-align: left;}
		.recap_basket td.price {
			color: #EF4638;
		}
		.input_quantity {
			margin-bottom: 10px !important;
			padding: 0 5px;
			text-align: center;
			width: 108px !important;
		}
		a.btn_send{background: none repeat scroll 0 0 #EF4638 !important;}