/* ######################################## GENERAL ECOMMERCE */
#contenu #eco
{
	
}

#contenu #eco .eco_clr
{
	display:block;
	height:0%;
	clear:both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

#shadowbox
{
	text-align:center;
	color:#fff;
}
#shadowbox p{
	text-align:center;
	color:#fff;
}
#shadowbox .eco_btn{
	padding: 3px 5px;
	color: #000;
	background: #fff;
	-moz-border-radius : 5px;
	text-decoration: none;
}


/* ######################################## NUMERIC STEPPER */

/* contenant numeric-stepper*/
#contenu #eco .numeric_stepper
{
	float:left;
	display:block;
	width:80px;
	height:24px;
	border:1px solid #000;

}

/* champ numeric stepper */
#contenu #eco .numeric_stepper input
{
	display:block;
	width:64px;
	height:20px;
	border:0;
	margin:0;
	padding:2px;
	font-size:18px;
	line-height:20px;
	text-align:left;
}

/* boutons numeric stepper */
#contenu #eco .numeric_stepper span
{
	position:absolute;
	
	display:block;
	width:12px;
	height:12px;
	line-height:12px;
	overflow:hidden;
	text-align:center;
	font-size:14px;
	background-color:#333;
	color:#FFF;
	cursor:pointer;
	margin-left:68px;
}

/* bouton  + */
#contenu #eco .numeric_stepper_up
{
	margin-top:-24px;
}

/* bouton - */
#contenu #eco .numeric_stepper_down
{
	margin-top:-12px;
}



/* ######################################## WIDGET PANIER */

#contenu #eco .eco_cart_widget
{
	width:100%;
}

/* ######################################## PAGE PANIER */

/* tableau panier */
#contenu #eco .eco_cart
{
	
}

/* colonne désignation */
#contenu #eco .eco_cart_th_a
{
	
}

/* colonne Quantité */
#contenu #eco .eco_cart_th_b
{
	width:80px;
}

/* colonne Prix unitaire TTC */
#contenu #eco .eco_cart_th_c
{
	width:50px;
	text-align:center;
}

/* colonne Total TTC */
#contenu #eco .eco_cart_th_d
{
	width:80px;
	text-align:right;
}

/* colonne Supprimer */
#contenu #eco .eco_cart_th_e
{
	width:80px;
	text-align:right;
}
/* autres colonnes */
#contenu #eco .eco_cart_th_f
{
	width:80px;
	text-align:left;
}
/* totaux panier */
#contenu #eco .eco_cart_total
{

}

/* total produits HT */
#contenu #eco .eco_cart_total_products_ht
{

}

/* total produits TTC */
#contenu #eco .eco_cart_total_products_ttc
{
	font-size:1.2em;
}

/* total TAXES */
#contenu #eco .eco_cart_total_products_taxes
{

}


/* ######################################## TABLEAUX LISTE */

/* tableaux de liste (panier, commandes) */
#contenu #eco .eco_list
{
	width:100%;
	margin:0 0 10px 0;
}

/* première ligne ou entête */
#contenu #eco .eco_list_tr_head
{
	
}

/* headers de colones */
#contenu #eco .eco_list th
{
	padding:4px;
	border-bottom:1px solid #ccc;
}

/* ligne normales */
#contenu #eco .eco_list tr
{
	
}

/* cellules normales */
#contenu #eco .eco_list td
{
	padding:4px;
	border-bottom:1px solid #eee;
}

/* dernière colone */
#contenu #eco .eco_list td.eco_last
{
	
}



/* ######################################## TABLEAUX TOTAL */

/* totaux */
#contenu #eco .eco_total
{
	width:100%;
}

/* entêtes */
#contenu #eco .eco_total th
{
	padding:4px;
	border-bottom:1px solid #eee;
	text-align:right;
}

/* valeurs */
#contenu #eco .eco_total td
{
	padding:4px;
	border-bottom:1px solid #eee;
	text-align:right;
	width:100px;
}



/* ######################################## TABLEAUX SELECTION */

#contenu #eco .eco_select_list
{
	width:100%;
}

/* cellules */
#contenu #eco .eco_select_list td
{
	padding:4px;
}

/* première colonne */
#contenu #eco .eco_select_list td.chk
{
	width:24px;
}

/* dernière colonne */
#contenu #eco .eco_select_list td.price
{
	width:80px;
	text-align:right;
}
/* ######################################## BOUTONS */

/* paragraphe contenant des boutons */
#contenu #eco .eco_btns
{
	text-align:center;
}

/* boutons a */
#contenu #eco .eco_btn
{
	color:#f00;
	font-weight:bold;
}

/* texte des boutons a */
#contenu #eco .eco_btn span
{
	
}

/* recacluler le panier */
#contenu #eco .eco_btn_cart_update
{
	
}

/* valider la panier */
#contenu #eco .eco_btn_cart_process
{
	
}

/* modifier mon compte */
#contenu #eco .eco_btn_user_edit
{
	
}


/* ######################################## MESSAGES */
#contenu #eco .eco_msg
{
	padding: 3px;
	border:1px solid #ddd;
	text-align: center;
	color: #f00;
} 



/* ######################################## FORMULAIRES */

/* formulaire */
#contenu #eco .eco_form
{
	
}

/* fieldset */
#contenu #eco .eco_form fieldset
{
	margin:0 0 10px 0;
	border:1px solid #eee;
}

/* légende  de fieldset */
#contenu #eco .eco_form legend
{
	font-weight:bold;
	font-size:1.2em;
	border:1px solid #eee;
}

/* paragraphe dans les forms */
#contenu #eco .eco_form p
{
	clear:both;
} 

/* champs texte */
#contenu #eco .eco_form .eco_text
{
	border:1px solid #ccc;
	width:260px;
}

/* champs select */
#contenu #eco .eco_form .eco_select
{
	border:1px solid #ccc;
	width:266px;
}

/* labels */
#contenu #eco .eco_form p label
{
	width:175px;
	margin-right: 5px;
	float:left;
	text-align: right;
}

#contenu #eco .eco_form p label.eco_form_error
{
	color:#900;
	display:block;
	clear:both;
	margin-bottom: 10px;
	width: 267px;
	margin-left: 240px;
	text-align: left;
}

/*boutons*/
#contenu #eco .eco_form .eco_btn
{
	padding: 3px 5px;
	color: #fff;
	background: #000;
	-moz-border-radius : 5px;
	text-decoration: none;
}
#contenu #eco .eco_form .eco_btn:hover
{
	color: #999;
}

/* -------------------- */
/* sélectionner un truc */
/* -------------------- */

#contenu #eco .eco_table_select
{
	width:100%;
}
#contenu #eco .eco_table_select_line
{

}
#contenu #eco .eco_table_select_col_a
{
	width:30px;
	text-align:left;
	vertical-align:top;
}
#contenu #eco .eco_table_select_radio
{
	
}
#contenu #eco .eco_table_select_col_b
{
	text-align:left;
	vertical-align:top;
}
#contenu #eco .eco_table_select_title
{
	
}
#contenu #eco .eco_table_select_col_c
{
	text-align:right;
	width:120px;
}

/* -------------------------- */
/* boutons cartes de paiement */
/* -------------------------- */

#contenu #eco .eco_paymean_card_a
{
	border:1px solid #ccc;
	-moz-border-radius:2px;
	margin:4px;
	width:64px;
	height:40px;
	display:block;
	float:left;
	text-indent:-999px;
	overflow:hidden;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

/* surcharge menu verticaux, span et liens */
#menug li.eco_prod_widget a,
#menug li.eco_prod_widget a:link,
#menug li.eco_prod_widget a:visited,
#menug li.eco_prod_widget a:hover,
#menug li.eco_prod_widget a:active,
#menud li.eco_prod_widget a,
#menud li.eco_prod_widget a:link,
#menud li.eco_prod_widget a:visited,
#menud li.eco_prod_widget a:hover,
#menud li.eco_prod_widget a:active
{
	background-image:none;
	padding:0;
}
#menug li.eco_prod_widget span,
#menud li.eco_prod_widget span
{
	display:inline;
}
#menug li.eco_prod_widget,
#menud li.eco_prod_widget
{
	list-style-type:none;
}

/* ---------- */
/* pagination */
/* ---------- */

#contenu div.EcoNav{text-align:center;display:block;margin:5px 0;clear:both;}
#contenu div.EcoNav .EcoNavBtn{border:1px solid #666;background-color:#fff;color:#666;padding:2px 3px;margin:0 2px;text-decoration:none;}
#contenu div.EcoNav .EcoNavBtn.selected{color:#fff;background-color:#666;}