#topSearch2 .searchContainerInner{
	border: 1px solid #0082e6;
	height: 50px;
}
#subHeader2.color_black #topSearch2 .searchContainerInner{
	border: 1px solid rgba(255, 255, 255, 0.3);
	background-color: rgba(0, 0, 0, 0.1);
}
#subHeader2.color_theme #topSearch2 .searchContainerInner{
	border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
}
#topSearch2 .searchContainer{
	border-collapse: collapse;
	table-layout: fixed;
	line-height: 50px;
	display: table;
	height: 50px;
	width: 100%;
}
#topSearch2 .searchColumn{
	vertical-align: middle;
	display: table-cell;
}
#topSearch2 .searchColumn:last-child{width: 54px;}
#topSearch2 #searchQuery{
	/*background: url(images/searchH2.png) 14px 50% no-repeat transparent;*/
	background: url() 14px 50% no-repeat transparent;
	padding-left: 42px;
	height: 50px;
	width: 100%;
	border: 0;
}
#topSearch2 #goSearch{
	background: url(/local/templates/dresscode/components/dresscode/search.line/version3_green/images/searchIcoH2.png) 0 0 no-repeat transparent;
	color: transparent;
	cursor: pointer;
	height: 50px;
	border: none;
	width: 50px;
}
#subHeader2.color_black #topSearch2 #searchQuery,
#subHeader2.color_theme #topSearch2 #searchQuery,
#subHeader6.color_black #topSearch2 #searchQuery,
#subHeader6.color_theme #topSearch2 #searchQuery,
#subHeader7.color_black #topSearch2 #searchQuery,
#subHeader7.color_theme #topSearch2 #searchQuery,
#subHeader9.color_black #topSearch2 #searchQuery,
#subHeader9.color_theme #topSearch2 #searchQuery{
	background: url(images/searchH2W.png) 14px 50% no-repeat transparent;
	color: rgba(255, 255, 255, 0.7);
}

#subHeader5.color_black #topSearch2 #searchQuery,
#subHeader5.color_theme #topSearch2 #searchQuery{
	background: url(images/searchH5W.png) 14px 50% no-repeat transparent;
	color: rgba(255, 255, 255, 0.7);
}
#subHeader2.color_black #goSearch,
#subHeader2.color_theme #goSearch{background: url(images/searchIcoH2W.png) 0 0 no-repeat transparent;}
#subHeader5.color_black #goSearch,
#subHeader5.color_theme #goSearch,
#subHeader6.color_black #goSearch,
#subHeader6.color_theme #goSearch,
#subHeader7.color_black #goSearch,
#subHeader7.color_theme #goSearch,
#subHeader9.color_black #goSearch,
#subHeader9.color_theme #goSearch{background: url(images/searchIcoH5W.png) 0 0 no-repeat transparent;}
#topSearch2 #goSearch:hover{background-position: 0px -50px;}
#topSearch2 #goSearch:active{background-position: 0px -100px;}
#searchResult{
	border-top: 1px solid #f3f3f3;
	background-color: #ffffff;
	position: absolute;
	display: none;
	height: auto;
	z-index: 999;
	width: 100%;
	top: 172px;
	left: 0;
}
#subHeader2 #searchResult{top: 102px;}
#subHeader2 #searchOverlap{top: 172px;}
#searchResult h1{
    font-family: 'robotobold';
    text-transform: uppercase;
    background-color: #ffffff;
    position: relative;
    text-align: center;
    line-height: 85px;
    font-size: 18px;
    height: 85px;
    margin: 0px;
}
#topSearch2 #searchQuery,
#topSearch2 #goSearch,
#searchResult .productList {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#searchResult.visible{display: block;}
#searchResult .productList{	
	margin-bottom: 24px;
	padding: 0 24px;
}
#searchResult .item{width: 14.285%;}
#searchResult .searchAllResult{
	-webkit-transition: all 0.2 ease-in-out;
	-o-transition: all 0.2 ease-in-out;
	transition: all 0.2 ease-in-out;
	border-top: 1px solid #e7e8ea;
    background-color: #f3f3f3;
    font-family: 'robotobold';
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    text-align: center;
    line-height: 85px;
    font-size: 14px;
    display: block;
    color: #000000;
    height: 85px;
}
#searchResult .searchAllResult:hover{background-color: #eeeeee;}
#searchResult .searchAllResult span{
	border-bottom: 1px dashed #000000;
	padding-bottom: 4px;
}
#searchResult .errorMessage{
	margin: 24px 36px 24px 36px;
	text-align: center;
	font-size: 14px;
	color: #000000;
}
#searchProductsClose{
	background: url(images/exit.png) 0 0 no-repeat transparent;
	position: absolute;
	margin-top: -9px;
	display: block;
	height: 18px;
	width: 18px;
	right: 24px;
	top: 50%;
}
#searchProductsClose:hover{background-position: -18px 0;}
#searchProductsClose:active{background-position: -36px 0;}
@media all and (max-width: 1200px){
	#topSearchLine.color_black #topSearch2 #searchQuery{
		background: url(images/searchH5W.png) 14px 50% no-repeat transparent;
		color: rgba(255, 255, 255, 0.7);
	}
	#topSearchLine.color_black #goSearch{
		background: url(images/searchIcoH5W.png) 0 0 no-repeat transparent;
	}
	#subHeader6 #topSearchLine #topSearch2 #searchQuery{
		background: url(images/searchH2.png) 14px 50% no-repeat transparent;
		color: #000000;
	}
	#subHeader6 #topSearchLine #topSearch2 #goSearch{
		background: url(images/searchIcoH2.png) 0 0 no-repeat transparent;
	}
	#subHeader6 #topSearchLine #topSearch2 input[placeholder]{color: rgba(0, 0, 0, 0.7);}
	#subHeader6 #topSearchLine #topSearch2 input::-webkit-input-placeholder{color: rgba(0, 0, 0, 0.7);}
	#subHeader6 #topSearchLine #topSearch2 input::-moz-placeholder{color: rgba(0, 0, 0, 0.7);}
	#subHeader6 #topSearchLine #topSearch2 input[placeholder],
	#subHeader6 #topSearchLine #topSearch2 input::-webkit-input-placeholder,
	#subHeader6 #topSearchLine #topSearch2 input::-moz-placeholder {
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
}
@media all and (max-width: 1920px){#searchResult .item{width: 16.666666%;}}
@media all and (max-width: 1600px){#searchResult .item{width: 20%;}}
@media all and (max-width: 1300px){#searchResult .item{width: 25%;}}
@media all and (max-width: 1024px){#searchResult .item{width: 33.33333%;}}
@media all and (max-width: 790px){#searchResult .item{width: 50%;}}
@media all and (max-width: 600px){#searchResult .item{width: 100%;}}