/* Special Feature */

.RelatedContentArea {
	border-top: 4px;
	border-top-style: solid;
	border-top-color: #c8c8c8;
	border-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-color: #c8c8c8;
	padding-bottom:10px;
	margin-bottom: 60px;
	margin-top: 3px;
	}
	
.RelatedContent {
	font-size: 0.9em;
	}
	
.RelatedContent a:link, .RelatedContent a:visited {
    text-decoration: none;
    color: #0066ff;
	}
.RelatedContent a:hover, .RelatedContent a:active {
    text-decoration: underline;
    }
	
.RelatedContent span {
	color: #666666;
    font-size: 0.8em;
	margin: 0 0 10px 0;
	}
	
.RelatedContent h3 {
	margin: 15px 0 0 0;
	font-size: 1.1em;
	}
	
.RelatedDocsSmall {
    float: left;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    width: 185px;
    min-height: 33px;
    background-repeat: no-repeat;
    font-size: 0.8em;   
    }
	
a.RelatedDocsSmall:link, a.RelatedDocsSmall:visited {
    text-decoration: none;
    color: #0066ff;
    } 
a.RelatedDocsSmall:hover, a.RelatedDocsSmall:active {
    text-decoration: underline;
    }
	
.RelatedDocsSmall span {
    color: #999999;
    }   

.RelatedContentHeader h3 {
	color: #8f8f8f;
	margin-top: 23px;
	}
	
.TopFeatureItemHolder {
    border: 1px solid #CCCCCC;
    margin: 0 0 10px 0;
    background-color: #666666;
    padding: 0;
    }
	
.TopFeatureItemHolder img {
    float: right;
    margin: 0 0 0 15px;
    display: block;
    border-style: none;
    }