div#specialCategories {
	margin-top: 10px;
}
div#specialCategoriesContent {
	width: 210px;
}

div#specialCategoriesContentBorder {
	border: 1px solid #cdd2d2;
	border-top: none;
	border-bottom: none;
}	

div#specialCategories #topDiv {
	width: 210px;
	background-image: url("../images/special-top.gif");
	background-position: top;
	background-repeat: no-repeat;
	height: 27px;
}
div#specialCategories #bottomDiv {
	width: 210px;
	background-image: url("../images/top-galleries-bottom.gif");
	background-position: top;
	background-repeat: no-repeat;
	height: 10px;
}
div#specialCategories #blockContent {
	overflow: auto;
      
}
    
div#specialCategories table {
    margin-top: 5px;
    font-size: 0.9em;
    width: 100%;
}
div#specialCategories table td{
	padding-top: 3px;
	padding-bottom: 7px;
}	
div#coverageCollection table th {
	text-align: left;
	height: 1.5em;	
}
div#specialCategories table .Image {
    width: 80px;
    text-align: center;    
    vertical-align: middle;
}
div#specialCategories table .Image img {
    width: 70px;        
}
div#specialCategories td.SpecialName {
    font-size: 0.95em;
    vertical-align: top;
}
div#specialCategories .SpecialTitle {
	overflow: hidden;
	width: 100px
}