div.company_preview {}table.company_preview {	width: 100%;}td.company_name {	font-weight: bold;	padding-top: 10px;	padding-bottom: 3px;	border-top: 1px solid gray;}div.company_name {	font-weight: bold;}td.company_name_first {	font-weight: bold;	font-size: 14px;	padding-top: 10px;	padding-bottom: 5px;	border-top-style: none;}td.company_preview {	padding: 2px 8px;	white-space: nowrap;	font-size: 11px;}td.company_preview_first {	padding: 2px 0;	white-space: nowrap;	font-size: 11px;}table.company_preview td.wrap {	white-space: normal;}table.company_preview td.spacer {	height: 7px;}td.company_status {	padding-top: 20px;}div.company_status {	font-weight: bold;	font-size: 14px;	padding: 2px 2px 2px 5px;	font-style: italic;}div.available {	background-color: #B3FFB2;}div.prototype {	background-color: #B2CCFF;}div.discontinued {	background-color: #FFB2B2;}div.unknown {	background-color: #ECB2FF;}img.preview {	max-width: 153px;	width: expression(this.width > 200 ? 200: true);	max-height:  120px;	border: 1px solid black;
	margin-right: 4px;
}