#chart-tools .wrapper
{
	float:left;
	width:100%;
}
.chart-list .header
{
	float:left;
	width:301px;
	height:20px;
	padding:0 4px;
}
.chart-list h3,
.stock-search h3
{
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	margin:0;
	padding:0;
	color:#fff;
}
.chart-list h3 a
{
	display:block;
	float:left;
	color:#fff;
}
.chart-list .header a.more
{
	float:right;
	padding-right:9px;
	font-size:12px;
	line-height:20px;
	background:transparent url(/img/ui/chartlist/icn_chartlist-more.gif) no-repeat center right;
}
.chart-list
{
	min-height:111px;
	border-width:1px;
	border-style:solid;
}
.chart-list.high
{
	min-height:147px;
}
.chart-list.compact
{
	min-height:75px;
}

#chart-tools .chart-list
{
	float:left;
	width:309px;
	margin-right:13px;
}
#chart-tools .chart-list.last
{
	margin-right:0;
}
.chart-list .list
{
	position:relative;
	float:left;
	width:100%;
}
.chart-list.compact ul
{
	width:300px!important;
	margin:1px 0 0;
	padding:0;
	background:#C5CDA4;
	display:inline;
	float:left;
}
.chart-list ul
{
	width:153px;
	margin:1px 0 0;
	padding:0;
	background:#C5CDA4;
}
.chart-list.compact li
{
	float:left;
	width:142px!important;
	padding:0 1px;
	height:17px;
	overflow:hidden;
	border-bottom:1px solid #CFD6B2;
	font-size:11px;
	line-height:18px;
	text-transform:uppercase;
}
.chart-list li
{
	float:left;
	width:146px;
	padding:0 4px;
	height:17px;
	overflow:hidden;
	border-bottom:1px solid #CFD6B2;
	font-size:11px;
	line-height:18px;
	text-transform:uppercase;
}
.chart-list li:hover,
.chart-list li.active
{
	background:#fff;
}

.chart-list.compact li:hover,
.chart-list.compact li.active
{
	background:none;
}

.chart-list .up				{	color:#006600; }
.chart-list .constant { color:#000000; }
.chart-list .down			{	color:#CC0000; }

.chart-list li a
{
	display:block;
	float:left;
}
.chart-list li span
{
	display:block;
	float:right;
	padding-right:14px;
	background-image:url(/img/ui/chartlist/icn_chartlist-trends.png);
	background-position:100% -100px;
	background-repeat:no-repeat;
}
.chart-list li.constant span
{	background-position:100% 0px; }
.chart-list li.up span
{	background-position:100% -20px; }
.chart-list li.up.super span
{	background-position:100% -40px; }
.chart-list li.down span
{	background-position:100% -60px; }
.chart-list li.down.super span
{	background-position:100% -80px; }

.chart-list a.chart
{
	display:block;
	position:absolute;
	top:1px;
	right:0;
	width:155px;
	height:89px;
	overflow:hidden;
}
.chart-list.high a.chart
{
	height:124px;
}
.chart-list a.chart img
{
	position:absolute;
	border:0;
	top:-1px;
}
.chart-list a.chart			{ display:none; }
.chart-list li.active a.chart	{ display:block; }

.wrapper.bottom
{
	height:22px;
	margin:8px 0 0 0;
	font-size:14px;
}
.stock-search
{
	float:left;
	width:633px;
	height:20px;
	border-width:1px;
	border-style:solid;
	color:#fff;
}

.small .stock-search
{
	width:302px;
	height:48px;
}

.stock-search h3
{
	float:left;
	width:149px;
	padding-left:5px;
}

.small .stock-search h3
{
	width:302px;
}

.stock-search input,
.stock-search select
{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border:none;
}

.small .stock-search input,
.small .stock-search select
{
	margin-top:2px;
}

.stock-search input
{
	width:151px;
	height:20px;
	padding-left:4px;
	margin-right:15px;
	line-height:20px;
}

.small .stock-search input
{
	width:218px;
	margin-right:4px;
	margin-left:4px;
}

.stock-search select
{
	width:154px;
	height:20px;
}

.small .stock-search select
{
	width:143px;
}

.stock-search button
{
	float:right;
	color:#162964;
	height:20px;
	padding:0 8px;
	border:none;
	background:transparent url(/img/ui/buttonBg.png) repeat-x top left;
	line-height:20px;
}

.small .stock-search button
{
	margin-top:2px;
	margin-right:6px;
}

.stock-search button:active
{
	background-position: bottom left;
}
#chart-tools .content-links
{
	float:right;
	width:309px;
	height:20px;
	border-width:1px;
	border-style:solid;
	line-height:20px;
}
#chart-tools .content-links a
{
	display:block;
	width:100%;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
#chart-tools .content-links a span
{
	float:right;
	display:block;
	width:21px;
	height:20px;
	background-image:url(/img/ui/link.png);
	background-repeat:no-repeat;
	background-position:center center;
}
/* single placement in block C */
.featureBlocks .chart-list
{
	margin-right:0;
	width:300px;
}
.featureBlocks .chart-list .header
{
	width:292px;
}
.featureBlocks .chart-list h3,
.featureBlocks .stock-search h3
{
	font-size:14px;
	font-weight:normal;
	line-height:20px;
}
.featureBlocks .chart-list ul
{
	width:145px;
}
.featureBlocks .embed .chart-list li
{
	width:137px;
	padding:0 4px !important;
	margin:0 !important;
	border-bottom-width: 1px !important;
}
.featureBlocks .stock-search
{
	
}

.chart-list.ch_wirtschaft.kursinfoTagCloud
{
	width:292px;
	padding:4px;
}