/* default behaviour for button, since product finder did not load in common.css */




.ButtonStyle2 {
	width: 100%;
}

.ButtonStyle2 a {
	cursor: pointer;
	padding: 9px 22px 9px 15px;
	background-color: #e60027;
	color: #ffffff;
	text-decoration: none;
	border-right: solid 3px transparent;
	display: block;
	margin: 0;
}

.ButtonStyle2 a.active {
	padding: 9px 24px 9px 15px;
	background-color: #b1000e;
	color: #ffffff;
	text-decoration: none;
	border-right: solid 1px transparent;
}

#ProductFinder {
	font-family: HelveticaNeueETW01-55Rg, Arial, Helvetica, sans-serif;
	font-size: 105%;
	letter-spacing: -0.02em
}

.ProductFinderMask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.55);
	opacity: 0;
}

.ProductSearchDescription {
	margin-bottom: 24px;
}

.ProductSearchForm {
	display: none;
	position: relative;
}

.ProductSearchForm .SectionFormGroup {
	position: relative;
	width: 100%;
	margin-bottom: 54px;
}

.ProductSearchForm input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 44px;
	padding: 3px 42px 3px 6px;
	font-size: 1em;
	color: #000000;
	border: solid 1px #CCC;
}

.ProductSearchForm input:focus {
	outline: none;
}

.ProductSearchForm .btn-search {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 10;
	width: 42px;
	height: 42px;
	border: none;
	background-color: #e60027;
	padding: 0;
	cursor: pointer;
}

.ProductSearchForm .btn-search:hover {
	background-color: #b1000e;
}

.ProductSearchForm .btn-search:focus {
	outline: none;
}

.ProductSearchForm .btn-search img {
	width: 34px;
	height: 34px;
}

/* Dropdown Suggestion */
.ProductSearchDropdown {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	display: none;
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 10;
	width: 100%;
	font-size: 83%;
	box-shadow: 12px 12px 24px -6px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	border: 1px solid #dbdcdd;
	border-top: none;
}

.ProductSearchDropdown .NoResult {
	padding: 24px;
}

.ProductSearchDropdown .NoResult h4 {
	font-size: 1.2em;
	font-weight: normal;
}

.ProductSearchDropdown .row {
	border-bottom: 1px solid #dbdcdd;
}

.ProductSearchDropdown .row.active {
	background-color: #f2f2f2;
}

.ProductSearchDropdown .row:first-child {
	padding-top: 12px;
}

.ProductSearchDropdown .row:nth-last-child(2) {
	border-bottom: none;
}

.ProductSearchDropdown .category .tag {
	padding-left: 18px;
	background: url('/products/product_finder/images/icon_tag.gif') center left no-repeat;
}

.ProductSearchDropdown .alpha,
.ProductSearchDropdown .category {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	padding: 6px 24px;
}

.ProductSearchDropdown .show-result {
	font-size: 0.95em;
	color: #333333;
	margin: 12px 24px;
}

/* Result section */
.JS .ProductSearchResult {
	width: auto;
}

.ProductSearchResult {
	width: 100%;
	margin-left: -15px;
	margin-right: -15px;
}

.ProductSearchResult th {
	background-color: #b1000e;
	border: none;
}

.ProductSearchResult small {
	font-size: 95%
}

.ProductSearchResult small a {
	color: #333333;
}

.ProductSearchResult .SectionSort {
	display: table;
	table-layout: fixed;
	width: 100%;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 120%
}

.ProductSearchResult .SectionSort .SortByCategory {
	display: none;
}

.ProductSearchResult .SectionSort > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
}

.ProductSearchResult tr td {
	border: none;
	background-color: transparent;
}

.ProductSearchResult tr.even td {
	background-color: #f2f2f2;
}

.ProductSearchResult tr td.center {
	text-align: center;
}

.ProductSearchResult .preview-window {
	display: none;
	position: absolute;
	top: -124px;
	right: -330px;
	width: 340px;
	height: 260px;
	z-index: 1;
	background: transparent url('/products/product_finder/images/popup.png') center center no-repeat;
}

.ProductSearchResult .preview-window .loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/products/product_finder/images/ajax-loader.gif') center center no-repeat;
}

.ProductSearchResult .preview-window iframe {
	-ms-transform: scale(0.235, 0.235);
	-webkit-transform: scale(0.235, 0.235);
	transform: scale(0.235, 0.235);
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;

	/* 4:3 */
	width: 1024px;
	height: 768px;
	display: block;
	border: none;
	overflow: hidden;
	margin: 40px 50px;
}

.ProductSearchResult .SortByAlphabet span,
.ProductSearchResult .SortByCategory span {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
	background: url('/products/product_finder/images/icon_sort_neutral.png') center center no-repeat;
}

.ProductSearchResult .SortByAlphabet span.asc,
.ProductSearchResult .SortByCategory span.asc {
	background: url('/products/product_finder/images/icon_sort_asc.png') center center no-repeat;
}

.ProductSearchResult .SortByAlphabet span.desc,
.ProductSearchResult .SortByCategory span.desc {
	background: url('/products/product_finder/images/icon_sort_desc.png') center center no-repeat;
}

/* Share the style with dropdown and result */
.ProductSearchDropdown .row,
.ProductSearchResult .row {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.ProductSearchDropdown .highlight,
.ProductSearchResult .highlight {
	background-color: #fec7d3;
}

.ProductSearchDropdown .row .category,
.ProductSearchResult .row .category {
	display: none;
}

.ProductSearchDropdown .row > div,
.ProductSearchResult .row > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}

.ProductSearchDropdown .row a,
.ProductSearchResult .row a {
	text-decoration: none;
	position: relative;
	zoom: 1;
}

.ProductSearchDropdown .row a:hover,
.ProductSearchResult .row a:hover {
	text-decoration: underline;
}

.ProductSearchDropdown .row a.NewWin,
.ProductSearchResult .row a.NewWin {
	background: url('/image/en/r1/icon/icon_new_window.gif') right center no-repeat;
	padding: 0 17px 0 0;
}

.ProductSearchDropdown .row small,
.ProductSearchResult .row small {
	display: block;
	padding-left: 18px;
	background: url('/products/product_finder/images/icon_tag.gif') center left no-repeat;
}

.JS table.ProductSearchResult td {font-size: 85%;}
.JS table.ProductSearchResult td small.tag {font-size: 82%;}
/* For IE8 */
.IE8 .ButtonStyle2 {
	width: auto;
}

.IE8 .ButtonStyle2 a {
	display: inline-block;
	margin: 0 24px 24px;
}

.IE8 .SectionProductSearch {
	min-height: 380px;
	padding: 40px;
	background: url('/products/product_finder/images/productfinderimage2.jpg') center center no-repeat;
	background-size: cover;
}

.IE8 .ProductSearchDescription {
	width: 50%;
	margin-bottom: 30px;
}

.IE8 .ProductSearchForm {
	width: 50%;
}

.IE8 .ProductSearchForm input {
	border: none;
	line-height: 36px;
}

.IE8 .ProductSearchForm .btn-search {
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
}

.IE8 .ProductSearchResult {
	margin-left: inherit;
	margin-right: inherit;
}

.IE8 .ProductSearchResult.fullWidth {
	width: 100%;
}

.IE8 .ProductSearchResult .SortByAlphabet,
.IE8 .ProductSearchResult .SectionSort .SortByCategory {
	display: table-cell;
	width: 50%;
}

.IE8 .ProductSearchDropdown {
	width: 160%;
}

.IE8 .ProductSearchDropdown .row {
	border-bottom: none;
}

.IE8 .ProductSearchDropdown .row .category {
	display: table-cell;
	width: 40%;
}

.IE8 .ProductSearchResult .alpha,
.IE8 .ProductSearchResult .row .category {
	display: table-cell;
	width: 50%;
}

.IE8 .ProductSearchDropdown .row small,
.IE8 .ProductSearchResult .row small {
	display: none;
}


@media screen and (min-width: 768px) {
	.ButtonStyle2 {
		width: auto;
	}

	.ButtonStyle2 a {
		display: inline-block;
		margin: 0 24px 24px;
	}

	.SectionProductSearch {
		min-height: 380px;
		padding: 40px;
		background: url('/products/product_finder/images/productfinderimage.jpg') center center no-repeat;
		background-size: cover;
	}

	
	.ProductSearchDescription {
		width: 50%;
		margin-bottom: 30px;
	}

	.ProductSearchForm {
		width: 50%;
	}

	.ProductSearchForm input {
		border: none
	}

	.ProductSearchForm .btn-search {
		top: 0;
		right: 0;
		width: 44px;
		height: 44px;
	}

	.ProductSearchResult {
		margin-left: inherit;
		margin-right: inherit;
	}

	.ProductSearchResult.fullWidth {
		width: 100%;
	}

	.ProductSearchResult .SortByAlphabet,
	.ProductSearchResult .SectionSort .SortByCategory {
		display: table-cell;
		width: 50%;
	}

	.ProductSearchDropdown {
		width: 175%;
	}

	.ProductSearchDropdown .row {
		border-bottom: none;
	}

	.ProductSearchDropdown .row .category {
		display: table-cell;
		width: 40%;
	}

	.ProductSearchResult .alpha,
	.ProductSearchResult .row .category {
		display: table-cell;
		width: 50%;
	}

	.ProductSearchDropdown .row small,
	.ProductSearchResult .row small {
		display: none;
	}
}