html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-size: 13px;
}
body {
  color: #333333;
  background-color: white;
  /*font-size: 0.65em;*/
  font-size: .8em;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
a {
  color: #581d74;
  text-decoration: none;
}
a:hover {
  color: #581d74;
  text-decoration: underline;
}
.more {
  /*background: url(Natixis/leftnav-arrow-active.png) no-repeat 0 50%;*/
  color: #581d74;
  padding-left: 15px;
  text-decoration: none;
  font-style: italic;
}
.more:hover {
  text-decoration: none;
}
.nt-center {
  text-align: center;
}
/* 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: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#content > .content {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.onecol #left,
.onecol #right {
  display: none;
}
.onecol #main {
  width: 940px;
}
.twocols-left #right {
  display: none;
}
.twocols-left #left {
  width: 197px;
}
.twocols-left #main {
  width: 743px;
}
.twocols-left #main > .content {
  padding-left: 40px;
}
.twocols-right #left {
  display: none;
}
.twocols-right #right {
  width: 196px;
}
.twocols-right #main {
  width: 744px;
}
.twocols-right #main > .content {
  padding-right: 40px;
}
.threecols #left {
  width: 180px;
}
.threecols #main {
  width: 563px;
}
.threecols #main > .content {
  padding: 0 40px 0 39px;
}
.threecols #right {
  width: 197px;
}
.formated {
  font-size: 11px;
  font-family: Arial, Helvetica, 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: #581d74;
}
.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: #333333;
}
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 #c3d200;
  background-color: #c3d200;
  height: 19px;
  padding: 0 5px;
  font-size: 10px;
  color: white;
  font-weight: bold;
  outline: none;
  text-transform: uppercase;
}
form input.button:hover {
  background-color: white;
  color: #c3d200;
}
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 white;
  padding: 5px 3px 5px 3px;
}
table.table_content thead th {
  border-left: 2px solid white;
  color: white;
  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 white;
}
table.table_content tbody td.fit-height {
  min-width: 252px;
}
table.table_content tbody td img {
  vertical-align: middle;
}
#product-search {
  padding: 10px 15px 15px 20px;
  background-color: #28235f;
  color: white;
  width: 162px;
}
#product-search h3 {
  text-transform: uppercase;
  margin-bottom: 0.5em;
  color: white;
}
#product-search input {
  width: 154px;
}
#product-search select {
  border: 1px solid #e3e3e3;
  width: 160px;
}
#product-search .products-dropdown .not-hightlighted {
  font-weight: normal;
  background: #eeeeee;
}
#product-search .products-dropdown .hightlighted {
  font-weight: normal;
  background: white;
}
#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] {
  background-color: #4f4f84;
  border: solid white 1px;
  color: white;
  background-image: none;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 1em;
  height: 25px;
  line-height: 21px;
  width: 160px;
}
#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 {
  background: url(/App_Themes/AM/home_product_arrow.png) no-repeat transparent right;
  padding-left: 0;
  display: block;
  text-decoration: none;
  font-style: italic;
  color: White;
}
#product-search ul {
  margin-top: 1em;
}
/* Filter products */

#filter_products {
  /*background: url(Natixis/bg_filter_products.png);*/
  background-color: #c3d200;
  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: #581d74;
  font-weight: bold;
  height: 21px;
  line-height: 21px;
  font-size: 10px;
}
#filter_products h2 {
  color: white;
  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: #d4d3df;
  padding: 10px;
  height: 100%;
  margin-bottom: 15px;
}
#login-block p.name {
  color: #581d74;
  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: #333333;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 10px;
}
#login-block label {
  color: #581d74;
  margin-bottom: 5px;
  display: block;
}
#login-block .forgot-password,
#login-block .logout {
  /*background: url(Natixis/leftnav-arrow-active.png) no-repeat 0 50%;*/
  color: #581d74;
  padding-left: 15px;
  text-decoration: none;
  font-style: italic;
}
#login-block .register {
  font-style: italic;
  color: #581d74;
  text-decoration: none;
}
.banner-block {
  text-align: center;
}
.banner-block img {
  border-width: 0px !important;
}
#leftnav {
  margin-bottom: 15px;
  background: #fbfbfb;
}
#leftnav h3 {
  background: #581d74;
  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: #333333;
  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: #581d74;
}
#leftnav li.active {
  border-style: solid;
  border-color: #581d74;
  border-width: 1px 0;
  background-color: white;
  background-image: url(Natixis/leftnav-arrow-active.png);
}
#leftnav li.active a {
  color: #581d74;
  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%;*/
  color: #581d74;
  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 .mobile-webtv-sidebar {
  height: 140px !important;
  width: 180px !important;
  left: 0px !important;
  top: 0px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
#webtv-sidebar #webtv .thumb {
  margin-bottom: 10px;
  position: relative;
}
#webtv-sidebar #webtv .thumb img {
  border: 10px solid #581d74;
  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: 30px;
  margin-bottom: 20px;
  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%;*/
  color: #581d74;
  padding-left: 15px;
  text-decoration: none;
  font-style: italic;
  display: inline-block;
  margin-right: 80px;
}
#subscription-page #main #registration-form p.require-msg {
  color: #333333;
  font-style: italic;
}
/* HEADINGS   
----------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #581d74;
}
.heading {
  background: url(Natixis/heading.png) no-repeat 0 2px;
  padding-left: 50px;
  text-transform: uppercase;
  margin: 15px 0;
}
/* Products - Fund Details
----------------------------------------------------------*/

ul#productsAccess {
  border-bottom: 1px #5c87b2 solid;
  padding: 0 0 2px;
  position: relative;
  margin: 0;
  text-align: left;
}
#FundDetails {
  background-color: white;
  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 white;
  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: #28235f;
  color: white;
  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 {
  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;*/
  background-color: rgba(191, 191, 191, 0.15);
}
#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: #28235f;
  display: block;
  font-style: italic;
}
#funds_list #funds_list_table tbody img {
  vertical-align: middle;
}
#funds_list #funds_list_table tbody td.isin {
  background: 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.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: #28235f;
  color: white;
  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: white;
  list-style: none;
  float: right;
}
#funds_list #funds_list_table tfoot ol li {
  border-left: 2px solid white;
  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: white;
}
#funds_list #funds_list_table tfoot ol li strong {
  background: #c3d200;
}
/* 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;*/
  background-color: #28235f;
  color: white;
}
#topnav .content {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  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(AM/LogoNewCo.jpg) repeat-x 0 0;*/
  height: 76px;
  border-bottom: 1px solid white;
}
#header .content {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#primary-menu {
  background: #581d74;
}
#primary-menu .content {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#primary-menu a {
  font-size: 11px;
  line-height: 37px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 10px;
  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: 25px;
  width: 20px;
  background: url(Natixis/product-tooltip-2.png) no-repeat scroll -3px -3px transparent;
  margin: 3px 5px 1px 2px;
  right: 0px;
  top: 13px;
}
#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: 20px;
  width: 20px;
  background: url(Natixis/product-tooltip-2.png) no-repeat scroll -3px -10px transparent;
  margin: 3px 5px 1px 2px;
  right: 0;
  top: 1px;
}
#search_products {
  font-style: italic;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px ;
  margin-top: -15px;
  text-align: right;
  width: 180px;
  float: right;
}
#search_products a {
  font-style: italic;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px ;
  float: right;
}
#logo {
  background: url(AM/Ostrum-logo.png) no-repeat 0 0;
  width: 207px;
  height: 65px;
  display: block;
  position: absolute;
  float: left;
  right: 366px;
  margin-top: 10px;
}
#bottombanner {
  background-color: #efeded;
  padding-top: 45px;
  font-size: 12px;
  line-height: 1.5;
}
#bottombanner > .content {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /*height: 235px;*/
  padding-bottom: 25px;
}
#bottombanner .content > :last-child {
  margin-right: 0px;
}
#bottombanner .col {
  margin-right: 4px;
  float: left;
  display: block;
  width: 230px;
  height: 100%;
}
#bottombanner .col .content {
  margin-top: 5px;
  /*margin-bottom: 20px;*/

}
#bottombanner .col .content h3 {
  text-transform: uppercase;
  margin: 10px 0 10px 0;
}
#bottombanner .col .content h3 a {
  color: #581d74;
}
#bottombanner h6 a {
  color: #581d74;
  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 {
  padding-left: 5px;
  margin-bottom: 3px;
}
#bottombanner li a {
  color: #333333;
  display: inline-block;
}
#footer {
  background: #581e75;
  font-size: .9em;
  height: 77px;
  line-height: 37px;
  color: white;
}
#footer .content {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#footer .left {
  height: 35px;
  float: left;
  color: White;
}
#footer .left img {
  vertical-align: middle;
  height: 35px;
}
#footer .right {
  float: right;
  text-align: right;
}
#footer .right a {
  color: white;
}
.espace-clients {
  color: #c3d200 !important;
}
#footer-bottom {
  /*color: #28235f;*/
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.4em;
  width: 100%;
  background: white;
  padding: 5px;
  height: 90px;
  text-align: center;
  display: table;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
#footer-bottom img {
  width: 144.6px;
  height: 30.7px;
  padding-left: 0.5rem;
  vertical-align: -webkit-baseline-middle;
  vertical-align: middle;
}
#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: white;
}
#main .main-left {
  width: 190px;
  float: left;
}
#main .main-left #publication-list {
  background-color: #e4e4e4;
  padding: 9px;
  color: white;
  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 {
  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: white;
}
#glossary-page h3 {
  margin-top: 1em;
}
#glossary-page .alphabet ul {
  margin: 20px 0;
}
#glossary-page .alphabet li {
  display: inline-block;
  background: #581d74;
  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: #581d74;
}
#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: #581d74;
  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: #581d74;
}
.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: #581d74;
}
.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;
}
#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: #581d74;
  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: white;
  background-color: #581d74;
  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: black;
  width: 9.2em;
  background-color: #581d74;
  opacity: 0.7;
  filter: alpha(opacity=70);
  bottom: 0;
  position: absolute;
  color: white;
  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: #581d74;
  padding-bottom: 11px;
}
.team .team-content .team-sub-headline {
  font-size: 13px;
  padding-bottom: 22px;
}
.team .team-content .team-description {
  line-height: 16px;
  color: #333333;
  text-align: justify;
}
#press-page #main .date {
  color: #581d74;
}
#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: #333333;
  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%;*/
  color: #581d74;
  padding-left: 15px;
  text-decoration: none;
  font-style: italic;
}
.publication-table thead th {
  color: #333333 !important;
}
h3.title_editor {
  text-transform: uppercase;
  color: #581d74;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
}
h4.subtitle_editor {
  color: #581d74;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
}
p.intro_editor {
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
}
p.notes_editor {
  font-size: 0.8em !important;
}
#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: Arial, Helvetica, sans-serif;
  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: #581d74;
  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;
}
.threecols .roundabout-holder {
  width: 30em;
  height: 280px;
}
.threecols .roundabout-moveable-item {
  max-width: 28em;
}
.threecols .focus-info {
  padding-left: 13px;
}
.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-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: black;
  width: 184px;
  background-color: #581d74;
  opacity: 0.7;
  filter: alpha(opacity=70);
  bottom: 0;
  left: 0;
  position: absolute;
  color: white;
  padding: 3px;
}
.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: #eeeeee;
  margin-bottom: 10px;
}
.focus-info .table-in-focus-info {
  width: 410px;
}
.bold-text {
  font-weight: bold;
}
.fond-list-dowload-documents {
  background-image: url(Natixis/download.png);
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
#shared-buttons {
  margin-bottom: 265px;
}
#facebook-button {
  float: left;
}
#facebook-button iframe {
  border: none;
  overflow: hidden;
  width: 100px;
  height: 30px;
}
#twitter-button {
  float: left;
}
#twitter-button iframe {
  border: none;
  overflow: hidden;
  width: 93px;
  height: 20px;
}
#linkedin-button {
  float: left;
  width: 100px;
  height: 20px;
}
#googleplus-button {
  float: left;
  height: 20px;
}
a:hover {
  color: #581d74;
}
.video-widget-container {
  width: auto;
  float: left;
}
#section-menu > .content {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#section-menu .title-panel {
  float: left;
  height: 40px;
  overflow: hidden;
  width: auto;
}
#section-menu h1,
#section-menu a {
  text-transform: uppercase;
}
#section-menu h1 {
  float: left;
  font-size: 20px;
  color: #581d74;
  line-height: 35px;
}
#section-menu .menu {
  float: left;
  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;
}
.webtv-homepage {
  padding-top: 25px;
}
.webtv-homepage h1 {
  text-transform: none !important;
}
.webtv-homepage h1 .webtv-home {
  font-size: 16px;
  color: #28235d;
  font-weight: normal;
}
.webtv-homepage h1 .webtv-title {
  color: #581d74;
  font-size: 20px;
  margin-top: -8px;
}
.webtv-homepage h1 .webtv-author {
  color: #28235d;
  font-size: 16px;
  margin-top: -8px;
  font-weight: normal;
}
.video-widget-nornal-width {
  width: 876px !important;
}
.video-widget-nornal-width h1 {
  width: 150px;
}
#section-menu-vertical .title-vertical-panel {
  float: left;
  height: 40px;
  overflow: hidden;
  width: auto;
}
#section-menu-vertical h1,
#section-menu-vertical a {
  text-transform: uppercase;
}
#section-menu-vertical h1 {
  font-size: 20px;
  color: #581d74;
  line-height: 35px;
}
#section-menu-vertical .menu {
  float: left;
  border: 10px solid #e4e4e4;
  max-width: 520px;
}
#section-menu-vertical .menu li {
  background: url(WebTV/sectionmenu-sep.png) no-repeat 100% 0;
}
#section-menu-vertical .menu li.active,
#section-menu-vertical menu li:hover {
  background: url(WebTV/sectionmenu-active-sep.png) no-repeat 100% 0;
  font-weight: bold;
}
#section-menu-vertical .menu a {
  height: 41px;
  line-height: 40px;
  margin-right: 2px;
  overflow: hidden;
  text-align: center;
  background: url(WebTV/sectionmenu-bg.png) repeat-x 0 0;
  text-decoration: none;
}
#section-menu-vertical .menu a.podcast {
  width: 237px;
}
#section-menu-vertical .menu a.interview {
  width: 134px;
}
#section-menu-vertical .menu a.flash {
  width: 145px;
}
#section-menu-vertical .menu li.active a,
#section-menu-vertical .menu li:hover a {
  background: url(WebTV/sectionmenu-active-bg.png) repeat-x 0 0;
}
#section-menu-vertical .menu li.last {
  background-image: none;
}
#section-menu-vertical .menu li.last a {
  margin-right: 0;
}
.minisearch {
  margin-top: 7px;
  float: right;
}
.minisearch * {
  display: inline-block;
  vertical-align: top;
}
.minisearch label {
  color: #581d74;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 23px;
  width: auto;
}
.minisearch .input {
  background: white;
  display: inline-block;
}
.minisearch input {
  width: 155px;
  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;
  width: auto;
  background: #e4e4e4;
}
#player-container .not-found {
  height: 50px;
  width: 100%;
}
#player-container .prop-title {
  display: none;
}
#player-container .prop-image {
  display: none;
}
#player-container p {
  padding: 17px 5px;
  background-color: white;
  font-size: 12px;
  line-height: 16px;
  /* font-weight: bold; */
  color: black;
}
#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 {
  color: #28235d;
  text-decoration: none;
}
#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: 30px;
  display: inline-block;
}
#player-container #player-nav .links span {
  color: gray;
}
#player-container #player-nav .links .rss {
  background: url(WebTV/fluxRSS.jpg) no-repeat 0 0;
}
#player-container #player-nav .links .mail {
  background: url(WebTV/Envoyer.jpg) no-repeat 0 0;
}
#player-container #player-nav .links .download {
  background: url(WebTV/Telechargement.jpg) no-repeat 0 0;
}
#player-container #player-nav .links .document {
  background: url(WebTV/Documents.jpg) no-repeat 0 0;
}
#player-container #player-nav .minisearch {
  height: 38px;
}
#player-container #player {
  float: left;
}
#player-container #playlist {
  float: left;
  height: 390px;
  overflow: hidden;
  width: 332px;
}
#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-color: white;
  border-style: solid;
  border-width: 2px 1px 2px 1px;
  height: 56px;
  width: 300px;
  margin-top: -2px;
  display: inline-block;
  overflow: hidden;
  font-size: 10px;
}
#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 #581d74;
}
#player-container #playlist .info {
  padding-top: 3px;
  padding-left: 7px;
  font-size: 0.9em;
  line-height: 1.4em;
  height: 100%;
  width: 213px;
  float: left;
  background: #b3a2cf;
  border-left: 2px solid white;
}
#player-container #playlist .info h3 {
  font-size: 100%;
  display: block;
}
#player-container #playlist .info .author {
  font-style: italic;
}
#player-container #playlist .info .date {
  color: #581d74;
}
#player-container #playlist .info .title {
  font-weight: bold;
}
#player-container #playlist li.active {
  margin-left: -8px;
  background: url(WebTV/playlist-active.png) #581d74 no-repeat 0 0;
  color: white;
  height: 56px !important;
}
#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;
  background: none;
}
#player-container #playlist li.active a {
  color: white;
}
#player-container #playlist .jScrollPaneScrollable .content li.active {
  width: 308px;
}
#player-container #playlist .jScrollPaneScrollable .content li {
  width: 300px;
}
#playlist li.shorter {
  height: 42px !important;
}
#playlist li.shorter .thumb {
  height: 42px !important;
}
#playlist li.shorter .thumb img {
  height: 36px !important;
}
.virtical-style {
  width: 520px;
}
.virtical-style li {
  width: 492px !important;
}
.virtical-style li.active {
  margin-left: 0px !important;
  width: 492px !important;
}
.virtical-style li.no-margin-left {
  margin-left: 0px !important;
}
.virtical-style #playlist {
  float: none !important;
  padding-top: 10px;
}
.virtical-style #playlist .content {
  padding-left: 0px !important;
}
.virtical-style .info {
  width: 415px !important;
}
#main {
  padding-top: 0;
}
#left,
#right {
  display: none;
}
#playlist .jScrollPaneTrack {
  z-index: 99999;
  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;
}
#mediaplayer_wrapper {
  float: left;
}
#mediaplayer {
  float: left;
}
#mediaplayer .shorter .my-video-dimensions {
  height: 292px !important;
}
#logo {
  background: url(AM/Ostrum-logo.png) no-repeat 0 0 !important;
}
.webtv-bg {
  background: transparent !important;
}
.video-widget-container #content {
  padding-bottom: 0 !important;
}
.video-widget-container #content .standard-height {
  height: 410px !important;
  overflow: hidden;
}
.video-widget-container #content .small-height {
  height: 358px !important;
  overflow: hidden;
}
.video-widget-container #content .small-height-toolbar {
  height: 405px !important;
  overflow: hidden;
}
.video-widget-container #content .smaller-height {
  height: 283px !important;
  overflow: hidden;
}
.video-widget-container #content .smallest-height {
  height: 207px !important;
  overflow: hidden;
}
.video-widget-container #content .standard-height-shorter {
  height: 312px !important;
  overflow: hidden;
}
.video-widget-container #content .standard-height-shorter .my-video-dimensions {
  height: 292px;
}
.video-widget-container #content .standard-height-shorter #playlist {
  height: 312px !important;
}
.video-widget-container #content .small-height-shorter {
  height: 270px !important;
  overflow: hidden;
}
.video-widget-container #content .small-height-shorter .my-video-dimensions {
  height: 250px;
}
.video-widget-container #content .small-height-shorter .small-height-playlist {
  height: 250px !important;
}
.video-widget-container #content .small-height-toolbar-shorter {
  height: 317px !important;
  overflow: hidden;
}
.video-widget-container #content .small-height-toolbar-shorter .my-video-dimensions {
  height: 250px;
}
.video-widget-container #content .small-height-toolbar-shorter .small-height-playlist {
  height: 250px !important;
}
.video-widget-container #content .smaller-height-shorter {
  height: 217px !important;
  overflow: hidden;
}
.video-widget-container #content .smaller-height-shorter .my-video-dimensions {
  height: 197px;
}
.video-widget-container #content .smaller-height-shorter #playlist {
  height: 197px !important;
}
.video-widget-container #content .smallest-height-shorter {
  height: 160px !important;
  overflow: hidden;
}
.video-widget-container #content .smallest-height-shorter .my-video-dimensions {
  height: 140px;
}
.video-widget-container #content .smallest-height-shorter .smallest-height-playlist {
  height: 140px !important;
}
.smaller-height-playlist {
  height: 263px !important;
  width: 332px;
}
.small-height-playlist {
  width: 332px;
  height: 338px !important;
}
.smaller-width-playlist {
  width: 350px !important;
}
.small-width-playlist {
  width: 450px !important;
}
.standard-width-playlist {
  width: 520px !important;
  padding-top: 10px;
}
#video-widget-vertical {
  background-color: #e4e4e4;
  padding: 10px;
  *padding-bottom: 0;
  float: left;
  height: auto;
}
#video-widget-vertical #player-container {
  float: left;
  background: none;
  padding: 0;
}
#video-widget-vertical .standard-vertical-player {
  width: 520px;
  height: 390px;
}
#video-widget-vertical .small-vertical-player {
  width: 450px;
  height: 338px;
}
#video-widget-vertical .smaller-vertical-player {
  width: 350px;
  height: 263px;
}
#video-widget-vertical .smallest-vertical-player {
  width: 250px;
  height: 187px;
}
#video-widget-vertical .standard-vertical-player-shorter {
  width: 520px;
  height: 292px;
}
#video-widget-vertical .standard-vertical-player-shorter .my-video-dimensions {
  height: 292px;
}
#video-widget-vertical .small-vertical-player-shorter {
  width: 450px;
  height: 250px;
}
#video-widget-vertical .small-vertical-player-shorter .my-video-dimensions {
  height: 250px;
}
#video-widget-vertical .smaller-vertical-player-shorter {
  width: 350px;
  height: 197px;
}
#video-widget-vertical .smaller-vertical-player-shorter .my-video-dimensions {
  height: 197px;
}
#video-widget-vertical .smallest-vertical-player-shorter {
  width: 250px;
  height: 140px;
}
#video-widget-vertical .smallest-vertical-player-shorter .my-video-dimensions {
  height: 140px;
}
#video-widget-vertical #playlist {
  float: left;
  height: 232px;
  overflow: hidden;
  _padding-bottom: 10px;
  padding-top: 10px;
}
#video-widget-vertical #playlist .content {
  padding-left: 8px;
  width: 100% !important;
  height: 100%;
  padding-right: 0 !important;
}
#video-widget-vertical #playlist ul,
#video-widget-vertical #playlist li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#video-widget-vertical #playlist li {
  clear: both;
  border: 2px solid white;
  height: 56px;
  margin-top: -2px;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
#video-widget-vertical #playlist li.first {
  margin-top: 0;
}
#video-widget-vertical #playlist .thumb {
  width: 75px;
  height: 56px;
  display: block;
  float: left;
}
#video-widget-vertical #playlist .thumb img {
  width: 69px;
  height: 50px;
  border: 3px solid #581d74;
}
#video-widget-vertical #playlist .info {
  font-size: 0.9em;
  line-height: 1.4em;
  height: 100%;
  float: left;
  border-left: 2px solid white;
  padding-left: 7px;
}
#video-widget-vertical #playlist .info span {
  padding-left: 7px;
  display: block;
}
#video-widget-vertical #playlist .info .author {
  font-style: italic;
}
#video-widget-vertical #playlist .info .date {
  color: #581d74;
}
#video-widget-vertical #playlist .info .title {
  font-weight: bold;
}
#video-widget-vertical #playlist li.active {
  margin-left: -8px;
  background: url(WebTV/playlist-active.png) #581d74 no-repeat 0 0;
  color: white;
}
#video-widget-vertical #playlist li.active .thumb {
  display: none;
}
#video-widget-vertical #playlist li.active .date {
  color: white;
}
#video-widget-vertical #playlist li.active .info {
  border: 0;
  margin-left: 19px;
}
#video-widget-vertical #playlist li.active a {
  color: white;
}
#video-widget-vertical .standard-vertical-playlist {
  width: 520px;
}
#video-widget-vertical .standard-vertical-playlist li .info {
  width: 410px !important;
}
#video-widget-vertical .small-vertical-playlist {
  width: 450px;
}
#video-widget-vertical .small-vertical-playlist li .info {
  width: 360px !important;
}
#video-widget-vertical .smaller-vertical-playlist {
  width: 350px;
}
#video-widget-vertical .smaller-vertical-playlist li .info {
  width: 260px !important;
}
.standard-vertical {
  width: 520px;
}
.small-vertical {
  width: 450px;
}
.smaller-vertical {
  width: 350px;
}
iframe {
  border: none;
}
li.webtv_menu {
  border: 1px solid white !important;
  font-weight: bold !important;
  vertical-align: middle;
  height: 28px !important;
  background-color: #581d74;
}
li.webtv_menu h2 {
  padding-left: 10px !important;
  position: relative;
  top: 7px;
  color: white;
  font-size: 13px !important;
  text-transform: uppercase;
  width: auto;
}
li.webtv_menu img {
  float: right;
}
li.webtv_menu img:hover {
  cursor: pointer;
}
#video-widget-vertical li.webtv_menu span {
  width: auto;
}
#video-widget-vertical #playlist .content {
  padding-left: 0px !important;
}
.page404 {
  width: 445px;
  height: 205px;
  padding: 75px 206px;
  margin-bottom: 105px;
}
.page404 .page404_heading {
  font-size: 34px;
  color: #3a5467;
  margin-bottom: 32px;
}
.page404 .page404_description {
  margin-bottom: 48px;
}
.page404 .page404_buttons {
  width: 432px;
  height: 40px;
}
.page404 .page404_buttons .page404_button {
  width: 196px;
  height: 40px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: white;
  line-height: 40px;
  text-align: center;
  background: url("/App_Themes/WebTV/page404-button-arrow.png") no-repeat scroll 175px center #6b7e8c;
  text-decoration: none;
}
.page404 .page404_buttons .page404_button:first-child {
  margin-right: 40px;
}
#toolbar-widget {
  margin-top: 10px;
  background: white;
  height: 40px;
  padding: 0 10px;
}
#toolbar-widget span,
#toolbar-widget a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  padding-left: 30px;
  line-height: 21px;
  display: inline-block;
}
#toolbar-widget .icon-vertical {
  margin-right: 20px;
}
#toolbar-widget .icon-horizontal {
  margin-right: 30px;
}
#toolbar-widget #links-blue {
  float: left;
  height: 40px;
  line-height: 38px;
}
#toolbar-widget #links-blue span {
  color: gray;
}
#toolbar-widget #links-blue a {
  color: #0f7e91;
}
#toolbar-widget #links-blue .download {
  background: url(WebTV/Telechargement.jpg) no-repeat 0 0;
}
#toolbar-widget #links-blue .document {
  background: url(WebTV/Documents.jpg) no-repeat 0 0;
}
#toolbar-widget #links-blue .mail {
  background: url(WebTV/Envoyer.jpg) no-repeat 0 0;
}
#toolbar-widget #links-red {
  float: left;
  height: 40px;
  line-height: 38px;
}
#toolbar-widget #links-red span {
  color: gray;
}
#toolbar-widget #links-red a {
  color: #e20015;
}
#toolbar-widget #links-red .download {
  background: url(WebTV/Telechargement-red.jpg) no-repeat 0 0;
}
#toolbar-widget #links-red .document {
  background: url(WebTV/Documents-red.jpg) no-repeat 0 0;
}
#toolbar-widget #links-red .mail {
  background: url(WebTV/Envoyer-red.png) no-repeat 0 0;
}
#toolbar-widget #links-purple {
  float: left;
  height: 40px;
  line-height: 38px;
}
#toolbar-widget #links-purple span {
  color: gray;
}
#toolbar-widget #links-purple a {
  color: #541e76;
}
#toolbar-widget #links-purple .download {
  background: url(WebTV/Telechargement-purple.jpg) no-repeat 0 0;
}
#toolbar-widget #links-purple .document {
  background: url(WebTV/Documents-purple.jpg) no-repeat 0 0;
}
#toolbar-widget #links-purple .mail {
  background: url(WebTV/Envoyer-purple.png) no-repeat 0 0;
}
#toolbar-widget #links-black {
  float: left;
  height: 40px;
  line-height: 38px;
}
#toolbar-widget #links-black span {
  color: gray;
}
#toolbar-widget #links-black a {
  color: black;
}
#toolbar-widget #links-black .download {
  background: url(WebTV/Telechargement-black.jpg) no-repeat 0 0;
}
#toolbar-widget #links-black .document {
  background: url(WebTV/Documents-black.jpg) no-repeat 0 0;
}
#toolbar-widget #links-black .mail {
  background: url(WebTV/Envoyer-black.png) no-repeat 0 0;
}
#toolbar-widget #links-gray {
  float: left;
  height: 40px;
  line-height: 38px;
}
#toolbar-widget #links-gray span {
  color: gray;
}
#toolbar-widget #links-gray a {
  color: #384f5d;
}
#toolbar-widget #links-gray .download {
  background: url(WebTV/icon-download.png) no-repeat 0 0;
}
#toolbar-widget #links-gray .document {
  background: url(WebTV/icon-document.png) no-repeat 0 0;
}
#toolbar-widget #links-gray .mail {
  background: url(WebTV/icon-mail.png) no-repeat 0 0;
}
#toolbar-widget #links-light-blue {
  float: left;
  height: 40px;
  line-height: 38px;
}
#toolbar-widget #links-light-blue span {
  color: gray;
}
#toolbar-widget #links-light-blue a {
  color: #2a58ae;
}
#toolbar-widget #links-light-blue .download {
  background: url(WebTV/Telechargement-light-blue.jpg) no-repeat 0 0;
}
#toolbar-widget #links-light-blue .document {
  background: url(WebTV/Documents-light-blue.jpg) no-repeat 0 0;
}
#toolbar-widget #links-light-blue .mail {
  background: url(WebTV/Envoyer-light-blue.png) no-repeat 0 0;
}
#mediaplayer .video-js {
  background: none;
}
#mediaplayer .vjs-big-play-button {
  height: 60px;
  width: 60px;
  top: 45%;
  left: 45%;
  border: none;
  border-radius: 0;
  background-color: #581d74;
  /*background-color: rgba(40, 125, 146, 0.7);*/

}
#mediaplayer .vjs-big-play-button:before {
  font-size: 57px;
  padding-top: 7px;
}
#mediaplayer .ngam-skin .vjs-big-play-button {
  background-color: #384f5d;
}
#mediaplayer .ngam-skin .vjs-control-bar {
  background-color: rgba(56, 79, 93, 0.7);
}
#mediaplayer .blue-nam-skin .vjs-big-play-button {
  background-color: #581d74;
}
#mediaplayer .blue-nam-skin .vjs-control-bar {
  background-color: rgba(40, 125, 147, 0.7);
}
#mediaplayer .blue-skin .vjs-big-play-button {
  background-color: #2a58ae;
}
#mediaplayer .blue-skin .vjs-control-bar {
  background-color: rgba(42, 88, 174, 0.7);
}
#mediaplayer .red-skin .vjs-big-play-button {
  background-color: #dc050c;
}
#mediaplayer .red-skin .vjs-control-bar {
  background-color: rgba(220, 5, 12, 0.7);
}
#mediaplayer .black-skin .vjs-big-play-button {
  background-color: black;
}
#mediaplayer .black-skin .vjs-control-bar {
  background-color: rgba(0, 0, 0, 0.7);
}
#mediaplayer .purple-skin .vjs-big-play-button {
  background-color: #541e76;
}
#mediaplayer .purple-skin .vjs-control-bar {
  background-color: rgba(84, 30, 118, 0.7);
}
#mediaplayer .vjs-youtube .vjs-poster {
  pointer-events: none;
}
#primary-menu {
  background: #581d74;
}
#footer {
  background: #28235d;
  font-size: .9em;
  height: 37px;
  line-height: 37px;
  color: white;
}
