@charset "utf-8";

/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #222;
	background-color: #004579;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/main_bg_rep.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* OVERALL LINKS */

a:link, a:visited  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0061aa;
	font-weight:bold;
	text-decoration: none;
	outline:none;
}

a{
        cursor: pointer;
}

a:hover, a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ddd;
	font-weight:bold;
	text-decoration: none;
	outline:none;
}

a.ccmGalleryImage{
        cursor: default;
}
/*MAIN WRAPPERS*/

#wrapper{z-index:9999;}

#master_wrapper{
	position:relative;
	width: 960px;
	margin-top: -5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content_wrapper{
	position:relative;
	width: 960px;
}

#page_wrapper{
	position:relative;
	float:left;
	width: 688px;
	padding-left:8px;
	padding-right:11px;
	padding-top:2px;
	padding-bottom:15px;
	margin-top:120px;
	z-index:1;
}

#inner_wrapper{
	position:relative;
	/*width: 666px;*/
	padding:9px;
	border: 1px solid #aaa;
	background-image: url(../images/content_bg_rep.jpg);
	background-repeat: repeat-x;
	background-color:#e5e5e5;
	margin-top:10px;
	z-index:5;
	overflow: hidden;
}

/*BREADCRUMBS*/

#breadcrumb{
	font-size:9px;
	color:#eeeeee;
	margin-top:10px;
	padding-left:0px;
	clear: both;
}

#breadcrumb ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
	font-size:9px;
	color:#eeeeee;
}

#breadcrumb ul li{
	list-style-image: none;
	display:inline;
	padding: 0;
	margin: 0;
}

#breadcrumb a:link, #breadcrumb a:visited{
	font-size:9px;
	color: #eeeeee;
	font-weight:normal;
	text-decoration:none;
	outline:none;
}

#breadcrumb a:hover, #breadcrumb a:active{
	font-size:9px;
	color: #0061aa;
	font-weight:normal;
	text-decoration:none;
	outline:none;
}

/*HEADER*/

#ten_bar{
	position:relative;
	height:50px;
	width:100%;
	background-image: url(../images/tenbar_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	z-index:900;
}

#tenbar_content{
	position:relative;
	width:916px;
	height:35px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:12px;
	padding-right:12px;
	margin:0 auto;
}

#tenbar_logo{
	position:relative;
	float:left;
	width:131px;
	height:35px;
}

#tenbar_sitesdrop{
	position:relative;
	float:right;
	height:30px;
	padding-top:5px;
}

#header_wrapper{
	position:absolute;
	width:965px;
	height:120px;
	top:0px;
	left:0px;
	z-index:10;
}

#header_logo{
	position:relative;
	height: 125px;
	width: 1000px;
	float:left;
	/*left: -26px;*/
	background: url("../images/header_walker.png") no-repeat 0 0 transparent;
}

body.ar_ma #header_logo,
body.cs_cz #header_logo,
body.da_dk #header_logo,
body.de_at_at #header_logo,
body.de_ch #header_logo,
body.de_de #header_logo,
body.en_bw #header_logo,
body.en_gb #header_logo,
body.en_mt #header_logo,
body.en_na #header_logo,
body.en_ph #header_logo,
body.en_pk_ma #header_logo,
body.en_za #header_logo,
body.hu_hu #header_logo,
body.it_it #header_logo,
body.nl_be #header_logo,
body.nl_nl #header_logo,
body.pl_pl #header_logo,
body.pt_pt #header_logo,
body.ru_ru #header_logo,
body.ru_ua #header_logo,
body.sv_fi #header_logo,
body.tr_tr #header_logo{
	background: url("../images/header_walker.png") no-repeat 0 0 transparent;
}

body.fr_be #header_logo,
body.fr_fr #header_logo,
body.fr_mc #header_logo,
body.fr_sn #header_logo{
	background: url("../images/header_walker_fr.png") no-repeat 0 0 transparent;
}

body.es_es #header_logo{
	background: url("../images/header_walker_es.png") no-repeat 0 0 transparent;
}

#header_topright{
	position:absolute;
	right:0;
	height:30px;
	margin-top:14px;
	font-size:9px;
	font-weight:bold;
	color:#eeeeee;
	padding-right:2px;
}

#header_btmright{
	position:absolute;
	bottom:6px;
	right:3px;
}

.social_header_box{
	position:relative;
	float:right;
}

.social_header_wrapper{
	position:absolute;
	right:10px;
	top:10px;
}

.worldsite_form_box {
	background-color: #444;
	border: 1px solid #CCC;
	height:22px;
	padding:3px;
	font-weight:normal;
	font-size:9px;
	color:#ccc;
	width: 176px;
}

#header_topright a:link, #header_topright a:visited{
	font-size:9px;
	color: #eeeeee;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}

#header_topright a:hover, #header_topright a:active{
	font-size:9px;
	color: #0061aa;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}

.header_search_box {
	position:relative;
	height: 18px;
	width: 170px;
	border: 1px solid #333;
	font-size: 12px;
	background-color:#eee;
	padding-left:3px;
}

#header_txt_links{
	position:relative;
	float:left;
	text-align:right;
	margin-right:3px;
	width:370px;
}

#header_txt_links img, #header_txt_links form{
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;

}

#header_txt_links img{
	margin-top: 8px;
}

#header_search_wrapper{
	position:relative;
	float:left;
	width: 175px;
}

#header_search_button{
	position:absolute;
	right:5px;
	top:7px;
}

/*NAV*/

#nav_wrapper{
	height: 66px;
	width: 744px;
	margin-left:-15px;
	z-index:500;
	padding-top: 2px;
	background: url("../images/monroe_menu_bg2.png") no-repeat scroll center transparent;
}
#nav_wrapper ul#nav {
	/*background: url("../images/monroe_menu_bg.png") no-repeat scroll center #000000;*/
	min-height: 52px;
	margin-top: 6px;
	float: none;
	z-index:9999;
}
#nav_wrapper ul#nav li a {
	background: none;
	border: none;
	color: #3f3f3f;
	text-align:center;
	padding: 15px 10px 5px;
	min-height:25px;
	font-family: 'arial';
	vertical-align: middle;
}


#nav_wrapper ul#nav li li a{
	text-align: left;
}

#nav_box{
	position:relative;
	float:left;
	height: 16px;
	margin-right:40px;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}

/*QUICK LINKS*/

#ql_wrapper{
	position:relative;
	float:left;
	width:240px;
	padding-left:8px;
	margin-left:5px;
	background-image: url(../images/ql_shadow.png);
	background-repeat: no-repeat;
	background-position: top;
	z-index:5;
}

#ql_content{
	position:relative;
	width:222px;
	background-color: #959595;
	background-image: url(../images/ql_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top:134px;
	padding-left:5px;
	padding-right:5px;
}

.ql_company_saying{
	position:relative;
	color:#eeeeee;
	font-style:italic;
	font-size:9px;
	text-align:center;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	width:202px;
	overflow: hidden;
}

.headline {
   position: absolute;
   top:48px;
   width:202px;
   left:10px;
 }

.ql_box{
	position:relative;
	width:210px;
	background-color:#bbb;
	border: 1px solid #444;
	padding:5px;
	margin-top:20px;
	background-image: url(../images/ql_box_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.dealer_locator_search {
	position:relative;
	height: 14px;
	width: 202px;
	border: 1px solid #ccc;
	font-size: 11px;
	background-color:#444;
	color: #ccc;
	padding:3px;
}

#dealer_locator_wrapper{
	position:relative;
	width: 210px;
}

#dealer_locator_button{
	position:absolute;
	right:5px;
	top:7px;
}

.vehic_lookup_form_boxes {
	width: 210px;
	background-color: #eeeeee;
	border: 1px solid #333;
	font-size:11px;
	padding:1px;
	margin-top:1px;
	height:21px;
	padding:3px;
}

#lookup_sumbit_wrapper{
	position:relative;
	margin-top:5px;
}

.lookup_loading{
	position: relative;
	float:right;
	width:95px;
	background-image: url(../images/loading_lt.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 3px;
	color:#444;
	margin-top:2px;
}

#lookup_btn{
	position:relative;
	float:left;
	height:21px;
}

#ql_facebook{
	position:relative;
	height:22px;
	margin-left:auto;
	margin-top:20px;
	margin-right: auto;
	margin-bottom: 0px;
	text-align:center;
	display: none;
}

#ql_youtube{
	position:relative;
	margin-left:auto;
	margin-top:20px;
	margin-right: auto;
	margin-bottom: 0px;
	text-align:center;
	display: none;
}

.ql_social_box{
	position:relative;
	float:left;
	width:48px;
	height:57px;
	margin-right:10px;
	padding-top:20px;
}

/*HOME PAGE*/

#hp_feat_wrapper{
	position:relative;
	width:676px;
/*	height:376px;*/
	padding-left:4px;
	margin-top:12px;
	background-image: url(../images/hp_feat_bg.png);
	background-repeat: no-repeat;
}

.hp_subboxes{
	position:relative;
	float:left;
	/*height:258px;*/
	width:220px;
	background-color:#eee;
	border: 1px solid #aaa;
	margin-right:10px;
	background-image: url(../images/subbox_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom:10px;
	font-size:11px;
	padding-bottom: 10px;
	min-height: 325px;
}

.hp_subboxes.news-box a{
	background-color:#000000;
	padding: 2px;
}

.hp_subbox_header{
	position:relative;
	background-color: #244486;
	padding:10px;
}

.hp_subbox_content{
	position:relative;
	margin-top:10px;
	width:210px;
	padding-left:5px;
	padding-right:5px;
}

.centerimg .hp_subbox_content {
	text-align: center;
}

.hp_subbox_news_date{
	width:201px;
	background-color:#eee;
	border: 1px solid #aaa;
	padding:3px;
}

.hp_subbox_news_link{
	margin-top:3px;
	padding-left:3px;
	text-transform:uppercase;
}

.hp_subbox_news_link a:link, .hp_subbox_news_link a:visited  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #555;
	font-weight:none;
	text-decoration: none;
	outline:none;

}

.hp_subbox_news_link a:hover, .hp_subbox_news_link a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #222;
	font-weight:bold;
	text-decoration: none;
	outline:none;
}

.hp_subbox_list{
	list-style-image: url(../images/navlist_arrow.png);
	font-size:11px;
	margin:0px;
	padding-left:15px;
	padding-top:5px;
}

.hp_subbox_list a:link, .hp_subbox_list a:visited  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #222;
	font-weight:bold;
	text-decoration: underline;
	outline:none;

}

.hp_subbox_list a:hover, .hp_subbox_list a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #0061aa;
	font-weight:bold;
	text-decoration: underline;
	outline:none;
}

.hp_subbox_newcoverage_bg{
	position:absolute;
	bottom:0px;
	right:0px;
	width:128px;
	height:116px;
	background-image: url(../images/home/english/newcoverage_bg.png);
	background-repeat: no-repeat;
}

#hp_prod_lineup{
	position:relative;
	height:70px;
	width:686px;
	padding-top:40px;
	padding-left:1px;
	padding-right:8px;
	background-image: url(../images/home/english/hp_prod_lineup_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/*INTERIOR PAGES*/

#inner_header{
	position:relative;
	float:left;
	height:24px;
}

	/*PRODUCTS PAGES*/

		/*PRODUCTS OVERVIEW PAGE*/

		#prod_overview_wrapper{
			position:relative;
			width:644px;
			background-color:#eee;
			border: 1px solid #aaa;
			background-image: url(../images/subbox_bg.jpg);
			background-repeat: repeat-x;
			background-position: top;
			margin-top:15px;
			padding:10px;
		}

		#prod_overview_text_box{
			position:relative;
			float:left;
			width:460px;
			margin-right:20px;
		}

		#prod_overview_text_links{
			position:relative;
			float:left;
			width:460px;
			margin-top:10px;
		}

		#prod_overview_text_links ul{
			position:relative;
			float:left;
			margin-top: 5px;
			margin-right: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
			list-style-image: url(../images/navlist_arrow.png);
			list-style-type: none;
			padding-top: 0px;
			padding-right: 0px;
			padding-bottom: 0px;
			padding-left: 15px;
			width:205px;
		}

		#prod_overview_text_links ul a:link, #prod_overview_text_links ul a:visited{
			color:#444;
			text-decoration:underline;
			font-weight:bold;
			font-size:11px;
		}

		#prod_overview_text_links ul a:hover, #prod_overview_text_links ul a:active{
			color:#656565;
			text-decoration:underline;
			font-weight:bold;
			font-size:11px;
		}

		#prod_overview_logo_box{
			position:relative;
			float:left;
			width:156px;
			padding-left:5px;
		}

		#prod_overview_header{
			position:relative;
			width:460px;
			height:20px;
			border-bottom-width: 1px;
			border-bottom-style: dotted;
			border-bottom-color: #222;
		}

		/*PRODUCTS SERIES PAGE*/

		.prod_series_text_list{
			list-style-image: url(../images/navlist_arrow.png);
			font-size:11px;
			margin:0px;
			padding-left:15px;
			padding-top:5px;
		}

		#prod_series_logo{
			position:relative;
			float:right;
			width:192px;
			margin-right:3px;
			margin-top:25px;
		}

		#prod_series_wrapper{
			position:relative;
			width:644px;
			background-color:#eee;
			border: 1px solid #aaa;
			background-image: url(../images/subbox_bg.jpg);
			background-repeat: repeat-x;
			background-position: top;
			margin-top:15px;
			padding:10px;
		}

		#prod_series_text_desc{
			position:relative;
			width:644px;
			margin-top:10px;
		}

		#prod_series_logo_box{
			position:relative;
			float:right;
			width:156px;
			padding-left:5px;
			padding-bottom:10px;
			z-index:100;
		}

		#prod_series_header{
			position:relative;
			float:left;
			width:460px;
			height:20px;
			border-bottom-width: 1px;
			border-bottom-style: dotted;
			border-bottom-color: #222;
		}

		#prod_series_prodimg{
			position:relative;
			width:646px;
			margin-top:10px;
		}

		/*PRODUCT PAGE*/

		#prod_subtxt{
			position:relative;
			float:left;
			width:460px;
		}

		#prod_logo{
			position:relative;
			float:right;
			width:192px;
			margin-right:3px;
			margin-top:30px;
		}

		#prod_techlogo{
			position:relative;
			float:right;
			width:156px;
			margin-right:21px;
			margin-top:80px;
		}

		.prod_text_list{
			list-style-image: url(../images/navlist_arrow.png);
			padding-left:15px;
			padding-top:5px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			margin-left: 15px;
		}

		#prod_mainimg{
			position:relative;
			width:668px;
			margin-top:10px;
		}

	/*SUPPORT PAGE*/

	.support_row{
		position:relative;
		width:668px;
		margin-top:20px;
		float:left;
	}

	.support_row_header{
		position:relative;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #222;

	}

	.support_row_box{
		position:relative;
		float:left;
		width:192px;
		margin-top:10px;
		padding-right:30px;
		font-size:11px;
	}

	.support_row_box ul a:link, .support_row_box ul a:visited{
		  color:#222;
		  text-decoration:underline;
		  font-weight:bold;
		  font-size:11px;
	  }

	.support_row_box ul a:hover, .support_row_box ul a:active{
		color:#0061aa;
		text-decoration:underline;
		font-weight:bold;
		font-size:11px;
	}

	.support_text_list{
		list-style-image: url(../images/navlist_arrow.png);
		font-size:11px;
		margin:0px;
		padding-left:15px;
		padding-top:5px;
	}

	.support_faq_list{
		list-style-image: url(../images/navlist_arrow.png);
		font-size:11px;
		padding-left:15px;
		padding-top:5px;
		padding-right:20px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 20px;
	}

	.support_faq_list a:link, .support_faq_list a:visited{
		  color:#222;
		  text-decoration:underline;
		  font-weight:bold;
		  font-size:11px;
	  }

	.support_faq_list a:hover, .support_faq_list a:active{
		color:#0061aa;
		text-decoration:underline;
		font-weight:bold;
		font-size:11px;
	}

	.support_faq_list li{
		margin-top:10px;
	}

	.support_text_list li{
		margin-top:5px;
	}

	.support_text_tech li{
		margin-top:15px;
	}

	#support_symptoms_img{
		margin-top:5px;
	}

	.support_anwser_wrapper{
		position:relative;
		width:646px;
		background-color:#eee;
		border: 1px solid #aaa;
		background-image: url(../images/subbox_bg.jpg);
		background-repeat: repeat-x;
		background-position: top;
		margin-top:15px;
		padding:10px;
	}

	.support_question{
		margin-bottom:10px;
		font-weight:bold;
		background-image: url(../images/questionmark.png);
		background-repeat: no-repeat;
		background-position: left top;
		padding-left: 15px;
	}

	.support_anwser_wrapper a:link, .support_anwser_wrapper a:visited{
		  color:#222;
		  text-decoration:underline;
		  font-weight:bold;
		  font-size:9px;
	  }

	.support_anwser_wrapper a:hover, .support_anwser_wrapper a:active{
		color:#0061aa;
		text-decoration:underline;
		font-weight:bold;
		font-size:9px;
	}

	#support_sasg_logo{
		position:relative;
		float:right;
		padding:10px;
	}

	.support_warranty_list{
		list-style-image: url(../images/navlist_arrow.png);
		font-size:11px;
		padding-left:15px;
		padding-top:5px;
		padding-right:20px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 20px;
	}

	.support_warranty_list a:link, .support_warranty_list a:visited{
		  color:#222;
		  text-decoration:underline;
		  font-weight:bold;
		  font-size:11px;
	  }

	.support_warranty_list a:hover, .support_warranty_list a:active{
		color:#0061aa;
		text-decoration:underline;
		font-weight:bold;
		font-size:11px;
	}

	.support_img_float_right{
		position:relative;
		float:right;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	.support_img_float_left{
		position:relative;
		float:left;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 0px;
	}

	.support_terms_wrapper{
		position:relative;
		width:646px;
		background-color:#eee;
		border: 1px solid #aaa;
		background-image: url(../images/subbox_bg.jpg);
		background-repeat: repeat-x;
		background-position: top;
		margin-top:15px;
		padding:10px;
		font-size:22px;
		font-weight:bold;
	}

	.support_terms_anwsers_wrapper{
		position:relative;
		padding-left:11px;
		margin-top:20px;
	}

	.support_terms_anwsers_wrapper a:link, .support_terms_anwsers_wrapper a:visited{
		  color:#222;
		  text-decoration:underline;
		  font-weight:bold;
		  font-size:11px;
	  }

	.support_terms_anwsers_wrapper a:hover, .support_terms_anwsers_wrapper a:active{
		color:#0061aa;
		text-decoration:underline;
		font-weight:bold;
		font-size:11px;
	}

	.support_wornshocks_box{
		position:relative;
		float:left;
		width:206px;
		margin-right:23px;
		margin-top:20px;
	}

	.support_wornshocks_boxtxt{
		margin-top:5px;
		text-align:center;
		font-weight:bold;
		font-size:11px;
		padding-left:10px;
		padding-right:10px;
	}

	.support_tirewear_box{
		position:relative;
		float:left;
		width:206px;
		margin-right:23px;
		margin-top:20px;
	}

	.support_tirewear_boxtxt{
		margin-top:5px;
		text-align:center;
		font-size:11px;
		padding-left:10px;
		padding-right:10px;
	}

	.support_tirewear_box_wide{
		position:relative;
		float:left;
		width:437px;
		margin-top:20px;
		font-size:11px;
	}

	.support_tirewear_list{
		list-style-image: url(../images/navlist_arrow.png);
		font-size:11px;
		padding-left:15px;
		padding-top:5px;
		padding-right:20px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 20px;
	}

	/*ABOUT PAGE*/

	.about_box{
		position:relative;
		width:644px;
		background-color:#eee;
		border: 1px solid #aaa;
		background-image: url(../images/subbox_bg.jpg);
		background-repeat: repeat-x;
		background-position: top;
		margin-top:15px;
		padding:10px;
	}

	.about_box_header{
		position:relative;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #222;
	}

	.about_box_img{
		position:relative;
		float:left;
		width:177px;
		margin-top:15px;
	}

	.about_box_txt{
		position:relative;
		float:left;
		margin-top:15px;
		width:452px;
		padding-left:15px;
		padding-top:2px;
	}

	.about_text_list{
		list-style-image: url(../images/navlist_arrow.png);
		font-size:11px;
		margin:0px;
		padding-left:15px;
		padding-top:5px;
	}

	.about_box_txt ul a:link, .about_box_txt ul a:visited{
		  color:#222;
		  text-decoration:underline;
		  font-weight:bold;
		  font-size:11px;
	  }

	.about_box_txt ul a:hover, .about_box_txt ul a:active{
		color:#0061aa;
		text-decoration:underline;
		font-weight:bold;
		font-size:11px;
	}

	#about_history_flash{
		position:relative;
		width:570px;
		height:380px;
		margin-top: 10px;
		margin-left:49px;
	}

	#about_50000_car{
		position:relative;
		height:373px;
		width:380px;
		margin-right:-11px;
		float:right;
		padding-left:10px;
		padding-bottom:10px;
	}

	#about_safetysign{
		position:relative;
		height:300px;
		width:130px;
		float:right;
		padding-left:10px;
	}

	#about_howshocksaremade_flash{
		margin-left:57px;
	}

	#about_oe_list_wrapper{
		position:relative;
		margin-top:5px;
		width:630px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}

	.about_oe_imgfloat_right{
		position:relative;
		float:right;
		margin-left:10px;
		margin-bottom:10px;
	}

	.about_oe_imgfloat_left{
		position:relative;
		float:left;
		margin-right:10px;
		margin-bottom:10px;
	}

	.about_oe_list{
		position:relative;
		float:left;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		list-style-image: url(../images/navlist_arrow.png);
		list-style-type: none;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 15px;
		width:300px;
	  }

	  #sas_feat_wrapper{
		position:relative;
		width:676px;
		height:210px;
		padding-left:10px;
		margin-left:-10px;
		margin-top:5px;
		background-image: url(../images/sas_feat_bg.png);
		background-repeat: no-repeat;
	  }

	  #sas_landing_img{
		position:relative;
		float:left;
		padding-right:20px;
		width:230px;
	  }

	  #sas_landing_txt{
		position:relative;
		float:left;
		width:416px;
	  }

	  #sas_video_fla{
		  margin-left:57px;
	  }

	  .sas_nav_wrapper{
		  position:relative;
		  float:right;
		  background-image: url(../images/about/english/tabnav_highlight.png);
		  background-repeat: no-repeat;
		  background-position: 0px 0px;
		  padding-top:11px;
		  margin-right:2px;
	  }

	  .sas_nav_list {
		background-color: #444;
		height:30px;
		padding:0px;
		margin:0px;
	  }

	  .sas_nav_list li {
		list-style: none;
		float: left;
		position: relative;
		top: 1px;
		border-bottom: 0 !important;
		white-space: nowrap;
		border-right-width: 2px;
		border-right-style: solid;
		border-right-color: #CCC;
		margin-top: 0;
		margin-right: 0.2em;
		margin-bottom: 1px;
		margin-left: 0;
		padding-top: 7px;
		padding-right: 15px;
		padding-bottom: 7px;
		padding-left: 15px;
		}

	/*EVENTS PAGE*/

	#techtour_img{
		position:relative;
		width:666px;
		border: 1px solid #aaa;
		margin-top:15px;
	}

	/*SERVICE PROS PAGE*/

	.servicepros_box{
		position:relative;
		width:646px;
		background-color:#eee;
		border: 1px solid #aaa;
		background-image: url(../images/subbox_bg.jpg);
		background-repeat: repeat-x;
		background-position: top;
		margin-top:15px;
		padding:10px;
	}

	.servicepros_box_header{
		position:relative;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #222;
	}

	.servicepros_box_img{
		position:relative;
		float:left;
		width:177px;
		margin-top:15px;
	}

	.servicepros_box_txt{
		position:relative;
		float:left;
		margin-top:15px;
		width:454px;
		padding-left:15px;
		padding-top:2px;
	}

	.servicepros_text_list{
		list-style-image: url(../images/navlist_arrow.png);
		font-size:11px;
		margin:0px;
		padding-left:15px;
		padding-top:5px;
	}

	.servicepros_box_txt ul a:link, .servicepros_box_txt ul a:visited{
		  color:#222;
		  text-decoration:underline;
		  font-weight:bold;
		  font-size:11px;
	  }

	.servicepros_box_txt ul a:hover, .servicepros_box_txt ul a:active{
		color:#0061aa;
		text-decoration:underline;
		font-weight:bold;
		font-size:11px;
	}

	.servicepros_text_list{
		list-style-image: url(../images/navlist_arrow.png);
		font-size:11px;
		margin:0px;
		padding-left:15px;
		padding-top:5px;
	}

	.servicepros_expertplus_box{
		position:relative;
		float:left;
		width:190px;
		height:210px;
		background-color:#eee;
		border: 1px solid #aaa;
		background-image: url(../images/subbox_bg.jpg);
		background-repeat: repeat-x;
		background-position: top;
		margin-top:15px;
		margin-right:15px;
		padding:10px;
	}

	.servicepros_expertplus_box ul a:link, .servicepros_expertplus_box ul a:visited{
		  color:#222;
		  text-decoration:underline;
		  font-weight:bold;
		  font-size:11px;
	  }

	.servicepros_expertplus_box ul a:hover, .servicepros_expertplus_box ul a:active{
		color:#0061aa;
		text-decoration:underline;
		font-weight:bold;
		font-size:11px;
	}

	.servicepros_knowyourparts_logo{
		position:relative;
		height:260px;
		width:260px;
		margin:0 auto;
	}

	.servicepros_4more_logo{
		position:relative;
		float:right;
		height:95px;
		width:200px;
		padding-left:10px;
		padding-bottom:10px;
	}

	.servicepros_download_box{
		position:relative;
		float:left;
		background-color:#eee;
		border: 1px solid #aaa;
		background-image: url(../images/subbox_bg.jpg);
		background-repeat: repeat-x;
		background-position: top;
		margin-top:10px;
		width:100px;
		height:76px;
		padding:10px;
		margin-right:9px;
	}

	.servicepros_sas_left{
		position:relative;
		float:left;
		width:200px;
		margin-right:10px;
	}

	.servicepros_sas_right{
		position:relative;
		float:left;
		width:436px;
	}

	.servicepros_sas_right ul a:link, .servicepros_sas_right ul a:visited{
		  color:#222;
		  text-decoration:underline;
		  font-weight:bold;
		  font-size:11px;
	  }

	.servicepros_sas_right ul a:hover, .servicepros_sas_right ul a:active{
		color:#0061aa;
		text-decoration:underline;
		font-weight:bold;
		font-size:11px;
	}

	.servicepros_training_txt{
		position:relative;
		float:left;
		width:313px;
		padding-right:10px;
	}

	#servicepros_training_video{
		position:relative;
		float:left;
		width:343px;
	}

	/*SERVICE PROS PAGE*/

	.support_box{
		position:relative;
		width:646px;
		background-color:#eee;
		border: 1px solid #aaa;
		background-image: url(../images/subbox_bg.jpg);
		background-repeat: repeat-x;
		background-position: top;
		margin-top:15px;
		padding:10px;
	}

	.support_box_header{
		position:relative;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #222;
	}

	.support_box_img{
		position:relative;
		float:left;
		width:177px;
		margin-top:15px;
	}

	.support_box_txt{
		position:relative;
		float:left;
		margin-top:15px;
		width:454px;
		padding-left:15px;
		padding-top:2px;
	}

	.support_text_list{
		list-style-image: url(../images/navlist_arrow.png);
		font-size:11px;
		margin:0px;
		padding-left:15px;
		padding-top:5px;
	}

	.support_box_txt ul a:link, .support_box_txt ul a:visited{
		  color:#222;
		  text-decoration:underline;
		  font-weight:bold;
		  font-size:11px;
	  }

	.support_box_txt ul a:hover, .support_box_txt ul a:active{
		color:#0061aa;
		text-decoration:underline;
		font-weight:bold;
		font-size:11px;
	}

	.support_text_list{
		list-style-image: url(../images/navlist_arrow.png);
		font-size:11px;
		margin:0px;
		padding-left:15px;
		padding-top:5px;
	}

	/*CATALOG PAGE*/

	.catalog_box{
		position:relative;
		width:644px;
		background-color:#eee;
		border: 1px solid #aaa;
		background-image: url(../images/subbox_bg.jpg);
		background-repeat: repeat-x;
		background-position: top;
		margin-top:15px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.catalog_box_header{
		position:relative;
		font-size: 10px;
		color:#666666;
		padding: 10px;
		background-color: #244486;
		padding: 10px;
	}

	h2.catalog_box_header{
		text-shadow:none;
	}

	.catalog_box_img{
		position:relative;
		float:left;
		width:177px;
		margin-top:15px;
		padding-left: 10px;
	}
	.catalog_box_img img {
		width: 167px;
		height: auto;
	}

	.catalog_box_txt{
		position:relative;
		float:left;
		margin-top:15px;
		width:432px;
		padding-left:15px;
		padding-top:2px;
		text-align: justify;
	}

	.catalog_text_list{
		list-style-image: url(../images/navlist_arrow.png);
		font-size:11px;
		margin:0px;
		padding-left:30px;
		padding-top:5px;
	}

	.catalog_misc_imgbox{
		position:relative;
		float:right;
		padding:10px;
		margin-right:20px;
	}

	.catalog_text_list a:link, .catalog_text_list a:visited{
		  color:#222;
		  text-decoration:underline;
		  font-weight:bold;
		  font-size:11px;
	  }

	.catalog_text_list a:hover, .catalog_text_list a:active{
		color:#0061aa;
		text-decoration:underline;
		font-weight:bold;
		font-size:11px;
	}

	/*ONLINE RETAILER*/

	.onlineretailer_box{
		position:relative;
		float:left;
		width:190px;
		height:120px;
		background-color:#eee;
		border: 1px solid #aaa;
		background-image: url(../images/subbox_bg.jpg);
		background-repeat: repeat-x;
		background-position: top;
		margin-top:15px;
		margin-right:15px;
		padding:10px;
	}


	/*TECHNOLOGIES PAGE*/

	.technologies_box{
		position:relative;
		float:left;
		width:304px;
		height:235px;
		background-color:#eee;
		border: 1px solid #aaa;
		background-image: url(../images/subbox_bg.jpg);
		background-repeat: repeat-x;
		background-position: top;
		margin-top:15px;
		padding:10px;
	}

	.technologies_box_header{
		position:relative;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #222;
	}

	.technologies_box_img{
		position:relative;
		float:left;
		width:116px;
		margin-top:10px;
	}

	.technologies_box_txt{
		position:relative;
		float:left;
		margin-top:10px;
		width:178px;
		padding-left:10px;
	}

/*FOOTER*/

#footer_wrapper{
	position:relative;
	width:100%;
	background-color:#111;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444;
	padding-bottom:10px;
}

#footer_nav_wrapper{
	position:relative;
	width:900px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin:0 auto;
}

#footer_pb_wrapper{
	position:relative;
	width:453px;
	height:110px;
	margin:0 auto;
}

.footer_pb_box{
	position:relative;
	height:55px;
	float:left;
	margin-right:10px;
}

.footer_pb_box2{
	position:relative;
	height:55px;
	text-align:center;
	margin-right:10px;
}

#footer_links_wrapper{
	position:absolute;
	bottom:10px;
	left:20px;
	width:268px;
	height:22px;
}

#footer_links_box{
	position:relative;
	float:left;
}

#footer_txt{
	position:relative;
	color:#bbb;
	font-size:9px;
	text-align:center;
	width:900px;
	margin:0 auto;
}

.footer_box{
	position:relative;
	/*float:left;*/
	/*width:217px;*/
	/*padding-right:10px;*/
	color:#ccc;
	font-weight:bold;
	font-size:11px;
}

.footer_box_header{
	position:relative;
	background-color:#151515;
	padding:5px;
	color:#ccc;
	font-weight:bold;
	font-size:11px;
	border: 1px solid #444;
	text-transform:uppercase;
}

.footer_box_links{
	position:relative;
	padding:6px;
	color:#ccc;
	font-size:11px;
}

#footer_wrapper a:link, #footer_wrapper a:visited{
	font-size:11px;
	color: #999;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}

#footer_wrapper a:hover, #footer_wrapper a:active{
	font-size:11px;
	color: #0061aa;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}

/* PROMOTIONS */

#promo_headerbox{
	width:658px;
	padding:4px;
	margin-top:5px;
	font-size:11px;
	border: 1px solid #aaa;
	background-image: url(../images/subbox_bg.jpg);
	background-repeat: repeat-x;
	color:#222;
	font-weight:bold;
}

#promo_img{
	position:relative;
	margin-top:5px;
	width:666px;
}

#promo_thumbs{
	cursor:pointer;
	margin-top:5px;
	margin-bottom:5px;
}

#promo_headerbox a:link, #promo_headerbox a:visited{
	font-size:11px;
	color:#444;
}

#promo_headerbox a:hover, #promo_headerbox a:active{
	font-size:11px;
	color:#666;
}

#promo_warning_box{
	position:relative;
	background-color: #EFF5EA;
	color: #3D6611;
	font-weight:bold;
	padding:5px;
	text-align:center;
	border: 1px solid #446423;
}

#promo_rebateonline{
	position:relative;
	background-color: #858585;
    border: 1px solid #444;
    color: #222;
	font-weight:bold;
	padding:5px;
	text-align:center;
	font-size:11px;
}

.promo_text_highlight{
	text-decoration:underline;
	font-size:12px;
	color:#bb0000;
}

#promo_inquiry{
	position:absolute;
	right:10px;
	top:10px;
}


/* BROWSER WARNING */

#browserWarning{
	width: 936px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	font-size:11px;
	background-color: #999;
	border: 1px solid #666;
	background-image: url(../images/footer_nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#browserWarning_box{
	height:58px;
	position:relative;
	float:left;
	margin-right:47px;
}

#browserWarning_logo{
	width:470px;
	height:120px;
	margin-top: -5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*STYLE CLASSES*/

a img, img, input, object{
	outline:none;
}

.clear_both{
	clear:both;
}

.drkgrey222_34_bold{
	font-size:34px;
	color: #222;
	font-weight:bold;
}

.drkgrey222_13_bold{
	font-size:13px;
	color: #222;
	font-weight:bold;
}

.drkgrey222_12_bold{
	font-size:12px;
	color: #222;
	font-weight:bold;
}

.drkgrey222_11_bold{
	font-size:11px;
	color: #222;
	font-weight:bold;
}

.drkgrey222_11_bold_u{
	font-size:11px;
	color: #222;
	font-weight:bold;
	text-decoration:underline;
}

.drkgrey222_10_bold{
	font-size:11px;
	color: #222;
	font-weight:bold;
}

.drkgrey222_9_bold{
	font-size:9px;
	color: #222;
	font-weight:bold;
}

.drkgrey222_9{
	font-size:9px;
	color: #222;
	font-weight:normal;
}

.drkgrey222_10{
	font-size:11px;
	color: #222;
	font-weight:normal;
}

.ltgreyeee_10_bold{
	font-size:11px;
	/*color: #eee;*/
	font-weight:bold;
}

.ltgreyeee_11_bold{
	font-size:11px;
	color: #eee;
	font-weight:bold;
}

.ltgreyeee_12_bold{
	font-size:12px;
	color: #eee;
	font-weight:bold;
}

.ltgreyddd_11_bold{
	font-size:11px;
	color: #ddd;
	font-weight:bold;
}

.white_11_bold{
	font-size:11px;
	color: #fff;
	font-weight:bold;
}

.ltgreyeee_13_bold{
	font-size:13px;
	color: #eee;
	font-weight:bold;
}

.red_12_bold{
	font-size:12px;
	color: #bb0000;
	font-weight:bold;
}

.red_11_bold{
	font-size:11px;
	color: #bb0000;
	font-weight:bold;
}

.js_error{
	font-size:12px;
	color: #bb0000;
	font-weight:bold;
	background-color: #333;
	padding: 5px;
	border: 1px solid #bb0000;
	text-align:center;
}

form{
	font-size:11px;
	outline:none;
}

form label{
	font-weight:bold;
	font-size:11px;
}

.form_box_sm {
	position:relative;
	height: 14px;
	width: 202px;
	border: 1px solid #ccc;
	font-size: 11px;
	background-color:#444;
	color: #ccc;
	padding:3px;
}

.form_box_lg {
	position:relative;
	height: 120px;
	width: 600px;
	border: 1px solid #ccc;
	font-size: 11px;
	background-color:#444;
	color: #ccc;
	padding:3px;
}

.form_box_drop {
	width: 210px;
	background-color: #eeeeee;
	border: 1px solid #333;
	font-size:11px;
	padding:1px;
	margin-top:1px;
	height:21px;
	padding:3px;
	outline:none;
}

.form_box_lg:focus, .form_box_lg:hover, .form_box_sm:focus, .form_box_sm:hover, .form_box_drop:focus, .form_box_drop:hover{
	border: 1px solid #0061aa;
}

.mail_sent_box{
	background-color:#C6FFC6;
	border:solid 1px #009900;
	padding:10px;
	font-weight:bold;
	text-align:center;
}

.line_height_10{
	line-height:10px;
}

.cross_out{
	text-decoration: line-through;
}
.hp_subboxes .fb_iframe_widget {
	display: none ;
}
#hp_prod_lineup {
	display: none;
}
.news-box .ccm-page-list-title {
	 margin-top: 3px;
    padding-left: 3px;
    text-transform: uppercase;
}
.news-box .ccm-page-list-title a {
	color: #555;
	font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    outline: medium none;
    text-decoration: none;
}
table.galerie {
	margin-top: 30px;
}
.ql_box h3 {
	text-transform: uppercase;
	/*text-shadow: 1px 1px 0px #000000;*/
	margin-top: 0;
	margin-bottom: 5px;
	font-family: 'HelveticaInseratW01-Rg';
	color: #0061aa;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #222222;
}
.ql_box b {
	display: inline-block;
	padding-top: 10px;
		zoom: 1;
	*display: inline;
}
#footer_nav_wrapper {
	overflow:hidden;
}
#footer_nav_wrapper ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#footer_nav_wrapper ul ul li{
	/*display:inline-block;
	vertical-align: top;*/
}


#footer_nav_wrapper ul.nav {
	overflow:hidden;
}
#footer_nav_wrapper ul.nav > li {
	width: 215px;
	float: left;
	padding-right: 10px;
	margin-bottom: 10px;
}
#footer_nav_wrapper ul.nav > li > a {
	background-color: #151515;
    border: 1px solid #444444;
    color: #CCCCCC;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    position: relative;
    text-transform: uppercase;
    display: block;
}
#footer_nav_wrapper ul.nav > li > a:hover {
	color: #0061aa;
}
#footer_nav_wrapper ul.nav > li >  ul {
  color: #CCCCCC;
    font-size: 11px;
    padding: 6px;
    position: relative;
}
.clear {
	clear: both;
}
.no-margin {
	padding: 0 !important;
}
#inner_wrapper h1 {
	margin-top: 0;
	color: #0061AA;
	/*text-shadow: 1px 1px 0px #000;*/
	font-family:'HelveticaInseratW01-Rg';
	font-weight: normal;
	clear: both;
}
#inner_wrapper h1 div, #inner_wrapper h1 span {
	/*width: 100% !important;*/
}
h2 {
	color: #dddddd;
    font-family: 'HelveticaInseratW01-Rg';
    font-size: 15px;
    font-weight: normal;
    line-height: 1em;
    margin-top: 0;
    padding-bottom: 4px;
    text-shadow: 1px 1px 0 #000000;
    text-transform: uppercase;
}

#inner_wrapper h2 {
	text-shadow: none;
	color: #000;
}

h2.hp_subbox_header{
	text-shadow:none;
}

.ql_page_equalHeight ul.nav, .ql_page_equalHeight ul.nav ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.catalog_box .catalog_box_header > a {
	text-shadow: 1px 1px 0px #000;
	color: #fff;
}
.catalog_box .catalog_box_header > a:hover {
	color: #0061aa;
}

/* Sub menu */
#ql_wrapper  ul {
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: none;
}
#ql_wrapper  > ul.nav {
    background-color: #D0D0D0;
}
#ql_wrapper  ul li {
    background: url("../images/yellow_subMenuBg.png") repeat-x scroll 0 0 transparent;
    line-height: 16px;
    list-style: none outside none;
    padding: 6px 0;
}
#ql_wrapper  ul li a {
    background: url("../images/puce_gt.png") no-repeat scroll 10px 6px transparent;
    display: block;
    padding: 0 6px 0 20px;
}
#ql_wrapper  ul li a:hover {
    text-decoration: none;
}
#ql_wrapper  ul li:hover, #ql_wrapper  ul li.nav-path-selected  {
    background-position: 0 -100px;
}
#ql_wrapper  ul li:hover > a, #ql_wrapper  ul li.nav-path-selected  > a {
    color: white;
}
#ql_wrapper  ul.nav > li > ul {
}
#ql_wrapper  ul.nav > li > ul li {
    background: none repeat scroll 0 0 transparent;
    margin-left: 10px;
}
#ql_wrapper  ul.nav > li > ul > li:hover > a, #ql_wrapper ul.nav > li > ul > li.nav-path-selected  > a {
    color: #333333;
    /*text-decoration: underline;*/
    font-weight: bold;
}
#ql_wrapper ul.nav > li > ul {
    background-color: #FFB82E;
}
#ql_wrapper ul.nav  li:hover a, #ql_wrapper ul.nav  li.current a {
    color: #222846;
}
#ql_wrapper ul.nav  li a {
    color: #222846;
    font-weight: normal;
}

/* Search */
#search-results .result {
    background-color: #BBBBBB;
    /*background-image: url("../images/ql_box_bg.jpg");*/
    background-position: center top;
    background-repeat: repeat-x;
    border: 1px solid #BBBBBB;
    color: #222222;
    padding: 10px;
    margin-bottom: 10px;
}
#search-results .result h3 {
	margin: 0;
}
#search-results .result .more {
	color: #115599;
	font-weight: normal;
}
#search-results .result p {
	margin: 0;
}


.results-menu.top, .results-menu.bottom{
	background-color: #000000;
	color: #ffffff;
	padding: 3px;
	width: 660px;
	height: 38px;
	display:block;
}


.results-menu.top p, .results-menu.bottom p {
	text-align: center;
}
.results-menu.top a, .results-menu.bottom a {
	display: inline-block;
	margin-right: 4px;
	margin-left: 4px;
		zoom: 1;
	*display: inline;
}

/* nav */
#nav_wrapper > ul > li > ul{
	position: absolute;
	/*display: none;*/
	width: 666px;
	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNGQ0ZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #d4d4d4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d4d4d4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#d4d4d4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#d4d4d4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#d4d4d4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#d4d4d4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4d4d4',GradientType=0 ); /* IE6-8 */


	padding: 15px;
	padding-top: 5px;
}


#nav_wrapper > ul {
	position: relative;
}
#nav_wrapper > ul#nav > li,  #nav_wrapper > ul#nav > li > ul > li {
	display: block;
	float: left;
	list-style: none;
	padding-left: 0;
}
#nav_wrapper > ul#nav > li > ul > li {
	width: 210px;
	padding-right:10px;
}
#nav_wrapper li {
	/*position: relative;*/
	list-style: none;
}
#nav_wrapper ul {
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 30px;
	border: none;
}
#nav_wrapper ul#nav a, #nav_wrapper ul#nav span {
	display: block;
	position: relative;

}
#nav_wrapper ul#nav > li ul {

	top: auto;
	left: -999999px;
	z-index: 9999;
}
#nav_wrapper ul#nav > li:hover ul {
	display: block;
	left: 0;
}
#nav_wrapper  > li > ul > li > ul {
	display: block;
}
#nav_wrapper > li > ul > li > a {
	color: yellow;
}
ul#nav ul ul {
	border: 0 !important;
	background: transparent !important;
	color:#000000 !important;
}
#nav_wrapper ul#nav ul li a {
    background: url("../images/navlist_arrow.png") no-repeat scroll 8px 6px transparent;
    color: #5b5b5b;
    display: block;
    float: none;
    font-size: 10px;
    font-weight: normal;
    height: auto;
    padding: 2px 5px 2px 25px;
    text-decoration: none;
    text-indent: 0;
}
#nav_wrapper ul#nav ul li a:hover {
	 background-position: 10px 6px;
    color: #000000;
}
div#nav_wrapper > ul#nav > li > ul > li > a {
	color: #3f3f3f;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
div#nav_wrapper > ul#nav > li > ul > li > a {
	margin-top: 10px;
}
/* Button */
.gButton {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    	zoom: 1;
	*display: inline;
}
.gButton .left {
    padding-left: 5px;
}
.gButton .left, .gButton .middle, .gButton .right {
    background: url("../images/gButton27.png") no-repeat scroll 0 0 transparent;
    float: left;
}
.gButton .right {
    background-position: right -58px;
    padding-right: 5px;
}
.gButton .middle, .greenButton .middle, .yellowButton .middle, .brownButton .middle {
    white-space: nowrap;
}
.gButton .middle {
    background-position: 0 -29px;
    background-repeat: repeat-x;
    height: 29px;
    line-height: 29px;
    padding: 0 5px;
    width: auto;
}
.gButton:hover .left {
    background-position: 0 -87px;
}
.gButton:hover .right {
    background-position: right -145px;
}
.gButton:hover .middle {
    background-position: 0 -116px;
}
.distrib-button {
	margin-top: 7px;
}
.ccm-gallery tbody tr td img {
	border: 1px solid #D4D4D4 !important;
	background: #D4D4D4 !important;
}
.ccm-gallery {
	background: #DEDEDE;
}
.catalog_box .catalog_box_header > a, .catalog_box .catalog_box_header > a span, .catalog_box .catalog_box_header > a div {
	width: auto !important;
}
.ccm-gallery-wrap {
	float: right;
	width: 152px;
	padding: 10px;
	background: none repeat scroll 0 0 #DEDEDE;
}
.ccm-gallery-wrap > table {
	margin: 0;
	padding: 0;
}
.product-container {
	overflow:hidden;
}
.product-container .left {
	width: 495px;
	float: left;
}
a img {
	border: none;
}


figure{
	display: inline-block;
	width: 160px;
	margin:0;
	padding: 5px;
		zoom: 1;
	*display: inline;
}

figure img{
	max-width: 150px;
	max-height: 169px;
	margin: 0 auto;
}

.resume_product{
	display: inline-block;
	vertical-align: top;
	width: 420px;
	*display: inline;
	*zoom : 1;
}

.resume_product h3{
	margin-bottom:5px !important;
	color: #F3E300;
	font-family: 'HelveticaInseratW01-Rg';
	font-size: 16px;
	font-weight: normal;
	line-height: 1em;
	margin-top: 0;
	padding-bottom: 4px;
	text-shadow: 1px 1px 0 #000000;
	text-transform: uppercase;
}

.resume_product p{
	margin-bottom: 5px !important;
}

#search-results .result .resume_product .more{
	margin-bottom: 5px !important;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0061aa !important;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	background-color:#000000;
	padding: 2px;
	margin-top: 5px;
}

#search-results .result .resume_product .more:hover{
	color:#ffffff !important;
}

.currentPage.active{margin-right:4px;}

.more{
	margin-bottom: 5px !important;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0061aa !important;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	background-color:#000000;
	padding: 2px;
	margin-top: 5px;
}

.more:hover{
	color:#ffffff !important;
}

.ccm-input-select{
	border: 1px solid #333;
	font-size: 12px;
	background-color: #eee;
	height: 22px;
}

::-webkit-input-placeholder {color: #999999;}
:-moz-placeholder {color: #999999;}
.placeholder { color: #999999;}



/* ARABIC VERSION */

body.ar_ma{}

body.ar_ma #header_logo{
	background: url("../images/header_monroe_ar.png") no-repeat 0 0 transparent;
	text-align: right;
}

body.ar_ma #nav_wrapper{
	margin-left: -30px;
	background: url("../images/monroe_menu_bg3.png") no-repeat scroll center transparent;
}

body.ar_ma #header_logo,
body.ar_ma #ql_wrapper,
body.ar_ma #nav_wrapper > ul#nav > li,
body.ar_ma #nav_wrapper > ul#nav > li > ul > li,
body.ar_ma #footer_nav_wrapper ul.nav > li,
body.ar_ma #tenbar_logo
{
	float: right;
}

body.ar_ma .ql_box,
body.ar_ma .hp_subboxes,
body.ar_ma #footer_nav_wrapper ul.nav > li,
body.ar_ma #inner_wrapper,
body.ar_ma .swp-breadcrumbs{
	text-align: right !important;
}

body.ar_ma #header_topright{
	left:20px;
}

body.ar_ma #nav_wrapper ul#nav > li:hover ul{
	left:48px;
}

.masonry{
	z-index: 9999;
}

.ccm-SlideshowBlock-display .slideImgWrap div{
	width:676px !important;
	height: 326px !important;
}

#inner_wrapper table p{
	color:#666666;
}

#inner_wrapper table p a:link, #inner_wrapper table p a:visited{
	background-color:#000000;
	padding: 2px;
}


/* 24/09/2013 • AGU • Slideshow Home (using flexslider.min.js */
.flexslider{
	position: relative;
	z-index: 1;
}

.slides{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 329px;
}

.flex-control-paging{
	list-style: none;
	margin: 15px 0 0;
	padding: 0;

	/*
	position: absolute;
	bottom: 20px;
	left: 20px;
	*/
}
	.flex-control-paging li{
		display: inline-block;
		margin-right: 10px;
		*display: inline;
		*zoom: 1;
	}
	.flex-control-paging li a{
		background-color: black;
		border: 1px solid #ccc;
		color: #ccc;
		display: block;
		font-weight: bold;
		height: 30px;
		line-height: 30px;
		min-width: 30px;
		text-align: center;
	}
	.flex-control-paging li a:hover{
		border-color: white;
		color: white;
	}
	.flex-control-paging li a.flex-active{
		background-color: #ccc;
		border-color: black;
		color: black;
	}

.slideshow-home{
	/*
	max-height: 326px;
	*/
}



/* CDE 17/02/14 */
.img_zones {
	position:relative;
}
.img_zone {
	position:absolute;
	bottom:0;
	right:0;
	width:64px;
	height:61px;
	background-color: #fff;
	filter:alpha(opacity=0);
	opacity:0;
}

/* COLLAPSE */
.collapse.in {height: auto}
.collapse{
height: 0;
overflow: hidden;
position: relative;
transition: height 0.35s ease 0s
}

/* ACCORDION */
.accordion{
	border-bottom: 1px solid #999;
	margin: 30px 0;
}

 .accordion-group{ /* This overides default css on .accordion-group that comes from admin. */
	border: none;
	border-radius: 0;
	margin-bottom: 0
}

 .accordion-heading{
	border-top: 1px solid #999;
}
	.accordion-heading a{
		color: #222;
		display: block;
		padding: 10px 0;

	}
	 .accordion-heading a:hover{
		color: #555;
	}

.accordion-inner{
	border-top: 1px solid #999;
}


/*
	16/10/2013 (AGU)

		• 	Left Menu (on all pages):
			- .video-js
			- .dl_app img

		•	Fix Homepage Sub-Boxes (gif added for fr_fr only)

*/
.video-js{
	margin-bottom: 5px;
}

.dl_app img{
	width: 100%;
}

.fr_fr .hp_subboxes{
	padding-bottom: 0;
}




/* CDE */
/*******/
/* Justifier le contenu */
#inner_wrapper {
	text-align: justify;
}
/* Sous-listes */
#inner_wrapper ul ul {
	list-style: none;
	margin-top: 10px;
	padding-left: 0;
}
#inner_wrapper ul ul > li {
	position: relative;
	padding-left: 25px;
}
#inner_wrapper ul ul > li + li {
	margin-top: 10px;
}
#inner_wrapper ul ul > li:before {
	content: '-';
	position: absolute;
	top: 0;
	left: 10px;
}
/*******/
/* Listes ordonnées */
#inner_wrapper ol {
	font-weight: 700;
}
#inner_wrapper li + li {
	margin-top: 10px;
}


/* CDE - Form techline */
.form {
	margin:0 0 20px;
}
#formContact {
	margin-bottom:0;
	margin-top:20px;
}
#formContact a:hover{
	color:#0061aa;
	text-decoration:underline;
}
.form * {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.form fieldset {
	border:none;
}
.form table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.form td {
	padding:8px;
	line-height:1.428571429;
	vertical-align:top;
}
.form td table td {
	padding:2px;
}
.form td table table td {
	padding-top:0;
	padding-bottom:0;
}
.form td.first-cell {
	padding-left:0;
}
.form td.last-cell {
	padding-right:0;
}
.form .form-group {
	margin-bottom:15px;
}
.form label {
	display:block;
	font-weight:700;
	font-size:13px;
	line-height:1.2;
	color:#000;
	margin-bottom:5px;
}
.form .has-error label:first-child{
	color:#880500;

}
.form .has-error input, .form .has-error textarea {
	border: 2px solid #880500;

}
.form textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	overflow: auto;
	vertical-align: top;
}
.form .form-control {
	display: block;
	width: 100%;
	height: 32px;
	padding: 6px 7px;
	font-weight:400;
	font-size: 13px;
	line-height: 1.428571429;
	color: #000;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #444;
	border-radius: 3px;
	-webkit-box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.25);
			box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.25);
}
.form textarea.form-control {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form hr {
	height: 0;
	-moz-box-sizing: content-box;
		 box-sizing: content-box;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.30);
	box-shadow:0 1px 0 rgba(255,255,255,0.30);
}
.form .asterisk {
	font-weight:700;
	font-size:11px;
	line-height:1.2;
	color:#F9DA00;
	text-shadow:0 1px 0 rgba(0,0,0,0.65);
	margin-left:7px;
}
/* CDE buttons */
.website .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-transform:uppercase;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	     -o-user-select: none;
		    user-select: none;
	text-shadow:0 1px 0 rgba(0,0,0,0.65);
}
.website .btn-blue {
	background: #054b88; /* Old browsers */
	background: -moz-linear-gradient(top,  #054b88 0%, #11335f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#054b88), color-stop(100%,#11335f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #054b88 0%,#11335f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #054b88 0%,#11335f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #054b88 0%,#11335f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #054b88 0%,#11335f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054b88', endColorstr='#11335f',GradientType=0 ); /* IE6-9 */
	font-family:'HelveticaInseratW01-Rg';
	color:#F6DF00;
	box-shadow:inner 0 0 2px rgba(255,255,255,0.12);
	border-color:#012B50;
}
.website .btn-large {
	width: 300px;
	padding-right: 0;
	padding-left: 0;
	font-size:20px;
}


/* AGU • Button: Contact our Techline */
.website .btn-techline{
	border-color: #012B50;
	box-shadow: 0 0 1px rgba(255,255,255,0.5) inset;
	color: white !important;
	font-family: 'HelveticaInseratW01-Rg', Helvetica, Arial, sans-serif !important;
	font-size: 18px !important;
	font-weight: normal !important;
	text-shadow: 0 1px 0 rgba(0,0,0,0.65);
}
.website .btn-techline span{
	color: #F6DF00;
}
/* AGU • Contact our Techline */
.ql_box.contact-our-techline .btn{
	display: block;
	text-align: center;
}


.form label .error{
	font-size:12px;
	color: #bb0000;
	font-weight:bold;

}


/* Tadis button */
.tadisLink {
	position: absolute;
	top: 5px;
	right: 5px;
}

.tadisLink p {
	float: left;
    font-size: 10px;
    margin-top: 12px;
    text-align: left;
    width: 64px;
}

.tadisLink a {
	float: right;
}


/* B CONNECTED */

.bconnected-cta{
	margin-bottom: 7px;
	display: block;
}

.modal.bconnected{
	width: 940px;
	height: 470px;
	top: 10%;
	margin-left: -450px;
	border-radius: 0;
	display: none;
}

.bconnected .modal-header{
	padding: 0;
	border:0;
}

.bconnected .modal-header .close{
	position: absolute;
	top: 0;
	right: -36px;
	margin: 0;
	cursor: pointer;
}

.bconnected .modal-body{
	max-height: 600px;
	text-align: center;
}

.bconnected a{
	margin: 20px;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	/*display:inline;
	border: 0;*/
}

.bconnected a img{border-style: none;}

.dl_app {
	display: block;
}

/* Flags */
.flags {
	text-align: center;
	margin-top: 10px;
}
.flags a {
	margin-right: 13px; 
}
.flags a:hover,
.flags a:focus {
	opacity: 0.4;
}

.logo-3y{
    position: absolute;
    top: 5px;
    right: 415px;
}
