* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: arial, sans-serif;
	font-size: 13px;
	display: table;
	height: 100%;
	width: 100%;
}

input {
	outline: none;
}

input[type=text]::-ms-clear {
	display: none;
}

.logo {
	display: table-row;
}

.content {
	display: table-row;
	height: 100%;
}

.logo > div {
	padding-top: 90px;
	text-align: center;
}

.content > div {
	padding-top: 48px;
	text-align: center;
	padding-bottom: 30px;
}

.searchBox {
	height: 42px;
	width: 643px;
	border: 1px solid #ccc;
	padding: 0 10px;
	font-size: 16px;
}

.searchButtons {
	padding-top: 29px;
}

.searchButton {
	font-weight: bold;
	color: #757575;
	height: 36px;
	width: 180px;
	border-radius: 2px;
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	margin-right: 30px;
}

.searchButton:hover {
	color: #222;
	background: #f8f8f8;
	border: 1px solid #c6c6c6;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.searchButton:last-child {
	margin-right: 0;
}

.header {
	display: table-row;
}

.header > div {
	background: #f1f1f1;
	white-space: nowrap;
}

.header img {
	vertical-align: middle;
	margin: 2px 15px;
}

.miniSearchBox {
	vertical-align: middle;
	height: 38px;
	width: 528px;
	border: 1px solid #ccc;
	padding: 0 10px;
	font-size: 16px;
}

.miniSearchButton {
	vertical-align: middle;
	background-image: url('/images/search.png');
	width: 54px;
	height: 40px;
	border-width: 0;
	cursor: pointer;
}

.menu {
	display: table-row;
}

.menu > div {
	height: 59px;
	border-bottom: 1px solid #ebebeb;
	padding-left: 115px;
	white-space: nowrap;
}

.menu li {
	display: inline-block;
	line-height: 50px;
	margin-right: 10px;
	padding: 0 10px;
}

.menu li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #777;
}

.menu li a:hover {
	color: #000;
}

.menu li:last-child {
	margin-right: 0;
}

.menu li.active {	
	border-bottom: 3px solid #4285f4;
}

.menu li.active a {
	color: #4285f4 !important;
	font-weight: bold;
}

.contentResults {
	display: table-row;
	height: 100%;
}

.contentResults > div {
	padding-top: 10px;
	padding-bottom: 50px;
	white-space: nowrap;
}

.results {
	display: inline-block;
	vertical-align: top;
	padding-left: 100px;
	width: 630px;
}

.resultsWide {
	padding-left: 100px;
	padding-right: 100px;
	white-space: normal;
}

.result {
	white-space: normal;
	margin-bottom: 25px;
}

.result a {
	text-decoration: none;
}

.resultTitle {
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.resultTitle a, .resultRating a {
	color: #1a0dab;
}

.resultTitle a:hover, .resultRating a:hover  {
	text-decoration: underline;
}

.resultRating  a {
	vertical-align: top;
}

.resultUrl {
	font-size: 14px;
	padding-bottom: 4px;
	color: #006621;
}

.resultUrl a {
	color: #006621;
}

.resultText a {
	display: block;
	color: #000;
}

.categoryLabel {
	font-size: 11px;
	color: #777;
	margin: 10px 0;
}

.siteLinks {
	margin: 10px 0;
	font-size: 14px;
}

.siteLink {
	float: left;
	padding: 4px 0;
	width: 44%;
}

.siteLink a {
	color: #1a0dab;
}

.siteLink a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.paging {
	padding-top: 25px;
	font-size: 14px;
}

.paging .page {
	margin-right: 17px;	
}

.paging .page a {
	color: #1a0dab;
	text-decoration: none;
}

.paging .page a:hover {
	text-decoration: underline;
}

.paging .active {
	font-weight: bold;
}

.paging .active a {
	color: #000 !important;
}

.right {
	display: inline-block;
	vertical-align: top;
	position: sticky;
	top: 20px;
	margin-left: 70px;
	width: 265px;
	overflow: hidden;
}

.right .resultTitle {
	white-space: normal;
}

.footer {
	display: table-row;	
	text-align: center;
	line-height: 40px;
	background-color: #f2f2f2;
	border-top: 1px solid #e4e4e4;
}

.footerLink {
	font-size: small;
	margin-right: 27px;
}

.footerLink:last-child {
	margin-right: 0;
}

.footer a {
	color: #666;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.autocomplete-suggestions {
	text-align: left;
	cursor: default;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
	box-shadow: -1px 1px 3px rgba(0,0,0,.1);
	position: absolute;
	display: none;
	z-index: 9999;
	max-height: 254px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}

.autocomplete-suggestion {
	position: relative;
	padding: 0 10px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.autocomplete-suggestion b {
	font-weight: normal;
}

.autocomplete-suggestion.selected {
	background: #f0f0f0;
}

.video {
	margin-bottom: 20px;
	white-space: normal;
}

.videoTitle {
	font-size: 18px;
}

.videoTitle a {
	color: #1a0dab;
	text-decoration: none;
}

.videoTitle a:hover {
	text-decoration: underline;
}

.videoThumb {
	width: 120px;
	float: left;
}

.videoThumb img {
	max-width: 120px;
}

.videoDetails {
	margin-left: 130px;
}

.videoUrl {
	font-size: 14px;
	color: #006621;
}

.videoDate {
	color: gray;
}

.product {
	display: inline-block;
	width: 110px;
	height: 150px;
}

.product a {
	display: block;
	color: #1a0dab;
	text-decoration: none;
	padding: 8px 5px;
	font-size: 12px;
}

.product:hover {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}

.productImage {
	width: 100%;
	text-align: center;
}

.product img {
	width: 90px;
	height: 90px;
}

.productTitle {
	overflow: hidden;
	text-overflow: ellipsis;
}

.productPrice {
	padding-top: 5px;
	color: #006621;
}

.noResults {
	margin-top: 10px;
    white-space: normal;
}

.noResults ul {
	padding-top: 10px;
	padding-left: 30px;
}

.flex-images {
	overflow: hidden;
}

.flex-images .flex-item {
	float: left;
	margin: 4px;
	border: 1px solid #eee;
	box-sizing: content-box;
	overflow: hidden;
	position: relative;
}

.flex-images .flex-item img {
	display: block;
	width: auto;
	height: 100%;
}