/* CMS BAR */
div#CMSBar
{
	background: #c0dbff url(/RadControls/Panelbar/Skins/Office2007/Img/RootItemBkg.gif) repeat-x;
	color: #204d89;
	font-weight: bold;
	left: 0px;
	top: 0px;
	margin-bottom: 10px;
	position: static;
	line-height: 31px;
	height: 31px;
	width: 100%;
}
div#CMSBar span
{
	float: left;
	margin-left: 10px;
}

div#CMSBar a, div#CMSBar a:visited, div#CMSBar a:link
{
	float: right;
	color: #204d89;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	margin-right: 10px;
}

div#CMSBar a:hover
{
	color: #10110f;
	font-weight: normal;
	text-decoration: underline;
}

/*EDIT BUTTON*/
.ContentRegionButton, .HeadlineEditButton
{
	padding: 0px 0px 0px 0px !important;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 46px;
	height: 36px;
}
.SectionEditButton
{
    padding: 0px 0px 0px 0px !important;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 73px;
	height: 18px;
	z-index:10;
}
.EditPageButton
{
    padding: 0px 0px 0px 0px !important;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 87px;
	height: 18px;
    z-index: 2000;
}

/* SITEMAP */
ul.sitemap{list-style: none;font-size: 1.1em;margin-top:-10px;}
ul.sitemap li {list-style-image:none;padding-top:10px;}
ul.sitemap li.SiteMapTier1 {font-weight: bold;}
ul.sitemap li.SiteMapTier2 {font-weight: bolder;text-indent:20px;}
ul.sitemap li.SiteMapTier3 {font-weight: normal;text-indent:35px;}
ul.sitemap li.SiteMapTier4 {font-weight: lighter;text-indent:50px;}

/* SEARCH */
#SearchResults {}
#SearchResults #SearchHeader {clear:both;}
#SearchResults #SearchHeader h2 {}
#SearchResults .SearchPageTitle {font-weight: bold;font-size:1.2em;display:block;clear:left;}
#SearchResults .SearchPageTitle a {}
#SearchResults .SearchPageTitle a:hover {}
#SearchResults .SearchPageLoc {float:right;text-align:right;font-weight: bold;font-size:1.2em;display:block;clear:right;}
#SearchResults .SearchPageDescription {display:block;font-weight: normal;font-style: italic;width:100%;clear: both; }
#SearchResults .SearchSeparator {width:100%;height:1px;display:block;clear:both;height:20px;}
#SearchResults .SearchSeparator HR {width:100%;height:1px;display:block;color:#dddddd;clear:both;}
#SearchResults .SearchFooter {display:block;color:#dddddd;clear:both;}

.productImageViewer .rrClipRegion 
{
	border: none !important;
}
.productImageViewerFull 
{
}
.productImageViewerBar 
{
	margin-top: 10px;
}
.productImageViewerBar img 
{
	margin-top: 5px;
	margin-right: 5px;
}
.productImageViewer .center 
{
	text-align: center;
}
a.productSummaryImage 
{
	position: relative;
	display: block;
	border: 1px solid #ccc;
}
a.productSummaryImage img
{
	position: absolute;
	display: block;
}
.RadRotator_Web20 .rrButton.rrButtonRight 
{
	right: -37px !important;
}