#CategoryList {
	width:650px;
}

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

.CompanyEntryRow {
	padding:5px;
	border-bottom:1px solid #dddddd;
	margin-bottom:10px;
}

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

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

.CompanyEntryRow h2 a:hover {
	color:#ff6600;
	text-decoration:underline;
}

.CompanyDescription {
	margin-top:8px;
}

img.CompanyCountryImage {
	float:right;
}

.CompanyThumbnailDiv {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	height:94px;
}

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

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

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

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

#ThumbshotInfo a:hover {
	color:#ff6600;
}

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

div.CategoryNavTrail a:hover, div.CategoryNavTrail strong {
	color:#ff6600;
}

div.CompanyHighlight {
	background-color:#d8e4ff;
	border:1px solid #cccccc;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}