/* @group CSS RESET */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}
*,div,ol,ul,li,img,embed,object,input,select,button{border:0;-webkit-appearance:none;outline:none;-webkit-user-select:none;user-select:none;margin:0;padding:0}
button::-moz-focus-inner{border:0}
body{line-height:1;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
blockquote,q{quotes:none}
:focus{outline:none}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}
section,article,header,footer,nav,aside,hgroup{display:block}

/* @end */

.clearfix:before,.clearfix:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both}.clearfix{zoom:1}

body {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font: normal 14px 'Segoe UI', Tahoma, sans-serif;
	color: #fff;
	-moz-transition: background-color 0.3s ease-in;
	-webkit-transition: background-color 0.3s ease-in;
    transition:  background-color 0.3s ease-in;
}
body.custom_search {
	min-width: 1200px;
	font-family: Arial, sans-serif;
}
body.light {
	color: #909091;
}
body.about_page {
	color: #505050;
	font: normal 16px 'Segoe UI Light', 'Segoe UI', Tahoma, sans-serif;
	line-height: 28px;
}
body.about_page.custom_search {
	font-family: Arial, sans-serif;
}
a, a:hover, a:visited, a:active {
	text-decoration: none;
	color: #fff;
}
body.light a,
body.light a:hover,
body.light a:visited,
body.light a:active {
	color: #6e6d73;
}
body.light a:hover,
body.light a:active {
	color: #3e3e47;
}

body.about_page a,
body.about_page a:hover,
body.about_page a:visited,
body.about_page a:active {
	color: #aba4a5;
}
body.about_page a:hover,
body.about_page a:active {
	color: #65656c;
}

input::-ms-clear {
    display: none;
}
ul li {
	list-style: none;
}

/* ie8 background hack */
#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}


.start-page {
	overflow: hidden;
	position: relative;
	z-index: 100;
	min-width: 900px;
	min-height: 475px;
}


.main_header {
	padding: 44px 45px 0px 41px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.about_page .main_header {
	position: static;
}
.main_header .main_nav {
	float: left;
}
.main_header .main_nav li {
	margin-right: 15px;
	float: left;
}
.main_header .main_nav li a {
	color: #d8d8d8;
	text-decoration: underline;
}
.main_header .main_nav li a:hover {
	color: #ffffff;
}
.main_header .main_nav li.selected a {
	color: #ffffff;
	text-decoration: none;
}
body.light .main_header .main_nav li a {
	color: #6e6d73
}
body.light .main_header .main_nav li a:hover,
body.light .main_header .main_nav li.selected a {
	color: #3e3e47;
}
body.about_page .main_header .main_nav li a {
	color: #65656c;
	text-decoration: none;
}
.main_header .brand {
	float: right;
}


.main_section {
	margin-top: -78px;
	margin-left: -273px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
}
.main_section.has_power {
	margin-left: -347px;
}
.main_section .main_search_content_wrap {
	width: 545px;
	float: left;
	position: relative;
}
.main_section .search_wrap {
	padding-left: 13px;
	width: 530px; /* 543 total */
	height: 48px;
	background: #fff;
	position: relative;
	border: 1px solid #ffffff;
}
body.light .main_section .search_wrap {
	z-index: 12;
	width: 526px;
	height: 50px;
	border: 3px solid #dddddd;
	-moz-transition: border-color 140ms ease;
	-webkit-transition: border-color 140ms ease;
    transition:  border-color 140ms ease;
}
body.light .main_section .search_wrap.focused {
	border-color: #248ef2;
}
.main_section .search_wrap input {
	margin: 0; padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 48px;
	line-height: 32px;
	width: 460px;
	background: 0;
	position: relative;
	z-index: 2;
	font-size: 23px;
	font-weight: normal;
	font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, sans-serif;
	color: #000;
	float: left;
}
.custom_search .main_section .search_wrap input,
.main_section.button_style_search2 .search_wrap input {
	font-size: 18px;
	font-family: Arial, sans-serif;
}
.main_section .search_wrap a.search_button {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: 8px;
	right: 13px;
	z-index: 3;
	cursor: pointer;
}
.main_section .search_wrap a.search_button span {
	display: block;
	width: 32px;
	height: 32px;
	background: transparent url(../img/sprite.png) no-repeat -34px 0;
	text-indent: -9999999em;
	overflow: hidden;
}
.main_section .poweredby {
	float: left;
}
.main_section .poweredby.bing {
	margin-right: 20px;
}
.main_section .poweredby.bing span {
	background: transparent url(../img/sprite.png) no-repeat 0 -36px;
	display: block;
	width: 128px;
	height: 52px;
}
body.light .main_section .poweredby.bing span {
	background-position: 0 -90px;
}

.main_section .poweredby.google-custom {
	position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -60px;
}
.main_section .poweredby.google-custom span {
	background: transparent url(../img/google_custom_search_smwide.gif) no-repeat 0 0;
	display: block;
	width: 119px;
	height: 16px;
}


/* Alternate search field style */
.main_section.button_style_search1,
.main_section.button_style_search2 {
	margin-left: -319px;
}
.main_section.button_style_search1 .main_search_content_wrap,
.main_section.button_style_search2 .main_search_content_wrap {
	width: 638px;
	background: #eaeaea;
}
body.light  .main_section.button_style_search1 .search_wrap,
body.light  .main_section.button_style_search2 .search_wrap {
	padding-left: 50px;
	width: 586px;
	height: 48px;
	border: 1px solid #3D82F7;
}
.main_section.button_style_search1 .search_wrap span.icon,
.main_section.button_style_search2 .search_wrap span.icon {
	display: block;
	width: 24px;
	height: 24px;
	background: transparent url(../img/search-icon.png) no-repeat center center;
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -12px;
}
.main_section.button_style_search1 .search_wrap span.icon.ask,
.main_section.button_style_search2 .search_wrap span.icon.ask {
	background: transparent url(../img/ask-search-icon.png) no-repeat center center;
}
.main_section.button_style_search1 .search_wrap span.icon.yahoo,
.main_section.button_style_search2 .search_wrap span.icon.yahoo {
	background: transparent url(../img/search-icon.png) no-repeat center center;
}
.main_section.button_style_search1 .search_wrap a.search_button,
.main_section.button_style_search2 .search_wrap a.search_button {
	background: #248FF2;
	width: auto;
	min-width: 90px;
	height: auto;
	text-align: center;
	top: 3px;
	right: 3px;
}
.main_section.button_style_search1 .search_wrap a.search_button:hover,
.main_section.button_style_search2 .search_wrap a.search_button:hover {
	background: #42A4FF;
}
.main_section.button_style_search1 .search_wrap a.search_button:active,
.main_section.button_style_search2 .search_wrap a.search_button:active {
	background: #207ED6;
}
.main_section.button_style_search1 .search_wrap a.search_button span,
.main_section.button_style_search2 .search_wrap a.search_button span {
	padding-left: 10px;
	padding-right: 10px;
	background: 0;
	text-indent: 0;
	font-weight: normal;
	font-family: 'Segoe UI', Tahoma, sans-serif;
	color: #fff;
	font-size: 18px;
	width: auto;
	height: auto;
	line-height: 42px;
}
.custom_search .main_section.button_style_search1 .search_wrap a.search_button span,
.main_section.button_style_search2 .search_wrap a.search_button span {
	font-family: Arial, sans-serif;
	font-size: 17px;
}
body.light .main_section.button_style_search1 ul.autocomplete_suggestions,
body.light .main_section.button_style_search2 ul.autocomplete_suggestions {
	top: 49px;
    border: 1px solid #3D82F7;
}



.main_about_section {
	margin: auto;
	padding: 160px 0;
	width: 708px;
}
.main_about_section h1 {
	margin-bottom: 34px;
	padding-left: 72px;
	font-size: 30px;
	font-weight: normal;
	background: transparent url(../img/about-page-icon.png) no-repeat left top;
	line-height: 48px;
}
.main_about_section p {
	margin-bottom: 14px;
}
.main_about_section img.graphic_backgrounds {
	display: block;
	margin-top: 60px;
}


ul.autocomplete_suggestions {
	padding: 9px 8px;
	background: #fff;
	border: 1px solid #fff;
	border-top: 1px solid #d8d8d8;
	position: absolute;
	top: 50px;
	left: 0px;
	right: 0px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	-moz-transition: opacity 0.15s ease;
	-webkit-transition: opacity 0.15s ease;
    transition:  opacity 0.15s ease;
}
.main_section .main_search_content_wrap.focused ul.autocomplete_suggestions.show {
	opacity: 1;
	visibility: visible;
}
body.light ul.autocomplete_suggestions {
	top: 53px;
	border: 3px solid #dddddd;
}
ul.autocomplete_suggestions li {
	padding: 0 15px;
	color: #3e3e47;
	font-size: 16px;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	background: #fff;
	cursor: pointer;
	border: 0;
	background: #fff;
	-moz-transition: background 0.10s ease;
	-webkit-transition: background 0.10s ease;
    transition:  background 0.10s ease;
}
ul.autocomplete_suggestions li:hover,
ul.autocomplete_suggestions li.highlight {
	background: #f5f5f5;
}
ul.autocomplete_suggestions .search_prompt {
	color: #8d8d8d;
}

.main_footer {
	padding: 21px 45px 44px 41px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.about_page .main_footer {
	position: static;
}
.main_footer .links {
	float: left;
}
.main_footer .links li {
	margin-right: 15px;
	float: left;
}
.main_footer .links li a {
	color: #afb5b5;
}
.main_footer .links li a:hover {
	color: #ffffff;
}
.main_footer .provider_footer {
	float: right;
}
body.light .main_footer .links li a {
	color: #a4a4a5;
}
body.light .main_footer .links li a:hover {
	color: #3e3e47;
}
body.about_page .main_footer .links li a {
	color: #aba4a5;
}
body.about_page .main_footer .links li.selected a,
body.about_page .main_footer .links li a:hover {
	color: #65656c;
}

.settings_button {
	padding-right: 26px;
	float: right;
	opacity: 0.8;
	line-height: 17px;
	position: relative;
}
.settings_button span.cog {
	position: absolute;
	top: 1px;
	right: 0;
	display: block;
	width: 17px;
	height: 17px;
	overflow: hidden;
}
.settings_button span.cog em {
	width: 17px;
	height: 17px;
	background: transparent url(../img/sprite.png) no-repeat 0 0;
	display: block;
}
body.light .settings_button span.cog em {
	background-position: -17px 0;
}
.settings_button:hover {
	opacity: 1;
}
body.light .settings_button {
	opacity: 1;
}


.settings {
	padding: 18px;
	background: #fff;
	position: absolute;
	z-index: 20;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4);
	visibility: hidden;
	opacity: 0;
	border: 1px solid #ffffff;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
    transition:  all 0.2s ease-out;
}
body.light .settings {
	border: 1px solid #d8d8d8;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
}
.main_footer .settings {
	right: 39px;
	bottom: 100%;
	margin-bottom: -15px;
}
.main_header .settings {
	right: 39px;
	top: 100%;
	margin-top: -3px;
}
.main_header .settings.open {
	margin-top: 12px;
	visibility: visible;
	opacity: 1;
}
.main_footer .settings.open {
	margin-bottom: 0;
	visibility: visible;
	opacity: 1;
}
.settings .setting_group {
	position: relative;
}
.settings .setting_group + .setting_group {
	margin-top: 24px;
}
.settings .title {
	margin-bottom: 6px;
	font-size: 14px;
	color: #3e3e47;
}
.settings .settings_arrow {
	position: absolute;
	right: 7px;
	width: 14px;
	height: 11px;
	overflow: hidden;
}
.settings .settings_arrow span {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	background: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.4);
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
body.light .settings .settings_arrow span {
	border: 1px solid #d8d8d8;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
}

.main_footer .settings .settings_arrow {
	top: 100%;
}
.main_header .settings .settings_arrow {
	bottom: 100%;
}
.main_footer .settings .settings_arrow span {
	top: -9px;
}
.main_header .settings .settings_arrow span {
	top: 7px;
}


/* Themes disabled settings box */
.custom_search .themes-disabled .settings .title {
	font-family: Arial, sans-serif;
}

.radio {
	margin-bottom: 7px;
	float: left;
}
.radio .radio_bubble {
	margin-top: 2px;
	margin-right: 5px;
	border: 1px solid #c1c1c1;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	float: left;
}
.radio.checked .radio_bubble span {
	margin: 3px;
	width: 8px;
	height: 8px;
	background: #4a90e2;
	display: block;
	border-radius: 4px;
}
.radio .option {
	font-size: 14px;
	color: #3e3e47;
	cursor: pointer;
	float: left;
	white-space: nowrap;
}

.color_options {
	padding-top: 5px;
	padding-left: 12px;
	padding-bottom: 20px;
	clear: both;
	opacity: 0.3;
	-moz-transition: opacity 0.2s ease-in;
	-webkit-transition: opacity 0.2s ease-in;
    transition:  opacity 0.2s ease-in;
}
.color_options.enabled {
	opacity: 1;
}
.color_options li {
	margin: 0 4px;
	float: left;
}
.color_options .swatch {
	width: 24px;
	height: 24px;
	border-width: 1px;
	border-style: solid;
	position: relative;
}
.color_options.enabled .swatch {
	cursor: pointer;
}
.color_options .swatch .checkmark {
	margin-top: -5px;
	margin-left: -6px;
	display: block;
	width: 12px;
	height: 10px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
    transition:  opacity 0.2s ease;
}
.color_options .swatch .checkmark em {
	display: block;
	background: transparent url(../img/sprite.png) no-repeat 0 -18px;
	width: 12px;
	height: 10px;
}
.color_options .swatch.light .checkmark em {
	background-position: -13px -18px;
}
.color_options.enabled .swatch.checked .checkmark {
	filter:alpha(opacity=100);
	opacity: 1;
}

.select_wrapper {
	width: 358px;
	height: 34px;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FFFFFF),
		color-stop(1, #FAFAFA)
	);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #FAFAFA 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #FAFAFA 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #FAFAFA 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #FAFAFA 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #FAFAFA 100%);
	color: #3e3e47;
	font-size: 14px;
	cursor: pointer;
	position: relative;
}
.select_wrapper.open {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select_wrapper .selected_value {
	padding-left: 12px;
	line-height: 34px;
	position: relative;
}
.select_wrapper .selected_value .overflow {
	margin-right: 30px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
}
.select_wrapper .selected_value .carot {
	margin-top: -3px;
	display: block;
	width: 9px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 12px;
	overflow: hidden;
}
.select_wrapper .selected_value .carot em {
	width: 9px;
	height: 6px;
	display: block;
	background: transparent url(../img/sprite.png) no-repeat 0 -29px;
}
.select_wrapper .scroll_wrapper {
	padding-top: 8px;
	background: #fff;
	position: absolute;
	top: 34px;
	left: -1px;
	right: -1px;
	z-index: 10;
	display: none;
	overflow: hidden;
	height: 142px;
	border: 1px solid #d8d8d8;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.select_wrapper.open .scroll_wrapper {
	display: block;
}
.select_wrapper .select_options {
	margin-right: 13px;
	max-height: 142px;
	background: #fff;
}
.select_wrapper .select_options .option {
	margin: 0 6px;
	padding-left: 6px;
	white-space: nowrap;
	line-height: 22px;
}
.select_wrapper .select_options .option.selected,
.select_wrapper .select_options .option:hover {
	background: #f5f5f5;
}

.scrollbar {
	overflow-x: hidden;
	overflow-y: auto;
}
.scrollbar::-webkit-scrollbar {
	width: 7px;
}
.scrollbar::-webkit-scrollbar-track:vertical {
	margin: 0 0 10px;
	background: none;
}
.scrollbar::-webkit-scrollbar-thumb {
	width: 7px;
	min-height: 50px;
	background: #d8d8d8;
	border-radius: 4px;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
	background: #d8d8d8;
}
.scrollbar::-webkit-scrollbar-thumb:active {
	background: #d8d8d8;
}
.scrollbar::-webkit-scrollbar-button {
	display: none;
}



/* Expanded options */
.settings.options_expanded {
	padding: 0;
}
.settings.options_expanded .title {
	margin-bottom: 0;
	padding: 0px 18px;
	line-height: 38px;
	font-weight: bold;
	font-family: 'Segoe UI Semibold', 'Segoe UI', Tahoma, sans-serif;
}
.settings.options_expanded .select_wrapper {
	border-radius: 0;
	border: 0;
	height: auto;
}
.settings.options_expanded .select_wrapper .selected_value {
	display: none;
}
.settings.options_expanded .select_wrapper .scroll_wrapper {
	padding-bottom: 8px;
	position: static;
	height: auto;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: transparent;
}
.settings.options_expanded .select_wrapper .select_options {
	margin-right: 0;
	max-height: 300px;
	background: transparent;
}
.settings.options_expanded .select_wrapper .select_options .option {
	margin: 0 12px;
}


.res_100 { display: block; }
.res_150 { display: none; }
.res_200 { display: none; }

/* Custom Search Main View Customizations */
.custom_search .main_section.button_style_search1 .main_search_content_wrap,
.main_section.button_style_search2 .main_search_content_wrap {
	background: 0;
}
body.light.custom_search .main_section.button_style_search1 .search_wrap,
body.light .main_section.button_style_search2 .search_wrap {
	border: 1px solid #dbdbdb;
}
.custom_search .main_section.button_style_search1 .search_wrap span.icon,
.main_section.button_style_search2 .search_wrap span.icon {
	display: block;
	width: 24px;
	height: 24px;
	background: transparent url(../img/search-icon.png) no-repeat center center;
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -12px;
}
.custom_search .main_section.button_style_search1 .search_wrap a.search_button,
.main_section.button_style_search2 .search_wrap a.search_button {
	top: -1px;
	right: -1px;
	bottom: -1px;
}
.custom_search .main_section.button_style_search1 .search_wrap a.search_button span,
.main_section.button_style_search2 .search_wrap a.search_button span {
	line-height: 50px;
}
body.light.custom_search .main_section.button_style_search1 ul.autocomplete_suggestions,
body.light .main_section.button_style_search2 ul.autocomplete_suggestions {
	border: 1px solid #dbdbdb;
}

/* Custom Search Results View */
#g-custom-results {
	margin: auto;
	width: 780px;
	min-height: 650px;
}
/* fix some of their styles */
#g-custom-results .cse .gsc-control-cse, 
#g-custom-results .gsc-control-cse {
	padding: 0 0 1em;
}
#g-custom-results .gsc-table-result,
#g-custom-results .gsc-thumbnail-inside,
#g-custom-results .gsc-url-top {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 0;
    padding-right: 0;
}
#g-custom-results .gcsc-branding {
	padding-left: 0;
	padding-right: 0;
}
#g-custom-results .gsc-results {
	width: 100%;
}
#g-custom-results .gsc-table-cell-snippet-close, 
#g-custom-results .gsc-table-cell-snippet-open {
	padding-right: 8px;
}
#g-custom-results .gsc-tabsArea {
	margin-top: 24px;
	padding-left: 9px;
	border-color: #e9e9e9;
	font-size: 12px;
}
#g-custom-results .gsc-tabsArea > div {
	overflow: hidden;
}
#g-custom-results .gsc-tabHeader {
	margin-right: 24px;
	padding: 0 0px 1px 0px;
}
#g-custom-results .gsc-tabHeader.gsc-tabhActive {
	border: none;
	border-bottom: 3px solid #3e82f7;
	color: #3e82f7;
	height: 25px;
}
#g-custom-results .gsc-tabHeader.gsc-tabhInactive {
	border: none;
	background: 0;
	height: 28px;
	color: #b6b6b6;
}
#g-custom-results .gsc-refinementsArea {
	display: none;
}

.custom-search-view .main_header { /* 60px high total */
	padding: 22px 45px 0 41px;
	height: 37px;
	position: relative;
	background: #ffffff;
	border-bottom: 1px solid #e9e9e9;
}
.custom-search-view .main_header .settings {
	top: 37px;
}
.custom-search-view .main_section {
	margin-top: 0;
	top: 10px;
}
.custom-search-view .main_section .poweredby {
	display: none;
}
.custom-search-view .main_section.button_style_search1 {
	margin-left: -390px;
}
.custom-search-view .main_section.button_style_search1 .main_search_content_wrap {
	width: 780px;
	background: 0;
}
body.light .custom-search-view .main_section.button_style_search1 .search_wrap {
	width: 728px;
	height: 37px;
}
.custom-search-view .main_section.button_style_search1 .search_wrap a.search_button span {
	line-height: 39px;
}
.custom-search-view .main_section .search_wrap input {
	width: 602px;
	height: 37px;
	line-height: 37px;
}
body.light .custom-search-view .main_section.button_style_search1 ul.autocomplete_suggestions {
	top: 38px;
}
.custom-search-view .main_footer {
	position: static;
}


/* 150% */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.main_section .poweredby.bing span {
		background-image: url(../img/sprite@1.5x.png);
		background-size: 100%;
	}

	.main_section .search_wrap a.search_button span {
		background: transparent url(../img/sprite@1.5x.png) no-repeat -34px 0;
		background-size: 100%;
		width: 128px;
	}

	.main_section.button_style_search1 .search_wrap span.icon,
	.main_section.button_style_search2 .search_wrap span.icon {
		background: transparent url(../img/search-icon@1.5x.png) no-repeat center center;
		background-size: 100%;
	}
	.main_section.button_style_search1 .search_wrap span.icon.ask,
	.main_section.button_style_search2 .search_wrap span.icon.ask {
		background: transparent url(../img/ask-search-icon@1.5x.png) no-repeat center center;
		background-size: 100%;
	}
	.main_section.button_style_search1 .search_wrap span.icon.yahoo,
	.main_section.button_style_search2 .search_wrap span.icon.yahoo {
		background: transparent url(../img/search-icon@1.5x.png) no-repeat center center;
		background-size: 100%;
	}
	.custom_search .main_section.button_style_search1 .search_wrap span.icon,
	.custom_search .main_section.button_style_search2 .search_wrap span.icon {
		background: transparent url(../img/search-icon@1.5x.png) no-repeat center center;
		background-size: 100%;
	}

	.settings_button span.cog em {
		background: transparent url(../img/sprite@1.5x.png) no-repeat 0 0;
		background-size: 100%;
		width: 128px;
	}

	body.light  .settings_button span.cog em {
		background-position: -18px 0;
	}

	.color_options .swatch .checkmark em {
		background: transparent url(../img/sprite@1.5x.png) no-repeat 0 -18px;
		background-size: 100%;
		width: 128px;
	}
	.color_options .swatch.light .checkmark em {
		background-position: -14px -18px;
	}

	.select_wrapper .selected_value .carot em {
		background: transparent url(../img/sprite@1.5x.png) no-repeat 0 -30px;
		background-size: 100%;
		width: 128px;
	}
	.select_wrapper {
		left: -1px;
	}
	.settings.options_expanded .select_wrapper {
		left: 0px;
	}

	.res_100 { display: none; }
	.res_150 { display: block; }
	.res_200 { display: none; }

}

/* 200% */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {

	.main_section .poweredby.bing span {
		background-image: url(../img/sprite@2x.png);
		background-size: 100%;
	}

	.main_section .search_wrap a.search_button span {
		background: transparent url(../img/sprite@2x.png) no-repeat -34px 0;
		background-size: 100%;
		width: 128px;
	}

	.main_section.button_style_search1 .search_wrap span.icon,
	.main_section.button_style_search2 .search_wrap span.icon {
		background: transparent url(../img/search-icon@2x.png) no-repeat center center;
		background-size: 100%;
	}
	.main_section.button_style_search1 .search_wrap span.icon.ask,
	.main_section.button_style_search2 .search_wrap span.icon.ask {
		background: transparent url(../img/ask-search-icon@2x.png) no-repeat center center;
		background-size: 100%;
	}
	.main_section.button_style_search1 .search_wrap span.icon.yahoo,
	.main_section.button_style_search2 .search_wrap span.icon.yahoo {
		background: transparent url(../img/search-icon@2x.png) no-repeat center center;
		background-size: 100%;
	}
	.custom_search .main_section.button_style_search1 .search_wrap span.icon,
	.custom_search .main_section.button_style_search2 .search_wrap span.icon {
		background: transparent url(../img/search-icon@2x.png) no-repeat center center;
		background-size: 100%;
	}

	.settings_button span.cog em {
		background: transparent url(../img/sprite@2x.png) no-repeat 0 0;
		background-size: 100%;
		width: 128px;
	}
	body.light .settings_button span.cog em {
		background-position: -17px 0;
	}

	.color_options .swatch .checkmark em {
		background: transparent url(../img/sprite@2x.png) no-repeat 0 -18px;
		background-size: 100%;
		width: 128px;
	}
	.color_options .swatch.light .checkmark em {
		background-position: -13px -18px;
	}

	.select_wrapper .selected_value .carot em {
		background: transparent url(../img/sprite@2x.png) no-repeat 0 -28px;
		background-size: 100%;
		width: 128px;
	}

	.res_100 { display: none; }
	.res_150 { display: none; }
	.res_200 { display: block; }
}