#CategoryList {
	width:650px;
}

.CategoryNavTrail, .CategoryDescription   { margin-bottom: 20px }

.CompanyEntryRow   { margin-bottom: 10px; padding: 5px; border-bottom: 1px solid #ddd; min-height:104px; }

.CompanyEntryRow h2 {
	margin:0px;
	color:#0E5FC8;
	font-size:12px;
	font-weight:bold;
	
}

.CompanyEntryRow h2 a {
	color:#0E5FC8;
	text-decoration:none;
}

.CompanyEntryRow h2 a:hover  { text-decoration: underline }

.CompanyDescription {
	margin-top:8px;
	   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 	
}

img.CompanyCountryImage {
	float:right;
}

.CompanyThumbnailDiv {
	margin-right:20px;
	margin-bottom:10px;
	
}

.CompanyThumbnailDiv img.Thumbnail,
.CompanyThumbnailDiv img.Logo {
	display:block;
	margin-bottom:5px;
}

.CompanyThumbnailDiv img.Logo {
	padding:4px;
}

.CompanyThumbnailDiv img.Thumbnail,
.media-item-file img.Thumbnail   { padding: 2px; border: solid 1px #ddd }
	
#ThumbshotInfo  { color: #6d6d6d; font-size: 10px; text-align: center; margin-top: 5px }

#ThumbshotInfo a  { color: #6d6d6d; text-decoration: none }

#ThumbshotInfo a:hover  { }

div.CategoryNavTrail a {
	color:#0E5FC8;
	text-decoration:none;
}

div.CategoryNavTrail a:hover   { text-decoration: underline }
div.CategoryNavTrail strong { }
div.CompanyHighlight   { background-color: #EDEDED; border: solid 1px #ddd; -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px  }