body {
  color: #333333;
  background-color: white;
  font-size: 0.65em;
  font-family: Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
}
a {
  color: #297e93;
  text-decoration: none;
}
a:hover {
  color: #297e93;
  text-decoration: underline;
}
.more {
  background: url(Natixis/leftnav-arrow-active.png) no-repeat 0 50%;
  padding-left: 15px;
  text-decoration: none;
  font-style: italic;
}
.more:hover {
  text-decoration: underline;
}
/* grid width: 100%, 60%, 30% */
#left {
  background: url(Natixis/sidebar-right-bg.png) no-repeat 100% 0;
  min-height: 600px;
}
#left, #main, #right {
  padding-top: 30px;
}
.sitecontent {
  width: 876px;
  margin-left: auto;
  margin-right: auto;
}
#content {
  padding: 0 0 15px 0;
}
#content > .content {
  width: 876px;
  margin-left: auto;
  margin-right: auto;
}
.onecol #left, .onecol #right {
  display: none;
}
.onecol #main {
  width: 876px;
}
.twocols-left #right {
  display: none;
}
.twocols-left #left {
  width: 197px;
}
.twocols-left #main {
  width: 679px;
}
.twocols-left #main > .content {
  padding-left: 40px;
}
.twocols-right #left {
  display: none;
}
.twocols-right #right {
  width: 196px;
}
.twocols-right #main {
  width: 680px;
}
.twocols-right #main > .content {
  padding-right: 40px;
}
.threecols #left {
  width: 180px;
}
.threecols #main {
  width: 499px;
}
.threecols #main > .content {
  padding: 0 40px 0 39px;
}
.threecols #right {
  width: 197px;
}
.formated {
  font-size: 11px;
  font-family: Verdana, sans-serif;
  line-height: 1.5em;
}
.formated p, .formated ul {
  margin-bottom: 1em;
}
.formated ul {
  padding-left: 1em;
}
.formated li {
  list-style: disc;
}
.formated a {
  font-style: italic;
  color: #297e93;
}
.formated a:hover {
  text-decoration: underline;
}
.formated img {
  margin: 6px 10px;
  border-color: #E4E4E4;
}
.formated em {
  font-style: italic;
}
form label {
  width: 165px;
  display: inline-block;
  color: #333;
}
form .medium {
  width: 245px;
}
form select.medium {
  width: 250px;
}
form input[type=text], form input[type=password] {
  background-color: white;
  border-color: #8E8E8E #E3E3E3 #E3E3E3;
  border-right: 1px solid #E3E3E3;
  border-style: solid;
  border-width: 1px;
}
form input {
  padding: 2px;
}
form p {
  margin-bottom: 1em;
}
form input.button {
  border: 1px solid #287d92;
  background: url(Natixis/button.png) repeat-x 0 0;
  height: 19px;
  padding: 0 5px;
  font-size: 10px;
  color: #287d92;
  font-weight: bold;
  outline: none;
  text-transform: uppercase;
}
form .field-validation-error {
  color: red;
  display: block;
  margin-left: 170px;
  margin-top: 0.5em;
}
form textarea.large {
  width: 418px;
  height: 80px;
}
form .bottom {
  text-align: right;
}
fieldset label {
  display: block;
}
fieldset label.inline {
  display: inline;
}
legend {
  font-size: 1.1em;
  font-weight: 600;
  padding: 2px 4px 8px 4px;
}
table.table_content {
  width: 100%;
  margin-bottom: 2em;
}
table.table_content caption {
  font-weight: bold;
  line-height: 1.3;
  padding: 0 0 10px;
}
table.table_content th, table.table_content td {
  border-bottom: 2px solid #fff;
  padding: 5px 3px 5px 3px;
}
table.table_content thead th {
  border-left: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
table.table_content thead th:first-child {
  border-left: 0;
}
table.table_content tbody td span {
  display: block;
  font-style: italic;
}
table.table_content tfoot td {
  padding: 10px;
  text-align: right;
}
table.table_content tbody th, table.table_content tbody td {
  font-weight: normal;
}
table.table_content tbody td {
  border-left: 2px solid #fff;
}
table.table_content tbody td img {
  vertical-align: middle;
}
#product-search {
  padding: 10px 15px 15px 20px;
  background: url(Natixis/productsearch-bg.png) fixed 0 0;
  color: white;
  width: 162px;
}
#product-search h3 {
  text-transform: uppercase;
  margin-bottom: 0.5em;
  color: white;
}
#product-search select, #product-search input {
  width: 160px;
}
#product-search select {
  border: 1px solid #e3e3e3;
}
#product-search .products-dropdown .not-hightlighted {
  font-weight: normal;
  background: #EEEEEE;
}
#product-search .products-dropdown .hightlighted {
  font-weight: normal;
  background: #FFFFFF;
}
#product-search .products-dropdown .level-root {
  font-weight: bold;
}
#product-search .products-dropdown .level-0 {
  padding-left: 1em;
  font-weight: bold;
}
#product-search .products-dropdown .level-1 {
  padding-left: 2em;
}
#product-search fieldset {
  border: 0;
}
#product-search input#prod_submit, #product-search input[type=button] {
  margin-top: 1em;
  background: url(Natixis/productsearch-button.png) repeat-x 0 0;
  border: none;
  color: #287d92;
  font-weight: bold;
  height: 21px;
  line-height: 21px;
}
#product-search label {
  color: white;
  margin-bottom: 5px;
}
#product-search p {
  margin-bottom: 0.5em;
}
#product-search p + h3 {
  margin-top: 2em;
}
#product-search li {
  list-style: none;
  margin-bottom: 5px;
}
#product-search .linkarrow a {
  background: url("Natixis/arrows-white.gif") no-repeat scroll 0 4px transparent;
  padding-left: 15px;
  display: block;
}
#product-search a {
  text-decoration: underline;
  font-style: italic;
  color: White;
}
#product-search ul {
  margin-top: 1em;
}
/* Filter products */
#filter_products {
  background: url(Natixis/bg_filter_products.png);
  color: #287e93;
  margin: 0 0 15px;
  padding: 10px 15px 15px 20px;
  width: 162px;
}
#filter_products input[type=button] {
  margin-top: 1em;
  background: url(Natixis/productsearch-button.png) repeat-x 0 0;
  border: none;
  color: #287d92;
  font-weight: bold;
  height: 21px;
  line-height: 21px;
  font-size: 10px;
}
#filter_products h2 {
  color: #fff;
  font-size: 12px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
#filter_products .form_row {
  padding: 0 0 10px;
}
#filter_products label {
  display: block;
  margin: 0 0 5px;
}
#filter_products input, #filter_products select {
  border: 1px solid #e3e3e3;
  width: 160px;
}
#filter_products select {
  width: 162px;
}
#filter_products button {
  display: block;
  margin: 10px 0 15px;
  width: 162px;
}
.block-vingette .thumb img {
  margin-left: 0;
}
.block-vingette td {
  vertical-align: top;
}
.block-twocols .col-left {
  width: 48%;
  float: left;
}
.block-twocols .col-right {
  width: 48%;
  float: right;
}
#login-block {
  background: url(Natixis/bg_filter_products.png) repeat scroll 0 0 transparent;
  padding: 10px;
  height: 100%;
  margin-bottom: 15px;
}
#login-block p.name {
  color: #287d92;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
#login-block p {
  line-height: 1.2;
  margin: 0 0 15px;
}
#login-block p a {
  color: #333333;
  text-decoration: underline;
}
#login-block h3 {
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 10px;
}
#login-block label {
  color: #287d92;
  margin-bottom: 5px;
  display: block;
}
#login-block .forgot-password, #login-block .logout {
  background: url(Natixis/leftnav-arrow-active.png) no-repeat 0 50%;
  padding-left: 15px;
  text-decoration: none;
  font-style: italic;
}
#login-block .register {
  font-style: italic;
  text-decoration: none;
}
.banner-block {
  text-align: center;
}
.banner-block img {
  border-width: 0px !important;
}
#leftnav {
  margin-bottom: 15px;
}
#leftnav h3 {
  background: #287d92;
  padding: 6px 10px;
  text-transform: uppercase;
  margin: 0 0 8px;
  color: white;
  font-size: 10px;
  line-height: 1.2;
  font-weight: bold;
}
#leftnav li {
  margin: 0 0 7px;
  padding: 4px 3px 4px 8px;
  background-repeat: no-repeat;
  background-position: 8px 50%;
  background-image: url(Natixis/leftnav-arrow.png);
}
#leftnav li a {
  color: #333;
  padding: 0 0 0 15px;
  display: inline-block;
  line-height: 12px;
}
#leftnav li.expanded {
  background-image: url(Natixis/arrow-bottom.png);
}
#leftnav li.child {
  background-image: none;
  margin: 0;
  padding: 0;
}
#leftnav li.child li {
  background-position: 22px 50%;
  background-image: url(Natixis/leftnav-arrow-active.png);
  margin: 0 0 7px;
  padding-left: 22px;
}
#leftnav li.child li.child {
  background-image: none;
}
#leftnav li.child a {
  color: #287d92;
}
#leftnav li.active {
  border-style: solid;
  border-color: #287d92;
  border-width: 1px 0;
  background-color: #fff;
  background-image: url(Natixis/leftnav-arrow-active.png);
}
#leftnav li.active a {
  color: #287d92;
  font-weight: bold;
}
.attachments {
  padding-bottom: 2em;
}
.attachments a {
  display: inline-block;
  padding-left: 15px;
  text-decoration: none;
  font-style: italic;
}
.attachments a:hover {
  text-decoration: underline;
}
.attachments a.external-document {
  background: url("Natixis/pdf-dyn-nam.png") no-repeat scroll 3px 0px;
  padding-left: 25px;
  line-height: 16px;
  vertical-align: middle;
}
.attachments a.link {
  background: url("Natixis/leftnav-arrow-active.png") no-repeat scroll 0 3px;
}
.attachments a.download {
  padding-left: 25px;
  background: url("Natixis/download2.png") no-repeat scroll 0 0;
  line-height: 20px;
  vertical-align: middle;
}
.attachments li {
  margin-bottom: 1em;
}
.archive {
  padding-bottom: 2em;
}
.archive a {
  background: url(Natixis/leftnav-arrow-active.png) no-repeat 0 50%;
  padding-left: 15px;
  text-decoration: none;
  font-style: italic;
}
.archive li {
  margin-bottom: 1em;
}
.archive .active {
  font-weight: bold;
}
#webtv-sidebar {
  padding-top: 15px;
  padding-left: 19px;
  min-height: 560px;
  background: url(Natixis/sidebar-bg.png) no-repeat 0 0px;
}
#webtv-sidebar .block {
  padding-bottom: 20px;
  margin-bottom: 15px;
}
#webtv-sidebar .sep {
  background: url(Natixis/sidebar-sep-bg.png) no-repeat center bottom;
}
#webtv-sidebar #webtv .thumb {
  margin-bottom: 10px;
  position: relative;
}
#webtv-sidebar #webtv .thumb img {
  border: 10px solid #287d92;
  width: 160px;
  height: 120px;
  display: block;
}
#webtv-sidebar #webtv .thumb a {
  display: block;
  position: absolute;
  top: 50px;
  left: 66px;
  width: 44px;
  height: 44px;
  background-image: url(Natixis/play.png);
}
#webtv-sidebar #webtv h3 {
  background: url(Natixis/icon-tv.png) no-repeat 0 0;
  padding-left: 25px;
  margin-bottom: 8px;
  line-height: 18px;
  text-transform: uppercase;
}
#webtv-sidebar #webtv a {
  font-weight: bold;
}
#sidebar-nav {
  font-weight: bold;
  text-transform: uppercase;
}
#sidebar-nav a {
  display: inline-block;
  line-height: 26px;
  margin-bottom: 10px;
  padding-left: 36px;
}
#sidebar-nav .rss {
  background: url(Natixis/icon-rss.png) no-repeat 0 0;
}
#sidebar-nav .podcast {
  background: url(Natixis/icon-podcast.png) no-repeat 0 0;
}
#sidebar-nav .subscription {
  background: url(Natixis/icon-subscription.png) no-repeat 0 0;
}
#sidebar-nav .publication {
  background: url(Natixis/icon-publication.png) no-repeat 0 0;
}
#sidebar-nav .iphone-app {
  background: url(Natixis/icon-mobile.png) no-repeat 0 0;
}
#websitelist {
  margin-top: 19px;
  padding: 5px 5px 5px 5px;
  padding-bottom: 5px !important;
  border: 10px solid #723497;
  background: url(Natixis/worldmap.png) no-repeat 0 0;
  width: 147px;
  min-height: 92px;
  overflow: hidden;
}
#websitelist h3 {
  text-transform: uppercase;
  color: #723497;
  font-size: 1.3em;
}
#websitelist span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 7px;
}
#websitelist p {
  text-transform: uppercase;
  margin: 1em 0;
  color: #be84d7;
}
#websitelist select {
  width: 100%;
}
#websitelist-new {
  margin-top: 19px;
  padding: 5px 5px 5px 5px;
  width: 190px;
  height: 140px;
}
/* styles for subscription pages */
#subscription-page #main h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
}
#subscription-page #main #login-form .forgot-password {
  background: url(Natixis/leftnav-arrow-active.png) no-repeat 0 50%;
  padding-left: 15px;
  text-decoration: none;
  font-style: italic;
  display: inline-block;
  margin-right: 80px;
}
#subscription-page #main #registration-form p.require-msg {
  color: #333;
  font-style: italic;
}
/* HEADINGS   
----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #287d92;
}
.heading {
  background: url(Natixis/heading.png) no-repeat 0 2px;
  padding-left: 50px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* Products - Fund Details
----------------------------------------------------------*/
ul#productsAccess {
  border-bottom: 1px #5C87B2 solid;
  padding: 0 0 2px;
  position: relative;
  margin: 0;
  text-align: left;
}
#FundDetails {
  background-color: #FFF;
  color: #333333;
  font-size: 1.1em;
}
#FundDetails h1 {
  text-transform: uppercase;
  color: #297e93;
  font-size: 1.3em;
  margin-top: 0;
}
#FundDetails .fundInfos {
  color: #297e93;
  font-weight: bold;
}
/**
 * Funds list table
 ******************************************/
#funds_list #funds_list_table {
  line-height: 1.2;
  width: 100%;
}
#funds_list #funds_list_table a {
  text-decoration: none;
  font-style: normal;
}
#funds_list #funds_list_table a:hover {
  text-decoration: underline;
}
#funds_list #funds_list_table th, #funds_list #funds_list_table td {
  border: 2px solid #fff;
  border-right: 0;
  padding: 5px;
  font-size: 10px;
  vertical-align: middle;
}
#funds_list #funds_list_table th:first-child {
  border-left: 0;
}
#funds_list #funds_list_table thead th {
  background: #d3c0da;
  color: #fff;
  font-weight: bold;
  padding-bottom: 15px;
  vertical-align: top;
}
#funds_list #funds_list_table thead th span {
  position: relative;
  display: block;
  height: 25px;
}
#funds_list #funds_list_table thead th .italic {
  font-style: italic;
  font-weight: bold;
}
#funds_list #funds_list_table thead th .sort {
  height: 7px;
  margin: 5px 0 0;
}
#funds_list #funds_list_table thead th .sort a {
  background: url(Natixis/picto_sort_table.png) 0 0 no-repeat;
  display: inline-block;
  height: 7px;
  width: 7px;
  vertical-align: top;
}
#funds_list #funds_list_table thead th .sort a.desc {
  background-position: -7px 0;
}
#funds_list #funds_list_table tbody th, #funds_list #funds_list_table tbody td {
  background-color: #e7e1ed;
  font-size: 9px;
  font-weight: normal;
}
#funds_list #funds_list_table tbody tr.alt th, #funds_list #funds_list_table tbody tr.alt td {
  background-color: #f2edf4;
}
#funds_list #funds_list_table tbody tr.open th, #funds_list #funds_list_table tbody tr.open td {
  border-bottom: 0;
}
#funds_list #funds_list_table tbody tr.more th, #funds_list #funds_list_table tbody tr.more td {
  border-top: 0;
  border-bottom: 0;
  text-decoration: none;
  font-style: normal;
}
#funds_list #funds_list_table tbody span {
  color: #7091c7;
  display: block;
  font-style: italic;
}
#funds_list #funds_list_table tbody img {
  vertical-align: middle;
}
#funds_list #funds_list_table tbody td.isin {
  background: #e7e1ed url(Natixis/picto_sort_table.png) -14px center no-repeat;
  cursor: pointer;
  padding-left: 20px;
}
#funds_list #funds_list_table tbody td.isin .product-tooltip {
  float: right;
  position: relative;
  margin-top: -15px;
}
#funds_list #funds_list_table tbody td.no_main_isin {
  padding-left: 20px;
  text-decoration: none;
  font-style: normal;
}
#funds_list #funds_list_table tbody td.no_main_isin .product-tooltip {
  float: right;
  position: relative;
  margin-top: -15px;
}
#funds_list #funds_list_table tbody tr.alt td.isin {
  background-color: #f2edf4;
}
#funds_list #funds_list_table tbody tr.open td.isin {
  background-position: -144px center;
}
#funds_list #funds_list_table tbody tr.more td.isin {
  background-image: none;
  cursor: default;
}
#funds_list #funds_list_table tbody td.ytd img {
  float: left;
  margin: 0 5px 0 0;
}
#funds_list #funds_list_table tbody td.notation {
  text-align: center;
}
#funds_list #funds_list_table tbody td.notation img {
  margin: 0 3px 0 0;
}
#funds_list #funds_list_table tbody td.download select {
  clear: both;
  display: block;
  margin: 0 0 3px;
  width: 90px;
  font-size: 9px;
}
#funds_list #funds_list_table tbody td.download a {
  float: right;
}
#funds_list #funds_list_table tfoot td {
  background: #d3c0da;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
  padding: 0;
}
#funds_list #funds_list_table tfoot p {
  float: left;
  padding: 0 10px;
}
#funds_list #funds_list_table tfoot ol {
  color: #570e73;
  list-style: none;
  float: right;
}
#funds_list #funds_list_table tfoot ol li {
  border-left: 2px solid #fff;
  display: inherit;
  float: left;
}
#funds_list #funds_list_table tfoot ol li a, #funds_list #funds_list_table tfoot ol li strong {
  float: left;
  height: 18px;
  padding: 0 5px;
}
#funds_list #funds_list_table tfoot ol li a {
  color: #fff;
}
#funds_list #funds_list_table tfoot ol li strong {
  background: #e4e4e4;
}
/* Footnotes */
#funds_list .footnotes {
  clear: both;
  line-height: 1.3;
  margin: 15px 0 0;
}
#funds_list .footnotes p strong {
  display: block;
}
#funds_list .footnotes p.sources {
  font-style: italic;
  margin: 3px 0 0;
  text-align: right;
}
#funds_list .products-dropdown {
  width: 300px;
  height: 20px;
}
#funds_list .products-dropdown .not-hightlighted {
  font-weight: normal;
  background: #EEEEEE;
}
#funds_list .products-dropdown .hightlighted {
  font-weight: normal;
}
#funds_list .products-dropdown .level-root {
  font-weight: bold;
}
#funds_list .products-dropdown .level-0 {
  padding-left: 1em;
  font-weight: bold;
}
#funds_list .products-dropdown .level-1 {
  padding-left: 2em;
}
.tooltipInfo {
  position: absolute;
  z-index: 9999999;
  border: 1px solid #287E93;
  color: #287e93;
  font-size: 12px;
  background-color: #E4E4E4;
  padding: 15px;
}
.tooltipInfo img.alignleft {
  margin: 10px 10px 10px 0px;
}
.tooltipInfo img.alignright {
  margin: 10px 0px 10px 10px;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#topnav {
  background: url(Natixis/topnav-bg.jpg) #61227d no-repeat center 0;
  color: white;
}
#topnav .content {
  width: 876px;
  margin-left: auto;
  margin-right: auto;
  line-height: 37px;
  text-align: right;
}
#topnav a, #topnav a:hover {
  color: white;
  text-decoration: none;
}
#topnav a:hover {
  text-decoration: underline;
}
#header {
  background: url(Natixis/header-bg.png) repeat-x 0 0;
  height: 76px;
  border-bottom: 1px solid white;
}
#header .content {
  width: 876px;
  margin-left: auto;
  margin-right: auto;
}
#primary-menu {
  background: #287f93;
}
#primary-menu .content {
  width: 876px;
  margin-left: auto;
  margin-right: auto;
}
#primary-menu a {
  line-height: 37px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 12px;
  color: White;
}
#primary-menu li {
  background: url(Natixis/primarymenu-sep.png) no-repeat 0 0;
  margin-right: 1px;
}
#primary-menu li.first {
  background: none;
}
#primary-menu li.first a {
  padding-left: 0px;
}
#topsearch {
  margin-top: 15px;
  float: right;
  width: 205px;
  position: relative;
}
#topsearch label {
  display: block;
  color: #5B1D73;
  margin-bottom: 6px;
  font-weight: bold;
  text-transform: uppercase;
}
#topsearch .input {
  border: 1px solid #D2D2D2;
  background: white;
  display: block;
}
#topsearch input {
  width: 170px;
  border: none;
  height: 19px;
  background: none;
}
#topsearch .submit {
  display: block;
  position: absolute;
  height: 19px;
  width: 12px;
  background: url(Natixis/topsearch-submit.png) no-repeat scroll 0 0 transparent;
  margin: 3px 5px 1px 2px;
  right: 0px;
  top: 17px;
}
#search-results {
  width: 300px;
  position: relative;
}
#search-results .input {
  border: 1px solid #D2D2D2;
  background: white;
  display: block;
}
#search-results input {
  width: 270px;
  border: none;
  height: 19px;
  background: none;
}
#search-results .submit {
  display: block;
  position: absolute;
  height: 19px;
  width: 12px;
  background: url(Natixis/topsearch-submit.png) no-repeat scroll 0 0 transparent;
  margin: 3px 5px 1px 2px;
  right: 0px;
  top: 2px;
}
#search_products {
  font-style: italic;
  color: #333333;
  font-family: "Verdana";
  font-size: 10px ;
  margin-top: -15px;
  text-align: right;
  width: 180px;
  float: right;
}
#search_products a {
  font-style: italic;
  color: #333333;
  font-family: "Verdana";
  font-size: 10px ;
  float: right;
}
#logo {
  background: url(Natixis/logo.png) no-repeat 0 0;
  width: 200px;
  height: 76px;
  display: block;
  float: left;
}
#bottombanner {
  background: url(Natixis/bottombanner-bg.png) repeat-x 0 0;
  height: 185px;
  border-bottom: 1px solid white;
}
#bottombanner > .content {
  padding-top: 5px;
  width: 876px;
  margin-left: auto;
  margin-right: auto;
  height: 180px;
}
#bottombanner .col {
  float: left;
  display: block;
  width: 219px;
  height: 100%;
  background: url(Natixis/bottombanner-sep.png) no-repeat 0 0;
}
#bottombanner .col .content {
  margin: 5px 20px 20px 20px;
}
#bottombanner h6 a {
  color: #287d92;
  font-size: 9px;
  /* font-size: 1.2em; */

  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin: 10px 0;
  line-height: 14px;
}
#bottombanner ul {
  margin: 0;
  list-style: none;
}
#bottombanner li {
  background: url(Natixis/arrow.png) no-repeat 0 3px;
  padding-left: 15px;
  margin-bottom: 3px;
}
#bottombanner li a {
  color: #333;
}
#footer {
  background: #581e75;
  font-size: .9em;
  height: 37px;
  line-height: 37px;
  color: white;
}
#footer .content {
  width: 876px;
  margin-left: auto;
  margin-right: auto;
}
#footer .left {
  float: left;
  text-transform: uppercase;
  color: White;
}
#footer .right {
  float: right;
  text-align: right;
}
#footer .right a {
  color: white;
}
#left {
  float: left;
  text-align: left;
}
#right {
  float: right;
  text-align: left;
}
#main {
  float: left;
}
#main > .content .sep {
  background: url(Natixis/content-separator-bg.png);
  height: 3px;
  margin: 25px 0;
}
#main .article.pic-right {
  clear: both;
}
#main .article h2 {
  margin-bottom: 15px;
}
#main .article .thumb {
  float: left;
}
#main .article .content {
  width: 474px;
  padding: 0 0 1px 20px;
}
#main .article .date {
  margin-bottom: 0;
}
#main .article h3 {
  margin: 0 0 0.5em 0;
}
#main .article .thumb2 {
  float: right;
}
#main .article .thumb2 img {
  border: 10px solid #e4e4e4;
}
a.arrow-bar {
  display: block;
  padding: 6px 20px 5px 6px;
  background: transparent url(Expertises/arrow_right.png) top right no-repeat;
  color: #FFF;
}
#main .main-left {
  width: 190px;
  float: left;
}
#main .main-left #publication-list {
  background-color: #e4e4e4;
  padding: 9px;
  color: #FFF;
  font-weight: bold;
}
#main .main-left #publication-list #item_Flash-Marches, #main .main-left #publication-list #item_Markets-Flash {
  background: #7e9bcc url(Expertises/IE/item-pub-flashmarches-bg.png) repeat-y top right;
}
#main .main-left #publication-list #item_Flash-Marches a, #main .main-left #publication-list #item_Markets-Flash a {
  background: url(Expertises/IE/item-pub-flashmarches.png) no-repeat center right;
}
#main .main-left #publication-list #item_Flash-Produits-Expertises,
#main .main-left #publication-list #item_Flash-Produit-Expertises,
#main .main-left #publication-list #item_Flash-Products-Expertise,
#main .main-left #publication-list #item_Flash-Product-Expertise {
  background: #570e73 url(Expertises/IE/item-pub-flashexp-bg.png) repeat-y top right;
}
#main .main-left #publication-list #item_Flash-Produits-Expertises a,
#main .main-left #publication-list #item_Flash-Produit-Expertises a,
#main .main-left #publication-list #item_Flash-Products-Expertise a,
#main .main-left #publication-list #item_Flash-Product-Expertise a {
  background: url(Expertises/IE/item-pub-flashexp.png) no-repeat center right;
}
#main .main-left #publication-list #item_all_publication {
  background: #839aad url(Expertises/IE/item-pub-all-bg.png) repeat-y top right;
}
#main .main-left #publication-list #item_all_publication a {
  background: url(Expertises/IE/item-pub-all.png) no-repeat center right;
}
#main .main-left #publication-list #item_Perspectives {
  background: #987ab1 url(Expertises/IE/item_perspectives-bg.png) repeat-y top right;
}
#main .main-left #publication-list #item_Perspectives a {
  background: url(Expertises/IE/item_perspectives.png) no-repeat center right;
}
#main .main-left #publication-list #item_Anticipations-Hebdo, #main .main-left #publication-list #item_Anticipations-Mensuel, #main .main-left #publication-list #item_Anticipations-Monthly {
  background: #58aaba url(Expertises/IE/item_anticipations-hebdo-bg.png) repeat-y top right;
}
#main .main-left #publication-list #item_Anticipations-Hebdo a, #main .main-left #publication-list #item_Anticipations-Mensuel a, #main .main-left #publication-list #item_Anticipations-Monthly a {
  background: url(Expertises/IE/item_anticipations-hebdo.png) no-repeat center right;
}
#main .main-left #publication-list #item_Newsletter-Atelier-Natixis-AM, #main .main-left #publication-list #item_Natixis-AM-Workshop-Newsletter {
  background: #5f7486 url(Expertises/IE/item_newsletter-bg.png) repeat-y top right;
}
#main .main-left #publication-list #item_Newsletter-Atelier-Natixis-AM a, #main .main-left #publication-list #item_Natixis-AM-Workshop-Newsletter a {
  background: url(Expertises/IE/item_newsletter.png) no-repeat center right;
}
#main .main-left #publication-list span.item {
  background: #287e93 url(Expertises/IE/item-publication-bg.png) repeat-y top right;
  margin-bottom: 9px;
  display: block;
  vertical-align: middle;
}
#main .main-left #publication-list span.item a {
  display: block;
  padding: 6px 20px 5px 6px;
  background: url(Expertises/IE/item-publication.png) no-repeat center right;
  color: #FFF;
}
#glossary-page h3 {
  margin-top: 1em;
}
#glossary-page .alphabet ul {
  margin: 20px 0;
}
#glossary-page .alphabet li {
  display: inline-block;
  background: #287d92;
  padding: 3px;
  margin-right: 2px;
  float: left;
}
#glossary-page .alphabet li a {
  font-weight: bold;
  color: white;
  font-size: 10px;
}
#glossary-page .alphabet li.active {
  background: #e4e4e4;
}
#glossary-page .alphabet li.active a {
  color: #287d92;
}
#glossary-page #content .items {
  margin-top: 20px;
  background: url(Natixis/content-sep-3cols.png) no-repeat 0 0;
  padding-top: 20px;
}
#glossary-page #content .items dt {
  font-weight: bold;
}
#glossary-page #content .items dd {
  margin-bottom: 20px;
}
#orgnization_info {
  line-height: 13px;
  margin-bottom: 20px;
}
#orgnization_info p {
  margin-bottom: 15px;
}
#orgnization_info li {
  padding-left: 15px;
  margin-bottom: 7px;
  background: url(Natixis/leftnav-arrow-active.png) no-repeat 0 50%;
}
#orgnization_info li span {
  color: #287d92;
  font-weight: bold;
}
.organization_detail {
  background: url(Natixis/content-sep-3cols.png) no-repeat 0 0;
  position: relative;
  padding: 20px 0;
}
.organization_detail h3 {
  font-size: 16px;
  margin-bottom: 7px;
}
.organization_detail div.subtitle {
  font-size: 13px;
  margin-bottom: 7px;
}
.organization_detail .description {
  display: none;
  font-size: 10px;
  line-height: 16px;
}
.organization_detail .toggle {
  display: block;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  position: absolute;
  background: url(Natixis/toggle.png) repeat-y 0 0;
}
.organization_detail .toggle.on {
  background-position: 0 20px;
}
.organization_detail img {
  border: 10px solid #E4E4E4 !important;
}
.news, .content-item {
  margin-bottom: 30px;
}
.news img, .content-item img {
  border-color: #e4e4e4;
}
.news .thumb, .content-item .thumb {
  margin-bottom: 20px;
  overflow: hidden;
}
.news .thumb img, .content-item .thumb img {
  border: 10px solid #e4e4e4;
}
.news .date, .content-item .date {
  color: #287d92;
}
.news h3, .content-item h3 {
  margin: 0.5em 0;
  font-size: 1.4em;
}
.news p, .content-item p {
  margin-bottom: 1em;
  font-size: 11px;
  line-height: 16.5px;
}
.news .headline, .content-item .headline {
  font-size: 11px;
  line-height: 16.5px;
  margin-bottom: 0.5em;
}
/****    NatixisAM - Top Search Page   *************/
.no-results {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #287D92;
}
.pagination a {
  margin-left: 20px;
}
.pagination a.current {
  font-weight: bold;
}
em {
  font-style: italic;
}
#news-page .news-left, #news-page .news-right {
  float: left;
  width: 191px;
}
#news-page .news-left .thumb, #news-page .news-right .thumb {
  width: 202px;
  height: 144px;
}
#news-page .news-left {
  margin-right: 30px;
}
#news-page .news-list .thumb {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 100px;
}
#news-page .news-list .thumb img {
  border: none;
}
#news-page .news-list .news {
  clear: both;
}
#news-page .news-list .excerpt {
  padding-left: 140px;
  margin-top: 5px;
}
#news-page .all-news {
  background: #287d92;
  height: 24px;
  font-weight: bold;
  color: white;
  padding-left: 1em;
  border: 10px solid #e4e4e4;
  position: relative;
}
#news-page .all-news span {
  display: block;
  padding-top: 5px;
}
#news-page .all-news span a {
  color: white;
}
#news-page .all-news .go {
  display: block;
  top: 0;
  right: 0;
  background: url(Natixis/go.jpg) no-repeat 0 0;
  height: 24px;
  width: 16px;
  position: absolute;
}
.roundabout-moveable-item .focus-data .popup-description {
  display: none;
}
.team h2 {
  margin: 1em 0;
}
.team .main-picture {
  float: left;
  width: 100px;
  height: 140px;
  position: relative;
  border-width: 10px;
}
.team .main-picture img {
  width: 100px;
  height: 140px;
}
.team .main-picture .main-picture-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px 7px;
  font-size: 10px;
  color: #FFF;
  background-color: #287d92;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 86px;
  display: block;
}
.team .main-picture .main-picture-caption .name {
  font-weight: bold;
  padding-bottom: 3px;
  display: block;
}
.team .main-picture .main-picture-caption .title {
  font-size: 9px;
}
.team .profile-slider {
  float: left;
  width: 290px;
}
.team .profile-slider .roundabout-holder {
  height: 12em;
  width: 18em;
  font-size: 10px;
}
.team .profile-slider .roundabout-moveable-item {
  max-width: 10em;
  max-height: 14em;
  width: 10em;
  height: 14em;
  overflow: hidden;
}
.team .profile-slider .roundabout-moveable-item img {
  height: auto;
}
.team .profile-slider .roundabout-moveable-item .focus-data {
  display: block;
  background-color: #000;
  width: 9.2em;
  background-color: #287d92;
  opacity: 0.7;
  filter: alpha(opacity=70);
  bottom: 0;
  position: absolute;
  color: #fff;
  padding: 4px;
  left: 0;
}
.team .profile-slider .roundabout-moveable-item .focus-data > .title {
  font-weight: bold;
  padding-bottom: 3px;
}
.team .profile-slider .focus-info {
  display: block;
  position: relative;
}
.team .profile-slider .focus-info .roundabout-arrow-left, .team .profile-slider .focus-info .roundabout-arrow-right {
  position: absolute;
  height: 20px;
  width: 12px;
  top: 10px;
}
.team .profile-slider .focus-info .roundabout-arrow-left {
  background: url("images/roundabout_arrow_left_small.png") no-repeat scroll 0 0 transparent;
  right: 22px;
}
.team .profile-slider .focus-info .roundabout-arrow-right {
  background: url("images/roundabout_arrow_right_small.png") no-repeat scroll 0 0 transparent;
  right: 0;
}
.team .profile-slider .roundabout-title, .team .profile-slider .roundabout-detail {
  display: none;
}
.team .team-content {
  clear: both;
  padding-top: 20px;
}
.team .team-content .team-headline {
  font-size: 15px;
  font-weight: bold;
  color: #287f93;
  padding-bottom: 11px;
}
.team .team-content .team-sub-headline {
  font-size: 13px;
  padding-bottom: 22px;
}
.team .team-content .team-description {
  line-height: 16px;
  color: #333;
  text-align: justify;
}
#press-page #main .date {
  color: #287d92;
}
#contact-page #main #contact-form {
  padding: 0px 50px;
}
#contact-page #main #contact-form p.bottom {
  width: 420px;
}
#contact-page #main #contact-form p.require-msg {
  color: #333;
  font-style: italic;
}
.publication-table .title {
  font-weight: bold;
}
.publication-table td {
  vertical-align: top;
}
.publication-table td .strongborder {
  border-width: 3px;
}
.publication-table ul {
  margin-bottom: 1em;
}
.publication-table li a {
  background: url(Natixis/leftnav-arrow-active.png) no-repeat 0 50%;
  padding-left: 15px;
  text-decoration: none;
  font-style: italic;
}
.publication-table thead th {
  color: #333 !important;
}
h3.title_editor {
  text-transform: uppercase;
  color: #287d92;
  font-weight: bold;
  font-family: Verdana;
  font-size: 1.4em;
}
h4.subtitle_editor {
  color: #287d92;
  font-weight: bold;
  font-family: Verdana;
  font-size: 1.4em;
}
p.intro_editor {
  color: #333333;
  font-weight: bold;
  font-family: Verdana;
  font-size: 1.4em;
}
p.notes_editor {
  font-size: 0.8em;
}
#popup {
  width: 868px;
  padding-top: 20px;
}
#popup .left {
  float: left;
  width: 177px;
  background: url("Natixis/sidebar-right-bg.png") no-repeat scroll 100% 0 transparent;
  min-height: 500px;
}
#popup .main {
  float: left;
  width: 404px;
  padding: 0 40px;
}
#popup .main .main_image_wrapper {
  text-align: center;
}
#popup .right {
  float: right;
  width: 197px;
}
#publication-page .roundabout-holder, #subscription-page .roundabout-holder {
  width: 350px;
}
#publication-page .roundabout-holder .roundabout-moveable-item, #subscription-page .roundabout-holder .roundabout-moveable-item {
  height: 175px;
  width: 124px;
}
#bottom-nav a {
  font-style: italic;
  text-decoration: underline;
}
#bottom-nav .next {
  float: right;
}
#bottom-nav .prev {
  float: left;
}
#company-information {
  width: 800px;
}
#company-contact-form {
  width: 520px ;
  float: left;
}
#company-address-box {
  width: 250px;
  float: left;
  margin-left: 20px;
}
#company-address-border {
  width: 20px;
  height: 200px;
  float: left;
  background-image: url("/App_Themes/images/address_border.png");
  background-repeat: repeat-y;
}
#company-address {
  border: solid 10px #723497;
  color: #6a686e;
  width: 210px;
  float: left;
}
#company-address p {
  font-style: italic;
  margin: 5px 5px 5px 15px;
}
#company-address p.bold {
  font-style: normal;
  font-weight: bold;
}
#facebook-link-box {
  height: 30px;
  position: relative;
}
#facebook-link-box a {
  position: absolute;
}
.publication-register {
  margin-top: 20px;
  text-align: right;
  font-style: italic;
  color: #333333;
  font-family: "Verdana";
  font-size: 10px ;
}
.search-result-title {
  font-size: 1.4em;
  margin: 0.5em 0;
  font-weight: bold;
}
.search-result-title a:hover {
  text-decoration: none;
}
.search-result-date {
  margin-bottom: 5px;
  margin-top: -10px;
}
#pagination-div {
  margin-bottom: 20px;
}
.biography-block {
  margin: 25px 0;
}
.biography-block .biography-block-title {
  width: 400px;
  margin-bottom: 5px;
  float: left;
}
.biography-block .biography-title {
  color: #297e93;
  font-weight: bold;
}
.biography-block .biography-expand-icon {
  cursor: pointer;
  float: left;
  display: block;
  width: 18px;
  height: 20px;
  background: url(images/biography_sprite.png) repeat-x 19px 0;
  margin-top: -6px;
}
.biography-block .collapse {
  background-position: 0px 0 !important;
}
.biography-block .biography-detail {
  margin-bottom: 18px;
  display: none;
}
#company-google-map {
  border: 7px solid #e4e4e4;
  float: none;
  width: 312px;
  margin-left: 26px;
  margin-top: 10px;
}
#contact-google-address {
  float: right;
  margin-top: 20px;
  background: url(NMM/contact-address-separator.png) no-repeat top left;
  height: 600px;
}
#contact-form-input {
  float: left;
}
#company-address-box {
  float: none;
  margin-left: 26px;
  width: 312px;
  margin-bottom: 0px;
  background: url(NMM/address-box-separator.png) repeat-y;
  height: 12px;
}
#company-address {
  margin-top: 12px;
  width: 305px;
}
#company-address p {
  font-style: normal;
}
.block-team-image-slider {
  width: 460px;
  margin-left: -30px;
}
.block-team-image-slider .block-coverflow {
  height: 320px;
  /*overflow: hidden;*/

  visibility: hidden;
}
.block-team-image-slider .roundabout-holder {
  width: 330px;
  height: 280px;
}
.block-team-image-slider .roundabout-in-focus {
  /*max-width : 260px !important;
		/width: 220px !important;
		margin-left:-20px !important;
		*/

}
.block-team-image-slider .roundabout-moveable-item {
  max-width: 190px;
  max-height: 245px;
  width: 190px;
  height: 245px;
  overflow: hidden;
  font-size: 11px;
}
.block-team-image-slider .roundabout-moveable-item .focus-data {
  display: block;
  background-color: #000;
  width: 184px;
  background-color: #287d92;
  opacity: 0.7;
  filter: alpha(opacity=70);
  bottom: 0;
  left: 0;
  position: absolute;
  color: #fff;
  padding: 3px;
  left: 0;
}
.block-team-image-slider .roundabout-moveable-item .focus-data .text-style {
  padding-left: 10px;
  padding-right: 10px;
}
.block-team-image-slider .roundabout-moveable-item .focus-data .fullname {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: px;
}
.block-team-image-slider .roundabout-moveable-item .focus-data .position {
  padding-bottom: 5px;
}
.block-team-image-slider .focus-info {
  display: block;
  position: relative;
}
.block-team-image-slider .focus-info .roundabout-arrow-left, .block-team-image-slider .focus-info .roundabout-arrow-right {
  position: absolute;
  height: 28px;
  width: 16px;
}
.block-team-image-slider .focus-info .roundabout-arrow-left {
  background: url("images/block_team_slider_arrow_left.png") no-repeat scroll 0 0 transparent;
  right: 44px;
}
.block-team-image-slider .focus-info .roundabout-arrow-right {
  background: url("images/block_team_slider_arrow_right.png") no-repeat scroll 0 0 transparent;
  right: 0;
}
.disclaimer-grey-box {
  height: 100px;
  overflow: auto;
  padding: 10px;
  background-color: #eee;
  margin-bottom: 10px;
}
.focus-info .table-in-focus-info {
  width: 410px;
}
#section-menu {
  margin: 25px 0;
}
#section-menu > .content {
  width: 876px;
  margin-left: auto;
  margin-right: auto;
}
#section-menu h1, #section-menu a {
  text-transform: uppercase;
}
#section-menu h1 {
  float: left;
  font-size: 20px;
  color: #287d92;
  margin: 0;
  margin-top: 10px;
}
#section-menu .menu {
  float: right;
  border: 10px solid #e4e4e4;
}
#section-menu .menu li {
  background: url(WebTV/sectionmenu-sep.png) no-repeat 100% 0;
}
#section-menu .menu li.active, #section-menu menu li:hover {
  background: url(WebTV/sectionmenu-active-sep.png) no-repeat 100% 0;
  font-weight: bold;
}
#section-menu .menu a {
  height: 41px;
  line-height: 40px;
  width: 233px;
  margin-right: 2px;
  overflow: hidden;
  text-align: center;
  background: url(WebTV/sectionmenu-bg.png) repeat-x 0 0;
  text-decoration: none;
}
#section-menu .menu li.active a, #section-menu .menu li:hover a {
  background: url(WebTV/sectionmenu-active-bg.png) repeat-x 0 0;
}
#section-menu .menu li.last {
  background-image: none;
}
#section-menu .menu li.last a {
  margin-right: 0;
}
.minisearch {
  margin-top: 7px;
  float: right;
}
.minisearch * {
  display: inline-block;
  vertical-align: top;
}
.minisearch label {
  color: #287d92;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 23px;
  width: auto;
}
.minisearch .input {
  background: white;
  display: inline-block;
}
.minisearch input {
  width: 170px;
  border: none;
  height: 19px;
}
.minisearch .submit {
  display: inline-block;
  height: 19px;
  width: 12px;
  background: url(WebTV/topsearch-submit.png);
  margin: 1px 5px 1px 2px;
}
.minisearch .detail {
  display: inline-block;
  height: 19px;
  width: 7px;
  background: none;
  margin: 1px;
}
#player-container {
  padding: 10px;
  background: #e4e4e4;
}
#player-container .not-found {
  height: 50px;
  width: 100%;
}
#player-container #player-nav {
  margin-top: 10px;
  background: white;
  height: 38px;
  padding: 0 10px;
}
#player-container #player-nav .links {
  float: left;
  height: 38px;
  line-height: 38px;
}
#player-container #player-nav .links a, #player-container #player-nav .links span {
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 15px;
  padding-left: 30px;
  line-height: 21px;
  display: inline-block;
}
#player-container #player-nav .links span {
  color: gray;
}
#player-container #player-nav .links .rss {
  background: url(WebTV/icon-rss.png) no-repeat 0 0;
}
#player-container #player-nav .links .mail {
  background: url(WebTV/icon-mail.png) no-repeat 0 0;
}
#player-container #player-nav .links .download {
  background: url(WebTV/icon-download.png) no-repeat 0 0;
}
#player-container #player-nav .links .document {
  background: url(WebTV/icon-document.png) no-repeat 0 0;
}
#player-container #player-nav .minisearch {
  height: 38px;
}
#player-container #player {
  float: left;
}
#player-container #playlist {
  float: right;
  height: 390px;
  overflow: hidden;
}
#player-container #playlist .content {
  padding-left: 8px;
  height: 100%;
}
#player-container #playlist ul, #player-container #playlist li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#player-container #playlist li {
  clear: both;
  border: 2px solid white;
  height: 56px;
  width: 320px;
  margin-top: -2px;
  overflow: hidden;
}
#player-container #playlist li.first {
  margin-top: 0;
}
#player-container #playlist .thumb {
  width: 75px;
  height: 56px;
  display: block;
  float: left;
}
#player-container #playlist .thumb img {
  width: 69px;
  height: 50px;
  border: 3px solid #287d92;
}
#player-container #playlist .info {
  font-size: 0.9em;
  line-height: 1.4em;
  height: 100%;
  width: 243px;
  float: left;
  border-left: 2px solid white;
}
#player-container #playlist .info span {
  padding-left: 7px;
  display: block;
}
#player-container #playlist .info .author {
  font-style: italic;
}
#player-container #playlist .info .date {
  color: #287d92;
}
#player-container #playlist .info .title {
  font-weight: bold;
}
#player-container #playlist li.active {
  margin-left: -8px;
  width: 328px;
  background: url(WebTV/playlist-active.png) #287d92 no-repeat 0 0;
  color: white;
}
#player-container #playlist li.active .thumb {
  display: none;
}
#player-container #playlist li.active .date {
  color: white;
}
#player-container #playlist li.active .info {
  border: 0;
  margin-left: 19px;
}
#player-container #playlist li.active a {
  color: white;
}
#player-container #playlist .jScrollPaneScrollable .content li.active {
  width: 308px;
}
#player-container #playlist .jScrollPaneScrollable .content .info {
  width: 223px;
}
#player-container #playlist .jScrollPaneScrollable .content li {
  width: 300px;
}
#main {
  padding-top: 0;
}
#left, #right {
  display: none;
}
#playlist .jScrollPaneTrack {
  background: #F8F8F8;
  width: 20px;
  border: 2px solid white;
}
#playlist .jScrollPaneDrag {
  background: url(WebTV/scrolldrag.png) repeat-y 3px 0px #e4e4e4;
}
#playlist .jScrollPaneDragTop, #playlist .jScrollPaneDragBottom {
  height: 3px;
  background: #E4E4E4;
}
/* Contact-Lightbox Form */
.contact-lightbox input[type="text"], .send-to-friend input[type="text"] {
  width: 245px;
}
#send-to-friend-form label {
  width: 170px;
}
#send-to-friend-form .require-msg {
  font-style: italic;
  font-size: 0.9em;
}

