﻿/* Tech guarantee polish overrides: sitemap and feature browse lists */

/* Sitemaps are currently only element using "section-grid-5col-near" */
table.section_section-grid-5col-near li 
{
	font-size: .80em
}
table.section_section-grid-5col-near li a 
{
	color: #666666; 
}
table.section_section-grid-5col-near li a:visited 
{
	color: #808080;
}

/* Targeted to get the side-list items in feature pages */
#ctl00_FormlessContentPlaceholder_ContentPlaceholder_C02 .topic_body_full a.link_expandAll,
#ctl00_FormlessContentPlaceholder_ContentPlaceholder_C02 .topic_body_full a.link_collapseAll
{
	display: none;
}

#ctl00_FormlessContentPlaceholder_ContentPlaceholder_C02 .topic_body_full div.section div.section p.para,
#ctl00_FormlessContentPlaceholder_ContentPlaceholder_C02 .topic_body_full .lastElement p.para
{
	margin-bottom: 10px;
}

#ctl00_FormlessContentPlaceholder_ContentPlaceholder_C02 .topic_body_full div.section div.section p.para span.ui,
#ctl00_FormlessContentPlaceholder_ContentPlaceholder_C02 .topic_body_full .lastElement p.para span.ui
{
	margin-top: 15px;
	display: block;
}


