.thumbnail { 
	}
.productlink {
	cursor: pointer;
	cursor: hand;
	}
#productheader {
	margin-bottom: 2px;
	font-size: 9pt;
	font-weight: bold;
	overflow: hidden;
	height: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 160px;
	}
	
#productheader a {
	color: black;
	text-decoration: none;
}
#productdescription {
	color: #404040;
	font-size: 9pt;
	overflow: hidden;
	height: 46px;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
	text-align: left;
	}
#productdescription a {
	text-decoration: none;
	color: #404040;
}

.quickproductprice {
	white-space: nowrap;
	font-weight: bold;
	font-size: 8pt;
	}
.productnumber {
	color: #909090;
	font-size: 8pt;
	}
#imageplacement {
	background-color: white;
	border: 1px solid #d8d8d8;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	}

.searchheader {
	background-color: white;
	color: black;
	padding-left: 10px;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
}
.SearchHeaderNote {
	background-color: white;
	color: #e0e0e0;
	padding: 3px;
	padding-top: 2px;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}
.SearchFooter {
	color: #404040;
	font-size: 10pt;
	padding-left: 10px;
	padding-bottom: 3px;
}

.SearchPrice {
	color: black;
	font-weight: bold;
	font-size: 9pt;
}

a.SearchFooterA {
	color: #404040;
	text-decoration: underline;
	font-size: 10pt;
}
a.SearchFooterA:hover {
	background-color: #404040; 
	color: white;
	text-decoration: underline;
}

.BoxSearch {
	margin: 0;
	margin: 0px;
	padding: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border: 0px;	
	font-family: Arial;
	font-size: 10pt;
	color: #a0a0a0;
	text-decoration: none;
	background: transparent;
}