/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Classic Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
==========================General=============================*/
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 10px 0;
    color: #000000;
    background-color: #BBBBBB;
    text-align: center;
}
ul {
    list-style: none;
}
dl {
    margin: 0.5em 0;
    line-height: 140%;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: black;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #b7c5e0;
    text-decoration: underline;
}
a:focus {
    outline: none;
}

a:visited {
    color: black;
    text-decoration: none;
    font-weight: bold;
}
img {
    border: none;
    margin: 0;
    padding: 0;
}

img.left {
    float: left;
    margin: 0 5px 5px 0;
}

h1 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 10px;
	color: #0e2666;
	margin-bottom: 5px;
}

h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 10px;
	color: black;
}

h3 {
	margin: 10px 0 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
	color: black;
}

/*
======================Global layaout==========================*/
#outer-wrapper {
    max-width: 1000px;
    width: 1000px;
    text-align: left;
	margin: 4px;
	padding: 0;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #0e2666;
}
#header {
    position: relative;
}
#top-nav {
    position: relative;
}
#inner-wrapper {
    /*
    clear: both;
    width: 996px;
    */
    /* 996 is for mainWrapper width - borders width : 900 - (2 x 2) */
    margin: 0;
    padding: 0;
}
#footer {
    clear: both;
}

td#logo {
    height: 200px;
    display: block;
}
/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
    background: #FFFFFF;
}
#middleCol .inner {
    padding: 5px 10px;
}
#ensureMinHeight {
    float: left;
    width: 1px;
    height: 320px;
}
#layout-3Cols #middleCol {
    width: 689px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 869px;
}
#layout-rightCol #middleCol {
    width: 814px;
}
#layout-noCols #middleCol {
    width: 994px;
}
#leftCol {
    /*
    float: left;
    width: 125px;
    background: url('http://www.ftc.co.at/themes/ftc/images/backgrounds/v4-bubbles.png') left top no-repeat;*/
    padding: 0;
    margin: 0;
	background-color: #afbbd5;
	width: 125px;
	border-right: 1px solid #0e2666;
}
#leftCol .inner {
    padding: 5px;
    padding-top: 0.8em;
    padding: 0;
    margin: 0;
}
#rightCol {
/*
    float: right;
    width: 180px;
    background: #FFFFFF;
*/
}
#rightCol {
    margin: 0;
    padding: 15px 15px 15px 0;
}

/*
=========================Header===============================*/
#header {
    border-bottom: 2px solid #FFFFFF;
}
#header .wrapLeft {
    background: url('http://www.ftc.co.at/themes/ftc/images/backgrounds/header_tl.gif') left top no-repeat;
}
#header .wrapRight {
    background: url('http://www.ftc.co.at/themes/ftc/images/backgrounds/header_tr.gif') right top no-repeat;
}
#header .wrap {
    position: relative;
    height: 70px;
    height: 180px;
    margin: 0 20px;
    margin: 0 0px;
    background: #0e2666 url('http://www.ftc.co.at/themes/ftc/images/backgrounds/header_tm.gif') left top repeat-x;
}
#header span#logo {
    font-size: 30px;
    font-family: "Trebuchet MS";
}
#header a#logo {
    color: #FFFFFF;
    text-decoration: none;
}

#header #bugReporter {
    position: absolute;
    bottom: 0px;
    right: -10px;
}

/*
======================Inner Wrapper===========================*/
/*
#inner-wrapper {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border: none;
}
#inner-wrapper .inner-container {
    border: 1px solid #BBBBBB;
    border: none;
    background: url('http://www.ftc.co.at/themes/ftc/images/backgrounds/column_tm.gif') left top repeat-x;
}
*/

/*
=======================Breadcrumbs============================*/
#breadcrumbs {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-top: none;
    font-family: arial;
    font-size: 0.8em;
    display: none;
}
#breadcrumbs .inner {
    padding: 0.4em 0 0.4em 1em;
    border: 1px solid #BBBBBB;
}
#breadcrumb {
    float: left;
}
a.breadcrumbs {
    font-weight: bold;
    color: #0e2666;
}

/*
======================Main Content============================*/
#content {
    padding: 15px;
}

#content h1 {
    font-size: 1.2em;
}
#content h1.pageTitle {
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #666666;
    color: #0e2666;
}

#content h1.pageTitle.futures {
    border: 1px solid #b7c5e0;
    background: white url('/images/Image/futures/futures_logo.gif') top left no-repeat;
    padding: 6px 5px 2px 100px;
    font-size: 10px;
    color: #3045a2;
    margin: 0;
}

#content h1.pageTitle.medienservice {
    border: 1px solid #b7c5e0;
    background: white url('/images/Image/medienservice/medienservice_logo.gif') top left no-repeat;
    padding: 6px 5px 2px 140px;
    font-size: 10px;
    color: #3045a2;
    margin: 0;
}

#content h1.pageTitle.editorial {
    border: 1px solid #b7c5e0;
    color: #3045a2;
    padding: 4px 5px;
    font-size: 13px;
    margin: 0;
}

#content td.border {
    border: 1px solid #b7c5e0;
    padding: 5px;
    margin: 0;
}

#content td.borderrul {
    border: 1px solid #b7c5e0;
    border-top-width: 0;
    padding: 5px;
    margin: 0;
}

#content td.borderul {
    border: 1px solid #b7c5e0;
    border-top-width: 0;
    border-right-width: 0;
    padding: 5px;
    margin: 0;
}

#content td.borderru {
    border: 1px solid #b7c5e0;
    border-top-width: 0;
    border-left-width: 0;
    padding: 5px;
    margin: 0;
}

#content ul {
    margin: 0.5em 0 0.5em 0;
    padding: 0.5em;
    list-style-position: inside;
    list-style-image: url('http://www.ftc.co.at/themes/ftc/images/bullet.gif');
    list-style-image: none;
    list-style: none;
}

#content ul.related {
    margin: 5px;
    padding: 0 0 5px 10px;
    list-style-type: disc;
    list-style-position: outside;
    list-style: none;
}

#content ul.related li.related{
    margin: 0 0 5px 0;
    padding:0;
}

#content li {
    padding-left: 0.5em;
}
#content a {
    color: #0e2666;
}

p.lead {
    font-weight: bold;
}
/*
==================Default Forms Styling=======================*/
form {

}
fieldset {
    padding: 10px 0;
    border: none;
}

/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 1em;
}
textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
}

input[type="text"], input[type="password"]
{
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background: #fff url(../images/fieldbg.gif) repeat-x top;
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide dt {
    float: left;
    width: 120px;
    padding-right: 20px;
    text-align: right;
}
dl.onSide dd{
    margin-left: 140px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}

/*
======================== SEarch Form ========================*/
form#search {
	margin-top: 50px;
	padding: 5px;
	border-top: 1px solid #0e2666;
	border-bottom: 1px solid #0e2666;
	background-color: #8a9abe;
}

form#search h1 {
	color: white;
	text-transform:uppercase;
	margin-bottom: 3px;
}

form#search input#search {
	border: 1px solid #0e2666;
	margin-bottom: 3px;
	font-size:10px;
	width: 100px;
}

form#search input#submit {
	padding: 0;
	margin: 0;
	border: 1px solid #0e2666;
	margin-bottom: 3px;
	text-align: center;
	background-color: #0e2666;
	color: white;
	font-size:10px;
}

form#search p {
	margin: 0;
	padding: 0;
}

/*
==================Default Tables Styling======================*/
#content thead tr {
    color: white;
    font-weight: bold;
    background: #8a9abe;
}

#content table table tr td {
    border-bottom: 1px solid white;
}

#content table.classic thead tr {
    background: #546B9E;
}

#content table.dynamic thead tr {
    background: #721818;
}

#content table.commodity thead tr {
    background: #357365;
}

#content table.gideon thead tr {
    background: #006600;
}

#content table.garant thead tr {
    background: #666666;
}

#content table.performance td {
    padding: 2px 3px 2px 4px;
    vertical-align: top;
    border-left-width: 0;
    border-right-width: 0;
    margin: 0;
}


#content td {
    padding: 3px 8px;
    vertical-align: top;
    border-left-width: 0;
    border-right-width: 0;
}

#content td.label {
    font-weight: bold;
}

#content td.nopad {
    padding: 0;
}

#content table.classic tbody tr td.border {
    border: 1px solid #546B9E;
    border-top-width: 0;
}

#content table.dynamic tbody tr td.border {
    border: 1px solid #721818;
    border-top-width: 0;
}

#content table.commodity tbody tr td.border {
    border: 1px solid #357365;
    border-top-width: 0;
}

#content table.gideon tbody tr td.border {
    border: 1px solid #006600;
    border-top-width: 0;
}

#content table.garant tbody tr td.border {
    border: 1px solid #666666;
    border-top-width: 0;
}

#content thead th, thead th a {
    color: #FFE5F8;
}

#content thead tr a:hover {
    color: #0e2666;
}

#content tr.backLight {
    background: #e2ebf4;
    border-top: 1px solid white;
    border-bottom: 1px solid white;

}

#content tr.backDark {
    background-color: #b7c5e0;
    border-bottom: 1px solid white;
}

#content tr.backHighlight {
    background-color: ;
}

#content table.funds_home tbody td.classic {
	background: transparent url(/images/Image/product_menu_link_classic_bg.gif) top left no-repeat;
	padding-left: 15px;
}

#content table.funds_home tbody td.dynamic {
	background:  url(/images/Image/product_menu_link_dynamic_bg.gif) top left no-repeat;
	padding-left: 15px;
}

#content table.funds_home tbody td.commodity {
	background:  url(/images/Image/product_menu_link_commodity_bg.gif) top left no-repeat;
	padding-left: 15px;
}

#content table.funds_home tbody td.gideon {
	background:  url(/images/Image/product_menu_link_gideon_bg.gif) top left no-repeat;
	padding-left: 15px;
}

#content table.funds_home tbody td.rdg1, #content table.funds_home tbody td.rdg2, #content table.funds_home tbody td.moga , #content table.funds_home tbody td.garanta {
	background:  url(/images/Image/product_menu_link_garant_bg.gif) top left no-repeat;
	padding-left: 15px;
}




/*
=========================Footer===============================*/
#footer .wrapLeft {
    background: url('http://www.ftc.co.at/themes/ftc/images/backgrounds/footer_bl.gif') left bottom no-repeat;
}
#footer .wrapRight {
    background: url('http://www.ftc.co.at/themes/ftc/images/backgrounds/footer_br.gif') right bottom no-repeat;
}
#footer .wrap {
    position: relative;
    margin: 0 20px;
    padding: 10px 0 5px;
    background: #b7c5e0 url('http://www.ftc.co.at/themes/ftc/images/backgrounds/footer_bm.gif') left bottom repeat-x;
    text-align: center;
}
#footer p {
    margin-bottom: 0.1em;
    color: #666666;
    font-size: 0.8em;
}

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;
}
.infoMessage {
    border: 2px solid #0e2666;
    color: #0e2666;
}
.error {
    color: #FF3300;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
    -moz-border-radius: 0.3em;
    font-family: arial;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.wide {
    width: 80%;
}
.full {
    width: 100%;
}
.wideButton {
    width: 8em;
}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Miscellaneous=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: ;
    background-color: #FFE5F8;
    color: ;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}

#content .pager {
    margin: 10px 10px;
    border: 1px solid #666666;
    background-color: #e2ebf4;
}

/*
TO REMOVE WHEN ALL TEMPLATES ARE CONSOLIDATED
======================Default Theme BC========================*/
/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Classic Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.block {
    margin-bottom: 1.5em;
}
.block .header {
    margin: 0 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #0099CC;
    color: #0099CC;
    font-weight: bold;
}
.block .header h2 {
    font-size: 1.1em;
    font-family: arial;
}
.block .content {
    padding: 0.4em;
    font-size: 0.9em;
}
#leftCol .blockContent a {
    color: #0e2666;
}
/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#top-nav {
    background: #e2ebf4;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#top-nav .inner {
    height: 2.2em;
    padding-left: 125px;
    border: 1px solid #BBBBBB;
}
#top-nav ul {

}
#top-nav li {
    float: left;
}
#top-nav li a {
    display: block;
    padding: 0.5em 1em;
    border-right: 1px solid #FFFFFF;
    font-weight: bold;
    color: #0e2666;
}
#top-nav li a:hover, #top-nav li.current a {
    background-color: #b7c5e0;
    color: #FFFFFF;
    text-decoration: none;
}


/*
===========================Top Block (=Service Nav) =========================*/
#service-nav {
	margin: 0;
	padding: 2px 0 2px 0;
	padding: 0;
	background: #e2ebf4 url(/images/Image/service_bg.gif) top left no-repeat;
	line-height: 2em;
}

#service-nav a {
	font-weight: bold;
	color: white;
}

#service-nav a:hover {
	color: #8a9abe;
}

#service-nav ul {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#service-nav ul li {
	list-style:none;
	display: inline;
	margin-left: 4px;
	padding: 0 0 0 5px;
	border-left: 1px solid white;
}

#service-nav ul li.first {
	border-left: none;
	margin-left: 0;
}

#service-nav td li.active a {
	color: #8a9abe;
}

/*
==============================Left-nav block (=Left menu) =====================================*/
#left-nav {
	margin: 0;
	padding: 0;
	background-color: #afbbd5;
}

#left-nav ul li a {
	color: white;
	text-transform: uppercase;
}

#left-nav ul li a:hover {
	color: #8a9abe;
}


#left-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #0e2666;
	font-weight: bold;
}

#left-nav ul li {
	list-style: none;
	margin: 0;
	padding: 3px 0 3px 0px;
	border-bottom: 1px solid #afbbd5;
}

#left-nav ul li a {
	padding-left: 4px;
}

#left-nav ul li.current a {
	color: #8a9abe;
}

#left-nav ul ul {
	list-style: none;
	background-color: #8a9abe;
	margin: 4px 0 -4px 0;
}

#left-nav ul ul li {
	list-style: none;
	padding: 3px 0 3px 10px;
	border-bottom: 1px solid #afbbd5;
}

#left-nav ul li.current ul li a {
	color: #0e2666;
	text-transform: none;
}

#left-nav ul li.current ul li.current a, #left-nav ul li.current ul li a:hover {
	color: black;
}

#left-nav ul ul ul {
	list-style: none;
	background-color: #B7C5E0;
	margin: 4px 0 -4px 0;
}

#left-nav ul ul ul li {
	list-style: none;
	padding: 1px 0 1px 10px;
	border-bottom: 1px solid #afbbd5;
}

#left-nav ul li.current ul li.current ul li a {
	color: #0e2666;
	text-transform: none;
}

#left-nav ul li.current ul li.current ul li.current a, #left-nav ul li.current ul li.current ul li a:hover {
	color: black;
}
#left-nav p {
	margin: 10px 5px;
	font-size: 9px;
}

/*
================================== Produkt Menu ==================================*/
td.product_menu {
	background-color: #0e2666;
	margin: 0;
	padding: 0;
	border: 1px solid #0e2666;
	border-left-width: 0;
}

td.product_menu ul {
	background-color: #b7c5e0;
	margin: 0;
	padding: 0;
}

td.product_menu ul li {
	font-weight: bold;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	background: #e2ebf4 url(/images/Image/product_menu_label_bg.gif) top right no-repeat;
	border-right: 1px solid #0e2666;
}

td.product_menu ul li a {
    color: black;
	margin: 1px 4px 0 4px;
	display: block;
	line-height: 18px;
}

td.product_menu ul li a:hover {
    text-decoration: none;
    color: black;
    cursor: default;
}

td.product_menu table table tbody tr td.empty, td.product_menu table table tbody tr#labels td.empty {
	border: none;
	background: #0e2666;
}

td.product_menu table table tbody tr td#indication {
	text-align:right;
	border: none;
	background: #0e2666;
	margin-right: -2px;
}

td.product_menu table table tbody tr td a.classic:hover, td.product_menu table table tbody tr td a.classic.active {
	background: #b7c5e0 url(/images/Image/product_menu_link_classic_bg.gif) top left no-repeat;
	color: black;
}

td.product_menu table table tbody tr td a.dynamic:hover, td.product_menu table table tbody tr td a.dynamic.active {
	background: #b7c5e0 url(/images/Image/product_menu_link_dynamic_bg.gif) top left no-repeat;
	color: black;
}

td.product_menu table table tbody tr td a.commodity:hover, td.product_menu table table tbody tr td a.commodity.active {
	background: #b7c5e0 url(/images/Image/product_menu_link_commodity_bg.gif) top left no-repeat;
	color: black;
}

td.product_menu table table tbody tr td a.gideon:hover, td.product_menu table table tbody tr td a.gideon.active {
	background: #b7c5e0 url(/images/Image/product_menu_link_gideon_bg.gif) top left no-repeat;
	color: black;
}

td.product_menu table table tbody tr td a.systematicmacroeur:hover, td.product_menu table table tbody tr td a.systematicmacroeur.active {
	background: #b7c5e0 url(/images/Image/product_menu_link_systematicmacroeur_bg.gif) top left no-repeat;
	color: black;
}

td.product_menu table table tbody tr td a.systematicmacrousd:hover, td.product_menu table table tbody tr td a.systematicmacrousd.active {
	background: #b7c5e0 url(/images/Image/product_menu_link_systematicmacroeur_bg.gif) top left no-repeat;
	color: black;
}

td.product_menu table table tbody tr td a.garant:hover, td.product_menu table table tbody tr td a.garant.active {
	background: #b7c5e0 url(/images/Image/product_menu_link_garant_bg.gif) top left no-repeat;
	color: black;
}

td.product_menu ul ul {
	background-color: #b7c5e0;
	list-style: none;
	display: inline;
}

td.product_menu ul ul li {
	padding: 0;
	border: none;
	list-style: none;
	display: inline;
	background-image: none;
	margin: 0;
	border-top: 1px solid #0e2666;
}

td.product_menu ul ul li a {
    color: #0e2666;
    margin: 0;
	background: #b7c5e0 url(/images/Image/product_menu_link_bg.gif) top left no-repeat;
	padding: 3px 23px 3px 15px;
	display: block;
	line-height: 14px;
}

td.product_menu ul ul li a:hover {
    text-decoration: underline;
    color: #0e2666;
}
td.product_menu table tbody tr#submenu td table tbody tr td {
	border: none;
	padding: 0;
	margin: 0;
}

td.product_menu ul ul li.current a  {
	color: black;
	background: #B7C5E0 url(/images/Image/product_menu_link_active_bg.gif) top left no-repeat;
}

td.product_menu ul ul li#classic.current a, td.product_menu ul ul li#classic a:hover {
	background: #B7C5E0 url(/images/Image/product_menu_link_classic_bg.gif) top left no-repeat;
}

td.product_menu ul ul li#dynamic.current a, td.product_menu ul ul li#dynamic a:hover {
	background: #B7C5E0 url(/images/Image/product_menu_link_dynamic_bg.gif) top left no-repeat;
}

td.product_menu ul ul li#commodity.current a, td.product_menu ul ul li#commodity a:hover {
	background: #B7C5E0 url(/images/Image/product_menu_link_commodity_bg.gif) top left no-repeat;
}

td.product_menu ul ul li#systematicmacroeur.current a, td.product_menu ul ul li#systematicmacroeur a:hover {
	background: #B7C5E0 url(/images/Image/product_menu_link_systematicmacroeur_bg.gif) top left no-repeat;
}

td.product_menu ul ul li#systematicmacrousd.current a, td.product_menu ul ul li#systematicmacrousd a:hover {
	background: #B7C5E0 url(/images/Image/product_menu_link_systematicmacrousd_bg.gif) top left no-repeat;
}

td.product_menu ul ul li#gideon.current a, td.product_menu ul ul li#gideon a:hover {
	background: #B7C5E0 url(/images/Image/product_menu_link_gideon_bg.gif) top left no-repeat;
}

td.product_menu ul ul li#garant.current a, td.product_menu ul ul li#garant a:hover {
	background: #B7C5E0 url(/images/Image/product_menu_link_garant_bg.gif) top left no-repeat;
}

#indication {
	text-align:right;
	padding: 22px 5px 0 0;
}
#indication a {
	background-image: none;
	color: white;
}

#indication a:hover {
	color: #8a9abe;
}

td.product_submenu {
	background-color: #B7C5E0;
	margin: 0;
	padding: 0;
	border: 1px solid #0e2666;
	border-top-width: 0;
	border-left-width: 0;
	line-height: 18px;
}

td.product_submenu ul {
	background-color: #b7c5e0;
	margin: 0;
	padding: 0;
}

td.product_submenu ul li {
	font-weight: bold;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

td.product_submenu ul li a {
	margin: 0px 4px 1px 0px;
	padding-top: 1px;
	display: block;
	line-height: 18px;
	color: #0e2666}

td.product_submenu ul li a {
	background: #B7C5E0 url(/images/Image/product_menu_link_bg.gif) top left no-repeat;
	padding-left: 15px;
	padding-right: 10px;
}

td.product_submenu ul li#classic a:hover, td.product_submenu ul li#classic.current a {
	background: #B7C5E0 url(/images/Image/product_menu_link_classic_bg.gif) top left no-repeat;
    color: black;
    text-decoration: none;
}

td.product_submenu ul li#dynamic a:hover, td.product_submenu ul li#dynamic.current a {
	background: #B7C5E0 url(/images/Image/product_menu_link_dynamic_bg.gif) top left no-repeat;
    color: black;
    text-decoration: none;
}

td.product_submenu ul li#commodity a:hover, td.product_submenu ul li#commodity.current a {
	background: #B7C5E0 url(/images/Image/product_menu_link_commodity_bg.gif) top left no-repeat;
    color: black;
    text-decoration: none;
}

td.product_submenu ul li#systematicmacroeur a:hover, td.product_submenu ul li#systematicmacroeur.current a {
	background: #B7C5E0 url(/images/Image/product_menu_link_systematicmacroeur_bg.gif) top left no-repeat;
    color: black;
    text-decoration: none;
}

td.product_submenu ul li#systematicmacrousd a:hover, td.product_submenu ul li#systematicmacrousd.current a {
	background: #B7C5E0 url(/images/Image/product_menu_link_systematicmacrousd_bg.gif) top left no-repeat;
    color: black;
    text-decoration: none;
}

td.product_submenu ul li#gideon a:hover, td.product_submenu ul li#gideon.current a {
	background: #B7C5E0 url(/images/Image/product_menu_link_gideon_bg.gif) top left no-repeat;
    color: black;
    text-decoration: none;
}

td.product_submenu ul li#garant a:hover, td.product_submenu ul li#garant.current a {
	background: #B7C5E0 url(/images/Image/product_menu_link_garant_bg.gif) top left no-repeat;
    color: black;
    text-decoration: none;
}

==================== My Block=====================*/
.block {
    margin: 0;
    padding: 0;
}
.block .header {
    margin: 0;
    padding: 3px 4px;
    border-bottom: 1px solid white;
    color: black;
    color: black;
    background-color: #b7c5e0;
    font-weight: bold;
}
.block .header h2 {
    font-size: 1.1em;
    font-family: arial;
}
.block .content {
    margin: 0;
    padding: 4px 4px 0 4px;
    background-color: #e2ebf4;
    border-bottom: 20px solid #b7c5e0;
}

.block .content p{
    border-bottom: 1px solid white;
    padding-bottom: 4px;
}
/* first level list */
div#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	color: yellow;
}

/* first level list item */
div#nav li {
	margin: 3px 0 3px 0;
	padding: 3px 0 3px 0;
	background: #9dcdfe;
	color: #006699;
	text-align: left;
}

/* second level list */
div#nav ul ul {
	list-style: disc inside;
	background: #9dcdfe;
	padding: 3px 0 0 0;
	margin: 3px 0 -6px 0;
}

/* second level list item */
#nav li li {
	text-transform: none;
	margin: 0 0 3px 0;
	padding: 3px 0 3px 5px;
}

/* menu item link */
div#nav a:link,
div#nav a:visited,
div#nav a:hover,
div#nav a:active,
div#nav li.current li a:link,
div#nav li.current li a:visited,
div#nav li.current li a:active {
	color: #006699;
	font-size: 11px;
    font-weight: normal;
    text-decoration: none;
	padding: 0 5px 0 5px;
}
div#nav li a:hover {
    color: #ffffff;
}
div#nav a:active,
div#nav li.current li a:active {
	background: #9dcdfe;
}

/* current menu item link */
div#nav li.current a:link,
div#nav li.current a:visited,
div#nav li.current a:active {
	color: #006699;
    font-weight: bold;
}
div#nav li.current a:active {
	background: #ffecec;
}