/*** <STYLES DU CATALOGUE SPÉCIFIQUES AU DESIGN DU SITE> ***/

/*** <Product card> ***/
	.product_card_title {
		font-size:14px;
		font-weight:bold;
		color:#a30000;
		background-color:#cccccc;
		padding:8px;
		clear:both;
		display:block;
		text-align:center;
		margin-bottom:10px;
	}
	.product_card_description {
		font-weight:bold;	
	}
	.product_card_long_description {
		font-size:11px;
		color:#555555;
	}
	.product_card_tabs_box {
		background-color:#dddddd;
		padding:3px;
		border-bottom:1px solid #aaaaaa; 
		border-right:1px solid #aaaaaa; 
		border-top:1px solid #dedede; 
		border-left:1px solid #dedede;
	}
	A.product_card_tabs {
		white-space:nowrap;
		line-height:20px;
		font-size:11px;
		font-weight:bold;
		color:#000000;
		background-color:#dddddd;
		padding:3px 5px;
	}
	A.product_card_tabs:hover {
		font-size:11px;
		color:#ffffff;
		background-color:#555555;
		text-decoration:none;
		padding:3px 5px;
	}
	.product_card_price {
		font-size:14px;
		font-weight:bold;
		color:#a30000;
	}
	
	.product_card_price_strike {
		font-size:14px;
		font-weight:bold;
		color:#a30000;
		text-decoration:line-through;
	}
	
	.product_card_rebate {
		font-weight:bold;
		color:#a30000;	
	}
	.product_card_box_add_to_cart {
		background-color:#f3f3f3;
		padding:5px;
		border-bottom:1px solid #aaaaaa; 
		border-right:1px solid #aaaaaa; 
		border-top:1px solid #dedede; 
		border-left:1px solid #dedede;
	}
	.product_card_ddl {
		color:#000000;
		font-size:11px;	
	}
	.product_card_layers_box {
		padding:5px;
		border-bottom:1px solid #aaaaaa; 
		border-right:1px solid #aaaaaa; 
		border-top:1px solid #dedede; 
		border-left:1px solid #dedede;
	}

		/*** <Caracteristics / Features / Properties / Documents / Product Parts / Images> ***/
		.prop_title, .feat_title, .carac_title, .docs_title, .parts_title, .images_title, .dealers_title, .fournisseurs_title, .reviews_title {
			font-weight:bold;
			font-size:14px;
			color:#a30000;
		}
		.prop_table, .feat_table, .carac_table, .docs_table, .parts_table, .images_table, .model_table, .dealers_table, .fournisseurs_table, .reviews_table {
		
		}
		.prop_group, .feat_group, .carac_group, .docs_group, .parts_group, .images_group, .dealers_group {
			font-weight:bold;
			font-size:12px;
			color:#ffffff;
			padding:3px 3px;
			clear:both;
			background-color:#999999;
			display:block;
		}
		.prop_tr, .feat_tr, .carac_tr, .docs_tr, .parts_tr, .images_tr, .model_tr, .dealers_tr {
			background-color:#f8f8f8;
		}
		.prop_label, .feat_label, .carac_label, .docs_label, .parts_label, .images_label, .model_label, .dealers_label, .fournisseur_label {
			font-weight:bold;
			font-size:11px;
			color:#555555;
			padding:2px;
			display:block;
		}
		.prop_value, .feat_value, .carac_value, .docs_value, .parts_value, .images_value {
			font-size:11px;
			color:#555555;
		}
		/*** </Caracteristics / Features / Properties / Documents / Product Parts / Images> ***/
/*** </Product card> ***/



/*** <Category list> ***/
	.cat_list_container {
		width:525px; /* Largeur de la liste de catégorie/produits*/
	}
	.cat_list_selected_cat {
		font-size:14px;
		font-weight:bold;
		color:#a30000;	
	}
	.cat_list_table {
		border-bottom:1px solid #aaaaaa; 
		border-right:1px solid #aaaaaa; 
		border-top:1px solid #dedede; 
		border-left:1px solid #dedede;
	}
	.cat_list_table td {
		/*border:1px solid #dedede; */
		text-align:center;
		padding:10px;
	}
	.cat_list_table img {
		/*border:1px solid #dedede; */
		display:block;
		margin-bottom:5px;
	}
	.cat_list_table a, .cat_list_table a:visited {
		font-size:12px;
		font-weight:bold;
		color:#555555;
		text-decoration:none;
	}
	.cat_list_table a:hover {
		color:#a30000;
		text-decoration:underline;
	}
/*** </Category list> ***/



/*** <Fil d'Ariane> ***/
	.fil_ariane_container {
		margin:5px 0px 10px 0px;	
	}
	.fil_ariane, a.fil_ariane, a.fil_ariane:visited {
		font-size:11px;
		font-weight:normal;
		color:#555555;
		text-decoration:none;	
	}
	a.fil_ariane:hover {
		font-size:11px;
		font-weight:normal;
		color:#a30000;
		text-decoration:underline;
	}
	.fil_ariane_selected_item, a.fil_ariane_selected_item, a.fil_ariane_selected_item:visited, a.fil_ariane_selected_item:hover { 
		/* Pour corriger le survol dans FireFox, toutes les pseudoclasse sont spécifiées */
		font-size:11px;
		font-weight:bold;
		color:#555555;
		text-decoration:none;	
	}
/*** </Fil d'Ariane> ***/


/*** <Product list> ***/
	.prod_list_table {
		border-bottom:1px solid #aaaaaa; 
		border-right:1px solid #aaaaaa; 
		border-top:1px solid #dedede; 
		border-left:1px solid #dedede;
	}
	.prod_list_table td {
		padding:10px;
		vertical-align:top;
	}
	.prod_list_row {
		/*background-color:#fafafa;*/
	}
	.prod_list_row_alt {
		/*background-color:#f3f3f3;*/
	}
	.prod_list_product_name, a.prod_list_product_name, a.prod_list_product_name:visited {
			font-size:11px;
			font-weight:bold;
			color:#a30000;
			text-decoration:none;
	}
	a.prod_list_product_name:hover {
		font-size:11px;
		color:#a30000;
		text-decoration:underline;
	}
	.prod_list_product_desc {
		font-size:11px;
		font-weight:normal;
		color:#555555;
	}
	.prod_list_price {
		font-size:11px;
		font-weight:bold;
		color:#000000;
		white-space:nowrap;
	}
	
	.prod_list_price_strike {
		font-size:11px;
		font-weight:bold;
		color:#000000;
		white-space:nowrap;
		text-decoration:line-through;
	}
/*** </Product list> ***/

/*** <Shopping Cart> ***/

	.cart_page_container {
		width:620px;
		margin-top:10px;
	}
	.cart_option_container {
		bottom:0px;
		background-color:#f3f3f3;
		padding:10px;
	}
	.cart_table {
		border-bottom:1px solid #aaaaaa; 
		border-right:1px solid #aaaaaa; 
		border-top:1px solid #dedede; 
		border-left:1px solid #dedede;	
	}
	.cart_header {
		background-color:#aaaaaa;
		
	}
	.cart_header td {
		color:#ffffff;
		font-weight:bold;
		padding:5px;
	}
	.cart_table hr {
		/*margin:10px 0px;*/
		border:1px solid #dedede; 
	}
	.cart_product_name {
		font-size:12px;
		font-weight:bold;
		color:#a30000;
	}
	.cart_product_number {
		font-size:11px;
		font-weight:bold;
		color:#555555;
	}
	.cart_unit_price, .cart_total_price {
		font-size:12px;
		font-weight:bold;
		color:#555555;
		white-space:nowrap;
	}
	.cart_label_options {
		font-size:11px;
		color:#555555;
	}
	.cart_ddl_option {
		color:#000000;
		font-size:11px;	
	}
	.cart_total_transaction_label {
		font-size:12px;
		font-weight:bold;
		color:#555555;
	}
	.cart_sub_total {
		font-size:12px;
		font-weight:bold;
		color:#000000;
	}
	.cart_taxes {
		font-size:12px;
		font-weight:normal;
		color:#000000;
	}
	.cart_final_total {
		font-size:12px;
		font-weight:bold;
		color:#a30000;
	}
	
	/*** <Buttons> ***/
	.btn_shopping_cart, a.btn_shopping_cart, a.btn_shopping_cart:visited {
		background-repeat:no-repeat;
		background-color:Transparent;
		background-position:center;
		display:block;
		display:inline-block!important;
		height:25px;
		border:0px solid Transparent;
		line-height:0px;
		_line-height:normal!important;
		cursor:hand;
		cursor:pointer!important;
		width:25px;
		background-image: url(../images/catalogue/btn_cart.gif); /* image */
	}
	.btn_shopping_cart:hover, a.btn_shopping_cart:hover {
		background-image: url(../images/catalogue/btn_cart_rl.gif); /* image */
	}

	.btn_delete_cart, a.btn_delete_cart, a.btn_delete_cart:visited {
		background-repeat:no-repeat;
		background-color:Transparent;
		background-position:center;
		display:block;
		display:inline-block!important;
		height:25px;
		border:0px solid Transparent;
		line-height:0px;
		_line-height:normal!important;
		cursor:hand;
		cursor:pointer!important;
		width:25px;	
		background-image: url(../images/catalogue/btn_delete_cart.gif); /* image */
	}
	.btn_delete_cart:hover, a.btn_delete_cart:hover {
		background-image: url(../images/catalogue/btn_delete_cart_rl.gif); /* image */
	}
	/*** </Buttons> ***/
	
	
	a.cat_retreive_link,a.cat_retreive_link:hover
	{
		text-decoration:none;
		font-size:smaller;
	}
	
/*** </Shopping Cart> ***/
/*** </STYLES DU CATALOGUE SPÉCIFIQUES AU DESIGN DU SITE> ***/




/*Checkout*/
/*********************************************************************/
/*Style généraux du checkout*/
/*********************************************************************/
/*<checkout>*/
	
	/*<conteneur principaux>*/
	.checkout { margin-bottom:15px; font:normal 11px arial, verdana, sans-serif; }
	.checkout .step_cart { }
	.checkout .step_ident { }
	.checkout .step_addresses { }
	.checkout .step_addresses .address_ctrl { margin-top:5px; }
	.checkout .step_shipmode { }
	.checkout .step_payment { padding-bottom:10px; }
	.checkout .step_validation { }
	.checkout .step_conf { }
	
	.checkout .step_cart, 
	.checkout .step_ident, 
	.checkout .step_addresses,
	.checkout .step_shipmode,
	.checkout .step_payment,
	.checkout .step_conf { border-bottom:1px solid #ccc; margin:10px 0; }
	/*</conteneur principaux>*/
	
	/*<controles generiques>*/
	.checkout input, .checkout select { font:normal 11px arial, verdana, sans-serif; }
	.checkout span.title { font-size:13px; font-weight:bold; display:block; margin-bottom:5px; padding:5px 0; }
	.checkout span.lbl { color:#555555; font-weight:bold; }
	.checkout span.lblRO { }
	.checkout input.txt { width:170px; }
	.checkout input.txtQte { width:25px; }
	.checkout select.ddl { }
	.checkout select.ddlregion { width:174px; }
	/*</controles generiques>*/
	
	/*<controle d'adresse>*/
	.checkout .step_addresses .address_ctrl table td.left_col{ text-align:left; width:140px; padding:1px; }
	.checkout .step_addresses .address_ctrl table td.right_col{ text-align:left; padding:1px; }
	.checkout .step_addresses .address_info { margin-bottom:20px; }
	/*</controle d'adresse>*/
	
	/*<controle de paiement>*/
	.checkout .step_payment .payment_comp { margin-bottom:3px; clear:both; }
	.checkout .step_payment .payment_comp .payment_lblzone { margin-top:3px; width:140px; float:left; }
	.checkout .step_payment .payment_comp .payment_txtzone { }
	.checkout .step_payment input.txt_cc { font:normal 11px arial, verdana, sans-serif; width:112px; }
	.checkout .step_payment input.txt_cdv { font:normal 11px arial, verdana, sans-serif; width:25px; }
	/*</controle de paiement>*/
	
	/*<controle du cart>*/
	.checkout .step_cart .checkout_cart { }
	.checkout .step_cart .checkout_cart .checkout_cart_table { border:1px solid #ccc; width:100%; border:0 none; }
	.checkout .step_cart .checkout_cart .checkout_cart_table tr td {padding:2px;}
	.checkout .step_cart .checkout_cart .checkout_cart_table tr.head { background-color:#aaaaaa; }
	.checkout .step_cart .checkout_cart .checkout_cart_table tr.head td { white-space:nowrap; color:#ffffff; font-weight:bold; padding:5px 0; }
	.checkout .step_cart .checkout_cart .checkout_cart_table td.left { text-align:left; }
	.checkout .step_cart .checkout_cart .checkout_cart_table td.center { text-align:center; }
	.checkout .step_cart .checkout_cart .checkout_cart_table td.btn_del_item { vertical-align:top; width:30px; }
	.checkout .step_cart .checkout_cart .checkout_cart_table td.right { text-align:right; padding-right:5px!important; }
	.checkout .step_cart .checkout_cart .checkout_cart_table a.item_name { color:#000; font-weight:bold; display:block; }
	.checkout .step_cart .checkout_cart .checkout_cart_table .amount { color:#000; font-weight:bold; }
	.checkout .step_cart .checkout_cart .checkout_cart_table .checkout_cart_optionszone { }
	.checkout .step_cart .checkout_cart .checkout_cart_table .item_separator { border-top:1px solid #ccc; }
	
	.checkout .step_cart .checkout_localisation { float:left; width:300px;/**/}
	.checkout .step_cart .checkout_totalzone {  margin-bottom:3px; width:205px; float:right; }
	.checkout .step_cart .subtotal_item { float:right; clear:both; padding:5px 0; border-top:1px solid #ccc; width:100%; }
	.checkout .step_cart .subtotal_item .lbl { float:left; margin-right:5px; }
	.checkout .step_cart .subtotal_item .amount { float:right; width:75px; text-align:right; padding-right:5px; color:#000; font-weight:bold; }
	.checkout .step_cart .checkout_btnzone { text-align:right; }
	/*</controle du cart>*/
	
	/*<controle frais de livraision>*/
	.checkout .step_shipmode .shipmode_table { border:0 none; margin-bottom:20px; }
	.checkout .step_shipmode .shipmode_table tr td { padding:2px; }
	.checkout .step_shipmode .shipmode_table tr td.rbtn { width:20px; }
	.checkout .step_shipmode .shipmode_table tr td.item { width:300px; }
	.checkout .step_shipmode .shipmode_table tr td.price { width:60px; }
	.checkout .step_shipmode .shipmode_table .item_name { font-weight:bold; }
	.checkout .step_shipmode .shipmode_table .lbl { }
	/*</controle frais de livraision>*/
	
	/*<controle confirmation>*/
	.checkout .step_conf .conf_feedback { }
	.checkout .step_conf .conf_order { margin-bottom:20px; }
	/*</controle confirmation>*/
	
/*</checkout>*/

/*<checkout_btnzone>*/
.checkout_btnzone { font:normal 11px arial, verdana, sans-serif; text-align:right; }
.checkout_btnzone input, .checkout_btnzone select { font:normal 11px arial, verdana, sans-serif; }
.checkout_btnzone .btn_back { }
.checkout_btnzone .btn_next { }
/*</checkout_btnzone>*/

/*<checkout_steps>*/
.checkout_steps 
{
	border:1px solid #cecece; padding:8px;
	font:normal 11px arial, verdana, sans-serif; 
	color:#000;
}
.checkout_steps a { text-decoration:none; }
.checkout_steps a:hover { text-decoration:underline; }
.checkout_steps a.cart_off { color:#cecece; text-decoration:none; cursor:default; }
.checkout_steps a.cart_on { color:#000; }
.checkout_steps a.cart_cur { color:#000; font-weight:bold; }
.checkout_steps a.user_off { color:#cecece; text-decoration:none; cursor:default; }
.checkout_steps a.user_on { color:#000; }
.checkout_steps a.user_cur { color:#000; font-weight:bold; }
.checkout_steps a.address_off { color:#cecece; text-decoration:none; cursor:default; }
.checkout_steps a.address_on { color:#000; }
.checkout_steps a.address_cur { color:#000; font-weight:bold; }
.checkout_steps a.shipping_off { color:#cecece; text-decoration:none;cursor:default; }
.checkout_steps a.shipping_on { color:#000; }
.checkout_steps a.shipping_cur { color:#000; font-weight:bold; }
.checkout_steps a.payment_off { color:#cecece; text-decoration:none; cursor:default; }
.checkout_steps a.payment_on { color:#000; }
.checkout_steps a.payment_cur { color:#000; font-weight:bold; }
.checkout_steps a.validation_off { color:#cecece; text-decoration:none; cursor:default; }
.checkout_steps a.validation_on { color:#000; text-decoration:none; cursor:default; }
.checkout_steps a.validation_cur { color:#000; font-weight:bold; }
.checkout_steps a.confirmation_off { color:#cecece; text-decoration:none; cursor:default; }
.checkout_steps a.confirmation_on { color:#000; text-decoration:none; cursor:default; }
.checkout_steps a.confirmation_cur { color:#000; font-weight:bold; }
/*</checkout_steps>*/



/*<gift_list>*/
/*General*/
.giftlist { font:normal 11px arial, verdana, sans-serif; }
.giftlist input, .giftlist select, .giftlist textarea { font:normal 11px arial, verdana, sans-serif; }
.giftlist h2 {}
.giftlist .valsummary { border:dashed 1px red; color:red; background-color:#fffdf4; margin-bottom:10px; position:relative; }
.giftlist .valsummaryconf { border:dashed 1px green; color:green; background-color:#fffdf4; margin-bottom:10px; position:relative; }
.giftlist span.valsummary, .giftlist span.valsummaryconf {display:block; padding:10px 15px;}
.giftlist .valsummary ul, .giftlist .valsummaryconf ul{ list-style: none; margin-left:0; padding-left:15px; }
.giftlist .valsummary li, .giftlist .valsummaryconf li{ font-size:11px; }

/*Lien*/
.giftlist_link_zone { }
.giftlist_link_zone table { border:0 none; border-collapse:collapse; border-spacing:0; }
.giftlist_link_zone table td { padding:0; }
.giftlist_link_zone table td.link {}
.giftlist_link_zone table td.icon { padding-left:5px; }

.btn_giftlist, a.btn_giftlist, a.btn_giftlist:visited {
	background:Transparent url(../images/catalogue/btn_giftlist.gif) no-repeat center;
	display:block;
	_display:inline-block!important;
	overflow:hidden;
	white-space:nowrap;
	text-decoration:none;
	text-align:center;
	font-size:9px!important;
	width:18px;
	height:18px;
	border:0px none !important;
	cursor:pointer;
	float:left;
}
.btn_giftlist:hover, a.btn_giftlist:hover { }

/*Recherche*/
.giftlist_find {}
.giftlist_find .line { margin-top:2px; }
.giftlist_find .btn_zone { text-align:right; width:275px; }
.giftlist_find .lbl { float:left; width:120px; display:block; padding-top:3px }
.giftlist_find .txt { width:150px; }
.giftlist_find .btn {}
.giftlist_find .results {}
.giftlist_find .results { margin-top:10px; }
.giftlist_find .results .title { font-weight:bold; display:block; margin-bottom:5px; }
.giftlist_find .results .lbl {}
.giftlist_find .tbl_result { border:0 none; border-collapse:collapse; border-spacing:0; width:100%; }
.giftlist_find .tbl_result tr.head { background-color:#aaaaaa; }
.giftlist_find .tbl_result tr.head td { white-space:nowrap; color:#ffffff; font-weight:bold; padding:5px 2px; text-align:left; }
.giftlist_find .tbl_result tr td { padding:3px 2px; }
.giftlist_find .tbl_result tr.item { border-bottom:1px solid #eeeeee; }
.giftlist_find .tbl_result tr.item td .lbl {}
.giftlist_find .tbl_result tr.item td a.lnk {}

.giftlist_send { width:350px; margin:0 auto; }
.giftlist_send h2 {}
.giftlist_send .explanation { margin-bottom:10px; }
.giftlist_send .explanation span {}
.giftlist_send .line {}
.giftlist_send .lbl {}
.giftlist_send .txt {}
.giftlist_send .addemail { margin-bottom:10px; }
.giftlist_send .addemail .lbl { display:block; font-weight:bold; padding-bottom:5px; margin-bottom:10px; border-bottom:1px solid #ccc; }
.giftlist_send .addemail .txt { width:170px; }
.giftlist_send .addemail .btn { }
.giftlist_send .addemail .progress { float:right; margin-top:-19px; }
.giftlist_send .email_list { margin-bottom:10px; border-bottom:1px solid #ccc; }
.giftlist_send .email_list .tbl_email { border:0; border-collapse:collapse; border-spacing:0; width:100%; }
.giftlist_send .email_list tr.item { border-top:1px solid #eee;}
.giftlist_send .email_list .tbl_email td { padding:2px; }
.giftlist_send .email_list .tbl_email td.btn { padding-left:0; width:20px; }
.giftlist_send .email_list .tbl_email td.email {}
.giftlist_send .email_list .tbl_email .btn_delete { 
	background:Transparent url(../images/catalogue/btn_delete_friend.gif) no-repeat center;
	display:block;
	_display:inline-block!important;
	overflow:hidden;
	white-space:nowrap;
	text-decoration:none;
	text-align:center;
	font-size:9px!important;
	width:18px;
	height:18px;
	border:0px none !important;
	cursor:pointer;
	float:left; 	
}
.giftlist_send .msg_zone {}
.giftlist_send .msg_zone .lbl { font-weight:bold; display:block; }
.giftlist_send .msg_zone .txt { width:345px; height:100px; }
.giftlist_send .msg_zone .btn_zone { text-align:right; }

.giftlist_list {}
.giftlist_list h2 {}
.giftlist_list .lnk_zone { text-align:right; }
.giftlist_list .lnk_zone a { /*visuel envoyer a un amin*/ }
/*</gift_list>*/

/*<model_list>*/
.model_list
{
	background-color:#F3F3F3;
}

.model_list .title
{
	background-color:#CCCCCC;
	clear:both;
	color:#A30000;
	font-size:14px;
	margin-bottom:5px;
	text-align:center;
}

.model_list .lbPrice
{
	color:#A30000;
	font-size:14px;
	font-weight:bold;
}
/*</model_list>*/

/* <giftCard> */
.giftCard .ExpandableControl { clear:both; border:solid 1px silver; border-collapse:collapse; }
.giftCard .block_container_panel .ExpandableControl { padding:0; margin:10px 10px 0 10px; }
.giftCard .no_pad .ExpandableControl { padding:0; margin:0; }

.giftCard .ExpControl_Content { background:#fafafa url(../images/ax2006/ax2006_int_bg_exp_content.gif) repeat-x; border:solid 1px #dedede; width:100%; }
.giftCard .ExpControl_Content td table td { font:bold 10px verdana,arial,sans-serif; color:#555555; padding:3px; }
.giftCard .ExpControl_Content input { border:solid 1px #a5acb2; font-size:11px; }
.giftCard .ExpControl_Content input.disabled { background-color:#dddddd; }
.giftCard .ExpControl_Content select { border:solid 1px #a5acb2; font-size:11px; }
.giftCard .ExpControl_Content table.no_border td { border-bottom:solid 0px #dedede; }

.giftCard .ExpControl_Header { background:url(../images/ax2006/ax2006_int_bg_exp_header.gif); border:solid 1px #8a8a8a; }
.giftCard a.TextCssClass, .giftCard  a.TextCssClass:hover { font:bold 10px verdana,arial,sans-serif; color:#000000; }
.giftCard .Text2CssClass { font:normal 10px verdana,arial,sans-serif; color:#000000; padding-left:5px; }
.giftCard td.ExpandStateCellCssClass { width:10px; }
.giftCard td.TitleCellCssClass { width:100%; text-align:left; }

.giftCard .giftCard_container { margin:10px 0 10px 10px; }
.giftCard .error_zone{ font:normal 11px arial, verdana, sans-serif; padding-top:10px; }
.giftCard .left_zone{ width:40%; float:left; }
.giftCard .right_zone{ width:60%; float:right; }
.giftCard .solde { margin-top:15px; }
.giftCard .clear { display:block; clear:both; }

.giftCard .txt_cardNumber { font:normal 11px arial, verdana, sans-serif; width:120px; }
.giftCard .txt_takeCash { font:normal 11px arial, verdana, sans-serif; width:50px; }
.giftCard .lbl_Error { font:normal 11px arial, verdana,sans-serif; font-weight:bold; color:Red; }
.giftCard .lbl_Validation { color:#000; font:normal 11px arial,verdana, sans-serif; }
.giftCard .divConfirmation { padding-left :5px;}

/* POUR IE 7 seulement */
*:first-child+html .giftCard .block_container_panel { display:inline-block; }
.giftCard table.expControlListe { width:100%; padding:0; margin:0; border-collapse:collapse; }
.giftCard table.expControlListe td.RowLabel { white-space:nowrap; }
.giftCard table.expControlListe td.RowField { /*width:100%;*/ text-align:left; font-weight:normal; }
.giftCard table.expControlListe td.RowFieldCategoryLanguages { padding:0; }
.giftCard table.expControlListe td.RowCategoryLanguages { vertical-align:top; padding-top:6px; }	
.giftCard table.ExpandableControl tr.ExpControl_Header td { padding:2px; }


a.filtered { font-weight:bold; }


/****** <cart overlay> *******/

/* Couleur sur rollover*/
.cart_bg_on{ background-color:#f3f3f3;} 
/* alignement right/left */
.cart_root_container{float : right !Important;}


/* Bloc "mon panier" */
#main_table{background-color:white;}
A.lnkCart2 {} /*0 Article(s)*/
.cart_root_container {float:left;width:100px;height:25px;background-color:white;text-align:right;	vertical-align:sub;font-family:Verdana;font-size:10px;color:#000000;border: solid 0px black;}

/*<Bloc principal>*/ 
#cart_root_container  .btn_shopping_cart_overlay
{/* Positionnement */ position:relative;visibility:hidden;z-index:214748364 !important;
	left:-110px;
	width:200px; 
	background-color:White;
	border: solid 5px #f7f7f7;		
	height:150px;}


/* <2ieme bloc (sous Bloc principal)> */ 
#cart_root_container .shopping_cart_overlay2
{/*Position*/  position:absolute;width:inherit;visibility:hidden;z-index:214748363 !important;
		top:155px; /*identique à la hauteur du blocprincipal + le border*/
		height:34px;
		left:-5px; /* boder du bloc prncipal */ 
		background-color:#7f7f7f;
		border: solid 5px #f7f7f7;	
		}
	
/* bouton passer à la caisse */
#cart_root_container  .btn_overlay2_passer_caisse
	{text-decoration:underline;	cursor:pointer; background-image:url('../images/overlay_bg_btn.png'); background-position:center top;
	text-align:center; vertical-align:text-bottom;	background-repeat:no-repeat; width:100%; height:29px; padding-top:6px;}
	
/* Label */
#cart_root_container .item_container{ padding: 5px 5px 5px 5px;}
#cart_root_container .cart_overlay_ajout{text-align:center; background-color:#f7f7f7;padding: 2px 5px 0px 4px; color:#999999;  height:15px;} /* Dernier Article ajouté */
#cart_root_container .NBR_cart_item{ font-weight:bold;}
.cart_root_container .panier_vide{text-align:center;padding-top:55px;} /* Votre panier est vide */
.cart_root_container .Img_produit{float:left; padding-right:10px;} /* Img du produit dans l'overlay */
.cart_root_container .lbl_Nom_produit{display:block; font-weight:bold} /* Nom du produit */
.cart_root_container .lbl_Style_produit{display:block}
.cart_root_container .lbl_quantite{}
.cart_root_container .qty{display:block;}
.cart_root_container .lbl_prix{}
.cart_root_container .contenu_cart_overlay_fermer{text-decoration:underline; cursor:pointer; float:right;}
.cart_root_container .cart_overlay2_fermer{text-decoration:underline; cursor:pointer; text-align:center}
.cart_root_container ._item_overlay{background-color:White; width:90%; padding: 0px 5px 0px 5px; text-align:left; height:85px; clear:both;}
.cart_root_container .shopping_cart_overlay2 .btn_shopping_cart_items { }
#cart_root_container  .overlay_fermer_image{float:right; top:-55px;} /*Bonton fermer haut droit  */

	
/***** </cart overlay> *****/
