/*
@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 scroll 0 3px rgba(0, 0, 0, 0); }
.basket_fil .trois { background:url("../images/commande_etape3.jpg") no-repeat scroll 0 3px rgba(0, 0, 0, 0); }
.basket_fil .quatre { background:url("../images/commande_etape4.jpg") no-repeat scroll 0 3px rgba(0, 0, 0, 0); }
.basket_fil .actif { background-position: 0 -12px; color:#ED392C !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:#f39903; }
.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:#f39903; }

a.btn_continue { color:#6f6f6f; font-size:11px; background:url(../images/background-submit-cancel-devis.jpg) no-repeat; width:140px; height:21px; float:left; cursor:pointer; margin:10px 0 0 0; padding: 0 0 0 22px; text-decoration: none; line-height: 19px; }
a.btn_send { 
	background: none repeat scroll 0 0 #78905C;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 11px;
    height: 21px;
    padding: 3px 0 0;
    text-align: center;
    text-decoration: none;
    width: 152px;
 }
input.btn_send_register { 
	background: none repeat scroll 0 0 #E1C324;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 27px;
    margin: 7px 5px 0 0;
    overflow: hidden;
    padding: 10px 0 0;
    text-align: center;
    text-decoration: none;
    width: 140px;
 }

.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 0 0 25px; border:0 none; font-weight:bold; text-decoration:none; }

/* 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:#ED392C; }
.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;
}



