.thumbnail { 
	}
.productlink {
	cursor: pointer;
	cursor: hand;
	}
	
#productheader {
	margin-top: 2px;
	font-size: 8pt;
	font-weight: bold;
	overflow: hidden;
	width: 210px;
	height: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	}

#productheader a {
	text-decoration: none;
	color: black;
	}

#productdescription {
	color: #505050;
	font-size: 8pt;
	overflow: hidden;
	height: 27px;
	text-overflow: ellipsis;
	text-align: left;
	}

#productdescription a {
	text-decoration: none;
	color: #505050;
	}

#categoryheader {
	margin-top: 2px;
	font-size: 8pt;
	font-weight: bold;
	overflow: hidden;
	width: 110px;
	height: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	}

#categoryheader a {
	text-decoration: none;
	color: black;
}

#categorydescription {
	color: #505050;
	font-size: 8pt;
	width: 110px;
	overflow: hidden;
	height: 27px;
	text-overflow: ellipsis;
	text-align: left;
	}

#categorydescription a {
	text-decoration: none;
	color: #505050;
}
	
.quickproductprice {
	white-space: nowrap;
	font-weight: bold;
	font-size: 8pt;
	}
.productnumber {
	color: #909090;
	font-size: 8pt;
	}
.imageplacement {
	background-color: #ffffff;
	}
.SearchHeader {
	background-color: #000;
	color: white;
	padding: 3px;
	/*padding-bottom: 0px;*/
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
}
.SearchHeaderNote {
	background-color: #000;
	color: #e0e0e0;
	padding: 3px;
	padding-top: 2px;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}
.SearchFooter {
	background-color: #000;
	padding: 3px;
	/* background: url('/images/interfaces/blacklight/arrow.png') no-repeat center left; */
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 11px;
}
a.SearchFooterA {
	color: #c0c0c0;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
a.SearchFooterA:hover {
	text-decoration: underline;
}
