div#topGalleries {
	margin-top: 20px;
}
div#topGalleriesContent {
	width: 210px;
}

div#topGalleriesContentBorder {
	border: 1px solid #cdd2d2;
	border-top: none;
	border-bottom: none;
}	

div#topGalleries #topDiv {
	width: 210px;
	background-image: url("../images/top-galleries-top.gif");
	background-position: top;
	background-repeat: no-repeat;
	height: 27px;
}
div#topGalleries #bottomDiv {
	width: 210px;
	background-image: url("../images/top-galleries-bottom.gif");
	background-position: top;
	background-repeat: no-repeat;
	height: 30px;
}
div#topGalleries #blockContent {
	overflow: auto;
    width: 200px;  
}
    



div#topGalleries table {
    margin-top: 5px;
    font-size: 0.9em;
    width: 100%;
}
div#coverageCollection table td {
	height: 1.5em;	
}
div#topGalleries table .Image {
    width: 80px;
    text-align: center;    
    vertical-align: middle;
}
div#topGalleries table .Image img {
    width: 70px;        
}
div#topGalleries td.CategoryName {
    font-size: 0.95em;
    vertical-align: top;
}
div#topGalleries td.CategoryName .Heading {
	font-weight: bold;
}
div#topGalleries .CategoryTitle {
	overflow: hidden;
	width: 120px;
}