#CategoryList {
	width:650px;
}

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

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

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

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

.CompanyEntryRow h2 a:hover {
	color:#f99b07;
	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 #3a4996;
	padding:2px;
}
	
#ThumbshotInfo {
	margin-top:5px;
	font-size:10px;
	text-align:center;
}

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

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

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

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

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

.CategoryCustomCode {
	border:1px solid #3a4996;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}