/* icons predefine */

.fa-caret-down {
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d7;');
}

.fa-caret-right {
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0da;');
}

.fa-search {
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf002;');
}

/**************************** redesign styles */

/****************************** MEGAMENU */
.categorymenu ul li {
	z-index: 98;
	margin-right: 26px;
	font-family: ProximaNovaLight;
}

.categorymenu ul div.outter .menucontentholder, .categorymenu ul div.outter-single .menucontentholder {
	width: 100%;
}
.categorymenu ul li.last {
	margin-right: 0px;
}

.categorymenu ul div.outter .menucontentholder .delimiterholder_big .categorylistholder_big {
	background: transparent url('../images/bg_category_list_container_big.png') no-repeat 100% 10px !important;
}

#main {
	z-index: 9;
}

.categorymenu ul div.outter {
	width: 668px;
}

.categorymenu ul {
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
     text-justify: distribute-all-lines;
     width: 100%;
}

.categorymenu ul li {
	text-align: center;
	display: inline;
	float: none;
	margin: 0;
	zoom: 1;
}

.categorymenu ul li.justifyFix {
	 margin-left: 100%;
}

.categorymenu .menucontentholder .howtoWidth ul.howToList li {
	height: auto;
}

/* fix for christmas navi icon */
.categorymenu ul li {
	height: 30px;
}

/****************************** END MEGAMENU */

/****************************** header  */

#newHeaderContainer {
	z-index: 99;
	position: relative;
}

#menu_container {
	z-index: 98;
}

.useraccountDropdownWrapper {
    display: inline;
    position: relative;
    vertical-align: middle;
}

.headerRedesign .headercustomerinfo {
	position: relative;
	right: auto;
	float:none;
}

.useraccountDropdownWrapper a.useraccount > span  {
	line-height: 21px;
}

.menuRedesign .categorymenu ul li .headermenutitle .playIcon {
	background: url(../images/roundBg.png) no-repeat center center;
	margin-top: -4px;
	margin-right: 3px;
	vertical-align: bottom;
}

 
.menuRedesign .categorymenu ul li .headermenutitle .playIcon .fa {
	margin-top: 4px;
	line-height: normal;
}

/****************************** header  */
