/* -------------------------- 
	LES BLOCS PRINCIPAUX
--------------------------- */
#rsCaddie {
	float:left;
	width:650px;
	height:auto;
	padding-bottom:40px;
	color:#000;
	font-family:Arial, sans-serif;
	font-size:12px;
	text-align:justify;
}
#rsCaddie #compte_client {
	float:left;
	width:100%;
}

/* -------------------------- 
	LES STYLES GENERAUX
--------------------------- */
#rsCaddie h1, #rsCaddie h2, #rsCaddie ul, #rsCaddie ul li, #rsCaddie form {
	margin:0;
	padding:0;
}
#rsCaddie h1 {
	color:#ff0000;
	clear:both;
	margin:5px 10px 10px 0;
	font-size:1.5em;
	text-align:left;
}
#rsCaddie h2 {
	background:#F5F5F5;
	border:1px dotted #C0C0C0;	
	color:#000;
	margin:15px 0;
	padding:5px 10px 5px 3px;
	font-size:1.1em;
	text-align:left;
} 
#rsCaddie p {
	margin-bottom:5px;
	clear:both;
	color:#000;
}
#rsCaddie a, #rsCaddie a:link, #rsCaddie a:visited {
	color:#ff0000;
	font-weight:bold;
	text-decoration:underline;
}
#rsCaddie a:hover, #rsCaddie a:active {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
#rsCaddie ul, #rsCaddie ul li {
	list-style:none;
}
#rsCaddie label {
	font-weight:bold;
	font-size:0.9em;
	float:left;
	width:100%;
	margin:10px 0 0 0;
}
#rsCaddie input, #rsCaddie textarea, #rsCaddie select {
	background:#f4f4f4;
	border:1px solid #CCC;
	color:#000;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:1px;
}
#rsCaddie input.panier-radio{margin-right:10px;}
#rsCaddie input.sansBorder, #rsCaddie img {
	width:auto;
	height:auto; 
	margin-right:5px;
	border:none;
	background:none;
	background-color:none;
}


/* -------------------------- 
	ETAPES
--------------------------- */
#rsCaddie #etapes {
	border-bottom:1px dotted #DEDEDE;
	float:left;
	width:100%;
	margin:15px 0 20px 0;
	padding-bottom:10px; 
	text-transform:uppercase;
}
#rsCaddie #etapes ul li {
	float:left;
	background:none;
	margin-right:20px;
	/*width:19%;*/
}
#rsCaddie #etapes li a, #rsCaddie #etapes li a:link, 
#rsCaddie #etapes li a:visited, #rsCaddie #etapes li a:hover {
	display:block;
	padding:0 0 0 20px;
	font-weight:bold;
	text-decoration:none;
}
#rsCaddie #etapes span.inacc {
	color:#CCC;
	display:block;
	padding:0 0 0 20px; 
	font-weight:bold;
	background:url(../images/panier/etapes.gif) no-repeat 0 -15px; 
}

/*-- Etapes Encours + Pas de lien --*/
#rsCaddie #etapes a:link.encours, #rsCaddie #etapes a:visited.encours,
/*-- Etapes Validées --*/
#rsCaddie #etapes a.valider_acc,
#rsCaddie #etapes a:link.valider_acc, 
#rsCaddie #etapes a:visited.valider_acc {
	background: url(../images/panier/etapes.gif) no-repeat 0 0;
} 

/* -------------------------- 
	PANIER
--------------------------- */
#rsCaddie .right {text-align:right;}
#rsCaddie .bt_medium, #rsCaddie .bt_small {	
	float:right;
	font-size:0;
	text-decoration:none;
	border:0;
	width:auto;
	height:auto;
}
#rsCaddie .valider_panier .bt_medium {
	margin-top:10px;
}
#rsCaddie .valider .input_image {
	margin-top:15px;
}
#rsCaddie .poursuivre_achat .bt_medium {
	margin:10px 10px 0 0;
}
#rsCaddie .cpt_client .bt_medium {
	margin-top:10px;
}
#rsCaddie .accueil .bt_medium {
	margin:10px 10px 0 0;
}
#rsCaddie .continuer .bt_medium {
	margin-top:-35px;
	padding-right:25px;
	background:url(../images/panier/etape_suivante.gif) no-repeat left top;
}
#rsCaddie .imprimer .bt_small{
	margin-top:-25px;
	padding-right:2%;
	float:right;
}
#rsCaddie #paiement .continuer .bt_medium {
	background:url(../images/panier/valider_commande.gif) no-repeat left top;
}
#rsCaddie .input_image {
	vertical-align:middle;
	margin:2px;
}
/* -------------------------- 
	RECAPITULATIF PANIER
--------------------------- */
#rsCaddie #commande {
	float:left;
	width:100%;
	margin:0 0 10px 0;
}
#rsCaddie #admin_panier {
	margin:0 auto; 
	width:100%; 
	font-size:0.75em;
	text-align:justify; 
}

/* TABLEAU DETAIL */
#rsCaddie #commande #commande_detail table{
	width:100%;
	border-collapse:collapse;
}
#rsCaddie #commande #commande_detail table tr td{
	background:#FFF;
	color:#000;
	text-align:center;
	padding:2px 5px;
	vertical-align:middle;
	padding:5px;
}
#rsCaddie #commande #commande_detail table tr td,
#rsCaddie #commande #commande_total table tr td {
	border:1px solid #C0C0C0;
}
#rsCaddie #commande #commande_detail table .libelles_panier td {
	background:#F5F5F5;
	color:#ff0000;
	padding-bottom:15px;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	padding:5px 10px;
}
#rsCaddie #commande #commande_detail table tr td.panier-prix, 
#rsCaddie #commande #commande_detail table tr td.panier-prix-unitaire,
#rsCaddie #commande #commande_total table tr td.panier-prix, 
#rsCaddie #commande #commande_total table tr td.panier-prix-unitaire{
	background:#F5F5F5;
	color:#000;
}
#rsCaddie #commande #commande_detail table tr td.panier-prix, 
#rsCaddie #commande #commande_detail table tr td.panier-prix-unitaire{
	font-weight:bold;
	text-align:right;
	padding:2px 10px;
	width:80px;	
}
#rsCaddie #commande #commande_detail table tr td.designation {
	text-align:left;	
}
#rsCaddie .ecotaxeProduit {
	color:#666;
	font-size:0.9em; 
	font-weight:normal;
	font-style:italic;
}

/* TABLEAU TOTAL */
#rsCaddie #commande #commande_total table{
	clear:both;
	width:45%;
	border-collapse:collapse;
	float:right;
	margin-top:10px;
	background:none;
	font-weight:bold;
}
#commande #commande #commande_total tr td {
	background:none;
	padding:0 10px 2px 0;
	text-align:right;
	vertical-align:middle;
}
#rsCaddie #commande #commande_total table tr td.designation{
	text-align:right;
	width:auto;
	border:0;
	padding-right:10px;
}
#rsCaddie #commande #commande_total table tr td.panier-prix{
	text-align:right;
	padding:2px 10px;
	width:80px;
}

/* Boutons Mettre à jour */
#commande #infos {
	float:right;
	width:50%;
	margin-top:10px;
}
#rsCaddie #commande_total #infos input {float:right;}
#rsCaddie #cgv div.continuer{margin:10px 0;}

/* Réduction + Commentaires */
#reduction {
	float:left;
	width:100%;
	margin-bottom:10px;
}
#reduction .last_input {
	width:150px;
}
#rsCaddie #commentaires {
	float:left;
	width:100%;
}

/* -------------------------- 
	LIVRAISON
--------------------------- */
#rsCaddie #livraison {
	float:left;
	width:100%;
	margin:10px 0;
}

/* -------------------------- 
	PAIEMENT
--------------------------- */
#rsCaddie #paiement {
	float:left;
	width:100%;
}
#rsCaddie #cgv {
	margin-top:15px;
	text-align:left;
}
/* -------------------------- 
	MERCI
--------------------------- */
#merci #reglement {
	float:left;
}
#merci #reglement ul {
	margin:15px 35% 15px 35px;
}
#merci .adr_cheque {
	margin:10px 0 15px 35px;
	font-weight:bold;
}


/* -------------------------------------------------------------------------------------
									COMPTE CLIENT
-------------------------------------------------------------------------------------- */
/* -------------------------- 
	ACCUEIL
--------------------------- */
#rsCaddie #compte_client #carnet_adr, #rsCaddie #compte_client #info_perso,
#rsCaddie #compte_client #password, #rsCaddie #compte_client #commandes {
	float:left;
	width:47%;
	height:150px;
}
#rsCaddie #compte_client #carnet_adr, #rsCaddie #compte_client #info_perso{
	margin-right:2.5%;
}
#rsCaddie #compte_client #accueil_gcl .continuer,
#rsCaddie #compte_client #accueil_gcl .continuer2 {
	float:right;
}
/* -------------------------- 
	INDENTIFICATION
--------------------------- */
#rsCaddie #log {
	float:left;
	width:100%;
	padding:5px;
}
#rsCaddie #log #nouveau_client {
	float:left;
	width:46%;
}
#rsCaddie #log #login {
	float:left;
	width:46%;
	margin-left:7.5%;
}
#rsCaddie #login .last_input {
	width:120px;
}


/* -------------------------- 
	CREATION COMPTE + INDENTIFIANTS
--------------------------- */
#rsCaddie #log #identifiants {
	float:left;
	width:100%;
	margin-top:20px;
}
#rsCaddie #infos_perso label, #rsCaddie #identifiants label{
	margin:4px 0 1px 0;
}
#rsCaddie #identifiants .lb_pass,
#rsCaddie #infos_perso .lb_prenom,
#rsCaddie #infos_perso .lb_cp,
#rsCaddie #infos_perso .lb_tel {
	float:left;
	width:14.5em;
	_width:14.5em;
}
#rsCaddie select#client_typeClient_id {
	width:140px;
}
#rsCaddie input#adresse_adresse {
	width:260px;
}
#rsCaddie select#adresse_pays_id {
	width:265px;
}
/* -------------------------- 
	MES COMMANDES
--------------------------- */
#rsCaddie table.compte-commande{
	background:none;
	border:none;
	width:100%;
	border-collapse:collapse;
	margin:10px 0;
	font-weight:bold;
}
#rsCaddie table.compte-commande th{
	background:#F5F5F5;
	border:1px dotted #C0C0C0;
	color:#000000;
	text-align:center;
	font-weight:bold;
	padding:2px 10px;
}
#rsCaddie table.compte-commande tr td{
	padding:5px 10px;	
}
#rsCaddie table.compte-commande td.prix{
	text-align:right;
}

/* -------------------------- 
	CARNET ADRESSES
--------------------------- */
#rsCaddie #adresses {
	float:left;
	width:100%;
	margin-bottom:10px;
}
#rsCaddie #adresses #adr_livraison {
	float:left;
	width:46%;
}
#rsCaddie #adresses #adr_facturation {
	float:left;
	width:46%;
	margin-left:7.5%;
}
#rsCaddie #adresses .adr {
	float:left;
	width:30%;
	text-align:left;
	padding:1%;
	height:90px;
}

/* -------------------------------------------------------------------------------------
									ERREURS + MESSAGES <>
-------------------------------------------------------------------------------------- */
#rsCaddie .formError,
#messages_info li, #messages_info p {
	font-weight:bold; 
	color:red;
}
#rsCaddie ul.formError li{
	margin:10px 0 10px 0;
	background:url(../images/panier/delete.gif) left top no-repeat;
	padding:0 0 0 20px;
}