@CHARSET "UTF-8";

div.search_result_list {}

div.search_result_list div.content {
	border: 1px solid #968A80;
	float: left;
	position: relative;
}

div.search_result_list div.empty_content {
	position: relative;
}

div.search_result_list div.empty_content s {
	color: gray;
}

div.search_result_list div.request_form {
	display: none;
	border: 1px solid #666;
	padding: 1px;
	margin-top: 8px;
	background-color: white;
	float: left;
}

div.search_result_list div.request_form p {
	padding-left: 4px;
	padding-right: 4px;
}

div.search_result_list div.request_form_heading {
	background-color: #666;
	color: white;
	font-weight: bold;
	padding: 4px;
}

div.search_result_list div.content table {
	border-collapse: collapse;
	border-top: hidden;
	border-bottom: hidden;
}

div.search_result_list div.content td {
	border-left: 1px solid #94867B;
	border-right: 1px solid #94867B;
	border-top: 1px solid #94867B;
	border-bottom: 1px solid #94867B;
	padding: 2px;
	background-color: white;
}

div.search_result_list div.content tr.heading td {
	background: #3EACAC url("/i/search-list-heading-bg.png") repeat-x top;
	border-right: 1px solid #D6E4E3;
	border-left: 1px solid #D6E4E3;
	border-bottom: 1px solid #D6E4E3;
	border-top: hidden;
	height: 35px;
	text-align: center;
	color: white;
	font-size: 10px;
	font-family: Verdana;
}

div.search_result_list div.content tr.heading1 td {
	background: #3EACAC url("/i/search-list-heading-bg.png") repeat-x top;
	border-right: 1px solid #D6E4E3;
	border-left: 1px solid #D6E4E3;
	border-bottom: 1px solid #D6E4E3;
	border-top: hidden;
	height: 35px;
	text-align: center;
	color: white;
	font-size: 10px;
	font-family: Verdana;
}

div.search_result_list div.content tr.sorting td {
	background-color: #A1968B;
	border-right: 1px solid #D6E4E3;
	border-left: 1px solid #D6E4E3;
	border-top: 1px solid #D6E4E3;
}

div.search_result_list div.content tr.sorting .sortkey {
	display: none;
}

div.search_result_list tr.even td {
	background-color: #F2F2F1;
}

div.search_result_list div.content tr td.price {
	background-color: #FEEFD8;
}

div.search_result_list div.content tr td.order {
	background-color: #D8D8D2;
}

div.search_result_list div.content td.first_col {
	border-left: 1px solid #C5BEB8 !important;
	border-left: 0px !important;
}

div.search_result_list div.content td.last_col {
	border-right: 1px solid #C5BEB8 !important;
	border-right: 0px !important;
}

div.search_result_list div.content tr.heading_2 td {
	background: #3EACAC url("/i/search-list-heading-bg.png") repeat-x 0 -35px;
	border: 1px solid #D6E4E3 !important;
	color: white;
	font: 10px Tahoma, Arial, sans-serif;
}



div.search_result_list div.content tr.sorting a.sort_asc {
	display: inline-block;
	height: 14px;
	width: 13px;
	margin: 0px 2px;
	background: url("/i/sort-up.png");
}

div.search_result_list div.content tr.sorting a.sort_desc {
	display: inline-block;
	height: 14px;
	width: 13px;
	margin: 0px 2px;
	background: url("/i/sort-down.png");
}

div.search_result_list div.content tr.sorting a.sort_asc.sorted {
	background: url("/i/sort-up-active.png");
}

div.search_result_list div.content tr.sorting a.sort_desc.sorted {
	background: url("/i/sort-down-active.png");
}

div.search_result_list div.content tr.sorting td.sorted {
	background-color: #7A6D63;
}



div.search_result_page_links {
	white-space: nowrap;
}

div.search_result_page_links a.first_last {
	display: inline-block;
	font: 15px Verdana;
	line-height: 22px;
}


div.search_result_list div.content td.price table, div.search_result_list td.price td {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	background-color: transparent;
}

div.search_result_list div.content td.price .loading_overlay {
	display: none;
}

div.search_result_list div.content td.farnell-prices-loading .loading_overlay {
	width: 190px;
	height: 80px;
	display: block;
	position: relative;
}

div.search_result_list div.content td.supply-prices-loading .loading_overlay {
	width: 190px;
	height: 80px;
	display: block;
	position: relative;
}

div.search_result_list div.content td.price-farnell {
	min-width: 190px;
	width: 190px;
}
