﻿
/* SEARCH RESULTS PAGES */

.searchResults, .searchResultsGroupResults {
	padding: 4px;
	color: #000000;
}

.searchResults {
	background-color: #e5e5f1;
}

.searchResults h1 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #5254a5;
	font-weight: bold;
}

.searchResults h2 {
	margin: 0px;
	font-size: 14px;
	color: #ff8500;
	font-weight: bold;
}

.searchSuggestion {
	margin-top: 10px;
	color: #000000;
}

.searchResultsHeader {
	margin: 0px;
	color: #ff8500;
	font-size: 14px;
	font-weight: bold;
}

.sorter {
	text-align: right;
}

.searchResultsGroupHeader {
	padding: 10px;
	background: #ffeea2;
}

.searchResultsTitle {
	margin: 0px;
	color: #5254a5;
	font-size: 16px;
}

.searchResultsType {
	margin: 0px;
	color: #666666;
	/*font-size: 12pt;*/
}

table.searchResultsGroupResults > tbody > tr > td {
	padding-bottom: 20px;
}

.resultImage {
	vertical-align: top;
	text-align: center;
	width: 50px;
	padding-right: 20px;
}

.resultImage > a > img {
	width: 50px;
}

.resultContent {
	vertical-align: top;
	/*width: 99%;*/
}

.resultLinks {
	vertical-align: top;
	width: 80px;
	padding-left: 10px;
	text-align: center;
}

.resultLinks .price, .resultGridItem .price {
	font-size: 16px;
	font-weight: bold;
}

.resultGridItem {
	width: 160px;
	height: 260px;
	vertical-align: top;
	text-align: center;
	color: #000000;
	padding: 4px 4px 24px 4px;
}

.resultGridItem p {
	margin: 0;
}

.resultGridItem .searchResultsTitle {
	font-size: 14px;
}

.gridImageContainer {
	width: 152px;
	height: 160px;
}

.gridImageContainer img {
	width: 92px;
}

.selector a {
	padding: 2px 2px;
	font-weight: bold;
}

.selector a.selected, .selector a.selected:hover {
	color: #000000;
	font-weight: normal;
	cursor: default;
}

table.bestMatch {
	background: #FFFADE;
	border: 2px solid #FFEEA2;
	border-top: none;
}

table.searchResultsGroupResults > tbody > tr > td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.pageMainContent em {
	font-style: normal;
	font-weight: bold;
}

.searchPager {
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
}

.searchPager a.prevNext {
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
}

.searchPager a.selected, .searchPager a.selected:hover {
	font-weight: bold;
	cursor: default;
	color: #5254a5;
}

