#search {
	height: 36px;
	margin-top: 20px;
	margin-bottom: 20px;
}

input#q {
	position: absolute;
	left: 0;
	width: 12em;

	padding-left: 5px;

	outline: 0 none;
	border-color: black #9d9d9d #9d9d9d black;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1px 1px 1px #7a7a7a inset;

	background-color: white;
	font-size: 1.7em;
}

input#btnSearch {
	display: none;
}

#footer {
	text-align: left;
	padding-top: 20px;
	margin-bottom: 2em;
}

#disclaimer {
	padding-top: 20px;
	text-align: left;
}

#search_results {
}

#search_results td {
	font-size: 12px;
	line-height: 18px;
	color: #5D636E;
}

#search_results a {
	text-decoration: none;
	color: #2A2A2A;
}
#search_results a:hover {
	text-decoration: underline;
}

#search_results a img {
	border: 0;
}

#search_results input,
#search_results select,
#search_results textarea {
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight: 200;
	color:#000000;
}

#search_results .small { font-size:10px; }
#search_results .mini { font-size:9px;line-height:11px; }
#search_results .text { font-size:12px; }
#search_results .top { font-size:12px; }

#search_results .bggrau { background-color:#BDBCBD; }
#search_results .bgweiss { background-color:#FFFFFF; }





.td_results {
  vertical-align: top;
	padding: 0;
}

.table_results {
	border-spacing: 0;
	border: 0;
}

.tab_controls_top {
	clear: both;
	margin-bottom: 1em;
}

.tab_controls_top .tab_page_navigator {
	float: left;
	margin-right: 3em;
}

.tab_page_navigator {
	font-size: 10px;
	vertical-align: middle;
}

.tab_sort_selector {
	font-size: 10px;
}

.tab_controls_bottom {
	clear: both;
}

.tab_results {
	clear: both;
	color: #000000;
}

.tab_results .tab_logo {
	float: left;
	height: 50px;
}

.tab_results .tab_close {
	float: right;
	margin-top: 10px;
}

.tab_results .tab_selectors_sort_and_per_page form {
	display: inline;
}

.tab_results .tab_no_results_found {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tab_results .tab_result_item {
	float: left;
	width: 310px;
	margin: 0 10px 14px 0;
	overflow: hidden;
	padding: 10px;
	border: solid 1px #BDBCBD;
	background-color: #F6F6F6;
	font-size: 14px;
	color: #2A2A2A;
}

*html .tab_result_item { width:310px; /*  fur IE */}

.tab_result_item .product_image {
	float: left;
	margin-right: 15px !important;
	max-height: 70px;
	overflow: hidden;
}

.tab_result_item .product_image img {
	width: 64px !important;
}

.tab_result_item .product_title {
	height: 70px;
	overflow: hidden;
}

.tab_result_item .product_title a:nth-of-type(1) {
	margin-top: 5px !important;
	margin-right: 5px !important;
}

.tab_result_item .product_title a:nth-of-type(2) {
	font-size: 13px !important;
	color: #2A2A2A !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

.tab_result_item .product_title a:nth-of-type(2):hover {
	background-color: #CED1D7 !important;
	text-decoration: underline !important;
}

.tab_result_item table {
	clear: both;
}

.tab_result_item .product_details table tr:first-child td:first-child {
	width: 90px !important;
}

.tab_result_item .product_details table tr:first-child td:last-child {
	width: 205px !important;
	font-size: 18px !important;
	color: #ff5700 !important;
	font-weight: bold !important;
}

.tab_result_item .product_details table td:nth-child(2) {
	text-align: right;
}
