/*** <STYLES DU CATALOGUE SPÉCIFIQUES AU DESIGN DU SITE> ***/

/*** <Product card> ***/
	.product_card_container
	{
		width:560px;
		border:1px solid #72cef5;
	}
	.product_card_title_container {
		background-color:#72cef5;
		display:block;
		height:30px;
		font-family:Arial;
		font-size:14px;
		font-weight:bold;
		line-height:30px;
		color:#fff;
	}
	.product_card_description {
		font-family:Arial;
		font-size:12px;
		color:#000;
	}
	.product_card_long_description {
		
	}
	.product_card_tabs_box {
		
	}
	A.product_card_tabs {
		
	}
	A.product_card_tabs:hover {
		
	}
	.product_card_price 
	{
		font-family:Arial;
		font-size:12px;
		color:#1378c0;
	}
	
	.product_card_price_strike {
		
	}
	
	.product_card_rebate {
	
	}
	.product_card_box_add_to_cart {
		
	}
	.product_card_ddl {
		font-family:Arial;
		font-size:11px;
	}
	.product_card_layers_box {
		
	}
	
	a.product_card_addtocart
	{
		background-image: url(../images/catalogue/btn_cart.gif);
		background-repeat:no-repeat;
		display:block;
		height:18px;
		font-family:Arial;
		font-size:12px;
		color:#000000;
		text-decoration:none;
		line-height:18px;
		text-align:left;
		text-indent:25px;
	}
	a.product_card_addtocart:hover
	{
		background-image: url(../images/catalogue/btn_cart_rl.gif);
		color:#ffffff;
		text-decoration:none;
	}
	.boxAddToCartSuccess
	{
		font-family:Arial;
		font-size:12px;
		color:#1378c0;
		font-weight:bold;
		text-align:center;
	}
	/*** <Caracteristics / Features / Properties / Documents / Related Products / Product Parts / Images> ***/
	.prop_title, .feat_title, .carac_title, .docs_title, .related_title, .parts_title, .images_title, .dealers_title {
		font-weight:bold;
		font-size:14px;
		color:#a30000;
	}
	.prop_table, .feat_table, .carac_table, .docs_table, .related_table, .parts_table, .images_table, .model_table, .dealers_table {
	
	}
	.prop_group, .feat_group, .carac_group, .docs_group, .related_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, .related_tr, .parts_tr, .images_tr, .model_tr, .dealers_tr {
		background-color:#f8f8f8;
	}
	.prop_label, .feat_label, .carac_label, .docs_label, .related_label, .parts_label, .images_label, .model_label, .dealers_label {
		font-weight:bold;
		font-size:11px;
		color:#555555;
		padding:2px;
		display:block;
	}
	.prop_value, .feat_value, .carac_value, .docs_value, .related_value, .parts_value, .images_value {
		font-size:11px;
		color:#555555;
	}
	/*** </Caracteristics / Features / Properties / Documents / Related Products / Product Parts / Images> ***/
/*** </Product card> ***/

/*** <Category list> ***/
	.cat_list_container {
		width:560px; /* 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_cat_title
	{
		background-color:#72cef5;
		height:30px;
		display:block;
		color:#ffffff;
		font-family:Arial;
		font-size:14px;
		font-weight:bold;
		line-height:30px;
		text-indent:5px;
		margin-bottom:8px;
		width:560px;
	}
	.prod_list_table {
		
	}
	.prod_list_table td {
		
	}
	.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 {
		
	}
	a.prod_list_product_name:hover {
		
	}
	.prod_list_product_desc {
		
	}
	.prod_list_price {
		
	}	
	.prod_list_price_strike {
		
	}
	.prod_list_prod_container
	{
		width:130px;
		height:180px;
		margin-right:10px;
		float:left;
		margin-bottom:15px;
	}
	.prod_list_img img
	{
		border:1px solid #72cef5;
		margin-bottom:3px;	
	}
	.prod_list_title_container
	{
		background-color:#ceeefc;
		padding:4px;
		color:#000;
		font-family:Arial;
		font-size:10px;
		text-align:center;
	}
	.prod_list_title_container a
	{
		color:#000;
		font-family:Arial;
		font-size:10px;
		text-align:center;
		text-decoration:none;
	}
	.prod_list_paging_container
	{
		clear:both;
		width:560px;
	}
	.prod_list_paging_container hr
	{
		border:0px;
		border-bottom:1px solid #9f9f9f;
		color:#9f9f9f;
		height:1px;
		width:100%;
	}
/*** </Product list> ***/

/*** <Shopping Cart> ***/
	.cart_page_container {
		width:560px;
		border:1px solid #72cef5;
	}
	.cart_option_container {
	}
	.cart_table 
	{
		width:562px;
		background-color:#72cef5;
	}
	.cart_header 
	{
		height:15px;
		background-color:#72cef5;
		font-size:12px;
		font-family:Arial;
		font-weight:bold;
		color:#000000;
	}
	.cart_header td {
	}
	.cart_table hr {
	}
	a.cart_product_name 
	{
		font-family:Arial;
		font-size:12px;
		color:#72cef5;
		font-weight:bold;
	}
	a.cart_product_name:hover
	{
		color:#000000;
	}
	.cart_product_number {
	}
	.cart_unit_price, .cart_total_price 
	{
		font-family:Arial;
		font-size:11px;
		color:#000;
	}
	.cart_total_price { color:#207EBE; font-weight:bold; }
	.cart_label_options 
	{
		font-family:Arial;
		font-size:12px;
		color:#000;
		font-weight:bold;
	}
	.cart_ddl_option 
	{
		font-family:Arial;
		font-size:11px;
		font-weight:normal;
	}
	.cart_total_transaction_label 
	{
		font-family:Arial;
		font-size:12px;
		color:#000;
		font-weight:bold;
	}
	.cart_sub_total {
	}
	.cart_taxes {
	}
	.cart_final_total 
	{
	}
	
	/*** <Buttons> ***/
	.btn_shopping_cart, a.btn_shopping_cart, a.btn_shopping_cart:visited {
		background-image: url(../images/catalogue/btn_cart2.gif);
		background-repeat:no-repeat;
		display:block;
		height:18px;
		font-family:Arial;
		font-size:12px;
		color:#000000;
		text-decoration:none;
		line-height:18px;
		text-align:left;
		text-indent:25px;
		width:155px;
	}
	.btn_shopping_cart:hover, a.btn_shopping_cart:hover 
	{
		background-image: url(../images/catalogue/btn_cart2_rl.gif);
		color:#72cef5;
	}

	.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> ***/

.email_form_table
{
	border:1px solid #72cef5;
	width:540px;
	padding:10px;
}
