﻿/*page header - logo */
html #headWrap #pageHeaderLogo
{
	background-image:url(/css/Local/images/dws_logo.gif);
	height:82px;
	left:36px;
	position:absolute;
	top:8px;
	width:117px;
}

/* Bottom button panel needs special width in every web */
.factSheet .bottomButtonPanel
{
	width:230px;
}
/* Price labels on factsheets need smaller font, otherwise text is cut off */
#commonFundData .quoteLabel
{
	font-size:10px;
	line-height:12px;
}
/* And still we need to give up the margin and add the space to the width */
#commonFundData .quoteitem
{
	margin-right:0;
	width:65px;
}

/* FundFinder Results - width fix */
#fundFinderContainer .filter #productsDisplayed .resultLabel
{
	width: 112px;
}

#fundFinderContainer .filter #productsDisplayed input 
{
	margin-left: 3px;
}


/* Watchlist Alert Popup Window */
html .editWatchlistItemContent #commonFundData
{
	height: 60px;
}

html .editWatchlistItemContent #commonFundData .id
{
	width: 290px;
}


html .editWatchlistItemContent #commonFundData .id .ids 
{
	width: 260px;
}

#fundFinderContainer #fundFinderNav div.navBarRightBox
{
	width: 185px !important;
}

#fundFinderContainer #fundFinderContent div.pageNavNumbersBottom
{
	width: 173px !important;
}