/*
die nächsten (leeren) Klassen sind dafuer, um vom TinyMCE geparsed zu werden und im Editor als Auswahl angezeigt zu werden.
Es handelt sich nur um Klassen aus Bootstrap
*/

.table {} /* Sollte fuer Tabellen in der Absatzkomponente ausgewaehlt werden*/
.nowrap {
	white-space: nowrap;
}

/*
Ende der Bootstrap Klassen
*/


body {
	font-family: Noto Sans,Arial,Verdana;
	font-size: 9pt;
}

* {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.Header h2, .AdvancedSearchHeaderText h2, h2.ueberschrift, h2#ueberschrift, h2 span {
	font-family: Roboto Condensed,Arial,Verdana;
	font-size: 11pt;
	font-weight: bold;
}

p {
	line-height: 18px;
}

a {
	color: #4997b7;
	text-decoration: none;
}

a:hover {
	color: #4a7485;
	text-decoration: none;
}

p.FlashErrorMessage a {
	text-decoration: underline;
}

img {
	border: none;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/fonts/NotoSans-Regular.ttf');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url('/fonts/NotoSans-Bold.ttf');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: normal;
    font-display: swap;
    src: url('/fonts/NotoSans-Italic.ttf');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: bold;
    font-display: swap;
    src: url('/fonts/NotoSans-BoldItalic.ttf');
}

@font-face {
    font-family: 'Noto Sans Condensed';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/fonts/Noto-Sans-Condensed.ttf.woff');
}

@font-face {
    font-family: 'Noto Sans Condensed';
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url('/fonts/Noto-Sans-Condensed-Bold.ttf.woff');
}

@font-face {
    font-family: "SIX-pictogram";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/SIX-pictogram.ttf");
}


.sp {
    display: inline-block;
    font-family: "SIX-pictogram";
    font-weight: 400;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.sp-lg {
    vertical-align: -15%;
    line-height: .75em;
    font-size: 1.33333333em
}

.sp-2x {
    font-size: 2em
}

.sp-3x {
    font-size: 3em
}

.sp-4x {
    font-size: 4em
}

.sp-5x {
    font-size: 5em
}

.sp-fw {
    width: 1.28571429em;
    text-align: center
}

.sp-aggregation::before {
    content: "\ea01"
}

.custom-configured-icon.sp-aggregation::before {
    content: "\ea01" !important
}

.sp-aggregation-o::before {
    content: "\ea02"
}

.custom-configured-icon.sp-aggregation-o::before {
    content: "\ea02" !important
}

.sp-aggregation-s::before {
    content: "\ea03"
}

.custom-configured-icon.sp-aggregation-s::before {
    content: "\ea03" !important
}

.sp-agile::before {
    content: "\ea04"
}

.custom-configured-icon.sp-agile::before {
    content: "\ea04" !important
}

.sp-agile-o::before {
    content: "\ea05"
}

.custom-configured-icon.sp-agile-o::before {
    content: "\ea05" !important
}

.sp-agile-s::before {
    content: "\ea06"
}

.custom-configured-icon.sp-agile-s::before {
    content: "\ea06" !important
}

.sp-search::before {
    content: "\ed5b"
}

.custom-configured-icon.sp-search::before {
    content: "\ed5b" !important
}

.sp-search-o::before {
    content: "\ed5c"
}

.custom-configured-icon.sp-search-o::before {
    content: "\ed5c" !important
}

.sp-search-s::before {
    content: "\ed5d"
}

.custom-configured-icon.sp-search-s::before {
    content: "\ed5d" !important
}

.sp-mail::before {
    content: "\ec51"
}

.custom-configured-icon.sp-mail::before {
    content: "\ec51" !important
}

.sp-mail-o::before {
    content: "\ec52"
}

.custom-configured-icon.sp-mail-o::before {
    content: "\ec52" !important
}

.sp-mail-s::before {
    content: "\ec53"
}

.custom-configured-icon.sp-mail-s::before {
    content: "\ec53" !important
}


.clearfix:after {
		content: '.';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
.clearfix {
		zoom:1;
	}

/* START Floating */
.clear {
	clear: both;
}
.float_left {
	float: left;
}

.float_right {
	float: right;
}
/* END Floating */


/* START Align */
.align_center {
	text-align:center;
}

.align_right {
	text-align: right;
}
/* END Align */


/* START Color */
.text_bright {
	color: #949598;
}

.red {
	color: red;
}
/* END Color */


/* START Content */
.ContentOuter {
	color: #333436;
}

/* only use overflow:hidden in ContentGadget */
.ContentOuter .ContentGadget {
	overflow: hidden;
}

.btn_edit {
	background-image: url('/images/global/css/gadgets/saved_searches/icon_edit.png');
	background-position: top left;
	height: 22px;
	width: 19px;
}

.btn_edit:hover {
	background-position: bottom left;
}

.btn_save {
	background-image: url('/images/global/css/action_buttons/btn_save.png');
	background-position: top left;
	height: 18px;
	width: 18px;
}

.btn_save:hover {
	background-position: bottom left;
}
/* END Content */
div.push_blink {
	width: 12px;
	height: 12px;
	float: left;
	position:relative;
	top: 5px;
	left: 5px;
	cursor: pointer;
}

div.push_blink2 {
	width: 12px;
	height: 0px;
	float: left;
	position:relative;
	top: 5px;
	left: 5px;
	cursor: pointer;
}

div.chart_black_circle {
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url('/images/global/chart/black.png');
	background-repeat: no-repeat;
}


div.chart_black_cross {
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url('/images/global/chart/black_cross.png');
	background-repeat: no-repeat;
}

div.chart_red_circle {
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url('/images/global/chart/red.png');
	background-repeat: no-repeat;
}

div.chart_red_circle_arr {
	height: 23px;
	width: 10px;
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url('/images/global/chart/red_w_arrow.png');
	background-repeat: no-repeat;
}

div.chart_red_cross {
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url('/images/global/chart/red_cross.png');
	background-repeat: no-repeat;
}

div.chart_green_circle {
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url('/images/global/chart/green.png');
	background-repeat: no-repeat;
}

div.chart_green_circle_arr {
	height: 23px;
	width: 10px;
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url('/images/global/chart/green_w_arrow.png');
	background-repeat: no-repeat;
}
/* BEGIN Content Styles */
TABLE.plainContentTable {
	width: 100%;
}

TABLE.plainContentTable TD.first {
	width: 90px;
	text-align: center;
}

a.pdf,
a.xls,
a.doc,
a.zip {
	display: inline-block;
	line-height: 18px;
	height: 18px;
	text-align: right;
	padding-left: 35px;
	padding-right: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-position: -5px top;
	background-repeat: no-repeat;
	min-height: 18px;
    text-decoration: none;
}

* html a.pdf,
* html a.xls,
* html a.doc,
* html a.zip {
/* IE6 min height */
	height: auto !important;
	height: 18px;
    text-decoration: none;
}
a.pdf:hover,
a.xls:hover,
a.doc:hover,
a.zip:hover {
	background-position: -5px bottom;
    text-decoration: none;
}

a.pdf {
	background-image: url('/images/global/css/icons/pdf.png');
}

a.xls {
	background-image: url('/images/global/css/icons/xls.png');
}

a.doc {
	background-image: url('/images/global/css/icons/doc.png');
}

a.zip {
	background-image: url('/images/global/css/icons/zip.png');
}

#CenterContainer .Gadget .textContent a.pdf,
#CenterContainer .ContentGadget a.pdf,
#CenterContainer .TabbedContentGadget .TabContents .Content a.pdf,
#CenterContainer .TabbedContentGadget .TabContents .FirstTabAsContent a.pdf, .ImportantNewsGadget .Content a.pdf
 {
     text-decoration: none;
 }

#CenterContainer .Gadget .textContent a.xls,
#CenterContainer .ContentGadget a.xls,
#CenterContainer .TabbedContentGadget .TabContents .Content a.xls,
#CenterContainer .TabbedContentGadget .TabContents .FirstTabAsContent a.xls, .ImportantNewsGadget .Content a.xls
 {
     text-decoration: none;
 }

#CenterContainer .Gadget .textContent a.zip,
#CenterContainer .ContentGadget a.zip,
#CenterContainer .TabbedContentGadget .TabContents .Content a.zip,
#CenterContainer .TabbedContentGadget .TabContents .FirstTabAsContent a.zip, .ImportantNewsGadget .Content a.zip
 {
     text-decoration: none;
 }

#CenterContainer .Gadget .textContent a.doc,
#CenterContainer .ContentGadget a.doc,
#CenterContainer .TabbedContentGadget .TabContents .Content a.doc,
#CenterContainer .TabbedContentGadget .TabContents .FirstTabAsContent a.doc, .ImportantNewsGadget .Content a.doc
 {
     text-decoration: none;
 }




TABLE.plainContentTable A.downloadImage {
	font-size: 10px;
	line-height: 27px;
	display: block;
	width: 84px;
	margin-left: 4px;
	background-image: url('/images/global/css/gadgets/content/more.png');
	background-repeat: no-repeat;
	background-position: right 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
TABLE.plainContentTable A.downloadImage:hover {
	background-position: right -1406px;
}

a.readMore {
	line-height: 40px;
	padding-right: 18px;
	background-image: url('/images/global/css/gadgets/content/more.png');
	background-repeat: no-repeat;
	background-position: right 1px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.readMore:hover {
	background-position: right -1413px;
	cursor:pointer;
}

TABLE.plainContentTable TD.headline {
	background: url('/images/global/css/headline_green_point.png') no-repeat left center;
	line-height: 30px;
	padding-left: 20px;
	font-size:13px;
	font-weight: bold;
}

/* END Content Styles */


/* START table */
table.fullSize {
	width: 100%;
}

table tr {
	line-height: 19px;
}

table tr.hi, table tr.odd {
	/*background-color: #F0F0F0;*/
}

table tr td {
	border-bottom: 1px solid lightgrey;
}

table tr.dark {
	background-color: #66676C;
	color: #F7F7F7;
}

table.RowHoverEnabled {
	/* this empty style-class is needed to show this style in the style-dropdown in CMS-texteditor-boxes */
}

html>/**/body table.RowHoverEnabled tbody tr:hover,
html>/**/body table.RowHoverEnabled tbody tr:hover span.HoverByRowHover,
html>/**/body table.RowHoverEnabled tbody tr:hover div.HoverByRowHover {
	/* for all browsers except ie6 and ie7 */
	background-color: #CFE6F4 !important;
}
table.RowHoverEnabled tbody tr.hoverIE,
table.RowHoverEnabled tbody tr.hoverIE span.HoverByRowHover,
table.RowHoverEnabled tbody tr.hoverIE div.HoverByRowHover {
	/* ie6 and ie7 */
	background-color: #CFE6F4 !important;
}

/*to overwrite the default bootstrap hover color*/
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #CFE6F4;
}
.table-hover tbody tr.quickinfo:hover td {
  background-color: transparent;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #ddd;
}

tr.quickinfo td {
	padding:0 !important;
}

/* END table


/* START Clock Icons */
.clockIcon_Delay {
	width: 14px;
	height: 14px;
	background-image: url('/images/global/css/icons/clock.png');
	background-position: -14px 0;
}

.clockIcon_Close {
	width: 14px;
	height: 14px;
	background-image: url('/images/global/css/icons/clock.png');
}

.clockIcon_Realtime {
	width: 14px;
	height: 14px;
	background-image: url('/images/global/css/icons/clock.png');
	background-position: 0 -14px;
}
/* END Clock Icons */


/* START Font-Styles */
.greenFont {
	color: #CFE6F4 !important;
}

.changeUpFont {
	color: #3DAF2C;
}

.changeDownFont {
	color: #FE0000;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}
/* END Font-Styles */


/* START UpdateProgress */
div#UpdateProgress{
	background-color: #333436;
	color:#E3E3E5;
	border:solid 1px #E3E3E5;
	z-index: 100;
	position: fixed;
	left: 45%;
	top: 350px;
	padding: 5px;
	text-align:center;
}

* html div#UpdateProgress {
	/* ie6 hack as it does not support position:fixed*/
	position: absolute;
	top: expression( ( 350 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
/* END UpdateProgress */


/* START Action Buttons */
a.ActionButton {
	background-position: right center;
	background-repeat: no-repeat;
	line-height: 18px;
	display: inline-block;
	cursor: pointer;
	outline-style: none;
}

a.ActionButton span {
	margin-top: 0px !important;
}
a.ActionButton span.buttonText {
	padding-right: 3px;
}
a.ActionButton span.forceMinSize {
	display: inline-block;
	width: 18px;
	height: 18px;
}
a.ActionButton_Portfolio {
	background-image: url('/images/global/css/action_buttons/portfolio.png');
	background-position: left top;

}
a.ActionButton_Portfolio:hover {
	background-position: left bottom;
}
a.ActionButton_Portfolio_Typo {
	background-image: url('/images/global/css/action_buttons/portfolio_typo.png');
	background-position: right top;
}
a.ActionButton_Portfolio_Typo:hover {
	background-position: right bottom;
}
a.ActionButton_Go {
	background-image: url('/images/global/css/action_buttons/go.png');
	background-position: right top;
}
a.ActionButton_Go:hover {
	background-position: right bottom;
}
a.ActionButton_Magnifier {
	background-image: url('/images/global/css/action_buttons/Lupe_plain_rock_rgb.png');
	background-position: right top;
}
a.ActionButton_Person {
	background-image: url('/images/global/css/action_buttons/Person_plain_rock_rgb.png');
	background-position: right top;
}
a.ActionButton_Back {
	padding-left: 21px;
	background-position: left top;
	background-image: url('/images/global/css/action_buttons/back.png');
}
a.ActionButton_Back:hover {
	background-position: left bottom;
}
a.ActionButton_Search {
	background-image: url('/images/global/css/action_buttons/search.png');
	background-position: right top;
}
a.ActionButton_Search:hover {
	background-position: right bottom;
}
a.ActionButton_Print {
	background-image: url('/images/global/css/action_buttons/print.png');
	background-position: left top;
}
a.ActionButton_Print:hover {
	background-position: left bottom;
}
a.ActionButton_Up {
	background-image: url('/images/global/css/action_buttons/up.png');
	background-position: right top;
}
a.ActionButton_Up:hover {
	background-position: right bottom;
}
a.ActionButton_Down {
	background-image: url('/images/global/css/action_buttons/down.png');
	background-position: right top;
}
a.ActionButton_Down:hover {
	background-position: right bottom;
}
a.ActionButton_Pdf {
	background-image: url('/images/global/css/action_buttons/pdf.png');
	background-position: left top;
}
a.ActionButton_Pdf:hover {
	background-position: left bottom;
}
a.ActionButton_Refresh {
	background-image: url('/images/global/css/action_buttons/refresh.png');
	background-position: left top;
}
a.ActionButton_Refresh:hover {
	background-position: left bottom;
}
a.ActionButton_BrokerGame {
	background-image: url('/images/global/css/action_buttons/game.png');
	background-position: left top;
}
a.ActionButton_BrokerGame:hover {
	background-position: left bottom;
}
a.ActionButton_Watchlist {
	background-image: url('/images/global/css/action_buttons/watchlist.png');
	background-position: left -1px;
	float: right;
}
a.ActionButton_Watchlist:hover {
	background-position: left bottom;
}
a.ActionButton_Calculator {
	background-image: url('/images/global/css/action_buttons/calculator.png');
	background-position: left top;
	float: right;
}
a.ActionButton_Calculator:hover {
	background-position: left bottom;
}
a.ActionButton_Configure {
	width: 23px;
	height: 25px;
	background-image: url('/images/global/css/action_buttons/configure.png');
}
a.ActionButton_ProductComparison {
	background-image: url('/images/global/css/action_buttons/icon_comparison.png');
	background-position: left bottom;
	float: right;
}
a.ActionButton_ProductComparison:hover {
	background-position: left top;
}
a.ActionButton_Info {
	background-image: url('/images/global/css/action_buttons/termsheet.png');
	background-position: -3px top;
}
a.ActionButton_Info:hover {
	background-position: right top;
}
a.BookmarkButton_DE{
	background-position: -5px -2px;
}
a.BookmarkButton_DE:hover{
	background-position: -82px -2px;
}
a.BookmarkButton_EN{
	background-position: -4px -43px;
}
a.BookmarkButton_EN:hover{
	background-position: -82px -43px;
}
a.BookmarkButton_FR{
	background-position: -4px -86px;
}
a.BookmarkButton_FR:hover{
	background-position: -82px -86px;
}
a.ActionButton_Bookmark {
	background-image: url('/images/global/css/gadgets/bookmark/addbookmark.gif');
	line-height: 16px;
	width: 73px;
	float:right;
}

a.ActionButton_BookmarkDisabled {
	background-image: url('/images/global/css/gadgets/bookmark/addbookmark.gif');
	line-height: 12px;
	width: 73px;
	float:right;
	cursor: default;
	filter: alpha(opacity=20);
	opacity: 0.2;
	-moz-opacity :0.2;
}
table.derivativeSearchResult a.ActionButton_BookmarkDisabled {
	display: inline-block;
	background-image: url('/images/global/css/gadgets/bookmark/addbookmark_SearchResult.gif');
	background-position: 0px 0px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}
table.derivativeSearchResult a.ActionButton_Bookmark {
	display: inline-block;
	background-image: url('/images/global/css/gadgets/bookmark/addbookmark_SearchResult.gif');
	background-position: 0px 0px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}
table.derivativeSearchResult a.ActionButton_Bookmark:hover {
	background-position: -18px 0px;
}
table.derivativeSearchResult a.PortfolioIcon {
	display: inline-block;
	height: 18px;
	width: 18px;
	background-image: url('/images/global/css/action_buttons/portfolio.png');
	vertical-align: middle;
}
table.derivativeSearchResult a.PortfolioIcon:hover {
	background-position: 0 -36px;
}

/* END Action Buttons */

/* START HeaderLink Buttons */
a.HeaderLinkButton_Minimize {
	background-image: url('/images/global/css/gadgets/header_icons/minimize.png');
	background-position: left bottom;
	height: 25px;
	width: 21px;
}
a.HeaderLinkButton_Minimize:hover {
	background-image: url('/images/global/css/gadgets/header_icons/minimize_hover.png');
}
a.HeaderLinkButton_Minimized {
	background-image: url('/images/global/css/gadgets/header_icons/minimize.png');
}
a.HeaderLinkButton_Minimized:hover {
	background-image: url('/images/global/css/gadgets/header_icons/minimized_hover.png');
}
a.HeaderLinkButton_Popup,
a.HeaderLinkButton_Popup_MarketOverview {
	background-image: url('/images/global/css/gadgets/header_icons/popup.png');
	background-position: left bottom;
	height: 20px;
	width: 20px;
}

a.HeaderLinkButton_Popup_MarketOverview {
	background-image: url('/images/global/css/gadgets/header_icons/popup_marketOverview.png');
}
a.HeaderLinkButton_Popup_MarketOverview:hover {
	background-image: url('/images/global/css/gadgets/header_icons/popup_marketOverview_hover.png');
}
/* END HeaderLink Buttons */

/* START Arrows */
.arrow_up {
	overflow:hidden;
	width: 13px;
	height: 13px;
	background-image: url('/images/global/css/icons/arrow.png');
	background-position: 0 -13px;
}
.arrow_halfup {
	overflow:hidden;
	width: 13px;
	height: 13px;
	background-image: url('/images/global/css/icons/arrow.png');
	background-position: -13px -13px;
}
.arrow_down {
	overflow:hidden;
	width: 13px;
	height: 13px;
	background-image: url('/images/global/css/icons/arrow.png');
}
.arrow_halfdown {
	overflow:hidden;
	width: 13px;
	height: 13px;
	background-image: url('/images/global/css/icons/arrow.png');
	background-position: -13px 0;
}
.arrow_same {
	overflow:hidden;
	width: 13px;
	height: 13px;
	background-image: url('/images/global/css/icons/arrow.png');
	background-position: 0 -26px;
}

.arrow_up span,
.arrow_halfup span,
.arrow_down span,
.arrow_halfdown span,
.arrow_same span,
.arrow_Empty span {
	display: none;
}
/* END Arrows */


/* START HeaderContent */
#HeaderContent {
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: top;
	padding: 0 10px;
}
/* END HeaderContent */


/* START HeaderUserBar */
#HeaderUserBar * {
	font-size: 13px;
}

#HeaderUserBar {
	height: 40px;
	vertical-align: top;
}

#HeaderUserBar span.left_corner {
	display: inline;
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
}

#HeaderUserBar span.right_corner {
	display: block;
	width: 28px;
	height: 36px;
}
/* END HeaderUserBar */

/* START HeaderUserBarContent */
#HeaderUserBarContent {
	height: 36px;
	max-width: 989px;
	width:100%;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}

#HeaderUserBarContent span.quotes_container {
	display: block;
	padding-top: 10px;
	color: white;
}

#HeaderUserBarContent div.quotes_container .quote {
	display: inline-block;
	width: 115px;
	vertical-align: top;
}
#HeaderUserBarContent div.quotes_container > *:not(:first-child) {
	padding-left: 5px;
}

#HeaderUserBarContent div.quotes_container > *:not(:last-child) {
	padding-right: 5px;
	border-right: 1px solid #cccccc;
}

#HeaderUserBarContent div.quotes_container .quote a.name {
	color: #393939;
	font-weight:normal;
	font-size: 18px;
	font-family: "Noto Sans Condensed";
}

#HeaderUserBarContent div.quotes_container .quote div.name {
	height: 22px;
}

#HeaderUserBarContent div.quotes_container div.price,
#HeaderUserBarContent div.quotes_container div.changePercent,
#HeaderUserBarContent div.quotes_container div.changePercentLast {
	display: inline-block;
	font-size: 12px;
}

#HeaderUserBarContent div.quotes_container div.price {
	width: 45px;
	text-align: left;
}


#HeaderUserBarContent div.quotes_container div.changePercent {
	float:right;
	width:40px;
	margin-top: 1px;
	text-align: right;
	font-weight: bold;
}

#HeaderUserBarContent div.quotes_container div.changePercentLast {
	margin-right: 0px;
	width: 40px;
	float:right;
	margin-top: 1px;
	text-align: right;
	font-weight: bold;
}

#HeaderUserBarContent div.quotes_container span.openclose {
	color: #4e4e4e;
	font-size: 10px;
	float: right;
	margin-top: 2px;
	text-align: right;
	display: none;
}

#HeaderUserBarContent div.quotes_container div.price,
#HeaderUserBarContent div.quotes_container div.changePercent,
#HeaderUserBarContent div.quotes_container div.changePercentLast {
	color: #4997b7;
}

.list-teaser-ticker-state:before {
	content: "\ead6";
	display: inline-block;
	font-family: "SIX-Pictogram";
	line-height: 1;
	margin-right: 3px;
	vertical-align: middle
}

.list-teaser-ticker-open .title, .list-teaser-ticker-open .list-teaser-ticker-values, .list-teaser-ticker-open .list-teaser-ticker-graph {
	opacity: 1
}

.list-teaser-ticker-closed .title, .list-teaser-ticker-closed .list-teaser-ticker-values, .list-teaser-ticker-closed .list-teaser-ticker-graph {
	opacity: .54
}

/* END HeaderUserBarContent */

/* START HeaderInformationBar */
#HeaderInformationBar {
	padding: 15px 0;
}

#HeaderInformationBar .logo_six {
	width: 100%;
	max-width: 200px;
	height: 36px;
	background-size: 100% auto;
	background-image: url(/images/logo/six_structured_products_200x36.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: -5px;
}

#HeaderInformationBar .information {
	width: 640px;
	height: 30px;
}

#HeaderInformationBar .information .left_information {
	padding-top: 4px;
	float: left;
}

#HeaderInformationBar div.current_date {
	width: 260px;
	float: left;
	text-align: right;
	display: block;
	margin-left: 60px;
	margin-top: 15px;
}
#HeaderInformationBar div.current_date span {
	margin-right: 5px;
}

#HeaderInformationBar div.current_website {
	width: 233px;
	float: left;
	text-align: right;
	display: block;
}

#HeaderInformationBar div.current_website a {
	color: #000;
}

#HeaderInformationBar div.current_language {
	float: right;
	height: 13px;
}

#HeaderInformationBar div.current_language a {
	color: #000;
}

#HeaderInformationBar div.current_time span#liveClock {
	padding-right: 5px;
}

#HeaderInformationBar .information a.ActionButton_Print {
	float: right;
	width: 22px;
}

#HeaderInformationBar .LanguageDropDown {
	float: right;
	vertical-align: top;
}
/* END HeaderInformationBar */


/* START HeaderInputBar */

#HeaderInputBar .float_left div
{
	float: left;
}

#HeaderInputBar div#HeaderLogin {
	width: 100px;
	height: 57px;
	line-height: 57px;
	float: right;
	padding-top: 0px;
	cursor: pointer;
}

#HeaderInputBar div#HeaderLogin table {
	width: 100%;
}

#HeaderInputBar div#HeaderLogin input {
	width: 100%;
}

#HeaderInputBar div#HeaderLogin #login_password {
	width: 100%;
	float: left;
}

#HeaderInputBar div#HeaderLogin .checkbox {
	width: 20px;
	vertical-align: middle;
}

#HeaderInputBar div#HeaderLogin a {
	margin: 0;
	vertical-align: top;
}

#HeaderInputBar div#HeaderLogin div.loginLinks
{
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 0px;
	line-height: 26px;
	height: 26px;
}

#HeaderInputBar div#HeaderLogin div.loginLinks #registerUrl {
	width: 130px;
	padding-right: 10px;
}

#HeaderInputBar div#HeaderLogin div.loginLinks #recoverPassword {
	width: 130px;
}

#HeaderInputBar div#HeaderLogin div.loginLinks a.registerUrlLink {
	width:114px;
	display:inline-block;
}

#HeaderInputBar div#HeaderLogin div.loginLinks a.recoverPasswordLink {
	display:inline-block;
}

#HeaderInputBar div#HeaderLogin div.loginRememberCheckbox {
	float:left;
	/*margin:1px;*/
}

#HeaderInputBar div#HeaderLogin div.loginMain {
	/*float:left;*/
}

.LoginErrors {
	padding: 2px 0;
	font-size: 9px;
	color: red;
	height: 26px;
	line-height: 26px;
}

#HeaderInputBar div#InstrumentSearch {
	margin-top: 23px;
	/*margin-left: 20px;*/
	/*width: 190px;*/
}
#HeaderInputBar div#InstrumentSearch input.ScoachTextBox {
	width:90%;
}

#HeaderInputBar div#iconPerson {
	margin-top: 15px;
}

#HeaderInputBar div#LexiconSearch {
	margin-top: 23px;
	margin-left: 0;
	/*width: 200px;*/
}
#HeaderInputBar div#LexiconSearch input.ScoachTextBox {
	width:80%;
}

/* END HeaderInputBar */

#HeaderLanguageBar {
	float: right;
	width: 100px;
	height: 20px;
	margin-top: 0px;
	padding: 0px;
}

div#HeaderLoginMobile {
	width: 100%;
	position: relative;
}

input#header_suche_txt_underlying_mobile {
	width: 100%;
}


/* START HeaderNavigationBar */
#HeaderNavigationBar {
	margin-bottom: 20px;
	/*padding: 0 15px;*/
}

#HeaderNavigationBar,
#HeaderNavigationBar div.LowerMenu a.Active {
	font-family: "Noto Sans",Arial,Verdana;
}

#HeaderNavigationBar div.LowerMenu {
	font-weight: normal;
}

#HeaderNavigationBar {
	width: 100%;
}

#HeaderNavigationBar div.UpperMenu li.active,
#HeaderNavigationBar div.UpperMenu li.UpperMenuItemLast {
	border-right: 0;
}

#HeaderNavigationBar .UpperMenu .UpperMenuItem {
	float: left;
	height: 30px;
	text-align: left;
	line-height: 30px;
	cursor: pointer;
	text-transform: capitalize;
}

#HeaderNavigationBar .UpperMenu .Active {
	position: relative;
}

#HeaderNavigationBar .UpperMenu .Active:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	background-color: #de3919;
}

#HeaderNavigationBar .UpperMenu .PreSelected {
	color: gray;
}

#HeaderNavigationBar .UpperMenu .UpperMenuItemLast {
	margin-right: 0;
	border-right: 0px;
}

#HeaderNavigationBar .LowerMenu {
	background-color: #CFE6F4;
	height: 30px;
	padding: 0 10px;
	color: #002b5e;
}

#HeaderNavigationBar .LowerMenu .LowerMenuSub {
	display: none;
	line-height: 30px;
}

#HeaderNavigationBar .LowerMenu .Active {
	display: block;
}

#HeaderNavigationBar .LowerMenu .LowerMenuSub a {
	color: #002b5e;
	display: inline-block;
	font-size: 9pt;
}

#HeaderNavigationBar .LowerMenu .LowerMenuSub a:hover {
	color: #002b5e;
}

#HeaderNavigationBar .LowerMenu .LowerMenuSub a.Active {
	color: #002b5e;
	background-image: url('/images/global/css/header_navigation_active_arrow_v2.png');
	background-position: right 11px;
	background-repeat: no-repeat;
	padding-right: 13px;
}

#liveClock {
	border: 0;
	width: 58px;
	vertical-align: 0px;
}

/* END HeaderNavigationBar */
#CenterContainer {
	margin: 20px auto;
	width: 1300px;
}

div#CenterContainerPopup div#CenterContainer {
	margin: 10px 0;
	width: auto;
}

div#CenterContainerPopup div#CenterContainer div.IndexOverviewChartPopupGadget {
	width: 700px;
}

div#CenterContainerPopup div#CenterContainer div.ProductComparisionMain {
	max-width: 960px;
	width:100%;
}

#CenterContainer div#CenterFrame {
	width: 990px;
	float: left;
}

div.WerbeContainer {
	min-height: 1px;
}

#CenterContainer #iframeBackgroundAd {
	position:absolute;
	z-index: -999;
	border: none;
}

#CenterContainer .CenterContent {
	padding: 20px 10px 0px 10px;
}

@media screen {

}

/* START only for CMS */
#CenterContainer table.CenterContent {
	width: 100%;
}
/* END only for CMS */

/* START Global Gadget Style */
#CenterContainer .half {
	float: left;
	width: 480px;
}

#CenterContainer .full {
	float: none;
	max-width: 970px;
}

#CenterContainer .twothirds {
	float: left;
	width: 600px;
}

#CenterContainer .onethirds {
	float: left;
	width: 360px;
}

#CenterContainer .GadgetMargin {
	padding: 0 0 20px 15px;
}

div#CenterContainerPopup div#CenterContainer  .GadgetMargin {
	margin: 0;
}

#CenterContainer .Gadget {
	zoom: 1;
}

#CenterContainer .Gadget .Header {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

/* just for IE6: correct padding of header */
* html #CenterContainer .ProductMatrixPerIssuerGadget .Header h2 {
	padding-top: 5px;
}

#CenterContainer .Gadget .Header span.HeaderCorner {
	/*background-image: url('/images/global/css/gadget_header_corner.png');
	display: block;
	width: 15px;
	height: 25px;
	margin-left: 5px;*/
}

#CenterContainer .Gadget .Footer {
	height: 24px;
	line-height: 20px;
	padding: 0 5px;
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
}

img.footer-logo {
	float: left;
}

#Footer .logo-box {
	display: block;
	width: 100%;
	height: 25px;
	margin-left: 120px;
}

#Footer .contact {
	border: 1px solid white;
	padding: 5px;
	display: block;
	margin: 0 auto;
	width: 80px;
	text-align: center;
	margin-left: 120px;
	color: white;
	float: left;

}

#Footer hr {
	border-top: 1px solid grey;
	margin: 20px 120px;
}

#powered-by {
	margin-top: 20px;
	text-align: center;
}


#CenterContainer .Gadget .FooterBar {
/*	background-color: #eeecea;*/
}

#CenterContainer .Gadget .Footer span {
}

#CenterContainer .Gadget .Footer span.combo {
	margin-top: 0;
}

#CenterContainer .Gadget .Footer a.MoreLink {
	text-transform: uppercase;
	color: #949598;
}

#CenterContainer .Gadget a.BackLink {
	color: #949598;
}

#CenterContainer .Gadget .Padding {
	padding: 5px;
}

#CenterContainer .Gadget .NoTitle {
}

.Gadget .Content p {
	padding-bottom: 5px;
}

#CenterContainer .Gadget .Content .TabContainer .TabHeader Table {
	width: 100%;
	height: 19px;
	line-height: 19px;
	border-collapse: collapse;
	table-layout: fixed;
}

#CenterContainer .Gadget .Content .TabContainer .TabHeader Table Td {
	cursor: pointer;
	overflow: hidden;
}

#CenterContainer .Gadget .Content .TabContainer .TabHeader Table Td.TabItemLast A.ClickableHeader {
	margin-right: 0px;
	border-right: 0px;
}

#CenterContainer .Gadget .Content .TabContainer .TabHeader Table Td.Active A.ClickableHeader {
	color: #002C5F;
	background-image: none;
	background-color: #fff;
	border-top: 1px solid #9f9f9f;
	overflow: hidden;
}

#CenterContainer .Gadget .Content .TabContainer .TabHeader Table Td.ActiveNoBorder A.ClickableHeader {
	color: #002C5F;
	background-image: none;
	background-color: #fff;
	overflow: hidden;
}

#CenterContainer .Gadget .Content .TabContainer .TabHeader Table Td A.ClickableHeader {
	padding-left: 5px;
	height: 20px;
	display: block;
	overflow: hidden;
	text-align: center;
	color: #4D4F53;
	border-right: 1px solid #9F9F9F;
	text-decoration: none;
	background-color: rgb(238,236,234);
}

#CenterContainer .Gadget .Content .TabContainer .TabHeader Table Td A.ClickableHeader.bottomBorder {
	border-bottom: 1px solid #9F9F9F;
}

#CenterContainer .Gadget .Content .TabContainer .TabHeader Table Td A.ClickableHeader Div {
	display: inline-block;
	padding-right: 17px;
}

#CenterContainer .Gadget .Content .TabContainer .TabHeader Table Td Span.DisabledHeader {
	padding-left: 10px;
	margin-right: 1px;
	color: #949496;
	background-image: url('/images/global/css/tab_line.png');
	height: 19px;
	display: block;
	cursor: default;
}
/* END Global Gadget Style */


/* START ContentGadget, textcontent */
#CenterContainer .Gadget .textContent h1,
#CenterContainer .ContentGadget h1 {
	font-size: 13px;
	margin-bottom: 20px;
}
#CenterContainer .Gadget .textContent h2,
#CenterContainer .ContentGadget h2 {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
#CenterContainer .Gadget .textContent p,
#CenterContainer .ContentGadget p {
	margin-bottom: 10px;
}

#CenterContainer .Gadget .textContent a:hover,
#CenterContainer .ContentGadget a:hover,
#CenterContainer .TabbedContentGadget .TabContents .Content a:hover,
#CenterContainer .TabbedContentGadget .TabContents .FirstTabAsContent a:hover,
.ImportantNewsGadget .Content a:hover {
	color: #DE3919;
	cursor:pointer;
}
#CenterContainer .Gadget .textContent a.boldLink ,
#CenterContainer .ContentGadget a.boldLink ,
#CenterContainer .TabbedContentGadget .TabContents .Content a.boldLink ,
#CenterContainer .TabbedContentGadget .TabContents .FirstTabAsContent a.boldLink  {
	text-decoration: none;
	font-weight: bold;
}

#CenterContainer .Gadget .textContent h2.greenPoint,
#CenterContainer .ContentGadget h2.greenPoint {
	background: url('/images/global/css/headline_green_point.png') no-repeat left center;
	height: 15px;
	padding-left: 30px;
	padding-top: 0;
	font-size: 14px;
	font-weight: bold;
}

#CenterContainer .ContentGadget table.dataTable td,
#CenterContainer .ContentGadget table.dataTable th
{
	padding: 3px 5px;
}

/* END ContentGadget */


/* START TradeTickerGadget */
.TradeTickerTable {
	padding: 15px;
}

.TradeTickerTable table.hidden {
	display: none;
}

.TradeTickerTable Table {
	width: 100%;
	border-collapse: collapse;
}

.TradeTickerTable Th {
	font-weight: bold;
	padding-bottom: 5px;
}

.TradeTickerTable Td {
	padding: 2px 0;
	height: 40px;
	vertical-align: middle!important;
}

.TradeTickerTable Td div.price,
.TradeTickerTable Td div.volume
{
	text-align:right;
}

.TradeTickerTable Tr {
	line-height: 18px;
}

.TradeTickerTable A {
	color: #000;
}

.TradeTickerTable .underlying {
	width: 350px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.TradeTickerNoTrades {
	padding: 10px;
}
/* END TradeTickerGadget */


/* START SearchResultGrid */
div.NoResultText {
	padding: 5px;
}

table.derivativeSearchResult {
	width: 100%;
	border-collapse: inherit;
	/*border-right: solid 1px #676769;*/
}

table.derivativeSearchResult a img {
	border: none;
}

table.derivativeSearchResult a, table.derivativeSearchResult a:visited {
	color: #000;
}

table.derivativeSearchResult a.MoreLink, table.derivativeSearchResult a:visited.MoreLink {
	color: #949598;
	text-transform: uppercase;
}

table.derivativeSearchResult a:hover {
	color: #DE3919;
}

table.derivativeSearchResult a:hover.MoreLink {
	color: #949598;
	text-transform: uppercase;
}

table.LargeGridHeader td {
	text-align: left;
	border-right: 1px solid #FFF;
	height: 40px;
	vertical-align: middle!important;
}

table.LargeGridHeader th {
	border-right: 1px solid #FFF;
	height: 50px;
	font-weight: bold;
	line-height: 15px;
	border-bottom: 1px solid red;
}

table.SmallGridHeader th {
	border-right: 1px solid #FFF;
	height: 24px;
	font-weight: bold;
	line-height: 24px;
}

table.derivativeSearchResult td.DataItem {
	padding: 3px 5px;
	vertical-align:middle;
	height: 40px;

}


table.derivativeSearchResult td.underlyingQuoteColumn,
table.derivativeSearchResult td.strikeColumn {
	text-align: right;
}

table.derivativeSearchResult td.bidColumn span,
table.derivativeSearchResult td.askColumn span,
table.derivativeSearchResult td .ChangeValue span {
	float: right;
}

table.derivativeSearchResult td.Derivative_SearchResult_UnderlyingName {
}

table.derivativeSearchResult td.Derivative_SearchResult_WarnAndComparisonIcon {
	width: 50px;
}

table.derivativeSearchResult th span.Normal {
	display: block;
	width: 100%;
	height: 100%;
}

table.LargeGridHeader th span.Normal,
table.SmallGridHeader th span.Normal {
	display: block;
	text-align: left;
	width: 100%;
	height: 100%;
}
table.SmallGridHeader th span.Normal {
	background-position:0 -20px;

}

table.LargeGridHeader th span.caption {
	/*height: 39px;*/
	white-space: nowrap;
}

table.LargeGridHeader th span span.sortEnabledAsc,
table.LargeGridHeader th span span.sortEnabledDesc,
table.LargeGridHeader th span span.sortDisabledAsc,
table.LargeGridHeader th span span.sortDisabledDesc {
	background-image: url('/images/global/css/header_sort_arrows.gif');
	background-repeat: no-repeat;
	width: 13px;
	height: 9px;
	margin: 0px;
	overflow: hidden;
}

table.derivativeSearchResult.Search.LargeGridHeader.table.table-hover {
	margin-bottom: 0px; /*specifically overwriting bootstrap-added bottom margin for this table*/
}

table.derivativeSearchResult.Search.LargeGridHeader.table.table-hover thead tr th,
table.derivativeSearchResult.Search.LargeGridHeader.table.table-hover tbody tr th {
	padding: 0px; /*specifically overwriting bootstrap-added padding*/
	border-top: 1px solid #dddddd;
}

table.LargeGridHeader th span span.sortEnabledAsc {
	background-position: 0 0;
}

table.LargeGridHeader th span span.sortEnabledDesc {
	background-position: -14px 0;
}

table.LargeGridHeader th span span.sortDisabledAsc {
	background-position: -27px 0;
}

table.LargeGridHeader th span span.sortDisabledDesc {
	background-Position: -40px 0;
}

table.LargeGridHeader th span span,
table.LargeGridHeader th a span {
	margin: 3px 5px 0 5px;
	display: inline-block;
	color: #363835;
}

table.LargeGridHeader th span.text-right span {
	text-align: right;
}

table.LargeGridHeader th a span.sortArrows {
	width: 30px;
}

table.derivativeSearchResult th a.Normal {
	background-position: 0 0;
}
table.derivativeSearchResult th a.Normal:hover {
	background-position: 0 bottom;
}

table.LargeGridHeader th a,
table tr.secondhead th input {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	max-height: 60px;
	background-position: 0 60px;
}

table.LargeGridHeader th a {
	text-align: left;
}

table.LargeGridHeader td.text-center,
table.LargeGridHeader th.Derivative_SearchResult_IssuerCompany *,
table.LargeGridHeader th.text-center *,
table.LargeGridHeader td.text-center * {
	text-align: center;
}
table.LargeGridHeader td.text-right,
table.LargeGridHeader th.text-right *,
table.LargeGridHeader td.text-right *,
table.LargeGridHeader th span .text-right *{
	text-align: right;
}


table.derivativeSearchResult th a.Sorted {
	background-position: 0 bottom;
}

table.derivativeSearchResult th a.SortAsc,
table tr.secondhead th input.sortAsc  {
	background-image: url('/images/global/css/header_sort.png');
	background-position: center top;
	background-repeat: no-repeat;
}

table.derivativeSearchResult th a.SortDesc,
table tr.secondhead th input.sortDesc {
	background-image: url('/images/global/css/header_sort.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}

table.derivativeSearchResult tr.resultGridFooterRow {
}

table.derivativeSearchResult tr.resultGridFooterRow div.pagination {
	float:left;
}

table.derivativeSearchResult tr.resultGridFooterRow div.pageSizeDropDown {
	float:right;
	padding-right:10px;
	padding-top:4px;
}

table.derivativeSearchResult tr.resultGridFooterRow div.pageSizeDropDown div.caption {
	float: left;
	padding-right: 5px;
	padding-top: 1px;
}

table.derivativeSearchResult tr.resultGridFooterRow .ScoachButton{
	float:right;
	padding-right:5px;
	padding-top:3px;
}

table.derivativeSearchResult a.ProductPreviewIcon, table.derivativeSearchResult a.ProductPreviewIconDepot {
	display: inline-block;
	height: 18px;
	width: 18px;
	background-image: url('/images/global/css/gadgets/search_result_grid/icon_product_preview.png');
}
table.derivativeSearchResult a.ProductPreviewIcon:hover, table.derivativeSearchResult a.ProductPreviewIconDepot:hover {
	background-position: left center;
}

table.derivativeSearchResult a.ProductPreviewIcon_expanded, table.derivativeSearchResult a.ProductPreviewIconDepot_expanded {
	display: inline-block;
	height: 18px;
	width: 18px;
	background-image: url('/images/global/css/gadgets/search_result_grid/icon_product_preview.png');
	background-position: left bottom;
}

table.derivativeSearchResult a.ComparisonIcon {
	display: inline-block;
	height: 18px;
	width: 18px;
	background-image: url('/images/global/css/action_buttons/icon_comparison.png');
	background-position: bottom left;
	vertical-align: middle;
}
table.derivativeSearchResult a.ComparisonIcon:hover {
	background-position: top left;
}

table.derivativeSearchResult img.WarningIcon {
	display: inline-block;
	height: 18px;
	width: 18px;
	background-image: url('/images/global/css/gadgets/search_result_grid/icon_warning.png');
	vertical-align: middle;
}

table.derivativeSearchResult a.ComparisonIconSelected {
	display: inline-block;
	height: 18px;
	width: 18px;
	background-image: url('/images/global/css/action_buttons/icon_comparison.png');
	background-position: 0 -18px;
	vertical-align: middle;
}

table.derivativeSearchResult tr.expanded {
	background-color: #CFE6F4;
}
table.derivativeSearchResult td.Derivative_SearchResult_MiniDetailPage {
	padding: 0;
}

table.derivativeSearchResult div.ProductPreviewPanel {
	border-bottom: 5px solid #66676c;
	overflow: hidden;
	padding: 7px;
}

table.derivativeSearchResult tr.expanded td.ToggleCollapseRow {
	background-color: #939397;
	padding: 0;
}

table.pagination_table tr.resultGridFooterRow {
}

table.pagination_table tr.resultGridFooterRow div.pagination {
	float:left;
}

table.pagination_table tr.resultGridFooterRow div.pageSizeDropDown {
	float:right;
	padding-right:10px;
	padding-top:4px;
}

table.pagination_table tr.resultGridFooterRow div.pageSizeDropDown div.caption {
	float: left;
	padding-right: 5px;
	padding-top: 1px;
}

table.pagination_table tr.resultGridFooterRow .ScoachButton{
	float:right;
	padding-right:5px;
	padding-top:3px;
}

div.ProductPreviewPanel table td {
	text-align: left;
	height: 16px;
	line-height: 16px;
}

div.ProductPreviewPanel table,
div.ProductPreviewPanel img,
div.ProductPreviewPanel div {
	float: left;
}

div.ProductPreviewPanel img {
	margin-top: 10px;
	width: 350px;
	height: 170px;
}

div.ProductPreviewPanel table {
	/*margin-left: 10px;*/
	/*width: 390px;*/
	table-layout: fixed;
	border-collapse: collapse;
}

div.ProductPreviewPanel table td {
	border-style: none;
	padding: 1px 0px 1px 0px;
}

div.ProductPreviewPanel div.ProductPreviewRightColumn {
	margin-top: -20px;
	/*width: 175px;
	height: 170px;*/
}

div.ProductPreviewPanel div.ProductPreviewRightColumn div.Tools {
	bottom: -55px;
	position: relative;
}

div.ProductPreviewRightColumn a {
	display: inline-block;
	line-height: 18px;
	margin: 5px;
	height: 18px;
	padding-left: 25px;
	background-repeat: no-repeat;
}

div.ProductPreviewRightColumn a.ProductPreviewWatchlistIcon {
	background-image: url('/images/global/css/gadgets/product_preview/watchlist.png');
}

div.ProductPreviewRightColumn a.ProductPreviewWatchlistIcon:hover {
	background-position: left bottom;
}

div.ProductPreviewRightColumn a.ProductPreviewPortfolioIcon {
	background-image: url('/images/global/css/action_buttons/portfolio.png');
}
div.ProductPreviewRightColumn a.ProductPreviewPortfolioIcon:hover {
	background-position: left bottom;
}

div.ProductPreviewRightColumn a.RefreshPreview {
	background-image: url('/images/global/css/gadgets/product_preview/refresh.png');
	cursor: pointer;
}
div.ProductPreviewRightColumn a.RefreshPreview:hover {
	background-position: left bottom;
}

div.ProductPreviewRightColumn a.ProductDetails {
	background-image: url('/images/global/css/gadgets/search_result_grid/icon_product_preview.png');
}
div.ProductPreviewRightColumn a.ProductDetails:hover {
	background-position: left center;
}

div.ProductPreviewRightColumn a.ClosePreview {
	background-image: url('/images/global/css/gadgets/product_preview/close.png');
}
div.ProductPreviewRightColumn a.ClosePreview:hover {
	background-position: left bottom;
}

div.ProductPreviewRightColumn a.CalculatorLink {
	background-image: url('/images/global/css/icons/calculator.png');
	background-position: 3px 0;
}

div.ProductPreviewRightColumn a.CalculatorLink:hover {
	background-position: 3px -18px;
}


/* END SearchResultGrid */

/* START Pagination */
div.pagination {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 2px;
	/*height: 20px;*/

}

div.pagination a {
	color: #878789;
}

div.pagination div.clear {
	display: none;
}

div.pagination div.page,
div.pagination ul,
div.pagination li {
	float: left;
}

div.pagination li {
	list-style-type: none;
	padding: 0 2px;
}
div.pagination li a:hover {
	color: #333436;
}
div.pagination li.currentPage {
	font-weight: bold;
}

div.pagination li.arrow a {
	display: block;
	height: 15px;
}
td.pagination a.prev_disabled,
td.pagination a.prev_enabled,
td.pagination a.next_disabled,
td.pagination a.next_enabled,
td.pagination a.prevdouble_disabled,
td.pagination a.prevdouble_enabled,
td.pagination a.nextdouble_disabled,
td.pagination a.nextdouble_enabled {
	display: inline-block;
	height:15px;
	width:14px;
}
div.pagination li.prev_enabled a,
td.pagination a.prev_enabled {
	background-image: url('/images/global/css/gadgets/table/pag_prev_enabled.png');
	background-position: left center;
}
div.pagination li.prev_enabled a:hover,
td.pagination a.prev_enabled:hover {
	background-position: right center;
}

div.pagination li.prev_disabled a {
	background-image: url('/images/global/css/gadgets/table/pag_prev_enabled.png');
	background-position: left center;
}

div.pagination li.next_enabled a,
td.pagination a.next_enabled {
	background-image: url('/images/global/css/gadgets/table/pag_next_enabled.png');
	background-position: left center;
}
div.pagination li.next_enabled a:hover,
td.pagination a.next_enabled:hover {
	background-position: right center;
}

div.pagination li.next_disabled a {
	background-image: url('/images/global/css/gadgets/table/pag_next_enabled.png');
	background-position: left center;
}

div.pagination li.prev_enabled a,
div.pagination li.prev_disabled a,
div.pagination li.next_enabled a,
div.pagination li.next_disabled a {
	margin-left: 6px;
	margin-right: 6px;
	width: 14px;
	height: 19px;
	background-repeat: no-repeat;
}

div.pagination li.prevdouble_enabled a,
div.pagination li.prevdouble_disabled a {
	margin-left: 6px;
	width: 14px;
	height: 19px;
	background-repeat: no-repeat;
}

div.pagination li.nextdouble_enabled a,
div.pagination li.nextdouble_disabled a {
	margin-right: 6px;
	width: 14px;
	height: 19px;
	background-repeat: no-repeat;
}

div.pagination li.prevdouble_enabled a,
td.pagination a.prevdouble_enabled {
	background-image: url('/images/global/css/gadgets/table/pag_first_enabled.png');
	background-position: left center;
}
div.pagination li.prevdouble_enabled a:hover,
td.pagination a.prevdouble_enabled:hover {
	background-position: right center;
}

div.pagination li.prevdouble_disabled a {
	background-image: url('/images/global/css/gadgets/table/pag_first_enabled.png');
	background-position: left center;
}

div.pagination li.nextdouble_enabled a,
td.pagination a.nextdouble_enabled {
	background-image: url('/images/global/css/gadgets/table/pag_last_enabled.png');
	background-position: left center;
}
div.pagination li.nextdouble_enabled a:hover,
td.pagination a.nextdouble_enabled:hover {
	background-position: right center;
}

div.pagination li.nextdouble_disabled a {
	background-image: url('/images/global/css/gadgets/table/pag_last_enabled.png');
	background-position: left center;
}
/* END Pagination */


/* START AdvancedSearch */
.hidden
{
	display:none;
}

* html .advancedSearchGadget {
	width:947px;
	overflow:hidden;
}

table#selectorTable {
	border-collapse: collapse;
	border-spacing: 0;
	color: #343436;
	table-layout: fixed;
	width: 943px;
	margin-bottom: 10px;
}

table#selectorTable th {
	background-color: #f0f0f0;
	color: #FFFFFF;
	height: 20px;
}

#selectorBox table#selectorTable th {
	max-width: 188px;
}

#expertSelectorBox table#selectorTable th {
	width: 135px;
}

#new_search_menu_produkttyp li.hasSubMenu a {
	background-position: 185px 8px !important;
}

table#selectorTable th.ExpertHeader {
	padding: 0;
	color:#000000;
}

* html table#selectorTable th.ExpertHeader div.headerContent div.SelectBox{
	width:105px;
	overflow:hidden;
	white-space:nowrap;
}

table#selectorTable th div.headerContent {
	text-align: left;
	background-color: #FFF;
}

#selectorBox table#selectorTable th div.headerContent {
	max-width: 187px;
	padding-left:3px;
}

#expertSelectorBox table#selectorTable th div.headerContent {
	width: 34px;
}

table#selectorTable td {
	margin: 0;
	padding: 0;
	background-color: #f0f0f0;
	padding-right: 1px;
}

.columnWrapper {
	display: block;
	height: 192px;
	overflow: hidden;
	margin: 0;
	background: #f0f0f0;
}

.columnWrapper ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0 0 1px 0;
}

#selectorBox .columnWrapper li, #expertSelectorBox .columnWrapper li {
	display: block;
	border-bottom: 1px solid #F0F0F0;
	font-weight: normal;
	background: #f0f0f0;
	color: #A9A9AB;
	overflow: hidden;
}

#selectorBox .columnWrapper li {
	width: 189px;
}

#expertSelectorBox .columnWrapper li {
	width: 135px;
}

.columnWrapper li a {
	width: 100%;
	padding: 6px;
	display: block;
	height: 100%;
	color: #A9A9AB;
	cursor: default;
}

.columnWrapper li a {
	color: #A9A9AB;
	cursor: pointer;
}

#expertSelectorBox .columnWrapper li.selectionPossible a, #selectorBox .columnWrapper li.selectionPossible a {
	background-color: #E0E1E3;
	color: #4F5055;
}

#selectorBox .columnWrapper li.selectionPossible a {
	width: 100%;
}

#expertSelectorBox .columnWrapper li.selectionPossible a, #expertSelectorBox .columnWrapper li.selectionActive a {
	width: 134px;
}

.columnWrapper li.disabledItem a, .columnWrapper li.disabledItem a {
	padding-top: 0px;
	padding-bottom: 0px;
}

#expertSelectorBox .columnWrapper li.BecameEnabled a, #selectorBox .columnWrapper li.BecameEnabled a {
	padding-top: 0px;
	padding-bottom: 0px;
}

#expertSelectorBox .columnWrapper li.BecameDisabled a, #selectorBox .columnWrapper li.BecameDisabled a {
	padding-top: 6px;
	padding-bottom: 6px;
}

.columnWrapper li.selectionActive a {
	background-color: #CFE6F4;
	color: #4F5055;
}

#expertSelectorBox .columnWrapper li.selectionPossible a:hover,
#expertSelectorBox .columnWrapper li.selectionActive a:hover,
#selectorBox .columnWrapper li.selectionPossible a:hover,
#selectorBox .columnWrapper li.selectionActive a:hover {
	background-color: #CFE6F4;
	cursor: pointer;
}

.columnWrapper li a.selectionForOverlayActive, .columnWrapper li a.selectionForOverlayActive a:hover {
	background-color: #CFE6F4;
	color: #D4D5D7;
}

#selectorBox .columnWrapper li.subItemSelectionActive,
#expertSelectorBox .columnWrapper li.subItemSelectionActive {
	background-color: #CFE6F4;
	padding: 6px;
	padding-left: 18px;
}

#selectorBox .jScrollPaneScrollable .columnWrapper li.hasSubMenu a
{
	background-position:162px 8px;
}


#expertSelectorBox .jScrollPaneScrollable .columnWrapper li.hasSubMenu a
{
	background-position:121px 8px;
}

#expertSelectorBox .columnWrapper li.subItemSelectionActive
{
	width: 110px;
}

#selectorBox .columnWrapper li.subItemSelectionActive
{
	width:162px;
}

#selectorBox .columnWrapper li.subItemSelectionActive,
#expertSelectorBox .columnWrapper li.subItemSelectionActive
{
	color:#4F5055;
}

#selectorBox .columnWrapper li.subItemSelectionActive a,
#expertSelectorBox .columnWrapper li.subItemSelectionActive a
{
	float:right;
	padding: 0;
	width: 9px;
	height: 9px;
	background-image: url(/images/global/AdvancedSearch/subitem_close.png);
	background-repeat: no-repeat;
}

#selectorBox .jScrollPaneScrollable .columnWrapper li.subItemSelectionActive a
{
	margin-right: 13px;
}

* html #selectorBox .jScrollPaneScrollable .columnWrapper li.subItemSelectionActive a
{
	margin-right: 7px;
}

#expertSelectorBox .jScrollPaneScrollable .columnWrapper li.subItemSelectionActive a
{
	margin-right: 10px;
}

* html #expertSelectorBox .jScrollPaneScrollable .columnWrapper li.subItemSelectionActive a
{
	margin-right: 5px;
}

#selectorBox .columnWrapper li.subItemSelectionActive div
{
	width: 140px;
	overflow: hidden;
}

#selectorBox .jScrollPaneScrollable .columnWrapper li.subItemSelectionActive div
{
	width: 135px;
}

#expertSelectorBox .columnWrapper li.subItemSelectionActive div
{
	width: 90px;
	overflow: hidden;
}

#expertSelectorBox .jScrollPaneScrollable .columnWrapper li.subItemSelectionActive div
{
	width: 85px;
}

#selectorBox .columnWrapper li.hasSubMenu a,
#expertSelectorBox .columnWrapper li.hasSubMenu a{
	background-image: url(/images/global/AdvancedSearch/more_arrow.png);
	background-repeat: no-repeat;
}

#expertSelectorBox li.hasSubMenu a{
	background-position: 124px 8px;
}

#selectorBox li.hasSubMenu a{
	background-position: 175px 8px;
}

.columnWrapper li.hasInactiveSubMenu {
	background-image: url(/images/global/AdvancedSearch/more_arrow_inactive.png);
	background-position: 154px 8px;
	background-repeat: no-repeat;
}

.columnWrapper li.hasInactiveSubMenu a
{
	padding-top:0px;
	padding-bottom:0px;
}

div#AdvancedSearchSubMenuWrapper {
	background-color: #D1D1D3;
	overflow: hidden;
	height: 423px;
	z-index:11;
	position:relative;
}

div#AdvancedSearchSubMenu {
	background-color: #FFFFFF;
	color: #E3E3E5;
	min-height: 449px;
	position:relative;
	z-index:11;
	width:925px;
}

#AdvancedSearchHeaderWrapper {
	min-height: 30px;
	z-index:11;
	position:relative;
}

#AdvancedSearchHeader {
	height:30px;
	background-color: #FFFFFF;
}

.AdvancedSearchHeaderText
{
	float:left;
	padding:8px;
}

.AdvancedSearchHeaderButtons {
	float:right;
	padding-top:3px;
}

.AdvancedSearchHeaderButtons span.ScoachButton {
	margin-right:10px;
}

.AdvancedSearchHeaderButtons span.ScoachButton {
	margin-right:10px;
}


#AdvancedSearchHeaderCheckBoxText {
	font-size: 12px;
	color: #333436;
	font-weight:bold;
	margin-bottom:10px;
}

#AdvancedSearchHeader span.AdvancedSearchHeaderCheckBoxText {
display:none;
}

#AdvancedSearchSelectedContainer {
	margin: 5px 10px 10px 10px;
	padding: 0px 0px 12px 1px;
	border-bottom: 1px solid #B2B3B5;
}

input.AdvancedSearchOKButton {
	float: right;
}
a.AdvancedSearchOKButton span.Text,
a.AdvancedSearchCancelButton span.Text {
	min-width:70px;
	text-align:center;
}
div#AdvancedSearchSubMenuMain {
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom:20px; /*avoid content cut-off with scroll pane*/
	clear:both;
}

div#AdvancedSearchSubMenuMain span, div#AdvancedSearchSubMenuMain h3 a{
	cursor: pointer;
	color:#666668;
}

div#AdvancedSearchSubMenuMain span {
	display: inline-block;
	width: 265px;
	margin-left: 19px;
	padding-left: 20px;
	padding-top:2px;
	background-image: url('/images/global/AdvancedSearch/checkboxes.png');
	background-repeat: no-repeat;
	min-height: 16px;
	background-position: 0px 2px;
}

div#AdvancedSearchSubMenuMain span.disabledCheckBox
{
	color:#a0a0a0;
	cursor: default;
}

div#AdvancedSearchSubMenuMain span.selected {
	background-position: 0px -85px;
}

div#AdvancedSearchSubMenuMain h3 {
	margin-bottom: 6px;
	margin-top: 1em;
}

div#AdvancedSearchSubMenuMain h3 a
{
	padding-left: 20px;
	background-image: url(/images/global/AdvancedSearch/submenuarrows.png);
	background-repeat: no-repeat;
	color:#333436;
}

div#AdvancedSearchSubMenuMain h3.selected a {
	background-position: 0 -18px !important;
}

div#AdvancedSearchSubMenuMain h3.SubMenuCaption a {
	background-position: 0 0;
}

div#AdvancedSearchSubMenuMain div.SubGroupCaption {
	clear: both;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 9px;
	padding-bottom: 2px;
	color: #343537;
	font-weight:bold;
}

div.AdvancedSearchContent div#ProductComparisonOverview {
	padding-top: 10px;
}

div.AdvancedSearchContent table.derivativeSearchResult {
	border-right: solid 1px #D3D3D5;
	border-bottom: solid 1px #D3D3D5;
	border-left: solid 1px #D3D3D5;
	margin-bottom: 20px;
}

div.AdvancedSearchContent span.comboWidth133 div.SelectBox {
	width: 110px;
}

a.AdvancedSearchModeSwitchLink, a.AdvancedSearchModeSwitchLinkActive {
	font-weight: bold;
	margin-right: 10px;
}

a.AdvancedSearchModeSwitchLink {
	color: #E0E1E3;
}

a.AdvancedSearchModeSwitchLinkActive {
	color: #B0E501;
}

#AdvancedSearchSub {
	position: absolute;
	width: 930px;
	z-index: 11;
	border:solid 1px #97989A;
	display:none;
}

div#AdvancedSearchSubMenuOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=1);
	background-color: #ffffff;
	display:none;
}

div.ResultGridOverlay,
div.WatchlistContentOverlay
{
	background-color: #fff;
	position: absolute;
	width: 946px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	height: 100px;
	display:none;
}

div.SearchMaskOverlay
{
	background-color: #fff;
	position: absolute;
	width: 947px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	height: 230px;
	display: none;
	z-index: 1;
}

* html div#AdvancedSearchSubMenuOverlay {
	/* ie6 hack as it does not support position:fixed*/
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight +  'px' );
}

.AdvancedSearchSubPreAnimation {
	display: block;
	width: 90px;
	background-color: #FFFFFF;
	z-index: 99;
	box-shadow:0 0 10px #444;
	width: 930px;
	position:absolute;
}

div#AdvancedSearchSub .jScrollPaneContainer, div#AdvancedSearchSub .jScrollPaneTrack, div#AdvancedSearchSub .jScrollArrowUp, div#AdvancedSearchSub .jScrollArrowDown {
	z-index: 11;
}

.jScrollPaneContainer:focus
{
	outline: none;
}

div#AdvancedSearchSubMenuFooter {
	height: 5px;
	background-color: #66676C;
}

img#AdvancedSearchAjaxImage {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

div#AdvancedSearchAjaxImageHelper {
	height: 50%;
}

#selectorBox div.AdvancedSearchScrollPane {
}

#expertSelectorBox div.AdvancedSearchScrollPane {
	width: 134px;
}

div.AdvancedSearchHeaderEntry {
	background: transparent url('/images/global/AdvancedSearch/checkboxes.png') no-repeat scroll 0px -85px;
	padding-left: 20px;
	padding-right: 10px;
	cursor: pointer;
	margin-bottom: 6px;
	margin-top: 2px;
	width: 272px;
	display: inline;
	float: left;
	height:16px;
}

#selectorBox table#selectorTable th.Header5 div.headerContent {
	width: 191px;
}
#selectorBox table#selectorTable th.Header5 {
	width: 194px;
}
#selectorBox table#selectorTable td.Column5 {
	width: 195px;
}

#selectorBox table#selectorTable td.Column5 li.selectionPossible a {
	width: 188px;
}

#expertSelectorBox table#selectorTable th.Header5 div.headerContent {
	width: 136px;
}
#expertSelectorBox table#selectorTable th.Header5 {
	width: 137px;
}
#expertSelectorBox table#selectorTable td.Column5 {
	width: 136px;
}

#expertSelectorBox table#selectorTable td.Column5 li.selectionPossible a {
	width: 124px;
}

#expertSelectorBox span.combo {
	background: none;
	color: White;
}
#expertSelectorBox span.comboActive {
	background: url('/images/global/css/controls/dropdown_background.png') repeat-x scroll 0 -20px transparent;
	border-left: 1px solid #BBBBBD;
	border-right:0px;
}

div.advancedSearchSliderMask {
	border: solid 1px #D3D3D5;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}

div.advancedSearchSliderMask div.SliderDiv {
	float: left;
	width: 300px;
	margin-bottom: 20px;
}

	/* Sliders new seach profi */
.ui-slider-handle span.selectionTooltip {
	background: #CFE6F4;
	border: 1px solid #d3d3d3;
	position: relative;
	bottom: 20px;
	line-height: 1;
	padding: 2px;
	color: #727272;
	font-weight: normal;
	font-size: 9px;
}

.slider ol.ui-slider-scale {
	list-style: none none outside;
	margin: 0px;
	padding: 0px;

	position: relative;
	width: 201px;
	left: 0px;
	top: 10px;
}

.slider ol.ui-slider-scale li {
	margin-top: 10px;
	margin-left: -5px;
	overflow: visible;
	position: absolute;
}

.newSearchFilterSelect span {
	color: rgb(0, 44, 95);
}

/* END AdvancedSearch */

/* new seach einfach */

.new_search table tbody tr th div.headerContent {
	color: rgb(0, 44, 95);
	font-weight: normal;
}

/* END new seach einfach */

/* START ProductComparison */
div#ComparedProductsContainer {
	line-height: 30px;
}

div.ProductComparisonOverview div.Header img {
	background-image: url('/images/global/css/action_buttons/icon_comparison.png');
	background-repeat: no-repeat;
	background-position: 0 -36px;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	margin-right: 10px;
	margin-left: 5px;
	float:left;
}

div.ProductComparisonOverview div.Header h2 {
	display: inline-block;
	width: 200px;
}

div.ProductComparisonOverview div.ComparedProductsCaption {
	font-weight: bold;
	margin-left: 10px;
}

div.ProductComparisonOverview div.ComparedProductsText {
	margin-top: 10px;
	margin-left: 10px;
	/*width: 920px;*/ /*would flow over on smaller screens*/
}

div.ProductComparisonOverview div.ComparisonBar {
	background-color: #c5c6c8;
	width: 100%;
}

div#ComparedProductsContainer img.ComparedProductIcon {
	background-image: url('/images/global/css/gadgets/product_comparison/icon_numbers.png');
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

div.ProductComparisonOverview div.GeneralComparedProductPanelActive img {
	background-position: -18px 0;
}


div.ProductComparisonOverview div.GeneralComparedProductPanel img.ComparedProductIcon2  {
	background-position: 0 -18px;
}

div.ProductComparisonOverview div.GeneralComparedProductPanelActive img.ComparedProductIcon2 {
	background-position: -18px -18px;
}

div.ProductComparisonOverview div.GeneralComparedProductPanel img.ComparedProductIcon3  {
	background-position: 0 -36px;
}

div.ProductComparisonOverview div.GeneralComparedProductPanelActive img.ComparedProductIcon3 {
	background-position: -18px -36px;
}

div#ComparedProductsContainer span.GeneralComparedProduct a img {
	background-image: url('/images/global/css/icons/remove_compared_product.gif');
	background-position: 2px 0;
	background-repeat: no-repeat;
	width: 16px;
	height: 10px;
	border: 0;
}

div.ProductComparisonOverview div.GeneralComparedProductPanel {
	background-color: #f7f7f9;
	margin-top: 2px;
	padding: 5px 10px;
}

div.ProductComparisonOverview div.ComparisonButton {
	background-color: #f7f7f9;
	margin-top: 2px;
	/*padding: 8px 15px 2px 5px;*/
	padding: 5px 10px; /*just like the Panels*/
	height: 42px;
	/*width: 220px;*/
	text-align: center;
}

div.ProductComparisonOverview span.ComparedProduct span {
	display: inline-block;
	vertical-align: middle;
}

div.ProductComparisonOverview a.CloseButton {
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background-image: url('/images/global/css/gadgets/product_comparison/icon_delete.png');
	background-repeat: no-repeat;
	display: none;
}

div.ProductComparisonOverview a.CloseButton:hover {
	background-position: 0 -14px;
}



div.ProductComparisonOverview div.GeneralComparedProductPanelActive a.CloseButton {
	display: inline-block;
}

div.ProductComparisonOverview span.ComparedProduct {
	width: 155px;
	display: inline-block;
	vertical-align: middle;
}

div.ProductComparisonOverview div.GeneralComparedProductPanel1,
div.ProductComparisonOverview div.GeneralComparedProductPanel2 {
	/*margin-right: 2px;
	width: 200px;*/
}

div.ProductComparisonOverview div.GeneralComparedProductPanel3 {
	/*width: 240px;*/
}

div.ProductComparisonChart {
	overflow: hidden;
}

div.ProductComparisonChart img.ProductComparisonChart {
	width: 583px;
	height: 220px;
}

div.ProductComparisonChart table.ChartHeader {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	height: 38px;
}

div.ProductComparisonChart table.ChartHeader td {
	text-align: center;
}

div.ProductComparisonChart table.ChartHeader td.Item1,
div.ProductComparisonChart table.ChartHeader td.Item2 {
	border-right: 2px solid #FFF;
}

div.ProductComparisonChart table.ChartHeader td img,
div.ProductComparisonChart table.ChartHeader td span {
	display: inline-block;
	vertical-align: middle;
}

div.ProductComparisonChart table.ChartHeader td span {
	width: 150px;
	line-height: 14px;
	overflow: hidden;
	max-height: 35px;
}

div.ProductComparisonData table {
	width: 100%;
	/*table-layout: fixed;*/
	border-collapse: collapse;
}

div.ProductComparisonData table td {
	text-align: left;
}

div.ProductComparisonData table {
	height: 40px;
}

div.ProductComparisonData table thead {
	/*background-image: url('/images/global/css/gadgets/product_comparison/data_header_background.png');*/
	background-color: #FFFFFF;
}

div.ProductComparisonData table thead td {
	vertical-align: middle;
	color: rgb(0, 44, 95);;
	height: 40px;
}

div.ProductComparisonData td {
	color: black;
	padding: 0 5px;
}

div.ProductComparisonData td.HeaderCell0 {
	font-weight: bold;
}

div.ProductComparisonData td.HeaderCell0,
div.ProductComparisonData td.HeaderCell1,
div.ProductComparisonData td.HeaderCell2 {
	border-right: 1px solid #FFF;
}

div.ProductComparisonChart table.ChartHeader td img,
div.ProductComparisonData table.ProductComparisonTable td.HeaderCell img {
	width: 18px;
	height: 18px;
	background-image: url('/images/global/css/gadgets/product_comparison/icon_numbers.png');
	vertical-align: middle;
	display: inline-block;
	margin: 0 10px 0 5px;
}

div.ProductComparisonChart table.ChartHeader td.Item2 img,
div.ProductComparisonData td.HeaderCell2 img {
	background-position: 0 -18px;
}

div.ProductComparisonChart table.ChartHeader td.Item3 img,
div.ProductComparisonData td.HeaderCell3 img {
	background-position: 0 -36px;
}

div.ProductComparisonData td.HeaderCell span {
	width: 165px;
	vertical-align: middle;
/*	display: inline-block;*/
	line-height: 14px;
	overflow: hidden;
	max-height: 42px;
}

div.ProductComparisonData td.HeaderCell a {
	display: inline-block;
	background-image: url('/images/global/css/gadgets/product_comparison/icon_delete.png');
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

div.ProductComparisonData td.HeaderCell  input.ScoachTextBox {
	width: 150px;
	vertical-align: middle;
	height: 20px;
}

div.ProductComparisonData td.HeaderCell a.ProductComparisonSearchProductLink {
	background-image: url('/images/global/css/action_buttons/go.png');
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
}

div.ProductComparisonData td.HeaderCell a.ProductComparisonSearchProductLink:hover {
	background-position: bottom;
}

div.ProductComparisonData tr td {
	padding: 2px 5px;
}

div.ProductComparisonData tr td.FirstCell {
	background-color: #FFFFFF;
	vertical-align: middle;
}

div.ProductComparisonData  tr td.FirstCell span {
	background-color: Transparent !important;
}

div.ProductComparisonData  tr.toggleRow td.FirstCell,
div.ProductComparisonData  tr.toggleRow {
	/*background-image: url('/images/global/css/gadgets/product_comparison/data_group_background.png');*/
	height: 30px;
	font-weight: bold;
	padding: 0 5px;
}

div.ProductComparisonData  tr.toggleRow td.FirstCell {
	background-position: 0 -30px;
	color: rgb(0, 44, 95);
	background-color: #FFFFFF;
}

div.ProductComparisonData  tr td.ToolCell a {
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	margin: 5px 0;
}

div.ProductComparisonData  table.IssuerCompanyWithLogo td {
	padding: 0;
	border: none 0px #000;
}



div.ProductComparisonData tr td.ToolCell a.CalculatorLink {
	background-image: url('/images/global/css/icons/calculator.png');
	background-position: 3px 0;
	padding-left: 22px;
}

div.ProductComparisonData tr td.ToolCell a.CalculatorLink:hover {
	background-position: 3px -18px;
}

div.ProductComparisonData div.ProductComparisonBottom {
	text-align: right;
	height: 30px;
	padding-top: 10px;
}

div.ProductComparisonData div.ProductComparisonBottom a {
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 20px;
	height: 18px;
	display: inline-block;
	margin-right: 20px;
	float:right;
}

.ProductComparisionMain .DifferentInformationText {
	margin: 0px 0px 2px 0px;
}

.ProductComparisionMain .AddProductFailedText {
	margin: 2px 0px 0px 0px;

	font-weight: bold;
	color: #D80000;
}

.ProductComparisionMain .AddProductFailedText a {
	text-decoration: underline;
}
/* END ProductComparison */


/* START ScoachIndexOverview */
 a.chartIcon {
	width: 25px;
	height: 15px;
	background-image: url('/images/global/css/icons/changeChart.png');
	display: inline-block;
	position: relative;
	top: 2px;
}

div.IndexOverview a, div.IndexOverview a:visited {
	color: #000;
}

div.IndexOverview a:hover {
	color: #DE3919;
}

div.IndexOverview a.chartIcon:hover {
	background-position: 0 -15px;
}
div.IndexOverview a.chartIconActive {
	background-position: 0 -15px;
}

div.IndexOverview table {
	border-collapse: collapse;
	width: 100%;
}

div.IndexOverview td span {
	display: inline-block;
	width: 100%;
	height: 100%;
}

div.IndexOverview td.changeIcon {
	width: 40px;
}

div.IndexOverview td.changeIcon div {
	display: inline-block;
	background-repeat: no-repeat;
	position: relative;
	top: 2px;
}

div.IndexOverview td.changeIcon div span {
	display: none;
}

/* END ScoachIndexOverview */


/* START MostActiveGadget */
#CenterContainer .MostActiveGadget span.combo {
	margin-right: 10px;
}
/* END MostActiveGadget */


/* START ImportantNewsGadget */
.ImportantNewsGadget h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}
/* END ImportantNewsGadget */

/* START NewstickerGadget */
.NewstickerGadget table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.NewstickerGadget table td {
  overflow: hidden;
  white-space:nowrap;
}

.NewstickerGadget table td.date {
	width: 75px;
}
.NewstickerGadget tfoot tr.pagination {
}
.NewstickerGadget tfoot tr.pagination div.pagination {
	float:left;
}

.NewstickerWrapperContainer {
	overflow: hidden;
}

.NewstickerWrapperContainer .jScrollPaneContainer {
	height: 217px;
}
/* END NewstickerGadget */

/* START NewsPopupGadget */
.NewsPopupGadgetOuterFooter {
	margin-top: 10px;
	text-align: center;
	color: #949598;
}
.NewsPopupGadgetOuterFooter a {
	color: #949598;
}

.NewsPopupGadget .alignleft {
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    float: left;
    height: auto;
    margin-right: 15px;
    padding: 3px;
    width: auto;
}
/* END NewsPopupGadget */


/* START Home IndexChart (amChart) */
div.IndexOverviewChart, div.DepotChart {
	background-color: #eeecea;
}

div#CenterContainerPopup div.IndexOverviewChart {
	background-color: #f7f7f9;
	background-image: url('/images/global/css/gadgets/index_overview_chart/popup_background_bottom.png' );
	background-repeat: repeat-x;
	background-position: bottom;
}

div.push_blink {
	width: 12px;
	height: 12px;
	float: left;
	position:relative;
	top: 5px;
	left: 5px;
	cursor: pointer;
}

div.push_blink div.black {
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url('/images/global/chart/black.png');
	background-repeat: no-repeat;
}

div.push_blink div.red {
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url('/images/global/chart/red.png');
	background-repeat: no-repeat;
}

div.IndexOverviewChartNormal {
	/*height: 275px;*/
	height: 274px; /*charts buttons are thus displayed over background until screen width lower 175px*/
}

div.IndexOverviewChartPopup {
	height: 432px;
}

div.IndexOverviewChart div#FlashChartDiv {
	text-align: center;
}

div.IndexOverviewChartNormal div#FlashChartDiv {
	height: 235px;
}

div.IndexOverviewChartPopup div#FlashChartDiv {
	height: 375px;
}

div.IndexOverviewChartNormal div#FlashChartDiv img.chartImage {
	width: 445px;
	height: 225px;
}

div.IndexOverviewChartPopup div#FlashChartDiv img.chartImage {
	width: 685px;
	height: 350px;
}

div.IndexOverviewChart div.ChartDiagramType a.DiagrammType {
	width: 40px;
	height: 18px;
	margin-left: 10px;
	float: left;
}

div.IndexOverviewChart div.ChartDiagramType a.DiagrammType:hover {
	background-position: right top;
}
div.IndexOverviewChart div.ChartDiagramType a.DiagrammTypeActive {
	background-position: right top;
}

div.IndexOverviewChart div.ChartDiagramType div.InstrumentDropDown {
	float:left;
	margin: -1px 0 0 10px;
	display: none;
}

div.IndexOverviewChart a.LineChart {
	background-image: url('/images/global/css/gadgets/index_overview_chart/chart_type_line.png');
}

div.IndexOverviewChart a.ColumnChart {
	background-image: url('/images/global/css/gadgets/index_overview_chart/chart_type_column.png');
}

div.IndexOverviewChart a.CandlestickChart {
	background-image: url('/images/global/css/gadgets/index_overview_chart/chart_type_candlestick.png');
}

div.IndexOverviewChart div.ChartDiagramType a.CandlestickChartHide {
	visibility: hidden;
}

div.IndexOverviewChart div.ChartDiagramType Div.More {
	float: right;
	margin-right: 7px;
}

div.ChartQuoteBarContent {
	background-image: url( '/images/global/css/gadgets/index_overview_chart/popup_background_top.png' );
	background-repeat: repeat-x;
	background-position: bottom;
	height: 80px;
	padding: 10px 10px 0;
}

div.ChartQuoteBarContent table {
	width: 100%;
}

div.ChartQuoteBarContent span.combo {
	margin-bottom: 10px;
}

div.ChartQuoteBarContent th.HeaderName {
	width: 120px;
}
/* END Home IndexChart (amChart) */


/* START Underlying Search */
div.UnderlyingSearchGadget div.UnderlyingSearchMask {
	background-color: #FFFFFF;
}

div.UnderlyingSearchGadget div.UnderlyingSearchMask table.popular {
	border-bottom: solid 1px #676769;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.UnderlyingSearchGadget div.UnderlyingSearchMask table.popular,
div.UnderlyingSearchGadget div.UnderlyingSearchMask table.result {
	width: 675px;
}

div.UnderlyingSearchGadget div.UnderlyingSearchMask table.popular td,
div.UnderlyingSearchGadget div.UnderlyingSearchMask table.result td {
	width: 33%;
}

div.UnderlyingSearchGadget div.UnderlyingSearchMask div.TabContainer {
	/*padding: 10px 10px 5px 0px;*/
}

div.UnderlyingSearchGadget div.UnderlyingSearchMask table.searchResult td,
div.UnderlyingSearchGadget div.UnderlyingSearchMask table.searchMask td {
	padding: 3px 5px;
	vertical-align: top
}

div.UnderlyingSearchGadget div.UnderlyingSearchMask a, div.UnderlyingSearchGadget div.UnderlyingSearchMask a:visited {
	color: #000;
}

div.UnderlyingSearchGadget div.UnderlyingSearchMask ahover {
	color: #DE3919;
}

/* search mask result */
div.underlyingSearchResult div.charHeader,
.underlyingProductSearchMask  div.charHeader {
	padding-top: 10px;
	vertical-align: bottom;
	font-weight: bold;
	width: 100%;
}
.underlyingProductSearchMask a.selectedUnderlying {
	font-weight: bold;
}

.underlyingProductSearchMask a.selectedUnderlying span {
 	background: url('/images/global/css/controls/radio_checkbox.png');
 	background-repeat: no-repeat;
 	background-position: -18px -48px;
 	display: inline-block;
	width: 15px;
	height: 15px;
	padding-right: 5px;
	margin-bottom: 15px;
	float: left;
}
/* products */
.underliyngProductSearchResult table .derivativeCountColumn {
	text-align: right;
	width: 60px;
}
.underliyngProductSearchResult table .searchMaskColumn {
	width: 240px;
}

div.underliyngProductSearchResult  table tr {
	line-height: 25px;
}

div.underlyingSearchProductGadget {
	width:655px;
	margin-bottom:10px;
}
/* END Underlying Search */


/* START TamaraGadget */
.tamaraGadget {
	border-right: none !important;
	border-top: none !important;
}
.tamaraGadget .tamaraContent {
	background-color: #CFE6F4;
	border-right: 1px solid #676769 !important;
	border-top: 1px solid #676769 !important;
	width: 463px;
	height: 267px;
	position: absolute;
}
.tamaraGadget .Content {
	height: 268px;
	overflow: hidden;
	position: relative;
}
.tamaraGadget .tamaraContent img {
	width: 100%;
	height: 100%;
}
.tamaraHeader {
	position: absolute;
	z-index: 2;
	left: 444px;
	width: 20px;
	height: 15px;
	background: url('/images/global/css/gadgets/tamara/tamara_corner.png');
}

.tamaraGadget .tamaraFooter table {
	width: 100%;
	height: 100%;
	border-right: 1px solid #676769 !important;
}
.tamaraGadget .tamaraFooter table,
.tamaraGadget .tamaraFooter table tbody,
.tamaraGadget .tamaraFooter table tr,
.tamaraGadget .tamaraFooter table td {
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}

.tamaraGadget .tamaraTabButton {
	text-align: center;
	text-decoration: none;
	color: black;
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-right: 1px;
	background: url('/images/global/css/gadgets/tamara/tamara_tab_bg.png') left top repeat-x;
	overflow: hidden;
}
.tamaraGadget .tamaraTabButton:hover {
	background-position: left -30px;
}
.tamaraGadget .tamaraTabButtonActive {
	font-weight: bold;
	background: url('/images/global/css/gadgets/tamara/tamara_tab_bg.png') left -30px repeat-x;
}
.tamaraGadget .tamaraFooter table td.separator {
	width: 1px !important;
	background: url('/images/global/css/gadgets/tamara/tamara_tab_separator.png');
}
/* END TamaraGadget */

/* START TamaraBackendGadget */
.TamaraBackendGadget {
	padding: 0px 5px;
}
.TamaraBackendGadget .TabPositionInterval {
	clear: left;
	padding-bottom: 20px;
}
.TamaraBackendGadget .TabPositionInterval label {
	float: left;
	width: 258px;
}
.TamaraBackendGadget table.TabPositions {
	margin: 5px 0px 10px 5px;
}
.TamaraBackendGadget table.TabPositions td {
	padding: 0px 5px 2px 0px;
}
.TamaraBackendGadget table.TabPositions td.TabPosition {
	width: 50px;
}
.TamaraBackendGadget table.Tabs td {
	padding: 0px 5px 2px 0px;
}
.TamaraBackendGadget table.Tabs td.name {
	width: 250px;
}
.TamaraBackendGadget .TamaraTabPositionEditorGadget {
	padding: 5px 15px;
}
.TamaraBackendGadget .tabEdit {
	border: solid 1px #D3D3D5;
	margin-top: 10px;
}
.TamaraBackendGadget .tabEdit .controlSet {
	clear: left;
	padding: 10px;
}
.TamaraBackendGadget .tabEdit .controlSet label {
	float: left;
	width: 250px;
}
.TamaraBackendGadget .tabEdit .controlSet div.control {
	float: left;
}
.TamaraBackendGadget .tabEdit .controlSet div.control input {
	width: 457px;
}
.TamaraBackendGadget .tabEdit .controlSet div.control .tabContent {
	border: solid 1px #D3D3D5;
}
.TamaraBackendGadget .tabEdit .controlSet div.control .secondLine {
	margin-top: 5px;
	margin-bottom: 5px;
}
.TamaraBackendGadget .tabEdit .controlSet div.control .secondLine input {
	width: auto;
	margin-right: 10px;
}
.TamaraBackendGadget .saveButton {
	clear: both;
	margin: 10px;
}
.TamaraBackendGadget .abortButton {
	text-align: right;
	margin: 10px;
}
.TamaraBackendGadget .approveButton {
	padding: 10px 0px 10px 18px;
	display: inline-block;
}
.TamaraBackendGadget .discardButton {
	padding: 10px 0px 10px 40px;
	display: inline-block;
}
/* END TamaraBackendGadget */


/* START scoachCalendarExtender */

.scoachCalendarExtender .ajax__calendar_container {
	/* remember to change background-color changes also in the ie6 hacks */
	border: 1px solid #C6C6C8;
	background-color: white;
	padding: 0px;
	width: 199px;
}

/* title / body */

.scoachCalendarExtender .ajax__calendar_header {
	padding-top: 5px;
	padding-bottom: 5px;
}
.scoachCalendarExtender .ajax__calendar_title {
	display: block;
	text-align: center;
}

.scoachCalendarExtender .ajax__calendar_prev {
	/* remember to change background-position changes also in the ie6 hack */
	float: left;
	margin-left: 10px;
	margin-top: 2px;
	background: url('/images/global/css/gadgets/table/pag_prev_enabled.png') no-repeat left center;
	width: 14px;
	height: 14px;
}
* html .scoachCalendarExtender .ajax__calendar_prev {
	/* ie6 hack as it does not support hover */
	table-layout:expression((new Function('elem','elem.onmouseover=new Function(\'this.style.backgroundPosition = "right center";\');elem.onmouseout=new Function(\'this.style.backgroundPosition = "left center";\');elem.style.tableLayout="auto"'))(this));
}
.scoachCalendarExtender .ajax__calendar_prev:hover {
	/* remember to change background-position changes also in the ie6 hack */
	background-position: right center;
}

.scoachCalendarExtender .ajax__calendar_next {
	/* remember to change background-position changes also in the ie6 hack */
	float: right;
	margin-right: 10px;
	margin-top: 2px;
	background: url('/images/global/css/gadgets/table/pag_next_enabled.png') no-repeat left center;
	width: 14px;
	height: 14px;
}
* html .scoachCalendarExtender .ajax__calendar_next {
	/* ie6 hack as it does not support hover */
	table-layout:expression((new Function('elem','elem.onmouseover=new Function(\'this.style.backgroundPosition = "right center";\');elem.onmouseout=new Function(\'this.style.backgroundPosition = "left center";\');elem.style.tableLayout="auto"')) (this));
}
.scoachCalendarExtender .ajax__calendar_next:hover {
	/* remember to change background-position changes also in the ie6 hack */
	background-position: right center;
}

.scoachCalendarExtender .ajax__calendar_body {
	width: 100%;
}

/* body - days*/

.scoachCalendarExtender .ajax__calendar_days, .scoachCalendarExtender .ajax__calendar_days table {
	width: 100%;
}

/* body - days - head*/
.scoachCalendarExtender .ajax__calendar_days table thead td {
	vertical-align: middle;
	text-align: center;
	background: url( '/images/global/css/controls/calendar_days_background.png' );
	width: auto;
}
.scoachCalendarExtender .ajax__calendar_days .ajax__calendar_dayname {
	display: inline;
}

/* body - days - content*/
.scoachCalendarExtender .ajax__calendar_days table tbody td {
	height: 18px;
	line-height: 18px;
	padding: 0px 2px 0px 2px;
}
.scoachCalendarExtender .ajax__calendar_day {
	/* remember to change border-color changes also in the ie6 hack */
	border: solid 1px white;
}
* html .scoachCalendarExtender .ajax__calendar_day {
	/* ie6 hack as it does not support hover */
		table-layout:expression((new Function('elem', 'elem.onmouseover=new Function(\'this.style.fontWeight = "bold";this.style.borderColor = "#949597";this.style.backgroundColor = "#E8E8E8";\');elem.onmouseout=new Function(\'this.style.fontWeight = "normal";this.style.borderColor = "white";this.style.backgroundColor = "white";\');elem.style.tableLayout="auto"')) (this));
}
.scoachCalendarExtender .ajax__calendar_day:hover {
	/* remember to change changes also in the ie6 hack */
	font-weight: bold;
	border-color: #949597;
	background-color: #E8E8E8;
}
.scoachCalendarExtender .ajax__calendar_days .ajax__calendar_day {
	text-align: center;
}
.scoachCalendarExtender .ajax__calendar_days .ajax__calendar_active .ajax__calendar_day {
	font-weight: bold;
	background: url( '/images/global/css/controls/calendar_day_active_background.png' );
}
.scoachCalendarExtender .ajax__calendar_days .ajax__calendar_other .ajax__calendar_day {
	color: #949598;
}

/* body year / month */
.scoachCalendarExtender .ajax__calendar_years, .scoachCalendarExtender .ajax__calendar_years table, .scoachCalendarExtender .ajax__calendar_months, .scoachCalendarExtender .ajax__calendar_months table {
	width: 100%;
}
.scoachCalendarExtender .ajax__calendar_year, .scoachCalendarExtender .ajax__calendar_month {
	/* remember to change background-color and border-color changes also in the ie6 hack */
	background-color: #F0F0F0;
	border: 1px solid #FFFFFF;
	width: auto;
}

* html .scoachCalendarExtender .ajax__calendar_year,
* html .scoachCalendarExtender .ajax__calendar_month {
	/* ie6 hack as it does not support hover */
	table-layout:expression((new Function('elem', 'elem.onmouseover=new Function(\'this.style.borderColor = "#949597";this.style.backgroundColor = "#E8E8E8";\');elem.onmouseout=new Function(\'this.style.borderColor = "#FFFFFF";this.style.backgroundColor = "#F0F0F0";\');elem.style.tableLayout="auto"')) (this));
}

.scoachCalendarExtender .ajax__calendar_year:hover,
.scoachCalendarExtender .ajax__calendar_month:hover {
	/* remember to change background-color and border-color changes also in the ie6 hack */
	border-color: #949597;
	background-color: #E8E8E8;
}

.scoachCalendarExtender .ajax__calendar_years .ajax__calendar_active, .scoachCalendarExtender .ajax__calendar_months .ajax__calendar_active {
	font-weight: bold;
}

/* footer */
.scoachCalendarExtender .ajax__calendar_footer {
	text-align: center;
	height: 25px;
	padding-top: 7px;
	padding-bottom: 2px;
}

.scoachCalendarExtender .ajax__calendar_today {
	text-decoration: underline;
}

/* END scoachCalendarExtender */

/* BEGIN WatchlistOverview */

div.WatchlistOverview{
	padding: 0px !important;
	height: 228px;
	/*width: 463px;*/
	margin-bottom: 10px;
	overflow-y: auto;
}
.WatchlistOverview table.WatchlistOverview {
	width: 100%;
	border-collapse: collapse;
}
.WatchlistOverview table.WatchlistOverview {
	border: none;
}
.WatchlistOverview table.WatchlistOverview td.DataItem {
	/*padding: 3px 5px;*/
}

.WatchlistOverview .firstHead th a:hover,
.WatchlistOverview .firstHead th a span:hover {
	background-position: left bottom;
}

.WatchlistOverview .WatchlistOverviewWrapperContainer {
	position: absolute;
	/*width: 463px;*/
}
.WatchlistOverview .WatchlistOverviewWrapper {
	/*height: 204px;*/
	/*width: 463px;*/
}
.WatchlistOverview table .firstHead th span.Desc{
	background-image: url('/images/global/css/tab_active_arrow.png');
	background-repeat: no-repeat;
	background-position: right 3px;
	width: 11px;
	height: 7px;
	padding-right: 15px;
}
.WatchlistOverview table .firstHead th span.Asc{
	background-image: url('/images/global/css/tab_active_up_arrow.png');
	background-repeat: no-repeat;
	background-position: right 3px;
	width: 11px;
	height: 7px;
	padding-right: 15px;
}
.WatchlistOverview .firstHead th a{
	/*padding-left: 10px;
	margin-right: 1px;
	color: #000;
	background-image: url('/images/global/css/tab_line.png');
	background-position: left top;
	height: 19px;
	display: block;
	overflow: hidden;*/
}

.WatchlistOverview table .changeColumn span,
.WatchlistOverview table .changePercentColumn span,
.WatchlistOverview table .askColumn span,
.WatchlistOverview table .bidColumn span{
	float: right;
}

/*.WatchlistOverview .firstHead th a.Asc{
	background-position: left bottom;
}
.WatchlistOverview .firstHead th a.Desc{
	background-position: left bottom;
}
.WatchlistOverview th.wknColumn {
	width: 69px;
}
.WatchlistOverview td.wknColumn {
	width: 60px;
}
.WatchlistOverview th.underlyingColumn {
	width: 154px;
}
.WatchlistOverview td.underlyingColumn {
	width: 145px;
}
.WatchlistOverview th.bidColumn {
	width: 64px;
}
.WatchlistOverview td.bidColumn {
	width: 55px;
}
.WatchlistOverview th.askColumn {
	width: 64px;
}
.WatchlistOverview td.askColumn {
	width: 55px;
}
.WatchlistOverview td.changePercentColumn {
	width: 55px;
}
.WatchlistOverview td.matured {
	text-align: center;
}*/
/* END WatchlistOverview */

/* BEGIN ProductDetailHeader */
div#ProductDetailHeaderHeadline h1 {
	margin-top: 7px;
	margin-bottom: 6px;
}

div#ProductDetailHeaderContent {
	padding-top: 8px;
}

div#ProductDetailHeaderContent a, div#ProductDetailHeaderContent a:visited {
	color: #000;
}

div#ProductDetailHeaderContent a:hover {
	color: #DE3919;
}

div#ProductDetailHeaderContent div {
	/*float: left;*/
	/*margin-right: 30px;*/
	/*height: 19px;
	line-height: 19px;*/
}

div#ProductDetailHeaderContent div.underlyings {
	max-width: 280px;
	overflow: hidden;
}
* html div#ProductDetailHeaderContent div.underlyings {
	width:expression((new Function('elem', 'elem.style.width=(elem.offsetWidth >= 281)? "280px":"auto"')) (this));
}

div#ProductDetailHeaderContent div.issuerCompany {
	margin-right: 0px;
}

div#ProductDetailHeaderContent div.issuerLabel {
	margin-right: 7px;
	font-weight: bold;
	float: left;
}

div#ProductDetailHeaderContent .issuerlogo {
	float: left;
	margin-right: 7px;
}

div#ProductDetailHeaderContent div.issuerName {
	margin-right: 0px;
	max-width: 280px;
	/*overflow: hidden;*/
}
* html div#ProductDetailHeaderContent div.issuerName {
	width:expression((new Function('elem', 'elem.style.width=(elem.offsetWidth >= 281)? "280px":"auto"')) (this));
}

div#ProductDetailHeaderHeadline div.icons {
	text-align: right;
	margin-right: 0;
}

div#ProductDetailHeaderHeadline div.icons a {
	margin: 0 2px 0 13px;
	height: 18px;
	display: inline-block;
}

div#ProductDetailHeaderHeadline div.icons a.no_margin {
	margin: 0;
}

div#ProductDetailHeaderHeadline a#HeaderTermsheetButton {
	margin: 0;
	width: 18px;
}

div#ProductDetailHeaderHeadline a#HeaderPDFButton {
	width: 23px;
}
div#ProductDetailHeaderHeadline a#HeaderPrintButton {
	width: 22px;
	display: none;
}
div#ProductDetailHeaderHeadline a#HeaderProductComparisonButton {
	width: 18px;
}

div#ProductDetailHeaderHeadline a#HeaderBrokerGameButton {
	width: 19px;
	height: 24px;
}

div#ProductDetailHeaderHeadline a#HeaderWatchlistButton {
	width: 45px;
}

div#ProductDetailHeaderHeadline a#HeaderCalculatorButton {
	width: 13px;
}

div#ProductDetailHeaderContent #HeaderBookmarkButton{
	display: inline-block;
	width: 45px;
}

/*div#ProductDetailHeaderContent #HeaderNotLoggedIn,*/
div#ProductDetailHeaderContent #KnockOutReached,
div#ProductDetailHeaderContent #Matured {
	clear: both;
}

div#ProductDetailHeaderContent #HeaderNotLoggedIn {
	margin-top: 11px;
}

div#ProductDetailHeaderContent #KnockOutReached,
div#ProductDetailHeaderContent #Matured {
	margin-top: 10px;
	color: Red;
	font-weight: bold;
}

div#ProductDetailHeaderContent #Matured a:link,
div#ProductDetailHeaderContent #Matured a:visited {
	color: #4E4E4E;
	text-decoration: underline;
}

* html div#ProductDetailHeaderContent #HeaderNotLoggedIn,
* html div#ProductDetailHeaderContent #KnockOutReached,
* html div#ProductDetailHeaderContent #Matured {
	margin-top: 3px;
}

*+html div#ProductDetailHeaderContent #HeaderNotLoggedIn,
*+html div#ProductDetailHeaderContent #KnockOutReached,
*+html div#ProductDetailHeaderContent #Matured {
	margin-top: 3px;
}
/* END ProductDetailHeader */

/* BEGIN ProductDetailChart */
.chartImage {
	margin:2px 2px 8px 2px;
}

.chartdetail {
	background-color:#F0F0F0;
}
/* END ProductDetailChart */

/* BEGIN ProductDetailRealtime */
table#ProductDetailRealtime {
	width: 100%;
	background-color: #E8E8EA;
	border-collapse: collapse;
}

table#ProductDetailRealtime tr td img
{
	margin-left:10px;
	margin-top: 1px;
}

table#ProductDetailRealtime td {
	padding-left:10px;
}

table#ProductDetailRealtime td {
	padding-top: 2px;
}

table#ProductDetailRealtime .big {
	font-size: 22px;
	padding: 5px;
}

table#ProductDetailRealtime .shrinkedBidAsk {
	font-size: 17px;
	padding: 5px;
}

table#ProductDetailRealtime .realtime_bid *,
table#ProductDetailRealtime .realtime_ask *,
table#ProductDetailRealtime .realtime_currency {
	font-weight:bold;
	text-align: center;
}

table#ProductDetailRealtime td.realtime_bid ,
table#ProductDetailRealtime td.realtime_ask
{
	padding-left:5px;
	padding-right:5px;

}

table#ProductDetailRealtime .realtime_label_price
{
	float:left;
}

table#ProductDetailRealtime .realtime_date {
	margin-left: 70px;
}

div#ProductDetailPushtableContainer
{
	height: 105px;
	background-color: #F7F7F9;
}

table#ProductDetailPushtable {
	width: 100%;
	table-layout:fixed;
}

table#ProductDetailPushtable tr {
	vertical-align: top;
	height: 19px;
}

table#ProductDetailPushtable tr td {
	font-weight:bold;
}
table#ProductDetailPushtable tr th {
	color: #68676C;
	font-weight:normal;
}

table#ProductQuotationTable {
	width: 100%;
	margin: 5px 0;
}

table#ProductQuotationTable td.quotation5 {
	width: 60px;
}



#CenterContainer .Gadget .GadgetSubHeader, #CenterContainer .Gadget tr.productDetailRealtimeHeaderRow {
	background-image: url( '/images/global/css/tab_line.png' );
	height: 19px;
}

#CenterContainer tr.productDetailRealtimeHeaderRow th{
	font-weight:normal;
}


#CenterContainer tr.productDetailRealtimeHeaderRow th.RealtimeTitle {
	font-weight: bold;
	padding-left: 10px;
}

#CenterContainer tr.productDetailRealtimeHeaderRow th.RealtimeBid {
	font-weight: bold;
	text-align: center;
}

#CenterContainer tr.productDetailRealtimeHeaderRow th.RealtimeAsk {
	font-weight: bold;
	text-align: center;
}

#CenterContainer tr.productDetailRealtimeHeaderRow th.RealtimeCurrency {
	font-weight: bold;
	text-align: center;
	padding-left: 5px;
}

#CenterContainer .productDetailRealtimeGadget .pushtableGadget,
#CenterContainer .productDetailRealtimeGadget .realtimeGadget {
	border-bottom: solid 2px #D1D1D3;
}

#CenterContainer .productDetailRealtimeGadget .pushtableGadget,
#CenterContainer .productDetailRealtimeGadget .quotationGadget {
	padding-bottom: 12px;
/*	padding-left: 10px;*/
}

#CenterContainer .productDetailRealtimeGadget .realtimeGadget {
	background-color: #E8E8EA;
	padding-bottom: 12px;
}

#CenterContainer .productDetailRealtimeGadget .quotationGadget {
	background-color: #E8E8EA;
	color:#949496;
}

#CenterContainer .productDetailRealtimeGadget .quotationGadget .quotation2 {
	color:#323335;
}

#CenterContainer .productDetailRealtimeGadget .quotationGadget .quotationDate {
	color:#323335;
}

#CenterContainer .productDetailRealtimeGadget h2
{
	color: #333436;
}

.quotationGadget{
	height: 10px;
}

#CenterContainer .productDetailRealtimeGadget .performanceGadget {
	background-color: #E8E8EA;
	color: #949496;
	width: 100%;
	margin: 5px 0;
}

#CenterContainer .productDetailRealtimeGadget .key {
	color: #949496;
	width: 20%;
}

#CenterContainer .productDetailRealtimeGadget .key:first-child {
	width: 40%;
	padding-left: 10px;
}

#CenterContainer .productDetailRealtimeGadget .value {
	color: #000000;
	width: 20%;
}

/* BEGIN ProductDetailRealtime */

#CenterContainer .Gadget .GadgetSubHeader {
	padding-left: 10px;
	margin-right: 1px;
	line-height: 19px;
	display: block;
	color: #000;
}

/* START ProductDetails */

.ProductDetail_NoDataAvailableInfo{
	padding: 10px;
}
.ProductDetail_RiskAndRating {
	overflow: hidden;
}
.ProductDetail_RiskAndRating table {
	width: 100%;
	border-collapse: collapse;
}
.ProductDetail_RiskAndRating H2 {
	margin-bottom: 3px;
}

.ProductDetail_Risk {
	width: 50%;
}

.ProductDetail_Details {
	padding: 0 15px;
}

.ProductDetail_Details a, .ProductDetail_Details a:visited, .ProductDetail_Underlying a, .ProductDetail_Underlying a:visited {
	color: #000;
}

.ProductDetail_Details a:hover, .ProductDetail_Underlying a:hover {
	color: #DE3919;
}


.ProductDetail_Details .Content {
	overflow: hidden;
	height: 100%;
}
.ProductDetail_Details table {
	width: 100%;
	border-collapse: collapse;
}
.ProductDetail_Details td {
	width: 50%;
}
.ProductDetail_Details H2 {
	margin-bottom: 3px;
	padding: 3px;
}

.ProductDetail_BaseData .Content {
	/*padding: 5px;*/
}

.ProductDetail_Details .leftContainer
{
	width: 50%;
	float: left;
	border-right: solid 1px #D3D3D5;
	margin-left: -1px;
}

.ProductDetail_Details .rightContainer
{
	width: 50%;
	float: left;
	border-left: solid 1px #D3D3D5;
	margin-left: -1px;
}

.ProductDetail_Description {
	border-top: solid 1px #D3D3D5;
	clear: both;
}
.ProductDetail_Description .Content {
	padding: 5px;
}

.ProductDetail_Underlying {
	overflow: hidden;
}
.ProductDetail_Underlying table {
	width: 100%;
	border-collapse: collapse;
}
.ProductDetail_Underlying H2 {
	margin-bottom: 3px;
}
.ProductDetail_Underlying .head {
	border-bottom: solid 1px #D3D3D5;
	position: relative;
}
.ProductDetail_Underlying .head H2 {
	margin: 10px 0px 10px 5px;
}
.ProductDetail_Underlying .underlyingRadioButton {
	display: block;
	margin: 0px 0px 3px 5px;
}
.ProductDetail_Underlying .underlyingRadioButton label {
	padding-left: 5px;
}
.ProductDetail_Underlying .checkedUnderlyingRadioButton {
	font-weight: bold;
}
.ProductDetail_Underlying .UnderlyingOverviewGadget {
	height: auto;
}
.ProductDetail_Underlying .UnderlyingOverview {
	/*width: 50%;
	float: left;*/
	border-right: solid 1px #D3D3D5;
	margin-left: -1px;
}
.ProductDetail_Underlying .UnderlyingChart {
	width: 50%;
	float: left;
	border-left: solid 1px #D3D3D5;
	margin-left: -1px;
}
.ProductDetail_Underlying .UnderlyingChart .ContentOuter {
	margin: 20px 5px 15px 10px;
	zoom: 1;
}

.ProductDetail_Underlying .UnderlyingIndexList {
	width: 100%;
	clear: both;
	border-top: solid 1px #D3D3D5;
}

.ProductDetail_Underlying .UnderlyingProducts {
	width: 100%;
	clear: both;
	border-top: solid 1px #D3D3D5;
}

.ProductDetail_SimilarProducts .head {
	margin: 5px 5px 20px 5px;
}
.ProductDetail_SimilarProducts .controls {
	clear: left;
	border-style: none;
	margin: 5px 0px;
}
.ProductDetail_SimilarProducts .controls .control {
	clear: left;
}
.ProductDetail_SimilarProducts .controls .control .label {
	float: left;
	width: 15em;
	height: 2.5em;
	display: inline;
	font-weight: bold;
}
.ProductDetail_SimilarProducts .controls .control .dropdown {
	float: left;
}
.ProductDetail_SimilarProducts h2 {
	margin: 0px 0px 5px 5px;
}

.ProductDetail_PaymentProfile table {
	width: 100%;
	border-collapse: collapse;
}
.ProductDetail_PaymentProfile .controls {
	clear: left;
	border-style: none;
	margin: 5px 0px;
}
.ProductDetail_PaymentProfile .controls .control {
	clear: left;
}
.ProductDetail_PaymentProfile .controls .control .label {
	float: left;
	width: 30em;
	height: 2.5em;
	clear: left;
	display: inline;
	font-weight: bold;
}
.ProductDetail_PaymentProfile .controls .control .dropdown {
	float: left;
}

.ProductDetail_InformationsAndTools {
	overflow: hidden;
}

.ProductDetail_Informations h2 {
	padding-bottom: 5px;
}
.ProductDetail_Informations .entry {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 21px;
}
.ProductDetail_Informations a.pdfDownload {
	display: inline-block;
	line-height: 18px;
	padding-left: 30px;
	background-position: -13px top;
	background-repeat: no-repeat;
	background-image: url('/images/global/css/icons/pdf.png');
}
.ProductDetail_Informations a.pdfDownload:hover {
	background-position: -13px bottom;
}
.ProductDetail_Informations a.video {
	display: inline-block;
	line-height: 18px;
	padding-left: 30px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url('/images/global/css/gadgets/product_detail/video.png');
}
.ProductDetail_Informations a.video:hover {
	background-position: left bottom;
}

.ProductDetail_Tools {
	float: left;
	border-left: solid 1px #D3D3D5;
	margin-left: -1px;
}
.ProductDetail_Tools h2 {
	padding-bottom: 5px;
}
.ProductDetail_Tools .entry {
	padding-top: 5px;
	padding-bottom: 5px;
}
.ProductDetail_Tools a {
	display: inline-block;
	line-height: 21px;
	padding-left: 37px;
	background-position: left top;
	background-repeat: no-repeat;
}
.ProductDetail_Tools a:hover {
	background-position: left bottom;
}
.ProductDetail_Tools a.calculator {
	background-image: url('/images/global/css/gadgets/product_detail/calculator.png');
}
.ProductDetail_Tools a.cloud {
	background-image: url('/images/global/css/gadgets/product_detail/cloud.png');
}
.ProductDetail_Tools a.map {
	background-image: url('/images/global/css/gadgets/product_detail/map.png');
}
.ProductDetail_Tools a.matrix {
	background-image: url('/images/global/css/gadgets/product_detail/matrix.png');
}
.ProductDetail_Tools a.bestof {
	background-image: url('/images/global/css/gadgets/product_detail/bestof.png');
}

.DerivatProfilChart {
	position: relative;
}

.DerivatProfilChart .Content {
	margin-bottom: 12px;
}

/* END ProductDetails */

/* START UnderlyingDetails */
.UnderlyingOverviewGadget H2 {
	margin-bottom: 3px;
}
.UnderlyingOverviewGadget table {
	width: 100%;
	border-collapse: collapse;
}
.UnderlyingOverviewGadget td.label {
	width: 56%;
}
.UnderlyingOverviewGadget .clockIcon {
	margin-left: 5px;
}
.UnderlyingOverviewGadget .UnderlyingOverviewTrade {
	padding-top: 2em;
}
.UnderlyingOverviewGadget .BestChangePercent {
	margin-left: 5em;
}

.UnderlyingChartContentGadget {
	margin: 0px !important;
}
.UnderlyingChartContentGadget .Content {
	padding: 5px;
	background-color: #F0F0F0;
}
.UnderlyingChartContentGadget .chart {
	height: 210px;
}

.UnderlyingIndexListGadget table {
	width: 100%;
	border-collapse: collapse;
}
.UnderlyingIndexListGadget thead {
	font-weight: bold;
}
.UnderlyingIndexListGadget thead td.changePercentColumn {
	text-align: center;
}
.UnderlyingIndexListGadget td.isinColumn {
	width: 70px;
	/*padding: 0px 10px 0px 10px;*/
}
.UnderlyingIndexListGadget td.quoteColumn {
	width: 50px;
	text-align: right;
	/*padding: 0px 10px 0px 10px;*/
}
.UnderlyingIndexListGadget td.changeAbsoluteColumn {
	width: 60px;
	text-align: right;
	/*padding: 0px 10px 0px 10px;*/
}
.UnderlyingIndexListGadget td.changePercentColumn {
	/*padding: 0px 10px 0px 10px;*/
	width: 160px;
}
.UnderlyingIndexListGadget td.dateColumn {
	width: 80px;
	/*padding: 0px 10px 0px 10px;*/
}
.UnderlyingIndexListGadget td.timeColumn {
	width: 80px;
	/*padding: 0px 10px 0px 10px;*/
}
.UnderlyingIndexListGadget .redText {
	color: #D10019;
}
.UnderlyingIndexListGadget .redBar {
	background-color: #D10019;
}
.UnderlyingIndexListGadget .greenText {
	color: #009664;
}
.UnderlyingIndexListGadget .greenBar {
	background-color: #009664;
}
.UnderlyingIndexListGadget .barContainer {
	width: 100px;
	float: left;
}
.UnderlyingIndexListGadget .bar {
	margin-top: 4px;
	height: 11px;
}
.UnderlyingIndexListGadget .barText {
	float: right;
}

.UnderlyingIndexListGadget a, .UnderlyingIndexListGadget a:visited {
	color: #000;
}

.UnderlyingIndexListGadget a:hover {
	color: #DE3919;
}

.UnderlyingProductsGadget table {
	width: 100%;
	border-collapse: collapse;
}
.UnderlyingProductsGadget td.productCounter {
	text-align: right;
	padding-right: 100px;
	width: 100px;
}
.UnderlyingProductsGadget td.showAllLink {
	width: 180px;
	text-align: center;
}
.UnderlyingProductsGadget td.searchmask {
	text-align: right;
	width: 220px;
	padding-right: 15px;
}
.UnderlyingProductsGadget a.ActionButton span.buttonText {
	padding-right: 8px;
}

.UnderlyingProductsGadget a, .UnderlyingProductsGadget a:visited {
	color: #000;
}

.UnderlyingProductsGadget a:hover {
	color: #DE3919;
}
/* END UnderlyingDetails */


/* START ScoachIndex */
.ScoachIndexContent {
	overflow: hidden;
	padding: 0px 15px;
}
.ScoachIndexContent h2{
	margin-bottom: 3px;
	padding-left: 3px;
}

.ScoachIndexContent .leftSide {
	width: 50%;
	float: left;
	border-right: solid 1px #D3D3D5;
	margin-left: -1px;
}

.ScoachIndexContent .rightSide {
	width: 50%;
	float: right;
	border-left: solid 1px #D3D3D5;
	margin-left: -1px;
}

.ScoachIndexContent .ScoachIndexData {
	padding-top: 5px;
}
.ScoachIndexContent .ScoachIndexData .ContentOuter {
	height: auto;
}

.ScoachIndexContent .ScoachIndexChart {
	margin: 25px 5px 15px 10px;
}

.ScoachIndexContent .ScoachIndexDescription {
	border-top: solid 1px #D3D3D5;
	padding-top: 10px;
	padding-right: 5px;
	margin-top: 5px;
}

.ScoachIndexContent .ScoachIndexInformations {
	border-top: solid 1px #D3D3D5;
	padding-top: 5px;
	margin-top: 5px;
}
.ScoachIndexContent .ScoachIndexInformations .entry {
	padding-top: 5px;
	padding-bottom: 3px;
}
.ScoachIndexContent .ScoachIndexInformations a {
	display: inline-block;
	line-height: 18px;
	padding-left: 45px;
	background-position: left top;
	background-repeat: no-repeat;
}
.ScoachIndexContent .ScoachIndexInformations a:hover {
	background-position: left bottom;
}
.ScoachIndexContent .ScoachIndexInformations a.pdfDownload {
	background-image: url('/images/global/css/icons/pdf.png');
}
.ScoachIndexContent .ScoachIndexInformations a.docDownload {
	background-image: url('/images/global/css/icons/doc.png');
}
.ScoachIndexContent .ScoachIndexInformations a.docDownload {
	background-image: url('/images/global/css/icons/doc.png');
}
.ScoachIndexContent .ScoachIndexInformations a.csvDownload {
	background-image: url('/images/global/css/icons/xls.png');
}
/* END ScoachIndex */


/* BEGIN SliderSearchMask */
div#SliderSearchMask div.SliderDiv {
	float: left;
	width: 221px;
	margin-top: 10px;

}

div#SliderSearchMask div.DropDownDiv{
	float: left;
	width: 215px;
	margin-top: 10px;

}
div#SliderSearchMask div.DropDownDiv {
	margin-left: 5px;
}

div#SliderSearchMask div.SliderDiv div {
	margin-left: 6px;
}
div.productSearchMask {
	padding: 0 15px;
	/*width: 615px;*/
	/*table-layout: fixed;*/
	/*border-collapse:collapse;*/
}


.productSearchMask .labelColumn {
	font-weight:bold;
	padding-right:5px;
	/*width:160px;*/
}
.productSearchMask .inputColumn {
	vertical-align: top;
}

.productSearchMask .extraColumn {
	text-align: left;
	padding-left: 3px;
}

.productSearchMask .secondInputColumnRightAlign {
	text-align:right;
	padding-right:19px;
}

.productSearchMask div.row {
	border-bottom: solid 2px #E4E4E6;
	padding-top:8px;
	padding-bottom:8px;
}

.productSearchMask input {
	width: 65px;
	float: left;
	margin: 0;
}

.productSearchMask input.largeInput {
	width:213px;
}

.productSearchMask div.valueInput, .productSearchMask div.boundLabel {
	float: left;
}

.productSearchMask div.boundLabel {
	width: 117px;
}

.productSearchMask div.upperRangeLabel {
	width: 44px;
	float: left;
	text-align: center;
}

.productSearchMask div.lowerRangeLabel{
	width: 31px;
	float: left;
}

.productSearchMask div.tillRangeLabel{
	/*width:44px;
	float:left;*/
	text-align:center;
}

.productSearchMask div.percent {
	margin-left:17px;
	float:left;
}

.productSearchMask div.orLabel{
	float:left;
	width: 69px;
}

.productSearchMask .maturityDropDown
{
	float:left;
}

.productSearchMask tr#ButtonRow td{
	border-bottom-style:none;
	padding-top:13px;
}

.productSearchMask .noborder
{
	border-bottom:none 0px;
}

.productSearchMask .issuerButton a.ActionButton_Back
{
	margin-top: 8px;
}

.productSearchMask span.SavedSearchSaveButton
{
	padding-left: 15px;
}

/* BEGIN Quotation in ProductSearch */
table.noborder, #content .content .modul table.noborder, #content .content .modul table.noborder td {
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.productSearchMask table.quotation {
	width: 100%;
	table-layout: fixed;
}
table.productSearchMask table.quotation col.price {
	width: 30%;
}
table.productSearchMask table.quotation col.name {
	width: 70%;
}
table.productSearchMask table.quotation td.price {
	padding-left: 5px;
}
table.productSearchMask table.quotation td.name {
	overflow: hidden;
}
table.productSearchMask table.quotation thead img {
	margin-left: 5px;
}

/* END Quotation in ProductSearch */

.ProductSearchGadget #ProductSearchMaskContainer
{
	float:left;
	background-color: #f7f7f7;
	padding:15px;
	padding-top:10px;
	min-height:350px;
/*IE6 min-height*/
	height: auto !important;
	height: 350px;
}
div.ProductSearchGadget div.combinedSearchNoVerticalNavigation {
	width:915px;
}
div.ProductSearchGadget div.combinedSearchWithVerticalNavigation {
	width:665px;
}

div.combinedSearchWithVerticalNavigation {
	background-color:white; 
	padding-top:10px; 
	min-height:636px;
}

.ProductSearchGadget #ProductSearchMaskContainer .CombinedSearchSearchMask
{
	width:665px;
}

.CombinedSearchSearchMask {
	padding-left: 20px;
}


.ProductSearchGadget #SwitchSearchModeContainer
{
	float:right;
	margin-top:40px;
}

.ProductSearchGadget #SaveSearchButtonContainer
{
	float:left;
	margin-top:40px;
	padding-left:5px;
}

div#SliderSearchMask
{
	width:665px;
	float: left;
}

.productSearchRadioButton
{
	margin:4px;
}

.productSearchRadioButton label
{
	font-weight: normal;
}
/* START VertivalNavigation */

div.VerticalNavigationDeriSearch {
	/*width: 300px;*/
}

div.VerticalNavigation ul  {
	list-style-type: none;
}

div.VerticalNavigation ul  a{
	line-height: 20px;
	height: 20px;
	display: inline-block;
	width: 100%;
}

div.VerticalNavigationDeriSearch ul  a{
	/*width: 290px;*/
}

div.VerticalNavigation li.HeaderItem a {
	color: rgb(0,45,95);
	font-weight: bold;
	vertical-align: middle;
	outline: 0;
}

div.VerticalNavigation li.HeaderItem a span {
	display: inline-block;
	vertical-align: middle;
	cursor:pointer;
}

div.VerticalNavigation li.HeaderItem a span.Text,
div.VerticalNavigation li.HeaderItem a div.ProductTypeText {
	max-width: 260px;
	float:left;
	overflow: hidden;
	white-space: nowrap;
	height: 20px;
}



div.VerticalNavigation li.HeaderItem li.SubItem a div.ProductTypeText {
	/*width: 178px;*/
}

div.VerticalNavigation li.Collapsed  a span.Text {
	/*width: 219px;*/
}

div.VerticalNavigation li.HeaderItem a span.SlidArrow {
	width: 11px;
	background-image: url('/images/global/css/gadgets/vertical_navigation/arrows.png');
	background-position: 0 7px;
	height: 7px;
	top: 6px;
	font-size: 1px;
	line-height: 0;
}

div.VerticalNavigation li.Collapsed a span.SlidArrow {
	background-position: 0 18px;
	height: 11px;
	top: 4px;
}

div.VerticalNavigation li.SubItem {
	height: 20px;
	cursor: pointer;
}

div.VerticalNavigation li.SubItem a {
	color: #656469;
	font-weight: bold;
}

div.VerticalNavigation li.SubItem span {
	overflow: hidden;
	display: inline-block;
	/*width: 239px;*/
	height: 20px;
	white-space: nowrap;
}

div.VerticalNavigation li.SubItem a span {
	cursor: pointer;
}

div.VerticalNavigation li.SubItem div.ResultCount {
	display: inline-block;
	float:right;
	margin-right:20px;
	height: 20px;
	text-align: right;
}

div.VerticalNavigation li.SubItem a:active,
div.VerticalNavigation li.SubItem a:focus,
div.VerticalNavigation li.SubItem a:hover {
	background-color: rgb(207, 230, 244);
}

div.VerticalNavigation li.SubItem a.ActiveItem {
	background-color: rgb(207, 230, 244);
	font-weight: bold;
	color: #363837;
}

div.VerticalNavigation {
	/*background:#D1D1D3 url('/images/global/css/gadgets/vertical_navigation/background.gif') repeat-x scroll left bottom;*/
	padding: 0px;
	background-color: #FFFFFF
}

div.VerticalNavigationBanner {
	height: 250px;
	width: 250px;
	padding-top: 10px;
}
/* END VertivalNavigation */

/* BEGIN Footer */
#Footer
{
	max-width:970px;
	text-align:center;
	color:#68686A;
	padding-top:22px;
	padding-bottom: 20px;
	background-color: #393939;
	margin: 20px auto;
}

.social_connect {
	text-align: center;

}

.social_connect li {
	margin-left: 10px;
}

.social_connect .fa {
	font-size: 14px;
}

#Footer a {
	color: rgba(255, 255, 255, 0.6);

}

#Footer ul {
	list-style:none;
	left: 20px;
	top: 5px;
	margin-bottom:8px;
	text-align: center;
	display: inline-block;
}

#Footer ul li {
	display: inline;
}
#footer ul li a, #footer a {

}
/* END Footer */

/* BEGIN UserSiteMap */
div.UserSiteMapDiv {
	border: solid 1px #D1D1D3;
}

li.UserSiteMapSeparator {
	border-bottom: solid 1px #D1D1D3;
	margin-left: 9px;
	margin-right: 9px;
	list-style-type: none;
	font-size:5px;
	line-height:5px;
}

.UserSiteMapFirstLevelNode {
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	padding-top: 16px;
}

.UserSiteMapFirstLevelNode a
{
	font-size: 11px;
}

.UserSiteMapFirstLevelNode li {
	list-style-type: none;
}

ul.UserSiteMapSubTree {
	padding-bottom: 15px;
	font-weight: normal;
}

ul.UserSiteMapSubTree ul {
	padding-bottom: 0;
}

.UserSiteMapFirstLevelNode .UserSiteMapSubTree li {
	margin-left: 15px;
	padding-top: 4px;
	font-size: 11px;
}
/* END UserSiteMap */

/* START TabbedContent */
div.TabbedContentGadget div.Content div.TabControl div.Content {
	background: none;
}

div.TabbedContentGadget div.ContentHasVerticalNavigation div.TabContents {
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 5px;
	float:left;
	/*width:695px;*/
}

div.TabbedContentGadget div.ContentHasFirstTabAsContent  div.FirstTabAsContent,
div.TabbedContentGadget div.ContentHasVerticalNavigation div.FirstTabAsContent {
	padding: 0;
	width:100%;
}
div.TabbedContentGadget div.ContentHasFirstTabAsContent  div.ContentTabContainer,
div.TabbedContentGadget div.ContentHasVerticalNavigation div.ContentTabContainer {
	padding: 0px 20px 0;
}
div.TabbedContentGadget div.ContentHasFirstTabAsContent  div.ContentTabContainer div.TabControl,
div.TabbedContentGadget div.ContentHasVerticalNavigation div.ContentTabContainer div.TabControl {
	border: 1px solid #000;
}

div.TabbedContentGadget div.ContentTabContainer div.Content {
	margin: 10px;
}

div.ContentGadget h2,
div.TabbedContentGadget div.TabContents h2 {
	line-height: 20px;
	font-size: 15px;
	margin-bottom: 10px;
	padding-top: 20px;
}

div.ContentGadget h3,
div.TabbedContentGadget div.TabContents h3 {
	line-height: 15px;
	padding-top: 10px;
}

div.TabContents h3.zwischenueberschrift {
	line-height: 15px !important;
	padding-bottom: 15px;
}

div.ContentGadget p,
div.TabbedContentGadget div.TabContents p {
	padding-bottom: 15px;
	line-height: normal;
}

div.TabbedContentGadget div.TabContents ul {
	padding-left: 15px;
}

div.ContentGadget p.information,
div.TabbedContentGadget div.TabContents p.information {
	background-image:url('/medialibrary/image/redesigncontent/information_icon.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	font-weight: bold;
	margin: 20px 0;
	padding-bottom: 0px;
}


/*div.TabControl.blackBorder,*/
/* div.TabControl.blackBorder deaktiviert Rahmenloses Layout auf Kundenwunsch - kann wieder aktiviert werden, wenn alle Artikel im CMS angepasst wurden */
div.ContentGadget table.blackBorder,
div.TabbedContentGadget div.TabContents table.blackBorder {
	border: 1px solid #000000;
}

#CenterContainer div.Content a.contentMoreLink,
#CenterContainer .TabbedContentGadget .TabContents .Content a.contentMoreLink,
{
	text-decoration: none;
	background-image: url('/images/global/css/action_buttons/go.png');
	background-position: right top;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	line-height: 18px;
	outline-style: none;
	float:right;
}
#CenterContainer div.Content a.contentMoreLink:hover,
#CenterContainer .TabbedContentGadget .TabContents .Content a.contentMoreLink:hover
{
	background-position:right bottom;
}
#CenterContainer div.Content a.contentMoreLink span.forceMinSize {
	display: inline-block;
	width: 18px;
	height: 18px;
	padding-bottom:0px;
}
#CenterContainer div.Content a.contentMoreLink span.buttonText {
	padding-right:3px;
	text-transform:uppercase;
}
#CenterContainer div.Content a.contentMoreLink:hover span.buttonText {
	color:#333436;
}
/* END TabbedContent */

/* BEGIN TabbedTradeInfoGadget */
.TabbedTradeInfoGadget .ContentGadget {
	margin-left:20px;
	margin-top: 15px;
}

.TabbedTradeInfoGadget .ContentGadget ul {
	margin-left:20px;
	margin-bottom:15px;
}

.TabbedTradeInfoGadget .ContentGadget ul li {
	line-height:18px;
}

.TabbedTradeInfoGadget tr.secondhead th {
	height:40px;
}
.TabbedTradeInfoGadget .tradeRestraint,
.TabbedTradeInfoGadget .newsboard,
.TabbedTradeInfoGadget .mistrade
{
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
	margin-top: 15px;
}

.TabbedTradeInfoGadget .tradeRestraint th,
.TabbedTradeInfoGadget .tradeRestraint td,
.TabbedTradeInfoGadget .newsboard th,
.TabbedTradeInfoGadget .newsboard td,
.TabbedTradeInfoGadget .mistrade th,
.TabbedTradeInfoGadget .mistrade td
{
	padding: 0px 5px;
}
.TabbedTradeInfoGadget .newsboard th,
.TabbedTradeInfoGadget .mistrade th {
	text-align: center;
}

div.KnockedOutContentGadgetStatistics,
div#MaturedContentGadgetStatistics {
	color: rgb(0,44,95);
	padding-left:12px;
	/*padding-top: 6px;*/
	font-weight: bold;
	height:20px;
}

#CenterContainer .knockedOutContentGadgetFooter span.float_right,
#CenterContainer .maturedContentGadgetFooter span.float_right {
	 margin-top: 0px;
}
.knockedOutContentGadgetFooter span.float_right input.textBox,
.maturedContentGadgetFooter span.float_right input.textBox {
/*	float: left;
	margin-top: 3px;*/
}
#CenterContainer .TabbedTradeInfoGadget .Footer span.ScoachButton span {
	margin-top: 0px;
}
#CenterContainer .knockedOutContentGadgetFooter span.ScoachButton span,
#CenterContainer .maturedContentGadgetFooter span.ScoachButton span {
	margin-top: 0px;
}

.TabbedTradeInfoGadget table.mistrade th, #content .content .modul table.mistrade td {
	padding-left: 3px;
	padding-right: 3px;
}

.TabbedTradeInfoGadget table.mistrade td.dateColumn,
.TabbedTradeInfoGadget table.mistrade th.dateColumn,
.TabbedTradeInfoGadget table.newsboard th.dateColumn,
.TabbedTradeInfoGadget table.tradeRestraint th.dateColumn,
.TabbedTradeInfoGadget table.tradeRestraint td.dateColumn {
	white-space: nowrap;
	width: 110px;
}

.TabbedTradeInfoGadget table.mistrade td.isinColumn,
.TabbedTradeInfoGadget table.mistrade th.isinColumn {
	width: 80px;
}

.TabbedTradeInfoGadget table.mistrade td.priceColumn,
.TabbedTradeInfoGadget table.mistrade th.priceColumn {
	padding-right: 2px;
	text-align: right;
}

.TabbedTradeInfoGadget table.mistrade td.priceFormatColumn,
.TabbedTradeInfoGadget table.mistrade th.priceFormatColumn {
	padding-left: 2px;
	width: 25px;
}

.TabbedTradeInfoGadget table.mistrade td.sizeColumn,
.TabbedTradeInfoGadget table.mistrade th.sizeColumn {
	padding-right: 2px;
	text-align: right;
}

.TabbedTradeInfoGadget table.mistrade td.sizeFormatColumn,
.TabbedTradeInfoGadget table.mistrade th.sizeFormatColumn {
	padding-left: 2px;
	width: 25px;
}
/* END TabbedTradeInfoGadget + Children */


/* BEGIN ChartTool*/
.chartToolGadget .legend {
	margin-right: 10px;
	margin-bottom: 5px;
	width: 15px;
	height: 12px;
	float: left;
}

.chartToolGadget .legendLabel {
	float: left;
}

#CenterContainer div.chartToolGadget div.half
{
	width:420px;
	padding: 5px;
}
#CenterContainer div.chartToolGadget div.chartsetup {
	margin-top: 10px;
	padding: 5px;
	border-top: solid 1px #E4E4E6;
}

#CenterContainer div.chartToolGadget .rightBorder {
	border-right: solid 1px #E4E4E6;
}

#CenterContainer div.chartToolGadget div.half table {
	width: 100%;
}

/* END ChartTool*/

/* BEGIN TimeAndSalesGadget */
#CenterContainer div.timeAndSalesGadget div.quarter_inner
{
	float:left;
	width:170px;
	line-height:25px;
}
#CenterContainer div.timeAndSalesGadget table {
	width:100%;
}
#CenterContainer div.timeAndSalesGadget div.quarter_inner span {
	margin-top:5px;
}

#CenterContainer div.timeAndSalesGadget div.quarter_inner span.combo {
	margin-top:1px;
}
#CenterContainer div.timeAndSalesGadget div.emptyResult {
	padding-top:10px;
	margin-top:10px;
	border-top:solid 1px #E4E4E6;
	margin-bottom:10px;
}
#CenterContainer div.timeAndSalesGadget tfoot tr.pagination {
}
#CenterContainer div.timeAndSalesGadget tfoot tr.pagination div.pagination {
	float:left;
}
/* END TimeAndSalesGadget */


/*BEGIN contactFormGadget */
#CenterContainer div.contactFormGadget div.line,
#CenterContainer div.contactFormGadget p.tagline
{
	margin-bottom:16px;
}

#CenterContainer div.contactFormGadget div.label
{
	float: left;
	/*margin-right: 10px;*/
	width: 160px;
}

#CenterContainer div.contactFormGadget input.textBox
{
	float: left;
	width: 255px;
	margin-right:0;
}

#CenterContainer div.contactFormGadget span.required
{
	color:red;
}

#CenterContainer div.contactFormGadget textarea
{
	width:260px;
	height:120px;
}
/*END contactFormGadget */

/* START ContentBanner */
div.ContentBanner iframe {
	width: 100%;
	height: 284px;
}
/* END ContentBanner */

/* START List */
ul.list {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.list li{
	margin: 5px 0;
}
/* END List*/

/* START FlashCalculator */
div.FlashCalculatorControl div.FlashCalculator {
	height: 1000px;
}
div.FlashCalculatorControl p.FlashErrorMessage {
	padding-top: 5px;
	padding-left: 10px;
}

div.FlashCalculatorSearch div.SearchContainer {
	margin-left: 250px;
	padding: 10px;
}

div.FlashCalculatorSearch span.SearchCaption {
	margin-top: 30px;
	font-weight: bold;
	width: 150px;
	display: inline-block;
}

div.FlashCalculatorSearch div.SearchContainer div {
	margin-top: 20px;
	margin-left: 150px;
	margin-bottom: 10px;
}
/* END FlashCalculator */

/* START CloudTool */
div.CloudTool {
	float: left;
	width: 665px;
	padding: 5px 0px 0px 10px;
}
/* END CloudTool */


/* START bestSelectGadget */
#CenterContainer .bestSelectSearchMask
{
	width:665px;
	float:left;
	margin:10px;
	min-height:300px;
}
#CenterContainer .bestSelectGadget a.tendencyButton {
	display: inline-block;
	margin-right: 15px;
	padding-left: 23px;
	height: 18px;
	line-height: 18px;
	background-repeat: no-repeat;
	text-decoration: none;
}

.bestSelectGadget .searchMask {
	margin-top: 20px;
}

.bestSelectGadget .labelColumn {
	width: 150px;
}

.bestSelectGadget td.inputColumn a {
	background-image: url('/images/global/css/gadgets/best_select/market_arrows.png');
}

.bestSelectGadget td.inputColumn a.marketUp:hover {
	background-position: 0 -18px;
}

.bestSelectGadget td.inputColumn a.marketHalfUp {
	background-position: 0 -36px;
}
.bestSelectGadget td.inputColumn a.marketHalfUp:hover {
	background-position: 0 -54px;
}

.bestSelectGadget td.inputColumn a.marketSame {
	background-position: 0 -72px;
}
.bestSelectGadget td.inputColumn a.marketSame:hover {
	background-position: 0 -90px;
}

.bestSelectGadget td.inputColumn a.marketHalfDown {
	background-position: 0 -108px;
}
.bestSelectGadget td.inputColumn a.marketHalfDown:hover {
	background-position: 0 -126px;
}

.bestSelectGadget td.inputColumn a.marketDown {
	background-position: 0 -144px;
}
.bestSelectGadget td.inputColumn a.marketDown:hover {
	background-position: 0 -162px;
}
/* END bestSelectGadget */

/* START hedgeCalculatorGadget */
#CenterContainer .hedgeCalculatorSearchMask
{
	width:665px;
	float:left;
	margin:10px;
	min-height:300px;
}
#CenterContainer .hedgeCalculatorGadget a.tendencyButton {
	display: inline-block;
	margin-right: 15px;
	padding-left: 23px;
	height: 18px;
	line-height: 18px;
	background-repeat: no-repeat;
	text-decoration: none;
}

.hedgeCalculatorGadget .searchMask {
	margin-top: 20px;
}

.hedgeCalculatorGadget .searchMask input.ScoachTextBox {
	width: 292px;
}

.hedgeCalculatorGadget .labelColumn {
	width: 200px;
}

div.HedgeCalculatorEvaluationGadget div.FormulaBox {
	background-image: url('/images/global/css/gadgets/hedge_calculator/question_background.gif');
	background-repeat: repeat-x;
	height: 60px;
	padding: 10px;
	line-height: 19px;
}

div.HedgeCalculatorEvaluationGadget div.leftContainer,
div.HedgeCalculatorEvaluationGadget div.rightContainer {
	float:left;
}
div.HedgeCalculatorEvaluationGadget div.leftContainer {
	width: 50%;
}

div.HedgeCalculatorEvaluationGadget table.CalculationTableContent {
	border-collapse: collapse;
	width: 450px;
	margin-bottom: 20px;
}

div.HedgeCalculatorEvaluationGadget table.CalculationInputContent {
	width: 100%;
}

div.HedgeCalculatorEvaluationGadget div.EvaluationChart {
	float: left;
	width: 250px;
	height: 200px;
	background-image: url('/images/global/css/gadgets/hedge_calculator/chart_scale.gif');
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin-top: 8px;
	margin-left: 5px;
}

div.HedgeCalculatorEvaluationGadget div.graph {
	position: relative; /* IE is dumb */
	width: 40px;
	height: 100%;
	float: left;
	margin-left: 57px;
}

* html div.HedgeCalculatorEvaluationGadget div.graph {
	margin-left: 34px;
}

div.HedgeCalculatorEvaluationGadget div.single {
	margin-left: 105px;
}

* html div.HedgeCalculatorEvaluationGadget div.single {
	margin-left: 53px;
}

div.HedgeCalculatorEvaluationGadget div.graph strong.bar {
	display: block;
	position: relative;
	overflow: hidden;
}

div.HedgeCalculatorEvaluationGadget div.graph strong.value {
	background-color: #999999;
}

div.HedgeCalculatorEvaluationGadget div.graph strong.investment {
	background-color: #CFE6F4;
}
div.HedgeCalculatorEvaluationGadget div.graph strong.costs {
	background-color: #38373F;
}

div.HedgeCalculatorEvaluationGadget div.EvaluationChartScale {
	float: left;
	width:50px;
}

div.HedgeCalculatorEvaluationGadget div.EvaluationChartScale div.scaleValue {
	height: 20px;
	text-align: right;
}

div.HedgeCalculatorEvaluationGadget div.EvaluationChartLegend {
	float: left;
	width: 140px;
	padding: 30px 0px 0px 10px;
}

div.HedgeCalculatorEvaluationGadget div.EvaluationChartLegend div.legendText {
	padding-left: 25px;
	padding-bottom: 5px;
}

div.HedgeCalculatorEvaluationGadget div.EvaluationChartLegend div.value,
div.HedgeCalculatorEvaluationGadget div.EvaluationChartLegend div.investment,
div.HedgeCalculatorEvaluationGadget div.EvaluationChartLegend div.costs {
	width:20px;
	height:10px;
	float:left;
	margin-top:2px;
}
div.HedgeCalculatorEvaluationGadget div.EvaluationChartLegend div.value {
	background-color: #999999;
}
div.HedgeCalculatorEvaluationGadget div.EvaluationChartLegend div.investment {
	background-color: #CFE6F4;
}
div.HedgeCalculatorEvaluationGadget div.EvaluationChartLegend div.costs {
	background-color: #38373F;
}
div.HedgeCalculatorEvaluationGadget div.EvaluationChartBottom div.description {
	float: left;
	width: 80px;
	text-align: center;
	padding-left: 17px;
}
* html div.HedgeCalculatorEvaluationGadget div.EvaluationChartBottom div.description {
	padding-left: 0px;
}
div.HedgeCalculatorEvaluationGadget div.EvaluationChartBottom div.single {
	margin-left: 124px;
}
* html div.HedgeCalculatorEvaluationGadget div.EvaluationChartBottom div.single {
	margin-left: 70px;
}
div.HedgeCalculatorEvaluationGadget div.EvaluationChartBottom div.first {
	margin-left: 76px;
}
* html div.HedgeCalculatorEvaluationGadget div.EvaluationChartBottom div.first {
	margin-left: 50px;
}
/* END hedgeCalculatorGadget */

/* START LostPasswordGadget */
.LostPasswordGadget .InfoText {
	margin: 5px 5px 10px 5px;
}
.LostPasswordGadget .line {
	padding-top: 2px;
	padding-bottom: 3px;
	line-height: 25px;
}
.LostPasswordGadget .label {
	width: 180px;
	display: inline-block;
	margin-left: 5px;
}
.LostPasswordGadget input.textBox {
	max-width: 360px;
	width: 100%;
	margin-left:5px;
}
.LostPasswordGadget a.ActionButton {
	margin-top: 5px;
	margin-bottom: 5px;
}
.LostPasswordGadget .userOutput {
	font-style: italic;
}
.LostPasswordGadget .error {
	margin-left: 5px;
	color: Red;
}
.LostPasswordGadget .hint {
	margin-left: 5px;
}
/* END LostPasswordGadget */

/* START UserDataEdit */
.UserDataEdit .Content {
	overflow: hidden;
}
.UserDataEdit hr {
	border-top: solid 1px #D3D3D5;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 5px 0px;
}
.UserDataEdit .line {
	padding-top: 5px;
	padding-bottom: 5px;
	/*height: 20px;
	clear: both;*/
}
.UserDataEdit .label {
	/*width: 200px;
	display: inline-block;
	text-align: right;
	margin-top: 1px;
	float: left;*/
}
.UserDataEdit .stars {
	/*width: 18px;
	display: inline-block;
	margin-left: 2px;
	margin-top: 1px;
	float: left;*/
}
.UserDataEdit .userinput {
	/*float: left;*/
}
.UserDataEdit input.ScoachTextBox {
	width: 100%;
	max-width:360px;
}
.UserDataEdit .checkBox {
	margin-right: 5px;
}
.UserDataEdit .error {
	color: Red;
	clear: both;
}
.UserDataEdit .succesful {
	color: Red;
	clear: both;
}
/* END UserDataEdit */


/* START KnockOutMap */
div.KnockOutMap .knockoutmapInput {
	width: 250px;
}

div.KnockOutMap table.knockoutmapTab {
	border: none;
	width: auto;
}

div.KnockOutMap table.knockoutmapTab tr {
	line-height: 14px;
}

div.KnockOutMap table.knockoutmapTab td {
	padding: 2px;
	margin: 0px;
	padding-left:12px;
	width: 14px;
	height: 14px;
	color: #818183;
}

div.KnockOutMap table.knockoutmapTab hr {
	border: 1px solid #c5c6c8;
}

div.KnockOutMap table.knockoutmapTab .scale {
	width: 90px;
	text-align: left;
	padding: 2px;
}

div.KnockOutMap table.knockoutmapTab td.line {
	width: auto;
}

div.KnockOutMap table.knockoutmapTab td.price {
	font-weight: bold;
}

div.KnockOutMap table.knockoutmapTab .put {
	background-image: url('/images/global/css/gadgets/knockout_map/item_background_red.png');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

div.KnockOutMap table.knockoutmapTab .call {
	background-image: url('/images/global/css/gadgets/knockout_map/item_background_green.png');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

div.KnockOutMap table.knockoutmapTab .indiziert_ko {
	background-image: url('/images/global/css/gadgets/knockout_map/item_background_grey.png');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

div.KnockOutMap table.knockoutmapTab .number {
	width: auto;
}

div.KnockOutMap div.KnockOutMapContainer {
	margin-top: 10px;
}

div.KnockOutMap div.RightInput {
	margin-left: 255px;
}

div.KnockOutMap div.RightInput div.InputBox {
	margin: 10px 0 15px 0;
}

div.KnockOutMap div.RightInput div.InputRow {
	height: 50px;
}

div.KnockOutMap div.RightInput div.InputRow span.Caption {
	vertical-align: top;
	padding-top: 3px;
	width: 170px;
	display: inline-block;
}

div.KnockOutMap div.RightInput div.InputRow span.ScoachRadioButtonContainer {
	margin: 0px;
	padding-right: 10px;
	position:relative;
	top: 3px;
}

.btn_delete {
	background-image: url('/images/global/css/gadgets/product_comparison/icon_delete.png');
}

span.ScoachButton.disabled a {
	color: #999999;
}

span.ScoachButton.disabled a:hover {
	color: #999999 !important;
}

span.ScoachButton.disabled a:hover span.Text {
	background-color: #F7F7F7;
}

span.ScoachButton.disabled a span.Text {
	color: #999999 !important;
	background-color: #F7F7F7;
}

span.ScoachButton.disabled a span.LeftCorner {
	color: #999999 !important;
}

span.ScoachButton.disabled a span.RightCorner {
	color: #999999 !important;
}

div.KnockOutMap div.RightInput div.InputRow span.ScoachButton {
	margin-left: 130px;
	margin-top: 10px;
}

#knockoutmapPopup_DIV {
	z-index: 10000;
	display: none;
	position: absolute;
	background-color: transparent;
}

#knockoutmapPopup_DIV table {
	border-collapse: collapse;
}

#knockoutmapPopup_DIV.ShowPopup {
	display: block;
}
#knockoutmapPopup {
	width: 1% !important;
	border: 1px solid black;
	background-color: #eff0f0;
}
#knockoutmapPopup td {
	white-space: nowrap;
	padding: 3px;
}
#knockoutmapPopup .name {
	background-color: #CFE6F4;
	font-weight: bold;
}
#knockoutmapPopup .name_grau {
	background-color: #cccccc;
	font-weight: bold;
}

.KnockOutMap .container_slct_underlyings .ui-selectmenu-status {
	width: 400px;
}
/* END KnockOutMap */


/* BEGIN BestOf Tools */
.bestOfBonusGadget,
.bestOfDiscountGadget {
	min-height:300px;
}
table.bestOfBonus,
table.bestOfDiscount {
	float:left;
	width:665px;
	margin	:5px;
}

.bestOfBonusGadget .inputColumn,
.bestOfDiscountGadget .inputColumn {
	padding-right: 15px;
	height:30px;
}

.bestOfBonusGadget .inputColumn input.ScoachTextBox,
.bestOfDiscountGadget .inputColumn input.ScoachTextBox {
	width:100px;
}
/* END BestOf Tools */


/* START NewIssues */
.TabbedNewIssueContentGadget .NewIssuesName {
}
.TabbedNewIssueContentGadget .NewIssuesUnderlyingName {
}
.TabbedNewIssueContentGadget table {
	table-layout: fixed;
}
/* END NewIssues */

/* START general order form */
#CenterContainer div.generalOrderGadget div.label
{
	float: left;
	margin-right: 10px;
	width: 160px;
}

#CenterContainer div.generalOrderGadget .red
{
	color: red;
}

#CenterContainer div.generalOrderGadget td.labelColumn,
#CenterContainer div.generalOrderGadget td.inputColumn
{
	padding-bottom: 5px;
	padding-right: 5px;
}

#CenterContainer div.generalOrderGadget .failedMessage
{
	color: red;
	font-weight: bold;
}

#CenterContainer div.generalOrderGadget .successMessage
{
	font-weight: bold;
}

#CenterContainer div.generalOrderGadget div.labelAgreement
{
	float: right;
	width: 600px;
	padding-top: 2px;
	margin-left: -5px;
}
/* END general order form */

/* START magazineSubscribe form */
#CenterContainer div.magazineSubscribeForm div.label
{
	float: left;
	margin-right: 10px;
	width: 160px;
}

#CenterContainer div.magazineSubscribeForm .red
{
	color: red;
}

#CenterContainer div.magazineSubscribeForm td.labelColumn,
#CenterContainer div.magazineSubscribeForm td.inputColumn
{
	padding-bottom: 5px;
	padding-right: 5px;
}

#CenterContainer div.magazineSubscribeForm .failedMessage
{
	color: red;
	font-weight: bold;
}

#CenterContainer div.magazineSubscribeForm .successMessage
{
	font-weight: bold;
}
/* END magazineSubscribe form */

/* START Watchlist */
.WatchlistOverviewWrapper{
	/*position: absolute;*/
	/*width: 450px;*/
}
.WatchlistOverviewWrapper {
	/*height: 253px;*/
}
div.WatchlistAdminContent div.TopRow {
	margin-top: 5px;
}

div.WatchlistAdminContent div.TopRow,
div.WatchlistAdminContent div.BottomRow {
	/*height: 35px;*/
	margin:10px 0;
}

div.WatchlistAdminContent div span.Label {
	font-weight: bold;
	width: 240px;
	display: inline-block;
}

div.WatchlistAdminContent div span.combo {
	vertical-align: bottom;
	margin-right: 6px;
}

div.WatchlistAdminContent div span.ScoachButton {
	margin-right: 5px;
}

div.WatchlistAdminContent div input {
	width: 199px;
	display: inline-block;
}

div.WatchlistContentGadget td.ActionIcons a, div.WatchlistContentGadget td.ActionIconsLeft a
{
	float:left;
}
div.WatchlistContentGadget td.ActionIcons a img, div.WatchlistContentGadget td.ActionIconsLeft a img {
	width: 14px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.WatchlistContentGadget td.ActionIcons a.RemoveInstrument {
	margin-right: 4px;
}

div.WatchlistContentGadget td.ActionIcons a.RemoveInstrument img, div.WatchlistContentGadget td.ActionIconsLeft a.RemoveInstrument img {
	background-image: url('/images/global/css/gadgets/product_comparison/icon_delete.png')
}
div.WatchlistContentGadget td.ActionIcons a.RemoveInstrument img:hover, div.WatchlistContentGadget td.ActionIconsLeft a.RemoveInstrument img:hover{
	background-image: url('/images/global/css/gadgets/product_comparison/icon_delete.png');
	background-position: 0 -14px !important;
}

div.WatchlistContentGadget td.ActionIcons a.MoveInstrument img, div.WatchlistContentGadget td.ActionIconsLeft a.MoveInstrument img{
	background-image: url('/images/global/css/gadgets/header_icons/drag.png');
	background-position: left top;
	width: 20px;
	height: 20px;
}

div.WatchlistContentGadget td.ActionIcons a.MoveInstrument img:hover, div.WatchlistContentGadget td.ActionIconsLeft a.MoveInstrument img:hover{
}

div.WatchlistContentGadget .ActionIconsLeft{
	display: none;
}

a.HeaderLinkButton_Drag,
a.HeaderLinkButton_Drag_MarketOverview {
	background-image: url('/images/global/css/gadgets/header_icons/drag.png');
	background-position: left top;
	width: 20px;
	height: 20px;
}

div.WatchlistContentGadget td.BuySellIcon {
	width: 35px;
}
div.WatchlistContentGadget td.ActionIcons,
td.Derivative_SearchResult_WarnAndComparisonIcon#suche_merkzettel {
	width: 65px;
}
div.WatchlistContentGadget div.ChangeValue{
	white-space: nowrap;
}
div.WatchlistAdminContent span.MoveInstrumentText {
	display: inline-block;
	width: 410px;
 }

div.WatchlistContentGadget img.WarningIcon {
	display: inline-block;
	height: 18px;
	width: 18px;
	background-image: url('/images/global/css/gadgets/search_result_grid/icon_warning.png');
	vertical-align: middle;
	float:left;
	margin-left:3px;
}

div.WatchlistContentGadget img.KnockedIcon {
	display: inline-block;
	height: 18px;
	width: 18px;
	background-image: url('/images/global/css/gadgets/search_result_grid/icon_knock.gif');
	vertical-align: middle;
	float:left;
	margin-left:3px;
}


/* END Watchlist */

/* START SavedSearchesGadget */

div.SavedSearchesGadget th.Date,
div.SavedSearchesGadget td.Date {
	width: 120px;
}

div.SavedSearchesGadget th.ActionIcons,
div.SavedSearchesGadget td.ActionIcons {
	width: 53px;
	padding: 0 0;
}

div.SavedSearchesGadget	div.jScrollPaneScrollable td.ActionIcons {
	width: 40px;
}

div.SavedSearchesGadget td.Name {
	text-align: left;
}

div.SavedSearchesGadget td.Name input {
	width: 235px
}

div.SavedSearchesGadget td.ActionIcons a img,
div.SavedSearchesGadget td.DataItem a img {
	width: 12px;
	height: 12px;
	background-position: center;
	background-repeat: no-repeat;
}

div.SavedSearchesGadget td.ActionIcons a.RemoveSearch img {
	background-image: url('/images/global/css/gadgets/watchlist/icon_delete.png');
	margin-left: 3px;
}

div.SavedSearchesGadget td.ActionIcons a.RenameSearch img {
	background-image: url('/images/global/css/gadgets/watchlist/icon_move.png');
	margin-left: 3px;
}

div.SavedSearchesGadget td.DataItem a.RenameSearchSave img {
	background-image: url('/images/global/css/gadgets/watchlist/icon_move.png');
	margin-left: 3px;
}

div.SavedSearchesGadget div.SavedSearchesWrapperContainer {
	width: 463px;
}

div.SavedSearchesGadget div.SavedSearchesWrapper {
	height: 250px;
}
/* END SavedSearchGadget */

.SavedSearchesConfigurationPopup input.SearchNameTextBox {
	width: 300px;
	margin-left: 5px;
}

.SavedSearchesConfigurationPopup span.ScoachButton {
	padding: 5px 5px 0 0;
}

/* START IssuerMatrix */
.IssuerMatrixGadget table.issuerMatrix {
	width: 100%;
	border-collapse: collapse
}
.IssuerMatrixGadget table.issuerMatrix thead th {
	text-align: center;
	vertical-align: top;
	height: 60px;
	font-weight: bold;
	line-height: normal;
	border-left: solid 1px #F7F7F7;
	border-right: solid 1px #F7F7F7;
}
.IssuerMatrixGadget table.issuerMatrix thead th span {
	display: inline-block;
	margin-top: 5px;
	text-align: center;
}
.IssuerMatrixGadget table.issuerMatrix tbody td {
	text-align: right;
	/*border-right: solid 1px #D1D1D3;*/
	line-height: 30px;
	padding: 0 5px;
}

.IssuerMatrixGadget table.issuerMatrix tbody td:first-child {
	border-right: solid 1px #D1D1D3;
	border-bottom: none;
}

.IssuerMatrixGadget table.issuerMatrix tfoot td {
	text-align: right;
	border: none;
	border-top: solid 1px #D1D1D3;
	font-weight: bold;
}
.IssuerMatrixGadget table.issuerMatrix .iconColumn {
	width: 40px;
}
.IssuerMatrixGadget table.issuerMatrix .labelColumn {
	text-align: left;
}
.IssuerMatrixGadget table.issuerMatrix .rowsumColumn {
	font-weight: bold;
	border-right: none;
}


.IssuerMatrixGadget a:hover {
	color: #DE3919;
}

.ProductMatrixPerIssuerGadget table.productMatrixPerIssuer {
	width: 100%;
	border-collapse: collapse
}
.ProductMatrixPerIssuerGadget table.productMatrixPerIssuer tr.groupName {
	background: #FFFFFF ;
	color: rgb(0, 44, 95);
	font-weight: bold;
}
.ProductMatrixPerIssuerGadget table.productMatrixPerIssuer tr.groupName td {
	border: none;
}
.ProductMatrixPerIssuerGadget table.productMatrixPerIssuer td.name {
	width: 50%;
	padding-left: 5px;
}
.ProductMatrixPerIssuerGadget table.productMatrixPerIssuer td.counter {
	padding-left: 20px;
	border-left: solid 1px #D1D1D3;
}
.ProductMatrixPerIssuerGadget .Header h2 img {
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
}

.ProductMatrixPerIssuerGadget a, .ProductMatrixPerIssuerGadget a:visited {
	color: #000;
}

.ProductMatrixPerIssuerGadget a:hover {
	color: #DE3919;
}
/* END IssuerMatrix */


/* START UnderlyingMatrix */
.UnderlyingMatrixGadget table.underlyingMatrix {
	width: 100%;
	border-collapse: collapse
}
.UnderlyingMatrixGadget table.underlyingMatrix thead th {
	text-align: center;
	vertical-align: top;
	height: 60px;
	font-weight: bold;
	line-height: normal;
	border-left: solid 1px #F7F7F7;
	border-right: solid 1px #F7F7F7;
	padding: 0 3px 0 3px;
	border-bottom: 1px solid red;
}
.UnderlyingMatrixGadget table.underlyingMatrix thead th span {
	display: inline-block;
	margin-top: 5px;
	text-align: center;
}
.UnderlyingMatrixGadget table.underlyingMatrix tbody tr.underlying,
.UnderlyingMatrixGadget table.underlyingMatrix tbody tr.pagination,
.UnderlyingMatrixGadget table.underlyingMatrix tbody tr.emptySearchResult {
	background-color: #FFFFFF;
}
.UnderlyingMatrixGadget table.underlyingMatrix tbody tr.pagination {
	vertical-align: middle;
}
.UnderlyingMatrixGadget table.underlyingMatrix tbody td {
	text-align: right;
	border-bottom: solid 1px #D1D1D3;
	padding: 0 3px 0 3px;
	line-height: 40px;
}

.UnderlyingMatrixGadget table.underlyingMatrix tbody td:first-child {
	border-right: 1px solid lightgrey;
	border-bottom: none;
}

.UnderlyingMatrixGadget table.underlyingMatrix tfoot td {
	text-align: right;
	border: none;
	border-top: solid 1px #D1D1D3;
	font-weight: bold;
	padding: 0 3px 0 3px;
}
.UnderlyingMatrixGadget table.underlyingMatrix .iconColumn {
	border-left: none;
	width: 40px;
}
.UnderlyingMatrixGadget table.underlyingMatrix .labelColumn {
	border-left: none;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
}
.UnderlyingMatrixGadget table.underlyingMatrix .rowsumColumn {
	border-right: none;
	font-weight: normal;
}
.UnderlyingMatrixGadget table.underlyingMatrix .paginationColumn,
.UnderlyingMatrixGadget table.underlyingMatrix .emptySearchResultColumn {
	border-left: none;
	padding-left: 5px;
}
.UnderlyingMatrixGadget table.underlyingMatrix .paginationColumn
{
	border-right: none;
}
.UnderlyingMatrixGadget table.underlyingMatrix .paginationColumn div.pagination {
	float: left;
	min-width: 320px;
	padding-left: 0px;
}
* html .UnderlyingMatrixGadget table.underlyingMatrix .paginationColumn div.pagination {
	width:expression((new Function('elem', 'elem.style.width=(elem.offsetWidth < 320)? "320px":"auto"')) (this));
}


.UnderlyingMatrixGadget table.underlyingMatrix .paginationColumn div.search {
	float: left;
	padding: 3px 0px;
}

.basiswert_typ .labelColumn {
	font-weight: bold;
}
/* END UnderlyingMatrix */


/* START SWXStatistics */
div.SWXStatisticsGadgetContent
{
	padding: 0px 20px 0px 270px;
}

* html div.SWXStatisticsGadgetContent
{
	padding-left: 20px;
	float:right;
}

.SWXStatisticsGadget
{
	background: #ffffff url('/images/global/css/gadgets/vertical_navigation/background.png') no-repeat scroll left bottom;
}

/* END SWXStatistics */

/* START AppointmentFrame */
iframe.AppointmentFrame {
	width: 945px;
	height: 8000px;
}
/* END AppointmentFrame */

/* START Issuers */
#CenterContainer div.issuersBox {
	float: right;
	border: 2px solid #fff;
	background-color: #dfe0e0;
	width: 170px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 7px;
}
/* END Issuers */

/* START lexicon */
/* outdated */
#CenterContainer table.lexikonTab td {
	vertical-align: top;
	padding: 0 5px 25px 0;
}

.LexiconGadget table
{
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}

.LexiconGadget .LexiconEntry_SearchResult_Term
{
	width: 200px;
	padding: 0px 15px 25px 5px;
	vertical-align: top;
	overflow: hidden;
}

.LexiconGadget .LexiconEntry_SearchResult_Description
{
	padding: 0 5px 25px 5px;
	vertical-align: top;
}

.LexiconGadget .lexiconReturnLink
{
	text-align: right;
	padding: 6px;
	font-weight: bold;
}

.LexiconGadget .LexiconEntry_SearchResult_Description a
{
	text-decoration: underline;
	font-weight: bold;
}

.LexiconGadget .LexiconEntry_SearchResult_Description a:link
{
	text-decoration: underline;
	font-weight: bold;
}
.LexiconGadget .LexiconEntry_SearchResult_Description a:visited
{
	text-decoration: underline;
	font-weight: bold;
}
.LexiconGadget .LexiconEntry_SearchResult_Description a:active
{
	text-decoration: underline;
	font-weight: bold;
}
.LexiconGadget .LexiconEntry_SearchResult_Description a:hover
{
	text-decoration: underline;
	font-weight: bold;
}

.LexiconGadget #NoEntries
{
	padding: 4px;
}
/* END lexicon */


/* START CombinedMarketReportAndContentNewsGadget */
#CenterContainer .CombinedMarketReportAndContentNewsGadget .Gadget .Footer span {
	margin-top: 0px;
}
#CenterContainer .CombinedMarketReportAndContentNewsGadget .Gadget .Footer span a.MoreLink {
	margin-top: 3px;
}
.MarketReportGadget {
	overflow: hidden;
	height: 229px;
}
.MarketReportGadget img.randomImage {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.ContentNewsGadget {
	overflow: hidden;
	height: 229px;
}
/* END CombinedMarketReportAndContentNewsGadget */

/* Begin Statistic Gadgets */

div.MostClickedDerivativeGadget,
div.MostClickedUnderlyingGadget,
div.RecentlyViewedDerivativeGadget{
	height: 275px;
}

div.MostClickedDerivativeGadget table td.DataItem,
div.MostClickedUnderlyingGadget table td.DataItem,
div.RecentlyViewedDerivativeGadget table td.DataItem {
	white-space: nowrap;
}

div.EmptyListText{
	padding: 10px;
}
/* End Statistic  Gadgets */

/* Begin BuySellDisclaimerGadget */

.BuySellDisclaimerGadget, .BuySellDisclaimerGadget h2 {
	padding: 5px;
}

.BuySellDisclaimerGadget p{
	padding: 10px 15px 0px 15px;
}

.BuySellDisclaimerGadget span.ScoachButton{
	padding: 10px 0 0 15px;
}
/* END BuySellDisclaimerGadget */


@media print {
	* html body {
		zoom:0.65 !important;
	}

	iframe.IframeBackgroundAd {
		display: none;
		visibility: hidden;
	}

	#HeaderHolder {
		display: none;
		visibility: hidden;
	}

	#FooterControl {
		display: none;
		visibility: hidden;
	}

	.CenterContent {
		border: 0px solid transparent;
		background-color: #FFFFFF
	}

	#CenterContainer .Gadget .Header {
		border-bottom: solid 1px black;
	}

	#Bookmarks {
		display: none;
		visibility: hidden;
	}
}

/* START ProductDetailDetailsUnderlyingGadget */
.ProductDetailDetailsUnderlyingGadget .hideContent {
	display: none;
}

.ProductDetailDetailsUnderlyingGadget .underlying_name {
	margin-left: 5px;
	clear:both;
}

.ProductDetailDetailsUnderlyingGadget .opener_arrow {
	cursor: pointer;
	padding-left: 15px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.ProductDetailDetailsUnderlyingGadget .right_arrow {
	background: url( '/images/global/css/opener_arrow_right.gif' ) no-repeat 0 center;
}

.ProductDetailDetailsUnderlyingGadget .down_arrow {
	background: url( '/images/global/css/opener_arrow_down.gif' ) no-repeat 0 center;
}
/* END ProductDetailDetailsUnderlyingGadget */

/* START Bookmarks */
#Bookmarks {
	position: fixed;
	width: 320px;
	height: 270px;
	bottom: -270px;
	z-index:10;
	background-color: #F7F7F8;
}
* html #Bookmarks {
	/* ie6 hack as it does not support position:fixed */
	position: absolute;
	bottom: -275px;
	left: -1px;
}
#Bookmarks #BookmarksContent {
	height: 270px;
	width: 250px;
	float: left;
}
#Bookmarks #BookmarksContentFooter{
	margin-top: 215px;
}
#Bookmarks #BookmarksContentTop{
	height: 17px;
	padding: 5px 0;
}
#Bookmarks #BookmarksContentTop h2{
	border-bottom: solid 1px;
}
#Bookmarks #BookmarksContentTop .SelectAllBox{
	margin: 2px;
}
#Bookmarks table#BookmarksDataTable tr.BookmarkData td{
	padding-right: 5px;
}
#Bookmarks table#BookmarksDataTable{
	margin: 5px 0 0 2px;
}
#Bookmarks div#BookmarksContentData p{
	padding: 5px;
}
#Bookmarks #BookmarksContentData .BookmarkData .DetailButton{
	font-weight: bolder;
	text-decoration: underline;
}
#Bookmarks #BookmarksContentFooter .ScoachButton{
	padding: 5px;
}
#Bookmarks #BookmarksCaption {
	width: 320px;
	height: 25px;
	position: absolute;
	left: 1px;
	top: -25px;
	cursor: pointer;
}
#Bookmarks #BookmarksCaption {
	background: url( '/images/global/css/gadgets/bookmark/caption.png' ) repeat-x scroll 0 0;
}
#Bookmarks #BookmarksCaption .Disabled{
	background-position: 0 -25px !important;
}
#Bookmarks #BookmarksCaption .BookmarksTitle{
	font-weight: bolder;
	display: inline-block;
	padding: 7px 0 0 20px;
}
#Bookmarks .BookmarksWrapperContainer {
	position: absolute;
	width: 320px;
}
#Bookmarks .BookmarksWrapper {
	height: 215px;
}
#Bookmarks .SelectAllBox label{
	padding-left: 7px;
}
#Bookmarks #BookmarkPrintButton{
	width: 22px;
	display: inline-block;
	height: 18px;
	line-height: 1.6;
	margin-left: 20px;
}
div.BookmarksWrapperContainer a.jScrollArrowUp{
	background: url('/images/global/css/gadgets/bookmark/scrollbar_arrow_up.gif') repeat-x scroll 0 0 transparent;
}
div.BookmarksWrapperContainer a.jScrollArrowDown{
	background: url('/images/global/css/gadgets/bookmark/scrollbar_arrow_down.gif') repeat-x scroll 0 0 transparent;
}
div.jScrollPaneDrag{
	background: url( '/images/global/css/gadgets/bookmark/scrollbar.png' ) no-repeat 0 center;
	background-color: #5C5D60;
}
/* END Bookmarks */

/* START BookmarksPrintPage */
.BookmarkPrintPage{
	padding: 30px;
	width: 600px;
}
.BookmarkPrintPage .BookmarkPrintPageContentHeader{
	padding-bottom: 5px;
}
.BookmarkPrintPage a.ActionButton_Print{
	display: inline-block;
	width: 30px;
}
.BookmarkPrintPage .BookmarkData{
	border-top: 2px dotted;
}
.BookmarkPrintPageContentHeader > h1{
	float: left;
	padding-top: 5px;
}
.BookmarkData .ScoachCheckBoxContainer{
	margin: 0px;
}
/* END BookmarksPrintPage */

/* START PersonalizedPage */

.PersonalizedGadget .ContentWrapper {
	/*max-height: 275px;*/
	/*border:1px solid #676769;*/
	position:relative;
}
.PersonalizedTamaraGadget .ContentWrapper {
	height: 150px;
}
div.PersonalizedTamaraGadget div.tamaraFooter {
	height: 30px;
}
.PersonalizedPageConfigurationPopUp div.NotLoggedInText {
	position: absolute;
	top: 250px;
	width: 600px;
	font-weight: bold;
	text-align: center;
	z-index: 5;
}
.PersonalizedPageConfigurationPopUp .GadgetSelectionWrapperContainer {
	padding-top:15px;
	width: 600px;
}
* html .PersonalizedPageConfigurationPopUp .GadgetSelectionWrapperContainer {
	padding-top: 0px;
}
*+html .PersonalizedPageConfigurationPopUp .GadgetSelectionWrapperContainer {
	padding-top: 0px;
}
.PersonalizedPageConfigurationPopUp .GadgetSelectionWrapper {
	height: 260px;
}
/*.PersonalizedPageConfigurationPopUp .ScoachButton {
	float: left;
	padding: 5px 0 0 5px;
}*/
./*PersonalizedPageConfigurationPopUp span.DefaultButton {
	float: right;
	padding-right: 5px;
}*/
.PersonalizedPageConfigurationPopUp .GadgetOrderPopUpHeader{
	padding-bottom: 10px;
	width:600px;
}
* html .PersonalizedPageConfigurationPopUp .GadgetOrderPopUpHeader{
	padding-bottom:5px;
}
*+html .PersonalizedPageConfigurationPopUp .GadgetOrderPopUpHeader{
	padding-bottom:5px;
}
.PersonalizedPageConfigurationPopUp .GadgetDropDownList{
	float: left;
}
.PersonalizedPageConfigurationPopUp div.GadgetOrderPopUpHeader span.ScoachButton{
	float: left;
	padding: 0 0 0 5px;
}
.PersonalizedPageConfigurationPopUp table.GadgetSelectionDND{
	border-collapse: collapse;
	width: 100%;
}
.PersonalizedPageConfigurationPopUp table.GadgetSelectionDND tr.GadgetSelectionDragTr{
	background-color: #D2F170;
	margin: 5px;
	display: inline-block;
}
.PersonalizedPageConfigurationPopUp table.GadgetSelectionDND td.icon{
	width: 20px;
}
.PersonalizedPageConfigurationPopUp table.GadgetSelectionDND .arrow_up,
.PersonalizedPageConfigurationPopUp table.GadgetSelectionDND .arrow_down,
.PersonalizedPageConfigurationPopUp table.GadgetSelectionDND .remove_icon{
	display: none;
}
.PersonalizedPageConfigurationPopUp table.GadgetSelectionDND .enabled{
	margin: 0 auto;
	cursor: pointer;
	display: inline-block;

}
.PersonalizedPageConfigurationPopUp table.GadgetSelectionDND .remove_icon {
	width: 14px;
	height: 14px;
	background-image: url('/images/global/css/gadgets/product_comparison/icon_delete.png');
	overflow: hidden;
}
/* END PersonalizedPage */

/* START InstrumentOverviewConfigurationPopup */
.InstrumentOverviewConfigurationPopup .InstrumentSelectionContentContainer {
	height: 265px;
}

.InstrumentOverviewConfigurationPopup .InstrumentSelectionWrapperContainer {
	width: 600px;
}
* html .InstrumentOverviewConfigurationPopup .InstrumentSelectionWrapperContainer {
	padding-top: 0px;
}
*+html .InstrumentOverviewConfigurationPopup .InstrumentSelectionWrapperContainer {
	padding-top: 0px;
}
.InstrumentOverviewConfigurationPopup .InstrumentSelectionWrapper {
	height: 245px;
}
.InstrumentOverviewConfigurationPopup .ScoachButton {
	float: left;
	padding: 5px 0 0 5px;
}
.InstrumentOverviewConfigurationPopup span.DefaultButton {
	float: right;
	padding-right: 5px;
}
.InstrumentOverviewConfigurationPopup .InstrumentOrderPopUpHeader{
	padding-bottom: 10px;
	width:600px;
}
* html .InstrumentOverviewConfigurationPopup .InstrumentOrderPopUpHeader{
	padding-bottom:5px;
}
*+html .InstrumentOverviewConfigurationPopup .InstrumentOrderPopUpHeader{
	padding-bottom:5px;
}
.InstrumentOverviewConfigurationPopup .InstrumentDropDownList,
.InstrumentOverviewConfigurationPopup .InstrumentResultDropDownList{
	float: left;
}
.InstrumentOverviewConfigurationPopup .InstrumentResultDropDownList{
	margin: 0 0 0 5px;
}
.InstrumentOverviewConfigurationPopup div.InstrumentOrderPopUpHeader input.InstrumentTextBox{
	float: left;
	margin: 0 0 0 5px;
	width: 142px;
}
.InstrumentOverviewConfigurationPopup div.InstrumentOrderPopUpHeader span.ScoachButton{
	padding: 0 0 0 5px;
}
.InstrumentOverviewConfigurationPopup div.InstrumentOrderPopUpHeader span.RealtimeIndicators{
	float: right;
	padding: 4px 15px 0 0;
}
.InstrumentOverviewConfigurationPopup div.InstrumentOrderPopUpHeader div.clear{
	display:none;
}
.InstrumentOverviewConfigurationPopup div.errorMessage {
	color: Red;
	padding: 5px 0 5px 0;
}
.InstrumentOverviewConfigurationPopup table.InstrumentSelectionDND{
	border-collapse: collapse;
	width: 100%;
}
.InstrumentOverviewConfigurationPopup table.InstrumentSelectionDND tr.InstrumentSelectionDragTr{
	background-color: #D2F170;
	margin: 5px;
	display: inline-block;
}
.InstrumentOverviewConfigurationPopup table.InstrumentSelectionDND td.icon{
	width: 20px;
}
.InstrumentOverviewConfigurationPopup table.InstrumentSelectionDND .arrow_up,
.InstrumentOverviewConfigurationPopup table.InstrumentSelectionDND .arrow_down,
.InstrumentOverviewConfigurationPopup table.InstrumentSelectionDND .remove_icon{
	display: none;
}
.InstrumentOverviewConfigurationPopup table.InstrumentSelectionDND .enabled{
	margin: 0 auto;
	cursor: pointer;
	display: inline-block;

}
.InstrumentOverviewConfigurationPopup table.InstrumentSelectionDND .remove_icon {
	width: 14px;
	height: 14px;
	background-image: url('/images/global/css/gadgets/product_comparison/icon_delete.png');
	overflow: hidden;
}
.InstrumentOverviewConfigurationPopup div.clearfix {
	display: none;
}
/* END InstrumentOverviewConfigurationPopup */

/* START WatchlistAdjustableColumnsPopup */
.WatchlistAdjustableColumnsPopup .WatchlistColumnSelectionWrapperContainer {
	padding-top:15px;
	width: 600px;
}
* html .WatchlistAdjustableColumnsPopup .WatchlistColumnSelectionWrapperContainer {
	padding-top: 0px;
}
*+html .WatchlistAdjustableColumnsPopup .WatchlistColumnSelectionWrapperContainer {
	padding-top: 0px;
}
.WatchlistAdjustableColumnsPopup .WatchlistColumnSelectionWrapper {
	height: 220px;
}
.WatchlistAdjustableColumnsPopup .ScoachButton {
	float: left;
	padding: 5px 0 0 5px;
}
.WatchlistAdjustableColumnsPopup span.DefaultButton {
	float: right;
	padding-right: 5px;
}
.WatchlistAdjustableColumnsPopup .WatchlistColumnOrderPopUpHeader{
	padding-bottom: 10px;
	width:600px;
	height:25px;
}
* html .WatchlistAdjustableColumnsPopup .WatchlistColumnOrderPopUpHeader {
	padding-bottom:5px;
	zoom:1;
}
*+html .WatchlistAdjustableColumnsPopup .WatchlistColumnOrderPopUpHeader{
	padding-bottom:5px;
}
.WatchlistAdjustableColumnsPopup .WatchlistColumnDropDownList{
	float: left;
	zoom:1;
}
.WatchlistAdjustableColumnsPopup div.WatchlistColumnOrderPopUpHeader span.ScoachButton{
	float: right;
	padding: 0 240px 0 0;
}
.WatchlistAdjustableColumnsPopup table.WatchlistColumnSelectionDND{
	border-collapse: collapse;
	width: 100%;
}
.WatchlistAdjustableColumnsPopup table.WatchlistColumnSelectionDND tr.WatchlistColumnSelectionDragTr{
	background-color: #D2F170;
	margin: 5px;
	display: inline-block;
}
.WatchlistAdjustableColumnsPopup table.WatchlistColumnSelectionDND td.icon{
	width: 20px;
}
.WatchlistAdjustableColumnsPopup table.WatchlistColumnSelectionDND .arrow_up,
.WatchlistAdjustableColumnsPopup table.WatchlistColumnSelectionDND .arrow_down,
.WatchlistAdjustableColumnsPopup table.WatchlistColumnSelectionDND .remove_icon{
	display: none;
}
.WatchlistAdjustableColumnsPopup table.WatchlistColumnSelectionDND .enabled{
	margin: 0 auto;
	cursor: pointer;
	display: inline-block;

}
.WatchlistAdjustableColumnsPopup table.WatchlistColumnSelectionDND .remove_icon {
	width: 14px;
	height: 14px;
	background-image: url('/images/global/css/gadgets/product_comparison/icon_delete.png');
	overflow: hidden;
}

.WatchlistAdjustableColumnsPopup div.WatchlistColumnSelectionErrorMessageWrap, .PersonalizedPageConfigurationPopUp div.PersonalizedPageColumnSelectionErrorMessageWrap
{
	min-height:20px;
	/*width: 600px;*/ /*fixe breite widerspricht responsive*/
}

.WatchlistAdjustableColumnsPopup div.WatchlistColumnSelectionErrorMessage, .PersonalizedPageConfigurationPopUp div.PersonalizedPageColumnSelectionErrorMessage
{
	color:#ff0000;
}
/* END WatchlistAdjustableColumnsPopup */

/* START CollateralizedCertificate */
div.CollateralizedCertificateGrid{
	width: 695px;
	min-height: 400px;
	float: left;
}
/* END CollateralizedCertificate */


/* ie6 position: fixed;  fix */
@media screen {
	* html,
	* html body {
		overflow-y: hidden!important;
		height: 100%;
	}
	* html #CenterContainerWrapper, * html #CenterContainerPopup {
		height: 100%;
		overflow-y: scroll!important;
		position: relative;
		width: 100%;
	}
}
/**/

/* BEGIN portfolio*/
.portfolioAdministration .ScoachButton
{
	margin-left:10px;
}
.portfolioAdministration .quarter_inner
{
	width:220px;
}

.portfolioAdministration .quarter_inner,
.portfolioAdministration .third_inner
{
	float:left;
	margin-top:10px;
}
.portfolioAdministration .lastlogin {
	zoom:1;
}
table.portfolio {
	width: 100%;
}
table.portfolio tr td
{
	text-align:right;
	border-right: 1px solid #fff;
	padding-right:2px;
}

table.portfolio tr td.nameColumn,
table.portfolio tr th.nameColumn span.Normal
{
	text-align:left;
	padding-left:5px;
}
table.portfolio tr td.actionColumn,
table.portfolio tr th.actionColumn span.Normal
{
	text-align:right;
}
table.portfolio tr td.actionColumn,
table.portfolio tr th.actionColumn span.Normal a
{
	text-align:right !important;
}
table.portfolio tr th span.Normal,
table.portfolio tfoot.summarize tr th
{
	text-align:right;
	padding-right:2px;
	font-weight:bold;
	width:auto;

}

.portfolioContent .Header img.clockIcon_Realtime
{
	float:left;
	margin-top:5px;
}
.portfolioContent .Header span.float_left span
{
	margin-left:5px;
}
.portfolioContent .Header .portfolioTitle
{
	font-weight:bold;
}

.portfolioContent table.LargeGridHeader th a
{
	background:transparent;
}

.portfolioContent div.exchangeRateError
{
	padding: 5px;
	font-weight: bold;
	color: Red;
}
/* END portfolio*/

/* START tradeHistoryGadget */

.tradeHistorySelectGadget p {
	margin:10px 5px;
}

.tradeHistorySelectGadget .labelColumn {
	/*width: 40px;*/
	padding-right: 10px;
	font-weight: bold;
}

.tradeHistorySelectGadget .inputColumn {
	padding-right: 15px;
	height:25px;
}

.tradeHistorySelectGadget input.timePartTextBox {
	width: 25px;
	text-align: center;
}

.tradeHistorySelectGadget .timeTo {
	display: inline-block;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 10px;
}

.tradeHistorySelectGadget div.ContentOuter {
	height:100px;
}

.tradeHistoryContentBanner {
	float:left;
	width: 345px;

}
.tradeHistorySelectGadget .tradeSelectTextBox {
	width:140px;
}
.tradeHistorySelectGadget .ScoachButton {
	margin:10px 0 0 5px;
}

.tradeHistoryResultGadgetProduct
{
	margin-bottom:10px;
}
/* END tradeHistoryGadget */

/* START quoteHistoryResultGadget */
#CenterContainer .tradeHistoryResultGadget
{
	line-height:15px;
}
/* END quoteHistoryResultGadget */

/* START BuySellGadget */
.BuySellGadget span.TitleQuestion
{
	font-size:13px;
	font-weight: bold;
	position:relative;
}
.BuySellGadget div.UpperMenu
{
	padding: 10px 0px 10px 0px;
}
.BuySellGadget div.UpperMenu a.UpperMenuItem
{
	background-image: url('/images/global/css/header_navigation_item.png');
	background-position: left top;
	color: #696A6F;
	cursor: pointer;
	/*float:left;*/
	height: 30px;
	line-height: 30px;
	text-align:center;
	margin-right: 6px;
	width: 297px;
}
.BuySellGadget div.UpperMenu a.UpperMenuItemLast
{
	margin-right: 0px;
}
.BuySellGadget div.UpperMenu a.Active
{
	background-position: left bottom;
	color: #FFFFFF;
}
.BuySellGadget div.UpperMenu a.PreSelected
{
	background-position: left bottom;
	color: #B0E705;
}
.BuySellGadget div.TradePartnerDiv
{
	height: 278px;
	padding-bottom: 10px;
}
.BuySellGadget div.TradePartnerDiv div.SingleTradePartner
{
	line-height: 26px;
}
.BuySellGadget div.TradePartnerDiv div.hi,
.BuySellGadget div.TradePartnerDiv div.hi span,
.BuySellGadget div.TradePartnerDiv div.hi div
{
	background-color: #F0F0F0;
}
.BuySellGadget div.TradePartnerDiv div.hidden
{
	display: none;
}
.BuySellGadget div.TradePartnerDiv div.Icon
{
	width: 60px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: left center;
}
.BuySellGadget div.TradePartnerDiv span.Button
{
	padding: 2px 7px 0px 0px;
}
.BuySellGadget span.modal-close
{
	padding-right: 7px;
}
.BuySellGadget div.clearfix
{
	display: none;
}
.BuySellPopupContainer
{
	height: 400px;
}
#buySellPopup-container {
	height: 400px;
	width: 600px;
	background-color: #F7F7F7;
	border: 4px solid #D3D3D5;
	padding: 12px;
}
#buySellPopup-container code {
	background: #141414;
	border-left: 3px solid #65B43D;
	color: #bbb;
	display: block;
	margin-bottom: 12px;
	padding: 4px 6px 6px;
}
#buySellPopup-container a.modalCloseImg, #MarketOverviewPopupContainer a.modalCloseImg {
	background: url('/images/global/css/controls/popup_close.png') no-repeat;
	width: 25px;
	height: 29px;
	cursor: pointer;
	position:absolute;
	right: 0;
	top: 0;
	z-index: 5;
}
#buySellPopup-container #modal-content {
	padding: 8px;
}
#buySellPopup-container div.ContentOverlay {
	position: absolute;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #F7F7F7;
	width: 600px;
	height: 318px;
	z-Index: 2;
	overflow:hidden;
}
/* END BuySellGadget */


/* Start Login Button */
.ActionButton {
	background-position: right center;
	background-repeat: no-repeat;
	line-height: 18px;
	display: inline-block;
	cursor: pointer;
	outline-style: none;
}
/* Ende Login Button */

/* START TradeHistoryExportGadget */
.TradeHistoryExportGadget {
	padding-bottom: 20px;
}
.TradeHistoryExportGadget .hideContent {
	display: none;
}

.TradeHistoryExportGadget .week {
	padding-left: 15px;
	margin-bottom: 5px;
}

.TradeHistoryExportGadget .opener_arrow {
	cursor: pointer;
	padding-left: 15px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.TradeHistoryExportGadget .right_arrow {
	background: url( '/images/global/css/opener_arrow_right.gif' ) no-repeat 0 center;
}

.TradeHistoryExportGadget .down_arrow {
	background: url( '/images/global/css/opener_arrow_down.gif' ) no-repeat 0 center;
}

.TradeHistoryExportGadget table td {
	padding-right: 5px;
	padding-left: 5px;
}

.TradeHistoryExportGadget table td.DateColumn {
	width: 200px;
}

.TradeHistoryExportGadget table td a.DownloadText {
	text-decoration: none;
	text-align: right;
}
/* END TradeHistoryExportGadget */

.push_color {
	background-color: #F0F0F0;
}

.flyerDownload {
	background: url( '/images/scoach_index_flyer.jpg' ) no-repeat 0 center;
}

.MonthlyExpressYearGadget table th {
	width:41px;
}

.MonthlyExpressYearGadget table th.caption {
	width:350px;
}

.MonthlyExpressYearGadget table th.collapseColumn {
	background-color:transparent;
	background-image:url('/images/global/monthlyexpress.png');
	background-position:-29px 0px;
	background-repeat:no-repeat;
	cursor:pointer;
	width:22px;
}

.MonthlyExpressYearGadget table th.collapseColumnExpanded {
	background-color:transparent;
	background-image:url('/images/global/monthlyexpress.png');
	background-position:1px 0px;
	background-repeat:no-repeat;
}

.MonthlyExpressYearGadget table td.collapseColumn {
	background-color: #F7F7F7;
}

.MonthlyExpressYearGadget table td.file {
	text-align: center;
}

.MonthlyExpressYearGadget table .previousMonth {
	display: none;
}

.MonthlyExpressYearGadget tr {
	line-height: 28px;
}

a.HeaderLinkButton_Popup_MarketOverview {
	background-image: url('/images/global/css/gadgets/header_icons/popup_marketOverview.png');
}

#new_search_menu_produkttyp li, #new_search_menu_produkttyp li a {
	width: 196px !important;
}

.new_search_first_column_scroll li, .new_search_first_column_scroll li a {
	width: 194px !important;
}

.new_search_first_column_scroll li.subItemSelectionActive a {
	width: 10px !important;
}

.new_search_first_column_no_scroll li, .new_search_first_column_no_scroll li a {
	width: 210px !important;
}

.new_search_first_column_no_scroll li.subItemSelectionActive a {
	width: 10px !important;
}



/* Watchlist/DepotVerwaltung */
div.DepotVerwaltenOrderPopUpHeader {
	margin-top: 10px;
}

span .del_icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url('/images/global/css/gadgets/product_comparison/icon_delete.png');
	overflow: hidden;
}
span .standard_icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url('/images/global/css/gadgets/watchlist/check_btn_over.png');
	overflow: hidden;
}
span .standard_icon_inactive {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url('/images/global/css/gadgets/watchlist/check_btn.png');
	overflow: hidden;
}
span .standard_icon_inactive:hover{ background-image: url('/images/global/css/gadgets/watchlist/check_btn_over.png'); }
span .edit_icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url('/images/global/css/gadgets/watchlist/icon_edit.png');
	overflow: hidden;
}
span .edit_icon:hover {
	background-image: url('/images/global/css/gadgets/watchlist/icon_edit.png');
	background-position:0px 18px;
}
span .edit_icon_active {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url('/images/global/css/gadgets/watchlist/save_btn_over.png');
	overflow: hidden;
}
span .display_icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url('/images/global/css/action_buttons/go.png');
	overflow: hidden;
}
span .display_icon:hover {
	background-position:0px 18px;
}


.MarketScrollPane,
.MarketScrollPaneNoFooter {
	margin-bottom: 4px;

	border: 0px;
	overflow-y: auto;
}

.MarketScrollPane {
	height: 228px;
}

.MarketScrollPaneNoFooter {
	height: 272px;
}

.position_relative {
	position: relative;
}

#scoach_login_form {
	height: 26px;
	display: none;
}

#loginLinks {
	display: none;
}

#scoach_logout_form {
}

#loginWelcome {
	padding-right: 30px;
}

#switchUser {
	height: 26px;
	line-height: 26px;
}

.loginRememberCol {
	padding-left: 0;
	width: 80px;
	line-height: 18px;
}

.loginName {
	width: 130px;
	padding-right: 10px;
}

.loginPassword {
	width: 130px;
}

.divided_news_overview .news_detail a{
	text-decoration: underline;
}

.divided_news_overview a, .divided_news_overview a:visited{
	color: #000;
}

.divided_news_overview a:hover {
	color: #DE3919;;
}

.divided_news_overview h3{
}

.divided_news_overview tr.active{
	font-weight: bold;
}

/*
	Mosaic - Sliding Boxes and Captions jQuery Plugin
	Version 1.0.1
	www.buildinternet.com/project/mosaic

	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

/*General Mosaic Styles*/


.mosaic-block-small:nth-child(n+3){
	margin-bottom: 1.3%;
}

.mosaic-block-small:nth-child(odd){
	margin-left:1.3%;
	margin-right:0.65%;
}

.mosaic-block-small:nth-child(even){
	margin-left:0.65%;
	margin-right:1.3%;
}

.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:100%;
	height:275px;

}
.mosaic-block-small {
	float:left;
	position:relative;
	overflow:hidden;
	width:48.05%;
	height:127px;
	margin-top: 1.3%;
}


.mosaic-block-small-tabbed {
	float:left;
	position:relative;
	overflow:hidden;
	width:23%;
	height:118px;
	margin-top: 1.3%;
}

.mosaic-backdrop {
	display:block;
	position:absolute;
	top:0;
	height:100%;
	width:100%;
}

.mosaic-overlay {
	display: inline;
	left: 0px;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
	background-color: rgb(100,100,100);
	background-color: rgba(0,0,0,0.5);
	color: white!important;
}

.mosaic-block .mosaic-overlay {
	bottom: -20px;
	height:100px;
}

.mosaic-block-small .mosaic-overlay {
	bottom: -27px;
	height:70px;
}

.mosaic-overlay p {
	text-align: center;
}

.mosaic-block .mosaic-overlay p {
	font-size:1.7em;
	padding:10px;
	line-height:1.2em
}

.mosaic-block-small .mosaic-overlay p {
	font-size:1em;
	padding:10px;
	line-height:1.4em
}

.quoteQualityFileTable {
	width: 100%;
}

.quoteQualityFileTable td {
	padding-left: 3px;
}

.quoteQualityFileTable tbody tr {
	height: 40px;
}

#sectorDetailContainer a, #sectorDetailContainer a:visited, #sectorNewsContainer a, #sectorNewsContainer a:visited {
	color: #000;
}

#sectorDetailContainer a:hover, #sectorNewsContainer a:hover {
	color: #DE3919;
}

.UnderlyingOverviewNews a, .UnderlyingOverviewNews a:visited {
	color: #000;
}

.UnderlyingOverviewNews a:hover {
	color: #DE3919;
}

.LinkBlackHoverRed a, .LinkBlackHoverRed a:visited {
	color: #000;
}

.LinkBlackHoverRed a:hover {
	color: #DE3919;
}
.table_underlyings td, .table_underlyings th {
	text-align: right;
	width: 5%;
}
.table_underlyings tr:first-child td, .table_underlyings tr:first-child th {
	font-weight: bold;
}

hr.hr_top_border {
	border-top: 1px solid rgb(205,199,193);
}

a.ChooseCol, .ChooseCol:visited {
	color: red;
}

#login-content {
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 999;
	background: #fff;
	padding: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 3px 0 3px 3px;
	width: 200px;
}

#inputs input {
	padding: 6px 5px;
	margin: 0 0 5px 0;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
}

#scoach_login_form #submit {
	background-color: rgb(136,193,228);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid rgb(136,193,228);
	float: left;
	height: 30px;
	padding: 0;
	width: 100px;
	cursor: pointer;
	color: #fff;
	text-align: center;
}

#scoach_login_form #submit:hover {
	background-color: rgb(0,44,95);
	border: 1px solid rgb(0,44,95);
	border-radius: 3px;
};

#scoach_login_form label {

}

#scoach_login_form label input {
	position: relative;
	top: 2px;
	right: 2px;
}

#HeaderInputBar div#HeaderLogin input#login_remember {
	width: auto;
}

#bs-example-navbar-collapse-1 {
	float: left;
	width: 100%;
}

.nav li.dropdown {
	position: initial;
}

.nav li.active a:after  {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: 3px;
	width: 100%;
	height: 1px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	background-color: #de3919;
}

.nav a {
	color: #393939;
	font-size: 14px;
	font-family: "Noto Sans Condensed";
}

.nav a:hover {
	color: #717171;
}

.nav a:active {
	color: #393939;
	text-decoration: underline;
	text-decoration-color: #de3919;
}


.dropdown-menu {
	width: 970px;
	background-color: #de3919;
	position: absolute;
	left: 0;
	padding: 0;
	border: none;
	margin-top: 10px!important;
}

.dropdown-menu .leftpart {
	width:40%;
	display:inline-block;
	float: left;
	padding-left: 20px;
}

.leftpart-title {
	color: white;
	text-align: left;
	font-family: "Noto Sans Condensed", Helvetica;
	font-size: 16px;
	margin-top: 50px;
	font-weight: bold;
	text-transform: capitalize;
	position: relative;
}

.leftpart-description {
	color: white;
	text-align: left;
	font-family: "Noto Sans Condensed", Helvetica;
	font-size: 14px;
	line-height: 18px;
	margin-top: 20px;
	padding-right: 70px;
}

.leftpart-overview {
	border: 1px solid white;
	width: 150px;
	text-align: center;
	color: white;
	margin: 50px auto;
}

.dropdown-menu .rightpart {
	width:60%;
	display:inline-block;
	background-color: white;
	box-shadow: inset 0 8px 25px 0 rgba(0, 0, 0, 0.08), 0 8px 25px 0 rgba(0, 0, 0, 0.08);
	float: right;
	padding: 50px 70px;
	font-size: 16px !important;
	font-weight: 400;
}

li.UpperMenuItemLast .dropdown-menu {
	float: left !important;
}

.shadow-box {
	box-shadow: 0 0px 15px 5px rgba(0, 0, 0, 0.1);
}

.InvestmentIdeeHeader {
	
}

.InvestmentIdeeRow {
	border-bottom: 1px solid red;
	padding: 10px 0;
}

.InvestmentIdeeRow:last-child {
	border-bottom: none;
}

.InvestmentIdeeLeftPart {
	width: 79%;
	float: left;
}

.InvestmentIdeeRow .InvestmentIdeeTitle {
	font-weight: bold;
	font-size: 14px;
}

.InvestmentIdeeRow .InvestmentIdeeAutor {
	font-style: italic;
}

.InvestmentIdeeRow .InvestmentIdeeText::before { 
	content: '\A'; 
	white-space: pre; 
} 

.InvestmentIdeeRow .InvestmentIdeeFullText:before {
	content: '\A'; 
	white-space: pre; 
}

.InvestmentIdeeRow .InvestmentIdeeFullText {
	display: none;
}

.InvestmentIdeeRow .preview_bild {
	width: 20%;
	display: inline-block;
	height: 125px;
}

.InvestmentIdeeRow .preview_bild .img-responsive { 
	max-height:100%;
	float: right;
}

.InvestmentIdeeRow .investmentideelink {
	float: right;
	cursor: pointer;
}

.InvestmentIdeePageLink {
	padding: 20px 0;
}

.InvestmentIdeePageLink a {
	cursor: pointer;
}

.InvestmentIdeeLinkLess {
	cursor: pointer;
	display: none;
}

.InvestmentIdeeLinkMore {
	cursor: pointer;
}

.InvestmentIdeeButtonRow {
	padding: 15px 10px; 
	position: sticky; 
	bottom: 0; 
	background-color:white
}

.investment-idea-disclaimer-dialog > .ui-dialog-titlebar {
	border:none;
	border-bottom: 1px solid red;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background:none;
}

.investment-idea-disclaimer-dialog .ui-dialog-titlebar-close .ui-icon {
	background-image: url("/css/smoothness/images/ui-icons_222222_256x240.png");
	background-position: -97px -129px;
}

.mostTraded {
	margin: 15px;
}

.mostTradedDescription {
	width: 9%;
	display: inline-block;
	border-right: 1px solid lightgray;
	padding-right: 3px;
	line-height: 17px;
	font-size: 11px;
}

.mostTradedItem {
	width: 11%;
	display: inline-block;
	line-height: 17px;
}

.mostTradedUnderlyingName {
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 20px;
}

.mostTradedProductType {
	
}

.mostTradedProduct {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid red;
	height: 25px;
}

.mostTradedMoreLink {
	margin-top: 20px;
}

