/* NEW BRANDS MENU */
ul.brands-dropdown, .navigation-dropdown-brands {
	width: 1060px !important;
}
.icon-bar span.mobile_menu_icons {
	vertical-align: top;
}


.navigation-dropdown-brands {
	padding: 15px;
	display: block !important;
}
body .top-bar #responsive-menu .top-bar-left .navigation-dropdown-brands a {
	text-shadow: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #3D3D3D;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	float: none;
}
div.brands-az {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 10px 15px;
	margin-bottom: 10px;
}
div.brands-az p {
	margin: 0;
}
div.brands-az p a {
	color: #2E8900 !important;
	font-weight: bold;
	padding: 0 3px !important;
}
div.brands-az p a.right {
	float: right !important;
	line-height: 24px;
	font-weight: normal;
}
div.brands-az p a:hover {
	color: #000000 !important;
}

#featured-brands {
	margin: 20px 0 0;
}
.navigation-dropdown-brands h4 {
	color: #2E8900;
	margin-bottom: 10px;
}
.featured-brand {
	display: inline-block;
	text-align: center;
	position: relative;
	margin: 0 6px 10px 6px;
}
.featured-brand a {
	color: #2E8900 !important;
	padding: 0 !important;
	display: block;
	background: #FFFFFF !important;
	border: 1px solid #CACACA;
	border-radius: 5px;
	height: 50px;
	width: 112px;
	line-height: 50px;
	overflow: hidden;
}
.featured-brand a:hover {
	border: 1px solid #999999;
}
.featured-brand a img {
	height: 43px;
	width: 90px;
	display: block;
	margin: 3px auto;
}

.featured-brand.selectedLetter a {
	border: 1px solid #2e8900;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(46,137,0,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(46,137,0,1);
	box-shadow: 0px 0px 5px 0px rgba(46,137,0,1);
}

.featured-brand-wlabel {
	margin: 0 16px 32px 16px;
}
.featured-brand-wlabel a {
	border-radius: 0;
	height: 80px;
}
.featured-brand-wlabel a span {
	line-height: 20px;
	font-size: 12px;
	color: #111111;
	height: 30px;
	display: block;
	border-top: 1px solid #CACACA;
	padding: 5px 0;
}

/*** HEADER TWEAKS TO FIT CURRENCY BESIDE FLAGS ***/
body header #currency-switcher {
	float: left;
	padding: 7px 0;
}
body header #currency-switcher .field {
	margin-bottom: 0;
}

#language {
	margin-bottom: 5px;
}