﻿/* quote items need to be bigger as italian wording takes more pixels */
html #commonFundData .quotes .quoteitem
{
	width: 85px !important;
}
 
/* italian disclaimer requires a smaller font */
html #disclaimer_SiteWide 
{
	font-size: 12px;
}

/* italian discalimer bulleted lists required a bigger line-height */
html #disclaimer_SiteWide li
{
	line-height: 16px;
}

/* italian discalimer, no scrollbars */
html #disclaimer_SiteWide .contentArea .text
{
	overflow: visible;
}
/* missing margins on document search */
.SearchDocumentPanel
{
	margin-top:10px;
}
.SearchDocumentPanel .SearchDocumentLabel
{
	margin:5px 10px;
}

/* english logo */
html #headWrap #pageHeaderLogo
{
	background-image:url(/css/Local/images/dws_logo.gif);
	height:82px;
	left:36px;
	position:absolute;
	top:8px;
	width:117px;
}

#fundFinderContainer #fundFinderContent .ids
{
	width: 250px;
}

#fundFinderContainer #fundFinderContent .buy
{
	width: 42px;
}

#fundFinderContainer #fundFinderContent .currency
{
	width: 44px;
}

#fundFinderContainer #fundFinderContent .risk
{
	width: 60px;
}

#fundFinderContainer #fundFinderContent .return
{
	width: 130px;
}