body {
	font-family: Arial, sans-serif;
	font-size: 10px;
	min-height: 100%;
	background-color: #fff;
	color: #333;
}
input, textarea {
	font-family: Arial, sans-serif;
	font-size: 10px;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

.page-width {
	width: 1000px;
	margin: 0 auto;
}

a {
	color: #f20018;
}
a:hover {
	text-decoration: none;
}
a[href$=".pdf"] {
	background: url(g/pdf-icon.gif) left center no-repeat;
	padding-left: 20px;
}
hr {
	border: 0;
	height: 3px;
	line-height: 3px;
	width: 100%;
	background: #f5f5f5 url(g/hr.gif) top right repeat-y;
	margin: 18px 0;
	padding: 0;
	color: #eee;
}


/* Header */
#header {
	width: 100%;
	background-color: #fafafa;
	height: 180px;
}
#header .page-width {
	height: 100%;
	background: url(g/header-pic-1.jpg) 0 0 no-repeat;
}
#header.h1 .page-width { background-image: url(g/header-pic-1.jpg); }
#header.h2 .page-width { background-image: url(g/header-pic-2.jpg); }
#header.h3 .page-width { background-image: url(g/header-pic-3.jpg); }
#header.h4 .page-width { background-image: url(g/header-pic-4.jpg); }
#top-menu {
	position: relative;
	top: 154px;
	width: 100%;
	height: 26px;
	background: url(g/header-bottom.gif) 0 0 no-repeat;
	text-align: right;
	line-height: 26px;
}
#top-menu a {
	color: #fff;
	text-transform: uppercase;
	padding: 0 6px;
	line-height: 26px;
	text-decoration: none;
	font-size: 11px;
}
#top-menu a:hover,
#top-menu a.open {
	color: #000;
}
#top-menu span {
	padding: 0 8px 0 26px;
}
#topmenu-left {
	float: left;
	white-space: nowrap;
	padding-left: 225px;
}
#logo {
	position: relative;
	left: 10px;
	display: block;
	width: 200px;
	height: 154px;
	background: url(g/logo.gif) 0 0 no-repeat;
}
#logo span {
	display: none;
}


#content {
	padding-bottom: 158px;
}
#content .page-width {
	position: relative;
}
#fp-logos {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 243px;
	height: 86px;
	background: url(g/logos.png) 100% 100% no-repeat;
}

/* Main menu */
#menu {
	width: 220px;
	float: left;
	background: url(g/menu-back.gif) 0 0 no-repeat;
}
#menu-inner {
	padding: 17px 25px 20px;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* 1. level */
#menu ul li {
	border-top: 1px solid #fff;
}
#menu ul li a {
	display: block;
	font-size: 11px;
	padding: 4px 7px;
	background: #f5f5f5;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
#menu ul li a:hover,
#menu ul li a.open {
	background-color: #f20018;
	color: #fff;
}
/* 2. level */
#menu ul ul li {
	border-color: #ccc;
}
#menu ul ul li.fst {
	border-top: 0;
}
#menu ul ul li a {
	padding-left: 15px;
	text-transform: none;
	background: #fff url(g/menu-black.gif) 3px 9px no-repeat;
	color: #333;
	font-weight: normal;
}
#menu ul ul li a:hover {
	background-color: #fff;
	color: #f20018;
}
#menu ul ul li a.open {
	background-color: #fff;
	font-weight: bold;
	color: #333;
}
/* 3. level */
#menu ul ul ul li,
#menu ul ul ul li.fst {
	background-image: url(g/menu-gray.gif);
	border-top: 1px solid #f2f2f2;
}
#menu ul ul ul li a {
	background: #fff url(g/menu-gray.gif) 14px 9px no-repeat;
	padding-left: 24px;
	padding-right: 10px;
	color: #666;
}
#menu ul ul ul li a:hover {
	color: #f20018;
	font-weight: normal;
	background-image: url(g/menu-red.gif);
}
#menu ul ul ul li a.open {
	background: #fff url(g/menu-red.gif) 164px 9px no-repeat;
	color: #f20018;
	font-weight: bold;
}
/* Collapsing menu */
#menu li ul {
	display: none;
}
#menu li.open ul {
	display: block;
}
#menu li.open ul ul {
	display: none;
}
#menu li.open ul li.open ul {
	display: block;
}

/* Boxes under left menu */
#menu .box {
	position: relative;
	padding-top: 20px;
	font-size: 11px;
}
#menu .box .title {
	display: block;
	font-size: 11px;
	padding: 4px 7px;
	background: #f20018;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 1px;
}
#menu .box p {
	margin: 0;
	padding: 8px 11px 11px;
	background-color: #fafafa;
	color: #666;
	line-height: 17px;
}
#menu .box a.box {
	display: block;
	padding: 8px 11px 11px;
	background-color: #fafafa;
	color: #333;
	text-decoration: none;
	line-height: 17px;
	background-image: none;
}
#menu .box a.box:hover {
	text-decoration: underline;
	background-color: #f2f2f2;
}

/* Content */
#content-right {
	width: 780px;
	float: left;
	padding-bottom: 20px;
}
#content-right-inner {
	padding: 18px 17px 20px 12px;
}

h1, h2, h3, h4 {
	color: #f20018;
	font-weight: normal;
}
h1 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 0;
}
h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 20px;
}
h4 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0;
	padding: 14px 0 10px;
	line-height: 20px;
	color: #000;
}
#content-right-inner {
	/*font-family: Verdana, Arial, sans-serif;*/
	font-size: 12px;
	line-height: 18px;
	color: #333;
	padding-top: 18px;
	padding-bottom: 0;
}
p {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 12px;
}
#content-right-inner li {
	/*font-family: Verdana, Arial, sans-serif;*/
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
#content-right-inner ul {
	list-style-type: none;
	margin: -10px 0 0;
	padding: 0 0 18px;
}
#content-right-inner ol li {
	padding-bottom: 0;
	padding-top: 18px;
}
#content-right-inner ul ul {
	margin: 0;
	padding-bottom: 0;
}
#content-right-inner ul li {
	padding-left: 18px;
	background: url(g/bullet1.gif) 5px 5px no-repeat;
}
#content-right-inner ul li li {
	background: url(g/bullet2.gif) 6px 6px no-repeat;
	color: #333;
}

/* Front page */
#content-right.fp {
	width: 462px;
	min-height: 600px;
}
.news-lists {
	padding-top: 18px;
}
#content-right.fp h2,
.news-lists h2 {
	margin-bottom: 0;
}
#fp-banners {
	float: left;
	padding: 18px 0 90px 11px;
}
.news-lists a.readmore {
	display: block;
	position: relative;
	left: 361px;
	top: -26px;
	width: 70px;
	text-align: right;
	text-transform: uppercase;
	color: #666;
	font-size: 10px;
	line-height: 26px;
	text-decoration: none;
}
.news-lists.wide a.readmore {
	left: 678px;
}
.news-lists a.readmore:hover{
	text-decoration: underline;
}
.news-lists h2 {
	font-size: 14px;
}
.fp-video-arrow {
	position: absolute;
	z-index: 1;
	display: block;
	width: 170px;
	height: 104px;
	background: url(g/fp-video-arrow.png) 61px 28px no-repeat;
}

/* News list */
.news-list {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 9px;
	margin-bottom: 24px;
}
.news-list .news-item {
	display: block;
	padding: 9px 0 0;
	color: #000;
	text-decoration: none;
	padding-left: 80px;
}
.news-list .news-item span {
	text-decoration: none;
	display: block;
}
.news-list .news-item strong {
	display: block;
	position: relative;
	left: -80px;
	height: 0;
}
.news-list .news-item:hover span {
	text-decoration: underline;
}
h2.page-title {
	margin-bottom: 7px;
	padding-right: 200px;
}
p.news-time {
	padding-top: 0;
	padding-bottom: 10px;
}
#backtonews {
	position: relative;
	top: 28px;
	width: 750px;
	text-align: right;
}
#backtonews a {
	padding-left: 14px;
	background: url(g/arrow-left.gif) 0 center no-repeat;
	color: #333;
	text-decoration: none;
	font-size: 11px;
}
#backtonews a:hover {
	color: #f20018;
}


/* Team */
.team {
	position: relative;
	left: -4px;
	width: 774px;
}
.team-box {
	width: 387px;
	height: 193px;
	float: left;
	background: url(g/team-box.gif) 0 0 no-repeat;
	font-size: 11px;
}
.team-box .pic {
	position: relative;
	left: 12px;
	top: 12px;
}
.team-box .inf {
	position: relative;
	left: 166px;
	top: 12px;
	width: 200px;
}
.team-box .readfull {
	display: block;
	position: relative;
	top: 150px;
	left: 166px;
	width: 150px;
	padding-left: 14px;
	color: #333;
	text-decoration: none;
	background: url(g/arrow-right.gif) left center no-repeat;
}
.team-box .readfull:hover {
	color: #f20018;
	background-position: 2px center;
}
/* Team member page */
.team-box.big {
	background-image: url(g/team-big-top.gif);
	float: none;
	width: 758px;
	height: 181px;
}
.team-box.big .inf strong {
	font-size: 16px;
}
.team-cv {
	width: 758px;
	background: url(g/team-big-back.gif) 0 0 repeat-y;
}
.team-cv .inner {
	padding: 0 18px 18px;
	background: url(g/team-big-bottom.gif) bottom left no-repeat;
}
.team-box.big .back {
	position: relative;
	left: 590px;
	top: 12px;
	width: 152px;
	text-align: right;
}
.team-box.big .back a {
	display: block;
	float: right;
	padding-left: 14px;
	color: #333;
	text-decoration: none;
	background: url(g/arrow-left.gif) 2px center no-repeat;
}
.team-box.big .back a:hover {
	color: #f20018;
	background-position: left center;
}


/* Box shadow */
div.shadow { position: relative; left: -3px; top: -3px; padding-bottom: 14px; height: 1%; }
div.shadow div { background: #fff url(g/s-t.gif) top left repeat-x; float: left; }
div.shadow div div { background: url(g/s-b.gif) bottom left repeat-x; }
div.shadow div div div { background: url(g/s-l.gif) top left repeat-y; }
div.shadow div div div div { background: url(g/s-r.gif) top right repeat-y; }
div.shadow div div div div div { background: url(g/s-tl.gif) top left no-repeat; }
div.shadow div div div div div div { background: url(g/s-tr.gif) top right no-repeat; }
div.shadow div div div div div div div { background: url(g/s-bl.gif) bottom left no-repeat; }
div.shadow div div div div div div div div { background: url(g/s-br.gif) bottom right no-repeat; padding: 3px; }
div.shadow div div div div div div div div div { background: transparent; }
div.shadow em {
	display: block;
	height: 0;
	width: 100%;
	clear: both;
}
div.shadow div em {
	display: inline;
	height: auto;
	width: auto;
	clear: none;
}
div.shadow div {
	line-height: 0;
	font-size: 0;
}

/* Video disclaimer */
div.disclaimer * {
	font-size: 10px;
	color: #666;
}
div.disclaimer h3 {
	font-weight: bold;
}
div.disclaimer p {
	padding-top: 9px;
	line-height: 1.3em;
}

/* PDF-s */
div.pdf {
	display: table;
	border: 1px solid #ccc;
	border-width: 1px 0;
	margin: 10px -5px;
	padding: 5px;
	line-height: 27px;
	width: 100%;
	/* IE hack */
	#position: relative;
	#overflow: hidden;
}
div.pdf div.inner {
	display: table-row;
}
div.pdf div.left {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0;
}
div.pdf div.left a {
	padding: 3px 45px 3px 0;
	background: url(g/pdf.gif) top right no-repeat;
}
div.pdf div.right {
	display: table-cell;
	vertical-align: middle;
	width: 255px;
	line-height: 15px;
	font-size: 11px;
	/* IE hack */
	#position: absolute; #top: 50%;
	#float: right;
}
div.pdf div.right div.in {
	background: url(g/adobe.gif) left center no-repeat;
	padding-left: 50px;
	#position: relative; #top: -50%;
	#left: -255px;
}


/* Sitemap */
#content-right-inner .sitemap li {
	margin: 5px 0;
}


/* Print button */
#printbutton {
	position: relative;
	top: 8px;
	width: 750px;
	text-align: right;
}
#printbutton a {
	padding-left: 14px;
	background: url(g/print.gif) 0 center no-repeat;
	color: #333;
	text-decoration: none;
	font-size: 11px;
}
#printbutton a:hover {
	color: #f20018;
}

/* Footer */
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 158px;
	background-color: #fafafa;
}
#footer .page-width {
	padding: 25px 0;
}
#footer-text {
	padding-left: 35px;
	font-size: 11px;
	line-height: 15px;
	width: 625px;
	color: #666;
	float: left;
}
#footer-text a {
	color: #666;
}
#footer-inf {
	float: right;
	padding-right: 30px;
	width: 300px;
	text-align: right;
	color: #999;
}
#footer-inf strong {
	color: #000;
}
#footer-inf a {
	color: #999;
}
#footer a:hover {
	color: #000;
}


/* Newslist */
.nl-tabs {
	height: 27px;
	border-bottom: 3px solid #f10017;
	padding-top: 5px;
	clear: both;
}
.nl-tabs .nl-year {
	line-height: 28px;
	height: 27px;
	background: #999;
	color: #fff;
	border-right: 1px solid #ffF;
	float: left;
	padding: 0 14px;
	display: block;
	cursor: pointer;
	font-size: 10px;
}
.nl-tabs .nl-year.open {
	background: #f10017;
}
.nl-m-item {
	height: 28px;
	line-height: 28px;
	display: block;
}
.nl-m-item a {
	background: url(g/pdf.gif) right center no-repeat;
	padding: 0 45px 0 0;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
}
.nl-m-item a:hover {
	color: #f10017;
	text-decoration: underline;
}
.nl-year-data {
	display: none;
	padding-top: 5px;
}
.nl-year-data.open {
	display: block;
}

/* Form */
form.bigform {
	margin-top: 49px;
	border: 1px solid #f10017;
	border-width: 1px 0;
	background: #fafafa;
}
form.bigform .top,
form.bigform .bottom {
	padding: 5px 17px;
}
form.bigform .bottom {
	border-top: 1px solid #ececec;
}
form.bigform h3 {
	padding: 8px 0 7px;
}
form.bigform table td {
	padding: 8px 10px 8px 0;
	text-align: left;
	vertical-align: middle;
}
form.bigform .bottom table {
	width: 100%;
}
form.bigform input[type=text],
form.bigform select {
	width: 194px;
	margin-right: 10px;
	font-size: 1.2em;
}
form.bigform button {
	padding: 2px 25px;
}
form.bigform label {
	padding-left: 5px;
}
form.bigform .bottom label {
	display: inline-block;
	width: 380px;
	vertical-align: top;
}
form.bigform td.right {
	text-align: right;
}

form.bigform.bigger input {
	width: 550px;
}
form.bigform.bigger .bottom td span {
	color: #f10017;
}
form.bigform.bigger .bottom table {
	width: 450px;
}
form.bigform.bigger table td {
	padding: 4px 10px 4px 0;
}
form.bigform tr.err td {
	color: #f10017;
	font-weight: bold;
}


/* Fund page */
.fund {
	width: 762px;
}
.fund-left {
	width: 402px;
	float: left;
	margin-right: 18px;
	padding-bottom: 20px;
}
.fund-left.wide {
	width: auto;
	float: none;
	margin-right: 0;
}
.fund-right {
	width: 342px;
	float: left;
}
.fund-bottom {
	clear: both;
}
.fund-files {
	border-top: 2px solid #f10017;
	padding-top: 5px;
}
.fund-files a {
	display: block;
	float: left;
	position: relative;
	clear: both;
	padding: 3px 45px 3px 0;
	background: url(g/pdf.gif) right center no-repeat;
	color: #000;
	white-space: nowrap;
}
.fund-files .fund-files-content {
	padding: 5px 10px;
}

.fund-box {
	background: #fbfbfb;
	border: 1px solid #f9f9f9;
	border-bottom: 1px solid #ececec;
	margin-bottom: 17px;
	position: relative;
}
.fund-box-inner {
	border: 1px solid #ececec;
	border-bottom: 1px solid #ccc;
}
.fund-box h3 {
	background: #f10017;
	line-height: 27px;
	color: #fff;
	padding: 0 12px;
	font-size: 11px;
	font-weight: bold;
}
.fund-box h3 a {
	color: #fff;
	text-decoration: none;
}
.fund-box h3 a:hover {
	text-decoration: underline;
}
.fund-box table {
	width: 100%;
	margin-bottom: -1px;
	border-collapse: collapse;
}
.fund-box table td {
	border-bottom: 1px solid #ccc;
	padding: 2px 5px;
	font-size: 11px;
	text-align: center;
}
.fund-box table th {
	padding: 2px 5px;
	vertical-align: top;
}
.fund-box table td.name {
	font-weight: bold;
	text-align: left;
}
.fund-box table td.name.indent {
	padding-left: 15px;
}
.fund-box table td.name.indent2 {
	padding-left: 25px;
}
.fund-box table td.left,
.fund-box table th.left {
	text-align: left;
}
.fund-box table tr.left th {
	text-align: left;
}
.fund-box table th {
	background: #fff;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	color: #f3273a;
	text-align: center;
}
.fund-box table tr.header th {
	background: #f10017;
	line-height: 27px;
	color: #fff;
	padding: 0 6px;
	font-size: 11px;
	font-weight: bold;
}
.fund-box table td a {
	color: #333;
	text-decoration: none;
}
.fund-box table td a:hover {
	text-decoration: underline;
}


#fund-graph {
	border: 1px solid #ccc;
	width: 264px;
	height: 169px;
	position: absolute;
	left: 56px;
	top: 82px;
}
#fund-performance {
	height: 345px;
	position: relative;
	font-size: 10px;
	color: #000;
}
#fund-performance .t {
	position: absolute;
}
#fund-performance .t1 { left: 11px; top: 8px; width: 80px; height: 20px; line-height: 20px; }
#fund-performance .t2 { left: 11px; top: 32px; width: 80px; height: 20px; line-height: 20px; }
#fund-performance .t3 { left: 93px; top: 8px; }
#fund-performance .t3 select { width: 229px; }
#fund-performance .t4 { left: 93px; top: 32px; color: #7d7d7d; font-size: 14px; }
#fund-performance .t4 input { width: 58px; padding-left: 2px; padding-right: 2px; font-size: 11px; }
#fund-performance .t5 { left: 244px; top: 32px; }
#fund-performance .t5 button { cursor: pointer; width: 78px; height: 19px; border: 0; background: #666; margin: 0; padding: 0; line-height: 19px; color: #fff; font-size: 11px; }
#fund-performance .t6 { left: 56px; top: 58px; }
#fund-performance .t6 input { line-height: 20px; vertical-align: bottom; }
#fund-performance .t6 label { padding-left: 3px; padding-right: 10px; position: relative; top: 2px; }
#fund-performance .t7 { left: 244px; top: 58px; }
#fund-performance .t8 { left: 286px; top: 58px; }
#fund-performance .t7 button,
#fund-performance .t8 button { cursor: pointer; width: 36px; height: 16px; border: 0; background: #666; margin: 0; padding: 0; line-height: 16px; color: #fff; font-size: 10px; }
#fund-performance .t7 button.active,
#fund-performance .t8 button.active { background-color: #f10017; }
#fund-performance .t9,
#fund-performance .t10 { left: 22px; top: 275px; height: 20px; line-height: 20px; padding-left: 20px; white-space: nowrap; background: url(g/graph-legend-1.png) left center no-repeat; color: #333; }
#fund-performance .t9 span#legend-1,
#fund-performance .t10 span#legend-2 { font-weight: bold; padding-left: 5px; }
#fund-performance .t10 { background-image: url(g/graph-legend-2.png); top: 297px; }
#fund-performance .t11 { left: 72px; top: 320px; height: 20px; line-height: 20px; padding-left: 13px; white-space: nowrap; background: url(g/graph-download.png) left center no-repeat; }
#fund-performance .t11 a { color: #000; text-decoration: none; }
#fund-performance .t11 a:hover { text-decoration: underline; }

#fund-performance .v { left: 0; width: 48px; text-align: right; color: #000; white-space: nowrap; height: 20px; line-height: 20px; }
#fund-performance .v1 { top: 88px; }
#fund-performance .v2 { top: 110px; }
#fund-performance .v3 { top: 132px; }
#fund-performance .v4 { top: 154px; }
#fund-performance .v5 { top: 176px; }
#fund-performance .v6 { top: 198px; }
#fund-performance .v7 { top: 220px; }
#fund-performance .v8 { top: 242px; }

#fund-performance .d { top: 253px; width: 50px; text-align: center; color: #000; white-space: nowrap; height: 20px; line-height: 20px; }
#fund-performance .d1 { left: 55px; }
#fund-performance .d2 { left: 110px; }
#fund-performance .d3 { left: 165px; }
#fund-performance .d4 { left: 220px; }
#fund-performance .d5 { left: 275px; }

#fund-performance #marker { left: 57px; top: 83px; width: 2px; height: 169px; background: url(g/graph-marker.png) 0 1px repeat; }
#fund-performance #marker { left: 57px; top: 83px; width: 2px; height: 169px; background: url(g/graph-marker.png) 0 1px repeat; }

#fund-performance #range { top: 83px; width: 0; height: 169px; background: #000; opacity: 0.5; filter: alpha(opacity=50); }
#fund-performance #control { width: 266px; height: 171px; left: 56px; top: 82px; z-index: 2; background: url(g/pixel.gif); }




.overlay {
	z-index: 10000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.overlay-position {
	position: fixed;
	z-index: 10001;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
}
.overlay-box {
	position: relative;
	background: #fff;
}
.overlay-box.newsletter-message {
	width: 438px;
	height: 72px;
	text-align: center;
	line-height: 72px;
	left: -219px;
	top: -36px;
	font-weight: bold;
}
.overlay-box.fund-disclaimer {
	width: 732px;
	height: 417px;
	left: -366px;
	top: -209px;
}
.overlay-box.fund-disclaimer h2.disclaimer-header {
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 0 0 16px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	background: #f10017;
}
.overlay-box.fund-disclaimer .fund-disclaimer-body {
	height: 320px;
	overflow: auto;
	padding: 0 25px;
}
.overlay-box.fund-disclaimer .fund-disclaimer-body p {
	line-height: 15px;
	font-size: 11px;
}
.overlay-box.fund-disclaimer .fund-disclaimer-bottom {
	padding-top: 5px;
	text-align: center;
	line-height: 23px;
}


.nl-tabs.noline {
	border: 0;
}
.news-list.video {
	background: #fafafa;
	border: 1px solid #f10017;
	border-width: 1px 0;
	padding: 6px 14px;
}
.news-list.video .news-item {
	padding: 0 0 0 28px;
	line-height: 28px;
	height: 28px;
	background: url(g/video.png) left center no-repeat;
	text-decoration: none;
}
.news-list.video .news-item span {
	float: left;
	display: block;
	float: left;
	width: 77px;
}
.news-list.video .news-item strong {
	position: static;
	display: inline;
	height: auto;
	left: auto;
}
.news-list.video .news-item:hover span {
	text-decoration: none;
}
.news-list.video .news-item:hover strong {
	text-decoration: underline;
}
.news-list.video a.more {
	line-height: 28px;
	color: #000;
	text-decoration: none;
	font-size: 10px;
}
.news-list.video a.more:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}


#video-overlay-position {
	z-index: 100001;
	position: absolute;
	left: 50%;
	top: 180px;
	width: 0;
	height: 0;
}
#video-overlay {
	z-index: 10001;
	position: absolute;
	width: 1000px;
	height: 444px;
	left: -500px;
	background: #000;
	filter: alpha(opacity=65);
	opacity: 0.65;
}
#video-box {
	position: absolute;
	left: -500px;
	width: 1000px;
	height: 444px;
	z-index: 10002;
}
#video-left {
	z-index: 10002;
	position: absolute;
	left: 25px;
	width: 514px;
	text-align: center;
	padding-top: 30px;
}
#video-right {
	z-index: 10003;
	position: absolute;
	width: 380px;
	left: 540px;
	padding-top: 30px;
}
#video-disclaimer {
	z-index: 10004;
	position: absolute;
	bottom: 0;
	left: 540px;
	width: 380px;
	padding-bottom: 70px;
}
#video-close {
	z-index: 10005;
	position: absolute;
	top: 395px;
	width: 514px;
	left: 25px;
	text-align: center;
}
#video-close a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
	background: url(g/pixel.gif);
}
#video-close a:hover {
	text-decoration: none;
}
#content-right-inner #video-box #video-disclaimer p {
	font-size: 9px;
	margin: 0;
	padding: 0;
	line-height: 14px;
	color: #fff;
}
#content-right-inner #video-box #video-right p {
	color: #fff;
	margin: 0;
	font-size: 11px;
	line-height: 14px;
	padding: 0 0 14px;
}
#content-right-inner #video-box #video-right h2 {
	color: #fff;
	margin: 0;
	padding: 0 0 14px;
}

a.banner {
	display: block;
	margin-bottom: 20px;
}


#fund-currency-select {
	position: absolute;
	right: 3px;
	z-index: 3;
	white-space: nowrap;
	width: 200px;
	padding: 6px 4px 0 0;
}
#fund-currency-select a {
	display: block;
	float: right;
	height: 21px;
	line-height: 21px;
	padding: 0 5px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background: #999;
	text-decoration: none;
	margin-left: 3px;
}
#fund-currency-select a.active {
	background: #fff;
	color: #f10017;
}

#contact-left {
	width: 240px;
	float: left;
}
#contact-right {
	width: 500px;
	float: right;
}

