hr.single {
	border: none;
	margin: 15px 0;
	border-top: 1px solid #ccc;}

hr.dashed {
	border: none;
	margin: 15px 0;
	border-top: 1px dashed #ccc;}

blockquote {
	font-size: 16px;
	font-family: Georgia, Times, serif;
	font-style: italic;
	line-height: 22px;
	padding: 0 0 0 10px;
	color: #444;
	border-left: 3px solid #cccccc;
}

blockquote span {
	font-style:normal;
	color: #999;
	font-size: .8em
}

blockquote.quote {
	margin: 20px;
}

.line-grey {
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;}

.line-red {
	padding-bottom: 10px;
	border-bottom: 1px solid #EC1C29;}

.lang-default,
.lang-neutral,
.lang-zh-hans,
.lang-en-uk,
.lang-en-us,
.lang-en,
.lang-fr,
.lang-de,
.lang-el,
.lang-hu,
.lang-it,
.lang-ja,
.lang-ko,
.lang-pt-pt,
.lang-ro,
.lang-ru,
.lang-es,
.lang-tr,
.lang-vi {
	direction: ltr;
	font-family: Arial;
	line-height: 18px;
}

/* Drupal Overwrite for admin panel */
div#admin-toolbar {z-index: 9999;}

/* Page wrapper - everything wraps around this*/
#wrapper {position: relative;}

/***** Page Layout - on all pages ******/
#header{
	position: relative;
	padding: 20px 0;
	height: 110px;
	display: block;
	margin-bottom: 100px;
}
body.landing #header{
	margin-bottom: 0px;
}
	#header #tagline p {
		color: #666;
		font-size: 12px;
		margin-top: 5px;
	}

	#header #tagline h2{
		font-size: 48px;
		letter-spacing: -3px;
		font-family: "Arial Black";
		margin-bottom: -15px;
		margin-top: 5px;
		margin-left: -3px;
	}

	#header #tagline img {
		float: left;
	}

	#header #header-sponsors {}

	#header #logo {
		margin-bottom: 20px;
	}

/* Top Navigation */
#navigation {
	position: absolute;
	top: 150px;
	background: url(../images/bg_sprites.png);
	background-repeat: repeat-x;
	background-position: 0px -673px;
	margin: 0 auto;
	width: 100%;
	z-index: 960;
}

	/* Navigation Bar */
	#navigation #nav-bar {
		position: relative;
		height: 40px;
		width: 940px;
		margin: 0 auto;
		display: block;
		z-index: 900;
		overflow: hidden;
	}

	/* Makes navigation sticky */
	#navigation.sticky {
		position: fixed;
		top: 0px;
		z-index: 998;
	}

	#navigation ul li,
	#breadcrumbs li{
		display: inline;
		list-style-type: none;
	}


	#inherited-breadcrumbs {
		padding: 0px;
		margin: 0px;
		height: 30px;
	}

	#inherited-breadcrumbs ul{
		height: 30px;
		padding: 0px;
		margin: 0px;
	}

	#navigation #breadcrumbs li,
	#navigation #breadcrumbs li a {
		padding: 0 20px 0 0;
		color: #666;
		text-decoration: none;
		background: url(../images/sprites.png) top right;
		background-repeat: no-repeat;
		background-position: 100% -109px;

	}

	#navigation #breadcrumbs li {
		background: none;
		float: left;
		padding: 0px;
	}


	#navigation #extra-bar,
	ul.primary-tasks,
	ul.secondary-tasks {
		width: 940px;
	 	margin: 0 auto;
		position: relative;
		height: 40px;
		display: block;
	}

	#frontpage-date {
		color: #666;
    	float: left;
    	font-size: 11px;
    	margin-top: 1px;
	}

	#breadcrumbs,
	#frontpage-date,
	#social-bar,
	ul.primary-tasks,
	ul.secondary-tasks {
		margin-left: 0px;
		height: 40px;
		line-height: 40px;
	}
	#breadcrumbs,
	#social-bar {
		margin-bottom: 4px;
	}

	#breadcrumbs{
		width: 640px;
		float:left;
		display:inline;
		overflow: hidden;
	}
		#breadcrumbs a,
		#social-bar a {
			display: block;
			height: 40px;
			line-height: 40px;
			float: left;
		}

		#breadcrumbs a:hover,
		#social-bar a:hover {
			color: #000000;
		}

		#social-bar {float: right;}

		#social-bar a {float: right;}

		#social-bar li a {
			font-size: 11px;
			text-decoration: none;
			line-height: 40px;
			color: #666;
			margin-left:10px;
			outline: none;
		}
		#social-bar li {float:right;}
		#social-bar li a span {
			background: url(../images/sprites.png) top right no-repeat;
			width: 20px;
			height: 20px;
			display: inline-table;
			vertical-align: text-bottom;
			margin-left:4px;
		}

		#social-bar li a span.follow-share {background-position:-2px -57px;}
		#social-bar li a span.print {background-position:-2px -78px;}
		#social-bar li a span.follow {background-position: -2px -224px;}


		#social-bar #follow-options li,
		#social-bar #follow-options {
			display: block;
			list-style-type: none;
		}

		#social-bar #follow-options {
			position: absolute;
			width: 182px;
			top: 30px;
			left: 122px;
			z-index: 99999;
			display: none;
			background: #fff;
			border-top: 1px solid #999;
		}


		#social-bar #follow-options li a {
			display: block;
			border: 1px solid #999;
			border-top: 0px;
			padding: 0 10px;
			width: 160px;
			text-align: left;
			cursor: pointer;
			line-height: 26px;
			height: 25px;
		}

		#social-bar #follow-options li img {
			margin-top: 1px;
			vertical-align: text-top;
		}


/**** Content ****/

#content-wrapper a:link,
#content-wrapper a:visited {
	color: #EC1C29;
	text-decoration:none;
}

#content-wrapper a:hover,
#content-wrapper a:active {
	color: #EC1C29;
	text-decoration:underline;
}



#content-wrapper h1 {
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	color: #eb1c29;
	line-height: 1em;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;}

#content-wrapper .border {
	border: 1px solid #ccc;}

#content-wrapper .margin-bottom {
	margin-bottom: 10px;
	overflow: hidden;}

#content-wrapper .margin-bottom-10px {
	margin-bottom: 10px;
	overflow: hidden;}

#content-wrapper .margin-bottom-15px {
	margin-bottom: 15px;
	overflow: hidden;}

#content-wrapper .margin-top {
	margin-top: 10px;
	overflow: hidden;}

#content-wrapper .no-margin-top {
	margin-top: 0px;
	overflow: hidden;
}

#content-wrapper .no-margin-right {margin-right: 0px;}


#content-wrapper .no-margin-bottom {margin-bottom: 0px;}
#content-wrapper .no-margin-left {margin-left: 0px;}
#content-wrapper .no-margin-right {margin-right: 0px;}
#content-wrapper .red {color: #EC1C29;}

#content-wrapper h2 {
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 15px 0;}

#content-wrapper h2.section-title,
#content-wrapper h1.section-title {
	font-size: 22px;
	color: #333;
	line-height: 27px;
}

#content-wrapper h1.section-title {
	padding: 0 0 10px 0;
}

#content-wrapper h3 {
	line-height: 1.2em;
	margin: 0 0 10px 0;}

#content-wrapper h1.serif,
#content-wrapper h2.serif,
#content-wrapper h3.serif,
#content-wrapper h4.serif {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-style: italic;}

#content-wrapper p.note {color: #666666;}
#content-wrapper .small {font-size: 11px;}

#content-wrapper ul li,
#content-wrapper ol li{
	list-style-position: outside;
	margin-left: 20px;
	padding: 0;
}

#content-wrapper #notes-to-media {float: left;}
#content-wrapper .box-with-title-heading-two-lines {line-height: 14px;}

.box-with-title-heading {
	background: url(../images/contact-box-heading-bg.png) bottom left repeat-x;
	display: block;
	height: 30px;
	border: 1px solid #ccc;
	line-height: 30px;
	padding: 0;
	padding-left: 10px;
}
.box-with-title-content {
	padding: 10px;
	border: 1px solid #ccc;
	border-top: 0px;
	margin-bottom: 20px;
}

#content-wrapper .thumb-block img {
	padding: 0px 10px 5px 0;
	border:0px;
}

/**** Boxes ****/
.box-12 {width: 430px;}
.box-24 {width: 910px;}
.box-18 {width: 670px;}

.box-clear {
	display: table;
	width: 698px;
}

#content-wrapper .box-grey .alpha,
#content-wrapper .box-green .alpha,
#content-wrapper .box-red .alpha,
#content-wrapper .box-24 .alpha,
#content-wrapper .box-18 .alpha,
#content-wrapper .box-16 .alpha{
	margin-left: 0px;
}

#content-wrapper .box-grey .omega,
#content-wrapper .box-green .omega,
#content-wrapper .box-red .omega,
#content-wrapper .box-24 .omega,
#content-wrapper .box-18 .omega,
#content-wrapper .box-16 .omega{
	margin-right: 0px;
}

.split-6,.split-4,.split-3,.split-2,.split-1 {
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px;
	position:relative;
}


.box-grey {
	display: block;
	background: #eeeeee url(../images/grey-box-bg.png) top left repeat-x;
	border: 1px solid #ccc;
	border-top: 1px solid #EC1C29;
	padding: 14px;
	margin: 0 0 15px 0;
	overflow: hidden;
}

.box-grey .split-3{
	width: 30%;
}


.box-green {
	display: block;
	background: #d9f7cc;
	border: 1px solid #ccc;
	padding: 14px;
	margin: 0 0 15px 0;
	overflow: hidden;
}

.box-red {
	display: block;
	background: #fbc9bb;
	border: 1px solid #ccc;
	padding: 14px;
	margin: 0 0 15px 0;
	overflow: hidden;
}

/* 6 columns */
.box-24 .split-6 {width: 135px;}

/* 4 columns */
.box-24 .split-4 {width: 212px;}

/* 3 columns */
.box-24 .split-3 {width: 290px;}

/* 2 columns */
.box-24 .split-2{width: 445px;}

/* 1 columns */
.box-24 .split-1{margin-left: 0px;width: 900px;}

/* 6 columns */
.box-18 .split-6 {width: 95px;}
/* 4 columns */
.box-18 .split-4 {width: 152px;}
/* 3 columns */
.box-18 .split-3 {width: 210px;}
/* 2 columns */
.box-18 .split-2{width: 325px;}

/* 6 columns */
.box-12 .split-6 {width: 55px;}
/* 4 columns */
.box-12 .split-4 {width: 92px;}
/* 3 columns */
.box-12 .split-3 {width: 130px;}
/* 2 columns */
.box-12 .split-2{width: 205px;}
/* 1 columns */
.box-12 .split-1{margin-left: 0px;width: 99%;}


/**** Main Page Navigation ****/

.box-nav {
	display: block;
	background: #fff;
	padding: 0 !important;
	margin: 0 0 15px 0;
	overflow: hidden;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #ffffff url(../images/box-nav-bg.png) bottom left repeat-x;
	border-top: 1px solid #ccc;
	width:938px
	}

.box-nav a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 8px 0;
	margin: 0 !important;
	font-size: 13px;
	color: #666;
	background: url(../images/box-nav-sep.png) right top repeat-y;}

.box-nav a.omega {background: none;}

.box-nav a:hover {
	color: #EC1C29;
	border-bottom: 2px solid #EC1C29;
	background-color: #fff;
	padding-bottom: 6px;
	text-decoration: none !important;}

.box-nav a.split-1,
.box-nav a.split-2,
.box-nav a.split-3,
.box-nav a.split-4,
.box-nav a.split-5,
.box-nav a.split-6,
.box-nav a.split-7,
.box-nav a.split-8,
.box-nav a.split-9 {
	display:inline;
	float:left;
	position:relative;}

.box-nav a.split-3 {width:312px;}
.box-nav a.split-3.omega {width:314px;}
.box-nav a.split-4 {width:234px;}
.box-nav a.split-4.omega {width:236px;}
.box-nav a.split-5 {width:20%;}
.box-nav a.split-6 {width:17%;}
	.box-nav a.split-6.alpha {width:16%;}
	.box-nav a.split-6.omega {width:16%;}
.box-nav a.split-7 {width:134px;}
.box-nav a.split-8 {width:13%;}
	.box-nav a.split-8.alpha {width:11%;}
	.box-nav a.split-8.omega {width:11%;}
.box-nav a.split-9 {width:11%;}
	.box-nav a.split-9.alpha {width:12%;}
.box-nav a.split-10 {width:10%;}


/**** Sidebar ****/
#sidebar {background: url(../images/sidebar-bg.png) repeat-y;}

#sidebar h2 {
	border: none;
	color: #333333;
	padding: 0 0 15px 0;
	line-height: 1em;
	margin: 0;
	font-size: 22px;}

#sidebar ul.nav {
	border: 1px #999999 solid;
	border-width: 1px 0 0 0;
	list-style: none;
	font-size: 13px;}

#sidebar ul.nav li {margin: 0;}

#sidebar ul.nav li a {
	display: block;
	padding: 6px 10px 5px 10px;
	background-image: none;
	background: url(../images/sidebar-bg-sub.png) right repeat-y;
	border: 1px solid #999999;
	border-width: 0 0 1px 1px;
	color: #333333;
	text-decoration: none;}

#sidebar ul.nav li a:hover {color: #ec1c29;}

#sidebar ul.nav li.selected a {
	background-image: none;
	background-color: #ffffff;
	border-left: 3px solid #EC1C29;
	padding-left: 8px;
	color: #ec1c29;}

.sidebar-banner {
	width: 195px;
	display: block;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
}
#sidebar .sidebar-banner .news-more-social {
	list-style: none;
	font-size: 12px;
	padding: 10px;
}

#sidebar .sidebar-banner .news-more-social a{
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#sidebar .sidebar-box {
	background: #fff url(../images/news-sidebar-bg.png) bottom left repeat-x;
	border: 1px solid #ccc;
	margin-top: 10px;
}

#sidebar .sidebar-banner .news-more-social {margin-bottom: 0px;}

#sidebar .sidebar-banner .news-more-social li{
	padding: 0px;
	margin: 0 0 2px 0;
}

#sidebar div p img {
	margin-top: 10px;
}

#sidebar .registration h3 {margin: 0;}

#sidebar .registration hr {margin: 0;}

#sidebar .registration .open-demo a,
#sidebar .registration .open-trading a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 10px;
	background: #EC1C29 url(../images/button-arrow.png) right center no-repeat;
	margin: 5px 0 0 0;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -khtml-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;}

#sidebar .registration .open-demo a {
	background: #EC1C29 url(../images/button-arrow.png) right center no-repeat;}

#sidebar .registration .open-demo a:hover {background-color: #8d0912}

#sidebar .registration .open-trading a {
	background: #006600 url(../images/button-arrow.png) right center no-repeat;}

#sidebar .registration .open-trading a:hover {
	background-color: #003300;}

/**** Forms ****/
.webform-client-form .form-item label {
color:#333333;
display:block;
font-weight:normal;
margin-bottom:5px;}


.webform-client-form input.form-text {
	width: 300px;
}

.webform-client-form .form-item {
	margin-bottom: 20px;
}


.form dd{margin-bottom: 20px;}

.form input,
#page-404 input {
	border: 1px solid #999999;
	font-size: 13px;
	padding: 4px 10px;
	background: url(../images/input-bg.png) repeat-x;
}

.form input[type='submit'],
#page-404 input[type='submit'] {
	background-color: #eeeeee;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	background: url(../images/btn-bg.png) repeat-x;
	cursor: pointer;
	}

.form textarea {
	background: url(../images/input-bg.png) repeat-x;
	border: 1px solid #999999;
	font-size: 13px;
	padding: 4px 10px;
}

.form dd.checkbox label,
.form dd.radio label{
	display: block;
}


.form dt label{
	line-height: 22px;
	margin-right: 10px;
}





/**** Pagination ****/

.pagination {
	margin-bottom: 15px;
}

.pagination a {
	padding: 0px 6px;
	display: block;
	text-align: center;
	float: left;
	margin-right: 5px;
	text-decoration: none;
}

#content-wrapper .pagination a.current:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.pagination a.nav {
	border: 1px solid #999999;
	color: #666666;
}

.pagination a.nav:hover {
	border: 1px solid #EC1C29;
	color: #EC1C29;}


.pagination .current {
	border: 1px solid #EC1C29;
	background: #EC1C29;
	color: #fff;
}

.pagination .numbers {
	border: 1px solid #999999;
	color: #666666;
}

.pagination a.numbers:hover {
	border: 1px solid #EC1C29;
	color: #EC1C29;}

.pagination .results {float: right;}


/**** Tables ****/
#content-wrapper table tbody tr.even,
#content-wrapper table tbody tr.odd{
	background: none;
}


.fancybox-table tr {
	cursor: pointer;
}

table .td_hidden {display: none;}
table#cfd_forex, table#cfd_shares, table#cfd_spot-metals, table.pull_6 {
	border-collapse:collapse;
}
table#cfd_forex td,
table#cfd_forex th, table#cfd_shares td,
table#cfd_shares th, table#cfd_spot-metals td,
table#cfd_spot-metals th, table.pull_6 td,
table.pull_6 th {
	padding: 6px 10px;
	font-size: 10px;
	vertical-align:top;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
	text-align: left;
}
table#cfd_forex th, table#cfd_shares th, table#cfd_spot-metals th, table.pull_6 th {
	border-bottom: 2px solid #EC1C29;
	background-color: #eeeeee;
	color: #333333;
	background-position:100% 0;
}
table#cfd_forex th.alt, table#cfd_shares th.alt, table#cfd_spot-metals th.alt, table.pull_6 th.alt {
	border-bottom: 1px solid #cccccc;
}
table-footer{
	margin-top:-1px;
	display:block;
}
table-wrap{margin-bottom:32px;}
table tr{cursor:default;}
table#cfd_forex tr:hover, table#cfd_shares tr:hover, table#cfd_spot-metals tr:hover, table.pull_6 tr:hover {
	background:#f7f7f7;
}

table.features td.tick {
	background: url(/i/icon-tick.png) 5px center no-repeat;
	padding-left: 28px;}

table.features td.cross {
	background: url(/i/icon-cross.png) 5px center no-repeat;
	padding-left: 28px;	}

table.data {border-bottom: 3px solid #eeeeee;}

table.cfd th{width: 140px;}

table.cfd th{width: 140px;}

table.cfd-side-headings th{
	width: 260px;
	border-bottom: 1px solid #ccc;
	border-right: 2px solid #EC1C29;}

/* Comparison Grid Table */

table.comparison {}

table.comparison th {
	text-align: center;}

table.comparison td.tick {
	background: url(/i/icon-tick.png) center center no-repeat;}

table.comparison td.cross {
	background: url(/i/icon-cross.png) center center no-repeat;}

/*** Mega Menu ***/

#mm-content {
	background: #e2e2e2 url(../images/bg_sprites.png) repeat-x 187px 11px;
	color: #000;
	z-index: 1000;
	width: 960px;
	margin: 0 auto;
	border-bottom: 2px solid #ec1c29;
	position: absolute;
	top: 40px;
	margin-left: -502px;
	left: 50%;
	padding: 20px 20px 10px 20px;
	display: none;
}

#mm-content.mm-sticky {position: fixed;}

#mm-content ul li {display: block !important;}


#mm-content ul.nav.split-6 {
	float: left;
	width: 14%;}

#mm-content ul.nav.split-4 {
	float: left;
	width: 25%;}

#mm-content ul.nav.split-3 {
	float: left;
	width: 33%;}

#mm-content ul.nav.split-2 {
	float: left;
	width: 50%;}

#mm-content ul.nav li {display: block;}

#mm-content ul.nav li a {text-decoration: none;}

#mm-content ul.nav li.heading a {
	font-weight: bold;
	color: #000;}

#mm-content ul.nav li.heading a:hover {text-decoration: none;}

#mm-content ul li a:hover {
	text-decoration: underline;
	color: #EC1C29;
}

#mm-content-data {
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #ccc;}

#mm-content-data {
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #ccc;}

#shadow {
	background: url(../images/bg_sprites.png);
	background-repeat: repeat-x;
	background-position: 0px -192px;
	width: 100%;
 	height: 481px;
	position: absolute;
	top: 40px;
	z-index: 990;
	opacity: 0;
	display: none;
	text-shadow: 0px 0px 1px #000;
}

#shadow.shadow-sticky {
	position: fixed;
	top:40px;
	display: block;
}

ul.megamenu a {
	color: #fff;
	height: 40px;
	display: block;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #7a7a7a;
	text-shadow: 0px 0px 1px #000;
}

ul.megamenu a.home,
ul.megamenu a.home:hover {
	background: url(../images/icon-home.png) center center no-repeat;
	text-indent: -9999px;
	width: 20px;}

ul.megamenu a.active,
ul.megamenu a.selected {
	color: #333;
	background: url(../images/navselected.png) top left repeat-x;
	text-shadow: none;
}

ul.megamenu .leftborder {border-left: 1px solid #7a7a7a;}


ul.megamenu .mm-item {
	float: left;
	z-index: 999;
}

#megamenu-more {
	outline: none;
	color: #fff;
	line-height: 40px;
	font-weight: bold;
	cursor: pointer;
	text-shadow: 1px 1px 1px #000;
	padding: 0 10px 0 0;
	border-right: 1px solid #7a7a7a;
	background: url(../images/right-arrow.png) top right no-repeat;
	z-index: 970;
	float: right;
	text-decoration: none;
}

#megamenu-primary-items {
	position: absolute;
	left: 0px;
	width: 850px;
	float: left;
}

#megamenu-more-items {
	position: absolute;
	left: 960px;
	width: 850px;
	float: left;
}

#editing-toolbar {
	background:#eb212d;
	bottom:0;
	color:#FFFFFF;
	display:block;
	height:30px;
	line-height: 30px;
	position:fixed;
	right:0;
	width:750px;
	font-weight: bold;
	border: 1px solid #000;
	border-bottom: 0px;
	border-right: 0px;
}

#editing-toolbar ul li {
	float: left;
	margin-left: 10px;
	list-style: none;
}

#editing-toolbar ul li a {
	color: #fff;
}

#editing-toolbar ul li a:hover {
	color: #fff;
}


/* Styling and clearing elements */
.clear {clear: both;}

.right {float: right;}

.left {float: left;}

.right-txt {text-align: right;}

.hidden {display: none;}

.center{text-align:center;}

.center-txt{text-align: center;}

.highlight {background: #fefecb;}

.half {width: 49%;}

.border {border: 1px solid #d9d9d9;}

.noborder {border: 0px;}

.date {color: #666}

.separator {
	border-bottom: 1px solid #c0c0c0;
	width: 100%;
	height: 1px;
	margin: 20px auto;
	clear: both;}

.rounded-corners {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;}

.border-grey {border: 1px solid #ccc;}

.border-bottom-grey {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;}

.border-bottom-red {
	padding-bottom: 10px;
	border-bottom: 1px solid #eb212d; }


/* Top Right controls on all pages */
#controls {
	margin-top: 15px;
	text-align: right;
	z-index: 1000;
	position:absolute;
	right:0px;
	width:360px;
}

	#controls a.button span img {
	    margin-top: 1px;
    	vertical-align: text-top;
	}


	#controls #login-status {
		font: 11px Arial, Verdana, 'Helvetica Neue', sans-serif;
		display: block;
		height: 25px;
		color: #666;
	}

	#controls .form-submit {
		background: #fff url(../images/sprites.png) 0 0 no-repeat;
		border: 0px;
		width: 20px;
		height: 22px;
		text-indent: -1000px;
		float: left;
		border-right: 1px solid #999;
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
		margin-right: 10px;
		cursor: pointer;
	}

	#controls .form-text {
		border: 1px solid #999;
		height: 18px;
		line-height: 22px;
		padding: 2px 3px 0 5px;
		width: 85px;
		float: left;
		border-right: 0px;
		font: 11px Arial;
	}

	#controls #language {
		background: #fff url(../images/sprites.png) top right no-repeat;
		background-position: 92px -0px;
		border: 1px solid #999;
		height: 20px;
		line-height: 22px;
		padding: 0 20px 0 5px;
		width: 100px;
		margin-right: 5px;
		float: left;
		z-index: 1000;
		display: block;
		position: relative;
	}

	#controls #language .language-link img {
		vertical-align: text-top;
	}


	#controls #meta {
		text-align: right;
	}


	#controls #meta li{
		margin-right: 5px;
		font-size:11px;
	}

	#controls #meta li .bullet {
		color: #999;
	}

	#controls #meta li.lastitem {
		margin-right: 0px;
	}

	#controls #meta li.lastitem span {
		display: none;
	}

	#controls #meta li a{
		margin-right: 5px;
	}

	#controls #meta li.lastitem a {
		margin-right: 0px;
	}


	#controls #meta li a:hover{
		color: #333;
	}


	#controls #language{
		z-index: 1000;
		display: block;
		height: 20px;
		background-position: 105px -20px;
		position: relative;
	}

	#controls #language span {
		cursor: pointer;
		font-size: 11px;
		margin-right:5px;
		float: left;
		width: 120px;
		text-align: left;
	}



	#controls #language ul li,
	#controls #language ul {
		display: block;
		list-style-type: none;
	}

	#controls #language ul {
		position: absolute;
		width: 127px;
		top: 11px;
		left:-1px;
		z-index: 99999;
		display: none;
		background: #fff;
	}


	#controls #language ul li a {
		display: block;
		border: 1px solid #999;
		border-top: 0px;
		padding: 0 10px 0 5px;
		text-align: left;
		cursor: pointer;
		font-size: 11px;
	}

	#controls #language ul li a:hover {color: #000;}

	#controls ul {
		float: right;
		margin-top: 10px;
	}

	#controls ul li {
		display: inline;
		list-style-type: none;
		color: #ccc;
		font-size: 13px;
	}

	#controls ul li a {
		color: #666;
		text-decoration: none;
	}


	#controls form {z-index: 2000;}



/* Default Button - on all pages*/
a.button {
    background: transparent url('../images/button.png') no-repeat scroll top right;
    color: #777;
    display: block;
    font-size: 11px;
    height: 22px;
	padding-right: 10px;
    text-decoration: none;
    border: 0px;
}

a.button:hover {
	color: #333;
}


a.button span{
    background: transparent url('../images/button.png') no-repeat;
    display: block;
    line-height: 22px;
    padding: 0px 0px 0px 16px;
    height: 22px;
}

a.button span img {vertical-align: middle;}


#content-wrapper a.button {
	width: 100px;
	color: #222;
	text-align: center;
}


#content-wrapper .error,
#content-wrapper .status {
	background: #F6EEB6;
	border:1px solid #F6E259;
	color:#EC1C29;
	padding:10px;
}


#content-wrapper .status {
	margin-bottom: 10px;
}


/* FOOTER - on all pages */
#footer {
	background: #171717;
	color: #fff;
	padding-top: 20px;
	margin-top: 40px;
	font-size: 11px;
}
.landing #footer{
	margin-top:0px;
}
	#footer a:link,
	#footer a:visited {
		color: #fff;
		text-decoration: none;
	}

	#footer a:hover,
	#footer a:active {
		color: #EC1C29;
	 	text-decoration:underline;
	}

	#footer ul {list-style: none;}

	#footer-container {
		margin: 0 auto;
		background: #171717;
		display: block;
	}

	#footer-container #footer-lines {
		background: url(../images/footer-bg.png) top left no-repeat;
		width: 941px;
		height: 57px;
		padding-top: 30px;
	}

	#footer-container h6 {
		font-size: 12px;
		color: #fff;
		padding: 0px;
		margin: 0px;
	}

	#footer-container h5 {margin-bottom: 5px;}

	#footer #footer-container h5,
	#footer #footer-container h5 a {
		color: #ec1c29;
		font-size: 15px;
		line-height: 1.2em;
		text-decoration: none;
	}



/* CUSTOM PAGES OVERWRITES GO HERE */
/* Webtrader Page */
#webtrader-hero {
	margin-bottom: 15px;
}

.body-webtrader #frontpage-platforms {
	margin-left: 10px;
}

.body-webtrader #frontpage-platforms a{
	text-decoration: none;
}

.body-webtrader #webtrader-content {
	font-size: 12px;
	line-height: 18px;
}

.body-webtrader .middle-column li{}

.body-webtrader .middle-column {
	font-size: 11px;
}

.body-webtrader #content-wrapper .grid_8 h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 15px;
}

.body-webtrader #content-wrapper .last-column h2 {
	padding-bottom: 0px;
}

.rounded-grey-box {
	background: url("../images/box-nav-bg.png") repeat-x left bottom #fff;
	padding: 15px 10px;
	border: 1px solid #ccc;
	border-bottom: 0px;
	text-align: center;
	margin-top: 4px;
}

#content-wrapper .rounded-grey-box a {
	font-weight: bold;
	color: #333;
	margin-right: 7px;
    padding-left: 20px;
	line-height: 21px;
}


#webtrader-cta {
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
	background: url("../images/webtrader-cta.png") bottom left no-repeat;
	z-index: 900;
	width: 300px;
	height: 239px;
}

#webtrader-cta #cta-red {
	padding: 10px 0 0 20px;
}

#webtrader-cta #cta-red-bottom {}

#content-wrapper #webtrader-cta #cta-green {
	padding: 0 0 0 20px;
	margin-top: 15px;
}

#webtrader-cta #cta-grey {padding: 15px 0 0 50px;}

#webtrader-cta #cta-grey a{
	font-weight: bold;
	color: #fff;
    display: block;
}


/* Contacts Page */
.body-contactus {
	background: url(../images/bg_sprites.png);
	background-repeat: repeat-x;
	background-position: 0px -977px;
}

	.body-contactus #content-wrapper {font-size: 11px;}


#contact-us {margin-top: -20px;}

	#contact-us h2 {margin-top: 20px;}

	#contact-us h1 {
	    margin-top: 20px;
	    font-size: 18px;
	    color: #000;
		font-weight:normal;
		line-height:1.2em;
	    border: 0px;
	    padding: 0px;
	}

	#contact-us h4 {
	    margin: 0px 0 0 0;
	    padding: 0px;
	    color: #ec1c29;
	    font-size: 15px;
	}

	#contact-us a,
	#contact-us a:hover {
	    color: #ec1c29;
	}



#map {
	position: relative;
	background: url(../images/contactus-map.png) top center no-repeat;
	height: 317px;
}

#map #map-overlay {
	position: absolute;
	background: url(../images/contactus-map-overlay.png) no-repeat 0 0;
	width:289px;
	height: 161px;
	top:0px;
	left:0px;
	font-size: 11px;
	padding: 10px 20px 20px 20px;
	line-height: 18px;
	z-index: 500;
	display: none;
	}

	#map #map-overlay-red-dot {
		position: absolute;
		background: url(../images/red-dot.png) top left no-repeat;
		width: 10px;
		height: 10px;
		display: none;
	}
#map-overlay div{margin-top: 5px;}
#map-overlay div.left{
	width:130px;
}
	#map #map-overlay h4{
		display: block;
		color: #000;
		margin: 20px 0 0 0;
		height: 30px;
		font-size: 18px;
	}

	.body-contactus #countries-list li{
		float: left;
		display: block;
		width: 95px;
		margin-left: 0px;
	}

	#countries-list li a{color: #666;}



#call-us-for-free {margin-top: 20px;}

	#call-us-for-free h4 {margin-bottom: 10px;}

	#call-us-for-free ul {list-style: none;}

	#call-us-for-free ul li{
		line-height: 25px;
		margin-left: 0px;
	}

	#call-us-for-free ul li img{
		vertical-align: text-top;
		margin-right: 5px;
	}

	#content-wrapper ul.contacts-list-details li {
		margin-bottom: 5px;
		margin-left: 0px;
	}

#content-wrapper ul.contacts-list-details li.email-icon,
#content-wrapper ul.contacts-list-details li.phone-icon,
#content-wrapper ul.contacts-list-details li.fax-icon{
	padding-left: 35px;
}

/* Office Locations */
#office-locations #countries-list li{
	float: left;
    display: block;
    width: 95px;
    margin-left: 0px;
}

#office-locations #countries-list li a img{text-decoration: none;}


/* Professional Advisors */
.professional-advisor {height: 110px;}

/* Group / Business */
.group-business-box {height: 110px;}


/* News */

#content-wrapper #news h3 a{color: #333;}
#content-wrapper #news a.more{
	color: #EC1C29;
    text-decoration: none;
}
#news-blog-box .grid_2 {margin-right: 0px;}

#news-blog-box h3 {width: 240px;}

#news-blog-box .grid_6 {
	width: 240px;
	margin: 0px;
}



#news .top-red-line {border-top: 3px solid #eb1f2c;}

#news .daily-brief-image{
	margin-bottom: 5px;
}

#news .daily-brief-image img{border: 1px solid #ccc;}

#news .column-height {
	height: 460px;
	position: relative;
}

#news .column-height table {
	border: 1px solid #ccc;
	border-top:0px;
	border-bottom: 0px;
	border-left:0px;
	width: 298px;
	margin-bottom: 30px;
}


#news .column-height table.table-heading {
	background: url(../images/contact-box-heading-bg.png) top left repeat-x;
	border: 1px solid #ccc;
	border-top: 0px;
	width: 300px;
	margin: -9px 0 0 0;
}

.body-frontpage #breadcrumbs,
.body-frontpage #social-bar,
.body-contactus #breadcrumbs,
.body-contactus #social-bar {
	margin-bottom: 1px;
}

.body-frontpage #frontpage-content ul li{
	margin-left: 13px;
	margin-bottom: 5px;
}

.body-frontpage table {
	border: 0px;
	width: 298px;
	margin-bottom: 0px;
}

.body-frontpage #content-wrapper #live-quotes table.table-heading {
	background: url(../images/contact-box-heading-bg.png) top left repeat-x;
	border: 1px solid #ccc;
	border-top: 0px;
	margin: 0px;
	width: 300px;
}


#news .column-height table.table-heading td,
.body-frontpage #content-wrapper #live-quotes table.table-heading td{
	text-align: center;
	color: #666;
	font-size: 10px;
	width: 33%;
	vertical-align: middle;
	padding: 0px;
	border-width: 0 0 1px 0;
	height: 30px;
	font-weight: bold;
}

#news .column-height .scrollable table td{
	border-width: 0 0 1px 0;
	font-weight: bold;
	color: #252b2e;
	vertical-align: middle;
	padding: 5px 10px;
}

#news .column-height .box-with-title {position: relative;}

#news .column-height .white-shadow {
	background:url("../images/white-shadow.png") left bottom repeat-x;
	bottom: 2px;
	height:40px;
	left:1px;
	position:absolute;
	width:283px;
}


#news .column-height .box-with-title-heading {
	font-size: 10px;
	color: #666;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
	border-top: 0px;
}

#news .column-height b {color: #e2222e;}

#news a.red-button {
	color: #fff;
	background: #ea2834 url(../images/arrow-in-box.png) top right no-repeat;
	font-weight:bold;
	height:19px;
	line-height:19px;
	padding-left:5px;
	text-decoration:none;
	width:131px;
	margin-right: 5px;
	margin-bottom: 10px;
}


#news a.no-margin-right {margin-right: 0px;}

#news #news-quotes {height: 470px;}

#news #news-more-box {padding: 0 0 10px 0;}

#news #news-more-box .box-with-title .box-with-title-content {
	height: 418px;
}

	#news-more-box h4{
		text-transform: uppercase;
		margin-bottom:5px;
	    font-size: 12px;
	}

	#news .column-height .news-more-social li{
		margin-bottom: 2px;
	}

	#news .column-height #twitter-feed li {
		font-family: Georgia, Times, serif;
		font-size: 13px;
	}

	#news .column-height #twitter-feed li a{
		color: #eb212d;
		text-decoration: none;
	}


#news-more-box .box-with-title .box-with-title-heading {
	border-top:0px;
	color:#333333;
	font-size:12px;
}

#news .column-height h3{
	font-family: Georgia, Times, serif;
	font-size: 21px;
	color: #414141;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 23px;
	margin-top: -2px;
}

#news .column-height span.date {margin-bottom: 10px;}

#news .column-height ul li {
	font-size: 12px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#news .column-height ul li a{color: #000;}

.news-team {
	width: 620px;
	height: 89px;
	display: block;
	background: url(../images/news-team.png) top left no-repeat;
}

.news-team p {font-size: 11px;}

.news-team h3 {
	padding-top: 35px;
	padding-left: 10px;
	color: #eb212d;
}

.news-team h4 {
	color: #333;
	font-size: 14px;
	font-family: serif;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
}

.news-team p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


#news .news-team .grid_4 {margin-left:20px;}

#news .news-team .news-team-person-left {margin-left:-70px;}

#news .column-height .scrollable {
	overflow: auto;
	height: 400px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


#news h2 {
	font-size: 14px;
	color: #eb212d;
	margin: 10px 0;
}


#news .sticky {
	position: absolute;
	bottom: 7px;
	left:0;
}

#news .sticky-right {
	position: absolute;
	bottom: 4px;
	right: 0px;
	text-align: right;
}



#news .column-height .idTabs {
	border-bottom: 1px solid #EC1C29;
	height:27px;
	margin-bottom: 0px;
	padding-top: 10px;
}

#news .column-height .idTabs h2 {
	font-weight: normal;
	height: 27px;
	margin: 0px;
	padding: 0px;
    font-size: 14px;
}


#news .column-height .idTabs li{
	float: left;
	list-style: none;
	margin: 0 20px 10px 0;
}

#news .column-height .idTabs li a{
	color: #EB212D;
	display:block;
	height:28px;
	outline:none;
}

#news .column-height .idTabs li a:hover{
	text-decoration: none;
}

#news .column-height .idTabs li a.selected{
	color: #EB212D;
	background: url(../images/tabs-arrow-up.png) bottom center no-repeat;
}




/* Search */

#search .listing-entry h2 {margin: 0 0 5px 0;}

#search .listing-entry p {margin: 0 0 5px 0;}

#search .listing-entry .date {margin: 0 0 15px 0;}

#search-page h1 {
	border-bottom: 0px;
	color: #333;
	margin: 0 0 5px 0;
	padding: 0px;
}

#search-page .search-results,
#content-wrapper #search-page .search-results a {
	color: #999;
	font-size: 12px;
}

#content-wrapper #search-page .search-results a{
	text-decoration: underline;
}

#search-page #search-form {
	height: 40px;
    padding-bottom: 20px;
}



#search-page form input.form-text{
	border: 1px solid #ccc;
	background: none;
	height: 34px;
	padding: 0 5px;
	width: 340px;
	float: left;
	border-right: 0px;
}

#search-page form input.form-submit{
 	background: url("../images/search-page-magnifier.png") no-repeat scroll 0 0 transparent;
 	border: 0px;
    border-right: 1px solid #ccc;
    cursor: pointer;
    height: 36px;
    text-indent: -9999px;
    width: 36px;
    -moz-border-radius: 0px;
    float: left;
    -webkit-border-radius: 0px;
}

h2.magnifier-glass {
	background-repeat: no-repeat;
	background-image: url("../images/sprites.png");
	background-position: 192px -193px;
}

/* Blog */

#blog .blog-title {}

#blog .blog-title h2,
.news-single-entry .blog-title h2 {
	margin: 0 0 5px 0;}

#blog .date a,
.news-single-entry .date a {
	color: #666;
}

#blog p img {
	border: 1px solid #ccc;
	padding: 3px;
}

#content-wrapper .news-single-entry h2 {
	padding-bottom:15px;
	color: #333;
	font-size:22px;	}

#content-wrapper .news-single-entry .blog-entry h2 {
	font-family: Arial;
	font-size: 18px;
	border: 0 none;
	padding: 0;
	color: #000;
	line-height:1.2em;
	margin:0 0 15px;
}

.news-single-entry img {
	border: 0px;
	padding: 0px;
	margin: 5px 20px 10px 0;
}


#content-wrapper #blog-listing .news-single-entry h1 {
	line-height: 35px;
}

#content-wrapper #blog-listing h2.line-grey {
	line-height: 27px;
	font-size: 22px;
	color: #333;
}

#blog p,
.news-single-entry p{
	font-size: 12px;
}

#blog h1 {color: #333;}

#blog h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #ec1c29;
	margin-bottom: 0px;
	margin-top: -4px;
}

.header-image img {
   	float: right;
    margin-right: 0;
    padding-top: 3px;
}


#content-wrapper .news-single-entry h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #ec1c29;
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom:5px;
}

#content-wrapper .news-single-entry .header-image {/* float: left; */}

#content-wrapper .listing-page h1 {
	color: #333;
	line-height: 21px;
}

#blog .caption {display: block;}


#content-wrapper .tags {margin-top: 10px;}

#content-wrapper a.tag {
	background: transparent url(../images/tag-bg.png) no-repeat top right;
    color: #fff;
    display: block;
    font-size: 11px;
    height: 17px;
    padding-right: 7px; /* sliding doors padding */
    text-decoration: none;
    border: 0px;
    float: left;
    font-weight: bold;
    margin-left: 5px;
}

#content-wrapper a.tag span {
    background: transparent url(../images/tag-bg.png) no-repeat;
    display: block;
    line-height: 17px;
    padding: 0px 0px 0px 7px;
    height: 17px;
}

#content-wrapper a.tag:hover {
	background: url(../images/tag-bg.png) right -17px no-repeat ;
}

#content-wrapper a.tag:hover span {
    background: url(../images/tag-bg.png) 0px -17px no-repeat;
}

.disclaimer {
	color: #333;
	font-size: 11px;
}

.grid_18 .news-team h4{padding-top: 0px;}

.grid_18 .news-team {
	background: url(../images/news-team.png) top right no-repeat;
	margin-top:50px;
	width:100%;
	padding-bottom: 20px;
}

.grid_18 .news-team .grid_4{
	height: 90px;
	background: url(../images/news-team-left.png) top left no-repeat;
	padding-left:20px;
}


.grid_18 .news-team .news-team-person-left {margin-top: 30px;}

.grid_18 .news-team .news-team-person-right {
	margin-top: 30px;
	margin-left: 40px;
}

#content-wrapper .listing-entry {
    border-bottom: 1px solid #EEEEEE;
	margin-bottom: 15px;
    padding-bottom: 5px;
}

#content-wrapper .listing-entry h2{
	font-family: Arial;
	font-size: 16px;
	margin-bottom: 5px;
}

#content-wrapper .listing-entry h2 a {text-decoration: underline;}

#content-wrapper .listing-entry p {margin-bottom: 5px;}

#content-wrapper .listing-entry p.date {color: #828282;}


/* Open Demo Account */
#content-wrapper ul.open-account li.omega {
	margin-right: 0px;
}


#content-wrapper ul.open-account li {
	float: left;
	margin: 0 19px 0 0;
	padding: 0;
	list-style: none;
	border: 1px solid #ccc;}

#content-wrapper ul.open-account li p {
	display: block;
	font-weight: bold;
	font-size: 1em;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
	background: url(../images/contact-box-heading-bg.png) 0 16px repeat-x;}

#content-wrapper ul.open-account li a {
	margin: 0;
	padding: 0;
	overflow: hidden;}

#content-wrapper ul.open-account li p span{font-weight: normal;}


#sponsorship-content {overflow: hidden;}

/* Big buttons */
.big-button {
	cursor: pointer;
	background: url(../images/news-sidebar-bg.png) top left repeat-x;
	padding: 20px 0;
	border: 1px solid #c0c0c0;
	border-bottom: 2px solid red;
}

	.big-button .big-button-heading {
		font-size: 22px;
		display: block;
		font-weight: bold;
		text-align: center;
}

	.big-button p {
		color: #000;
		text-align: center;
		margin: 0;
		padding: 0;
}



/**** Icons ****/

.email-icon {
	background: url(../images/icon-32x32-email.png) no-repeat;
	padding-left: 35px;
	display: block;
	height: 32px;
	line-height: 32px;
}

.pdf-icon {
	padding-left: 35px;
	display: block;
	height: 32px;
	line-height: 32px;
	background: url('../images/icon-32x32-pdf.png') top left no-repeat;
}

.phone-icon {
	background: url(../images/icon-32x32-tel.png) no-repeat;
	padding-left: 35px;
	display: block;
	height: 32px;
	line-height: 32px;

}

.fax-icon {
	padding-left: 35px;
	display: block;
	height: 32px;
	line-height: 32px;
	background: url(../images/icon-32x32-fax.png) top left no-repeat;
}

.help-icon {background: url(../images/login-sprites.png) 0px -34px no-repeat;}

.call-me-icon {background: url(../images/login-sprites.png) 0px -17px no-repeat;}

.live-chat-icon {background: url(../images/login-sprites.png) top left no-repeat;}


/*** Custom Pages ***/


/* Sponsorships */
#sponsorships {}

#sponsorships h1 {
	border: none;
	font-family: Georgia, Times, Serif;
	font-size: 35pt;
	text-transform: uppercase;
	color: #000;
	line-height: 0.7em;
	margin-top: -15px;}

#sponsorships h1 em {
	font-size: 14pt;
	font-style: normal;}

#sponsorships .grid_8 a.item {
	border: 1px solid #ccc;
	background: #eeeeee url(../images/grey-box-bg.png) bottom left repeat-x;
	overflow: hidden;
	display: block;
	text-decoration: none;
	color: #000;
	padding: 0 0 8px 0;
	margin: 0 0 20px 0;
	}

#sponsorships .grid_8 a.item:hover {
	background: none;
	background-color: #eb212d;
	border: 1px solid #eb212d;
	color: #fff;}

#sponsorships .grid_8 a.item img {margin: 0 0 8px 0;}

#sponsorships .grid_8 a.item h3 {
	padding: 0 10px;
	margin: 0 0 5px 0;}

#sponsorships .grid_8 a.item p {
	padding: 0 10px;
	margin: 0;}

/* Downloads */

#downloads div.item {
	border: 1px solid #ccc;
	border-top-color: #eb212d;
	margin: 0 0 15px 0;
	background: #fff url(../images/grey-box-bg.png) 0 100% repeat-x;}

#downloads div.item .grid_4 {text-align: right; padding: 15px;}

#downloads .item h3 {padding: 8px 10px 0 10px;}

#downloads .item div.info {padding: 0 10px;}

#downloads .item div.meta .row {
	margin: 0 10px;
	padding: 8px 0 8px 20px;
	border-top: 1px dashed #ccc;
	text-decoration: none;
	font-weight: bold;
    display: block;
	background: url(../images/icon-16x16-download.png) left center no-repeat;}

#downloads .item div.meta .row .md5 {float: right;}

#downloads .item div.meta .row a {}

#downloads .item div.meta .row em {
	font-style: normal;
	color: #666;}

#downloads .item div.meta .row a:hover {color: #eb212d;}

#downloads .item div.meta .row span {
	font-weight: normal;
	float: right;
	color: #666;
	text-decoration: none;}

#downloads .item div.meta .row a:hover span {}

#downloads .item div.meta .row a.review {
	font-weight: normal;
	background: url(../images/icon-16x16-info.png) left center no-repeat;}

#downloads.detail p.meta {
	border: 1px solid #ccc;
	padding: 8px 10px;}

#downloads.detail p.meta a {
	background: url(../images/icon-16x16-download.png) left center no-repeat;
	padding: 0 0 0 20px;
	text-decoration: none;
	font-weight: bold;}

#downloads.detail p.meta a em {
	font-style: normal;
	color: #666666;}

#downloads.detail p.meta strong {margin: 0 0 0 20px;}


/* Login Page */

.body-login {
	background: url(../images/login-bg-repeat.png) repeat-x;
	background-position: 0px 190px;
}


.body-login #content-wrapper {
    margin-top: -10px;
    background: url(../images/login-bg.png) top left no-repeat;
}

#login-box {
	padding: 20px;
	width: 564px;
	height: 208px;
	margin: 0 auto;
	margin-top: 40px;
 	background: url(../images/login-box.png) top left no-repeat;
}

#login-box h1 {padding-bottom: 10px;}

#login-box h2,
#login-box h1 {
	margin-bottom: 10px;
}

#login-box span.red-highlight {
	color: #e91b28;
	font-size: 12px;
	font-weight: bold;
}

#login-box .left{width: 280px;}

#login-box a{color: #777;}

#login-box #submit::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	#login-box #submit span {
		margin-top: -1px;
	}
}

#login-box #submit {
	position: relative;
	border: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
	padding: 0 25px 0 0;
	margin-right:5px;
	text-align: center;
	background: transparent url(../images/login-button-grey.png) top right no-repeat;
}

#login-box #submit span {
	position: relative;
	display: block;
	white-space: nowrap;
	padding: 6px 0 0 15px;
	height:37px;
	margin-left: -2px;
	background: url(../images/login-button-grey.png) top left no-repeat;
	color:#333;
	font-size: 14px;
	font-weight: bold;
}


#login-box .right {
	width:260px;
	margin-left:20px;
	text-align:center;
}

#login-box p{
	color: #333;
	line-height: 16px;
}

#login-box dd {margin-bottom: 10px;}

#login-box form input {
	height: 20px;
	width: 230px;
}

#login-box a.red-button {
    background: transparent url('../images/red-button.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    font-size: 11px;
    height: 30px;
    padding: 0px;
    margin: 0 auto;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    border: 0px;
    width: 200px;
}


#login-box a.red-button span{
    background: transparent url('../images/red-button.png') no-repeat;
    display: block;
    line-height: 30px;
    padding: 0px 0px 0px 16px;
    height: 30px;
}

#login #help a{
	text-decoration: none;
	color: #333;
	margin-left: 20px;
}

#login #help {margin-top: 20px;}

#login #help span {
	width: 18px;
	height: 18px;
	margin-left: 20px;
}


/* Trading Products */
#content-wrapper .trading-product h3 {margin-top: -2px;}


/* Board of Directors */
#content-wrapper .director h2 {margin-top: -3px;}


/* Sitemap */
#site-map ul {
	list-style: none;
	background: #eeeeee url(../images/grey-box-bg.png) top left repeat-x;
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 8px 10px 8px 28px;
}

#site-map ul ul {
	margin: 0;
	padding: 0;
	background: none;}

#site-map ul li {
	margin: 0;
	width: 225px;
	float: left;
	overflow: hidden;}

#site-map ul li a {
	font-weight: bold;
	display: block;
	text-decoration: underline;
	padding: 0px;
}

#site-map ul li ul a {text-decoration:none;}

#site-map ul li ul {
 	margin-bottom: 15px;
 	overflow: hidden;
 	clear: both;
 	border: none;
 	background-none;}

#site-map ul li ul li a,
#site-map ul li ul li {
	font-weight: normal;
	font-size: 13px;
	font-weight: bold;
	border: none;
	padding: 0;
	margin: 0;
}

#site-map ul li ul li ul li a {
	margin: 0;
	font-weight: normal;
	font-size: 11px;}


#content-wrapper #site-map .sitemap-heading{
	text-decoration: underline;
	font-size: 14px;
	margin-bottom: 5px;
}
#content-wrapper #site-map .sitemap-inner-heading{}
#content-wrapper #site-map .sitemap-leaf{}
#content-wrapper #site-map .sitemap-block{
	margin-bottom: 15px;
}
#content-wrapper #site-map .sitemap-inner-block{
	margin-bottom: 10px;
}

#content-wrapper #site-map ul li ul li ul li a {
    color:#EC1C29;}
#content-wrapper #site-map ul li ul li ul li a:hover {
    text-decoration: underline;}
#content-wrapper #site-map ul li ul li a {
    color:#000;}
#content-wrapper #site-map ul li ul li a:hover {
    text-decoration:none;}
#content-wrapper #site-map ul li  a:hover {
    text-decoration:none;}

/* FRONTPAGE */

.vertical-ticker {
	font-size:11px;
	line-height: 40px;
	display: none;
}

#navigation .vertical-ticker ul {
	height: 40px;

}

#navigation .vertical-ticker ul,
#navigation .vertical-ticker ul li{
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	width: 300px;
}

#navigation .vertical-ticker ul li {
	float: none;
	display: block;
	text-align: center;
	width: 300px;
	height: 40px;
	overflow: hidden;
}

#navigation .vertical-ticker ul li a {text-decoration: none;}

#navigation .vertical-ticker ul li a:hover{
	text-decoration: underline;
	color: #EC1C29;
}

#hero {position: relative;}

#fixed-top-pager {
	background: url("../images/frontpage-gradient.png") top left repeat-x;
	z-index: 800;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-right: 20px;
}

#fixed-top-pager .right a {
	background: url("../images/arrow-white-right.png") center right no-repeat;
	margin-right:20px;
	padding-right:10px;
}

#content-wrapper #fixed-top-pager a,
#content-wrapper #fixed-bottom-pager a {
	text-decoration: none;
	color: #fff;
	outline: none;
}

#content-wrapper #fixed-top-pager a.selected{
	text-decoration: underline;
	color: #EC1C29;
}

#content-wrapper #fixed-bottom-pager a.activeSlide{
	color: #EC1C29;
}

#fixed-bottom-pager {
	z-index: 800;
	position: absolute;
	top: 200px;
	left: 0px;
	font-size: 32px;
}

#fixed-top-pager ul,
#fixed-bottom-pager {
	list-style: none;
	padding-left: 20px;
}
div#fixed-bottom-pager{
	margin-bottom:15px;
}
#content-wrapper #fixed-top-pager ul li,
#content-wrapper #fixed-bottom-pager li,
div#fixed-bottom-pager a{
	height: 30px;
	line-height: 30px;
	float: left;
	margin: 0 10px 0 3px;
}
div#fixed-bottom-pager a{
	display:inline;
}
#cta {
	font-size: 12px;
	line-height: 14px;
	padding: 15px 25px;
	background: url("../images/frontpage-cta.png") top left no-repeat;
	z-index: 900;
	position: absolute;
	top: 40px;
	right: 0px;
	width: 275px;
	height: 178px;
}

#cta .box,
#webtrader-cta .box {
	height: 45px;
}

#content-wrapper #cta-red-top a {
	color: #000;
	display: block;
}

#cta-red-bottom {margin-left: 30px;}

#content-wrapper #cta-red-bottom a {
	color: #fff;
	font-weight: bold;
	display: block;
}

#content-wrapper #cta-green {
	margin-top: 23px;
	margin-left: 30px;
}

#content-wrapper #cta-green a {
	color: #fff;
	font-weight: bold;
	display: block;
}

#slideshow {
	height: 235px;
	border-bottom: 3px solid #EC1C29;
	margin-bottom: 20px;
}

#slideshow .slide {
	display: none;
	height: 235px;
	padding: 40px 20px;
}

#slideshow .slide .grid_12 {margin-left: 0px;}

#slideshow .slide h2{
	font-family: "Arial Black";
	letter-spacing: -2px;
	font-size: 32px;
	color: #EC1C29;
	line-height: 36px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#slideshow .slide p{color: #fff;}

.body-frontpage, .body-webtrader {}

.body-frontpage {
	background: url(../images/frontpage-bg-sprites.png);
	background-repeat: repeat-x;
	background-position: 0px 150px;
}



.body-frontpage #navigation {
     background: url("../images/frontpage-bg-sprites.png") repeat-x scroll left top transparent;
}

.body-frontpage #content-wrapper .idTabs {
	border-bottom: 1px solid #EC1C29;
	height:28px;
	margin-bottom: 0px;
}

.body-frontpage #content-wrapper .grid_8 h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 15px;
}

.body-frontpage #content-wrapper .grid_8 .idTabs h3{
	height: 27px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.body-frontpage #content-wrapper .idTabs li{
	float: left;
	list-style: none;
	margin: 0 20px 0 0;
}

.body-frontpage #content-wrapper .idTabs li a{
	color: #ccc;
	display:block;
	height:29px;
	outline:none;
}

.body-frontpage #content-wrapper .idTabs li a:hover{text-decoration: none;}

.body-frontpage #content-wrapper .idTabs li a.selected{
	color: #000;
	background: url(../images/tabs-arrow-up.png) bottom center no-repeat;
}

#content-wrapper #frontpage-content {font-size: 11px;}

#frontpage-content .grid_8 {}

.scrollable td sup {
	display: inline-block;
	vertical-align: super;
}

.body-frontpage #content-wrapper #live-quotes .scrollable {
	border: 1px solid #ccc;
	border-top: 0px;
	width: 298px;
	height: 425px;
}

.body-frontpage #content-wrapper #live-quotes .scrollable table {
	margin-bottom: 30px;
}

.body-frontpage #content-wrapper .white-shadow {
	background:url("../images/white-shadow.png") left bottom repeat-x;
    bottom: 15px;
    height: 40px;
    left: 1px;
    position: absolute;
    width: 282px;
}

.body-frontpage #content-wrapper #latest-news .scrollable {
	border: 1px solid #ccc;
	border-top: 0px;
	height: 455px;
	margin-bottom: 10px;
}

.body-frontpage #content-wrapper #live-quotes {
	border:0px;
	margin-bottom: 0px;
 	font-weight: bold;
 	color: #252B2E;
 	height: 440px;
}

.body-frontpage #content-wrapper #live-quotes td{
	text-align: center;
    border-right: 0px;
   	width: 33%;
	padding: 5px 0;
	vertical-align: middle;
}

.body-frontpage #content-wrapper #live-quotes th {
	background: url(../images/contact-box-heading-bg.png) top left repeat-x;
	color: #666666;
    font-size: 10px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    border-right: 0px;
    text-align: center;
}

.body-frontpage #content-wrapper #live-quotes b {
	color: #E2222E;
}

.body-frontpage #content-wrapper #latest-news {
	height: 440px;
	background: #fff;
}

.body-frontpage .jspTrack {border-right: 0px;}

#content-wrapper #latest-news li {
	list-style: none;
	padding: 10px 0;
	margin: 0 10px;
	border-bottom: 1px solid #ccc;
}

#content-wrapper #latest-news li a{
	display: block;
	font-weight: bold;
}

.body-frontpage #frontpage-platforms {margin-left: 0px;}

#frontpage-platforms {margin-bottom: 10px;}

#frontpage-platforms .grid_3 {
	text-align: center;
	background: url(../images/frontpage-button-off.png) top left no-repeat;
	padding: 0px 5px;
	width: 90px;
	cursor: pointer;
	min-height: 140px;
}
#frontpage-platforms .grid_3 a{
	overflow:hidden;
}
#frontpage-platforms .platform-on {
	background: url(../images/frontpage-button-on.png) top left no-repeat;
}

#frontpage-platforms .grid_3 img {
	margin-bottom: 1px;
}

#frontpage-platforms .alpha {
	background: #fff url(../images/frontpage-arrow-right.png) top right no-repeat;
	text-align: left;
	padding-top: 10px;
	line-height: 16px;
	font-size: 11px;
	cursor: default;
}

#frontpage-platforms .alpha strong {
	color: #EC1C29;
	font-size: 12px;
}

#frontpage-platforms .grid_3 span {
	display: block;
    font-size: 11px;
	height: 32px;
	margin-bottom: 3px;
	margin-top: 4px;
}

#frontpage-platforms .grid_3 a {
	color: #333;
	font-size: 11px;
	outline: none;
}

#frontpage-platforms .grid_3 span.download-link {
	text-transform: uppercase;
	font-size: 10px;
	color: #848484;
	letter-spacing: -1px;
}

#frontpage-platforms .grid_3 a:hover {
	text-decoration: none;
}

#frontpage-videos .grid_18 h4 {
	font-size: 14px;
	float: left;
	margin-right: 5px;
}

#frontpage-videos .grid_18 h4 {
	font-size: 14px;
	float: left;
	margin-right: 5px;
}

#frontpage-videos .grid_6 {
	background: #fff url(../images/frontpage-video-bg.png) top left no-repeat;
	margin-bottom: 5px;
}

#frontpage-videos .grid_6 p{
	font-size: 11px;
	padding-top: 5px;
}

#frontpage-videos .grid_6 a{
	font-weight: bold;
}

#frontpage-videos #video-boxes .grid_6 {
	cursor: pointer;
}

#frontpage-videos #frontpage-bloomberg {
	background: #fff;
	color: #666;
	font-size: 11px;
	text-align: right;
}

#frontpage-videos #frontpage-bloomberg img {
	margin:0;
	vertical-align:bottom;
}

#frontpage-videos .video-thumb {
	float: left;
	width: 52px;
	height: 29px;
	overflow: hidden;
	margin: 7px 5px 5px 5px;
}

#frontpage-feed-icon {
	float:right;
	margin-top:-25px;
}

#frontpage-content .box-grey {padding: 10px;}

#frontpage-content .box-grey ul {padding-bottom: 50px;}

#frontpage-content .box-grey ul li {
	float: left;
	list-style: none;
	margin-left:0px;
	width: 92px;
	margin-bottom: 4px;
}

#frontpage-content .box-grey ul li a {color: #000;}

#frontpage-content .box-grey strong {
	border-bottom:1px solid #CCCCCC;
	display:block;
	margin-bottom:10px;
	padding-bottom:5px;
}

#frontpage-content h4 {margin-bottom: 5px;}

#frontpage-content .middle-column {position: relative;}

#frontpage-content .fxpro-globally {
	position: absolute;
	bottom: 0px;
}
table th.ticker{
	width:55px;
}
#frontpage-platforms .grid_3 img {
	height:83px;
}
.red {	color:red;
}
table.comparison {font-size:12px;line-height:25px;border:1px #cbcbcb solid;margin-top:18px;}
table.comparison{margin:0 0 20px;}
table.comparison th{background:#eee;padding:0 10px;font-size:12px;text-align:center;vertical-align:middle;font-weight:normal;border-bottom:1px #cbcbcb solid;}
table.comparison td{color:#798188;border:none;padding:0 10px;font-size:12px;border-left:1px #cbcbcb solid;}
table.comparison td img{padding:4px 0;}
table.comparison tr td:first-child{border-left:none;}
table.comparison tr.even, table.comparison tr.odd{border:none;}
table.comparison tr.odd td{background:#f6f6f6;}