/*  
Theme Name: Forextotal
Theme URI: http://www.smashingthemes.com/free-wordpress-themes/glassical/
Description: Glassical Theme is designed by SmashingThemes.com and was released via SmashingMagazine.com. Please note the SmashingThemes.com and SmashingMagazine are not affiliated. Both are two different entities.
Version: 1.0
Author: Abdullah Ibrahim
Author URI: http://www.smashingthemes.com
Tags: light, yellow, silver, blue, two-columns, fixed-width
*/

html, body
{
	background-color:#69D2E7;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	line-height: 1.5em;
	color:#666;
	text-align:center;
}

form {margin:0;padding:0;}

a
{
	/*color:#6CBDDE;*/
	color:#D14640;
	text-decoration:none;
}

a:hover
{
	/*text-decoration:underline;*/
}

span.slink {
	color:#D14640;
	text-decoration:none;
	cursor: pointer;
}
	
span.slink:hover {
	/*text-decoration:underline;*/
}

a img
{
	border:none;
}

form
{
	padding:0;
	margin:0;
}

input, select, textarea
{
	font-family:Arial, Tahoma, Verdana;
}

h1, h2, h3
{
	padding:0;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.1em;
}

h1
{
	font-size:22px;
	color:#FA6900;
	margin:0 0 20px 0;
}

h1 a { color:#FA6900; }

h2
{
	font-size:18px;
	color:#D14640;
	margin:0 0 0 0;
}

h3
{
	font-size:15px;
	color:#69D2E7;
	margin:0;
}

h2 a { color:#D14640; }
h3 a { color:#69D2E7; }



/* ////////////////////// Layout ////////////////////// */
#pagewidth
{
	width:980px;
	text-align:left;
	margin:0 auto;
	padding:30px 0;
	position:relative;
}

#header
{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	background:url(images/header.png) bottom left no-repeat;
}

#content
{
	clear:both;
	float:left;
	width:960px;
	padding:30px 10px 0 10px;
	font-size:14px;
	line-height: 1.5em;
	position:relative;
	background:url(images/content.jpg) top left repeat-y;
}

#content #left
{
	display:inline;
	width:540px;
	float:left;
	margin:0 30px 0 30px;
}

#content #right
{
	position:relative;
	display:inline;
	width:300px;
	float:right;
	margin:0 30px 0 30px;
}

#content .ad {
	clear:both;
	margin-bottom:30px;
}

#content .prbox {
	clear:both;
	margin-bottom:30px;
}

#footer
{
	position:relative;
	text-align:justify;
	clear:both;
	float:left;
	width:100%;
	background:url(images/footer.png) top left no-repeat;
	color:#fff;
	padding-top:20px;
}
/* ////////////////////// Layout ////////////////////// */



/* ////////////////////// Header, Footer and Top Navigation ////////////////////// */
#header .logo
{
	width:450px;
	float:left;
	margin-bottom:30px;
}

#header .logo a
{
	float:left;
	background:url(images/logo.png) top left no-repeat;
	width:450px;
	height:60px;
	/*margin-bottom:30px;*/
}

#header .ad
{
	float:right;
}

#navigation
{
	position:relative;
	clear:both;
	float:left;
	width:960px;
	margin:0 0 10px 0;
	padding:10px 10px 0 10px;
	background:url(images/navigation.png) top left;
	list-style:none;
	box-sizing: content-box;
	
	/*position:absolute;
	bottom:10px;
	right:0px;*/
}

#navigation li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:auto;
}

#navigation li ul
{
	z-index:10;
	position:absolute;
	top:31px;
	left:-9999px;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	background:url(images/navigation_sub.png) top left;
}

#navigation li:hover ul
{
	left:0px;
}

#navigation li ul li, #navigation li ul li ul li
{
	float:left;
	width:200px;
	position: relative;
}

#navigation li a
{
	display: block;
	float:left;
	padding:8px 10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#666;
}

#navigation li ul li a
{
	width:170px;
	margin:5px;
}

#navigation li ul li a:hover
{
	background:url(images/navigation.png) top left;
}

#navigation li ul li:hover
{
	background:none;
}

#navigation li:hover, #navigation li.current_page_item, #navigation li.current_page_ancestor
{
	background:url(images/navigation.png) top left;
}

#navigation li ul li ul, #navigation li:hover ul li ul
{
	top:0px;
	left:-9999px;
}

#navigation li ul li:hover ul
{
	left:200px;
}

#navigation li.rss
{
	float:right;
}

#exchange-rates-bar
{
	clear:both;
	margin:0;
	padding:0px 1px 0px 1px;
	border-left:9px solid #95dde9;
	border-right: 9px solid #95dde9;
}

#teaser
{
	clear:both;
	margin:0;
	padding:0px 1px 0px 1px;
	border-left:10px solid #7fdee7;
	border-right: 10px solid #7fdee7;
	border-bottom: 1px solid #7fdee7;
	background-color: #f7f7f7;
}

#teaser a
{
	display: inline-block;
	font-size: 18px;
	margin: 10px;
	color: #333;
}

#teaser a.right {
	float: right;
}

#teaser-img {
}

#teaser-img-mobile {
	display: none;
}
/* ////////////////////// Header, Footer and Top Navigation ////////////////////// */



/* ////////////////////// Main Content ////////////////////// */
.heading
{
	padding-bottom:5px;
	margin-bottom:30px;
	border-bottom:1px solid #E0E4CC;
}

.post
{
	clear:both;
	float:left;
	width:100%;
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px solid #E0E4CC;
}

.page
{
	clear:both;
	float:left;
	width:100%;
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px solid #E0E4CC;
}

.post h2, .post h2 a
{
	color:#69D2E7;
}

.post h1, .post h2
{
	clear:left;
	margin-bottom:10px;
	float:left;
	
	width:auto  !important;
	width:500px;
	max-width:500px;
}

.table-wrapper {
	width:100%;
	overflow-y: auto;
}

.post table {
	border: 4px solid #eaeceb;
	width: 100%;
}

.post table.broker {
	border: 4px solid #eaeceb;
	width: 100%;
	font-size: 12px;
	line-height: 1.5em;
}

.post td {
	border: 1px solid #eaeceb;
}

.post .comment_count
{
	display: none;
	float:right;
	width:29px;
	height:27px;
	background:url(images/comment.png) top right no-repeat;
	padding:5px 0 0 0;
	text-align:center;
	font-weight:bold;
	margin:0 0 15px 0;
	line-height:15px;
}

.post .comment_count a
{
	color:#666;
	float:left;
	width:100%;
}

.post .meta, .page .meta
{
	clear:left;
	margin:0;
	/*font-size:11px;
	margin-bottom:20px;*/
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:5px;
	color:#aaa;
}

.post .meta a, .page .meta a
{
	color:#999;
}

.post .postinfo
{
	float:left;
	clear:both;
	margin-top:10px;
	margin-bottom:20px;
	padding:10px 20px;
	width:500px;
	font-size:12px;
	background:#EEEEEE;
}

.post .postinfo h2
{
	color:#666;
	margin-bottom:10px;
}

.post .postinfo ul
{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

.post .postinfo ul.post-categories
{
	float:left;
	width:30%;
}

.post .postinfo ul.post-infoline
{
	float:right;
	width:70%;
}

.post .postinfo ul li
{
	clear:both;
	margin:0 0 5px 0;
}

.post .postinfo ul.post-categories li
{
	margin-bottom:0;
	padding:5px 0 5px 27px;
	background:url(images/folder.png) center left no-repeat;
}

.post .postinfo ul.post-categories li a
{
	font-weight:bold;
}

.post .postinfo ul.tags li
{
	float:left;
	clear:none;
	margin-right:5px;
}

.post .postinfo ul.tags li a
{
	color:#fff;
	background-color:#D14640;
	padding:1px 3px;
	text-transform:uppercase;
	font-size:10px;
}

.post .postinfo ul.tags li a:hover
{
	background-color:#FA6900;
	text-decoration:none;
}

.post .postinfo ul.post-categories, .post .postinfo ul.tags li.first
{
	clear:left;
}

.post .postinfo ul.post-infoline li
{
	margin-bottom:0;
	padding:5px 0 5px 27px;
	background:url(images/info.png) center left no-repeat;
}

.post .postinfo ul.post-infoline li a
{
	font-weight:bold;
}

.post a.more-link
{
	clear:both;
	color:#fff;
	float:right;
	padding:8px;
	margin-top:15px;
	margin-bottom:20px;
	font-size:12px;
	text-transform:uppercase;
	background:#F38630 url(images/more-link.jpg) 113px 10px no-repeat;
	width:115px;
	line-height:14px;
}

.post .body
{
	clear:both;
}

.post .body h1, .post .body h2, .post .body h3
{
	float:none;
	margin:20px 0 10px 0;
}

.post .body p, .post .body ul, .post .body ol, .post .body blockquote, .post .body img
{
	margin:10px 0 10px 0;
}

.post .body p, .post .body img
{
	padding:0;
}

.post .body img
{
	max-width:540px;
}

.post img.postimg
{
	width:100%;
	margin:0;
}

blockquote
{
	margin-left:20px;
	margin-right:20px;
	padding:40px 30px 10px 30px;
	border:1px dotted #fff;
	background:#FFF5CA url(images/quote.png) 10px 10px no-repeat;
	text-align:justify;
}

.post .body blockquote p
{
	/*margin:0;*/
}

.post .body a
{
	font-weight:bold;
}

.post .body img.alignright {
	float: right; 
	margin: 0 0 10px 10px;
	border: 2px solid #69d2e7;
	padding: 4px;
	box-sizing: border-box;
}
.post .body img.alignleft {
	float: left; 
	margin: 0 10px 10px 0;
	border: 2px solid #69d2e7;
	padding: 4px;
	box-sizing: border-box;
}
.post .body img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.post .body a img.alignright {float:right; }
.post .body a img.alignleft {float:left;}
.post .body a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.small
{
	width:255px;
	float:left;
	clear:none;
	margin-right:30px;
	border:none;
}

.small .sbody
{
	clear:both;
}

.small h2
{
	font-size:20px;
}

.small img.postimg
{
	margin-bottom:0;
}

.even
{
	margin-right:0;
}

.register-button
{
	text-align: center; 
	background: url(images/green-button.png) no-repeat scroll center center transparent; height: 60px; padding-top: 45px;
}

a.register-button-link
{
	font-size: 24px; 
	color: white; 
	text-decoration: none; 
	margin-top: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px;
}

a:hover.register-button-link
{
	text-shadow: #ffffff 2px 2px 8px;
}

.post .body .alignnone, .post .body .attachment-medium
{
	border:1px #e0e4cc solid;
	padding:4px;
}

.post .body table .alignnone
{
	border:none;
	padding:0;
}

.forex-quotes-box {
	width: 150px;
	float: left;
	border-right: 2px solid white;
	padding: 5px;
	background: #dddddd;
	color: #828282;
	font-size: 18px;
	font-weight: bold;
    	text-transform: uppercase;
}

.forex-quotes-date-box {
	width: 206px;
	float: left;
	border: none;
	padding: 5px;
	background: #dddddd;
	color: #828282;
	font-size: 16px;
	font-weight: bold;
    	text-transform: uppercase;
}

.forex-prediction-box-buy {
	width: 258px;
	float: left;
	border: 1px solid #e0e4cc;
	margin-right: 4px;
	padding: 4px;
	color: white;
	font-size: 14px;
	font-weight: bold;
    	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

.post .body .forex-prediction-box-buy div {
	background: #6daf0a;
	padding: 4px;
}

.post .body .forex-prediction-box-buy div a {
	color: white;
}

.forex-prediction-box-sell {
	width: 258px;
	float: left;
	border: 1px solid #e0e4cc;
	padding: 4px;
	color: white;
	font-size: 14px;
	font-weight: bold;
    	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

.post .body .forex-prediction-box-sell div {
	background: #ba0202;
	padding: 4px;
}

.post .body .forex-prediction-box-sell div a {
	color: white;
}
/* ////////////////////// Main Content ////////////////////// */



/* ////////////////////// Paging ////////////////////// */
.paging
{
	clear:both;
	float:left;
	width:100%;
}

.paging .prev
{
	float:left;
	width:50%;
}

.paging .next
{
	float:right;
	text-align:right;
	width:50%;
}

.paging div a
{
	float:left;
	font-weight:bold;
	padding:7px 10px;
	margin-bottom:30px;
	color:#fff;
	background-color:#D14640;
}

.paging div a:hover
{
	text-decoration:underline;
}

.paging .prev a
{
	float:left;
}

.paging .next a
{
	float:right;
}

/*
.paging
{
	clear:both;
	float:left;
	width:600px;
	background:#F5F8E6;
	margin:0 -30px;
}

.paging .prev
{
	float:left;
	width:50%;
}

.paging .next
{
	float:right;
	text-align:right;
	width:50%;
}

.paging div a
{
	float:left;
	font-weight:bold;
	padding:5px;
	margin:10px 10px;
}

.paging .prev a
{
	float:left;
}

.paging .next a
{
	float:right;
}
*/
/* ////////////////////// Paging ////////////////////// */



/* ////////////////////// Side Bar ////////////////////// */
#sidebar
{
	clear:both;
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar h2
{
	color:#D14640;
	text-align:left;
	margin-bottom:10px;
}

#sidebar li.widget
{
	clear:both;
	float:left;
	width:100%;
	margin:0 0 30px 0;
	padding:0;
}

#sidebar li ul
{
	clear:both;
	float:left;
	width:100%;
	margin:0 0 -10px 0;
	padding:0;
	list-style:none;
	width:100%;
}

#sidebar li ul li
{
	clear:both;
	float:left;
	width:100%;
	margin:0 0 10px 0;
	color:#666;
	text-align:right;
	font-weight:bold;
	font-size:14px;
	line-height: 1.5em;
}

#sidebar li ul li a
{
	color:#666;
	float:left;
}

#sidebar li ul li span.slink
{
	color:#666;
	float:left;
}

#sidebar li ul li ul.children
{
	width:100%;
	margin:7px 0 0 0;
	padding:0;
}

#sidebar li ul li ul.children li
{
	padding:3px 0;
	margin:0 0 0 0;
	font-size:12px;
	font-weight:normal;
	background:url(images/child.jpg) center left no-repeat;
}

#sidebar li ul li ul.children li a
{
	font-weight:normal;
	/*text-transform:uppercase;*/
	color:#666;
	margin-left:20px;
}

#sidebar .search_widget
{
	float:left;
	margin:-30px -30px 0 -30px;
	padding:20px 20px;
	width:320px;
	height:35px;
	background:url(images/search_bg.jpg) bottom left no-repeat;
}

#sidebar .search_widget #s
{
	float:left;
	background:url(images/search.jpg) top left no-repeat;
	width:270px;
	height:25px;
	padding:0;
	border:none;
	padding: 5px 0 5px 10px;
	font-size: 18px;
}

#sidebar .search_widget #sb
{
	float:left;
	background:url(images/search_button.jpg) top left no-repeat;
	width:40px;
	height:35px;
	padding:0;
	border:none;
	cursor:pointer;
}

#creditsfix
{
	clear:both;
	float:left;
	width:100%;
	height:52px;
}

#credits
{
	float:left;
	position:absolute;
	right:30px;
	bottom:0px;
	width:320px;
	height:47px;
	padding:0;
	margin:0 0 5px 0;
	float:left;
	list-style:none;
}

#credits li
{
	clear:both;
	float:left;
	width:100%;
	margin:0 0 5px 0;
	padding:0;
}

#credits li a
{
	float:right;
	color:#666;
	font-size:10px;
	text-transform:uppercase;
}

#credits li img
{
	vertical-align:middle;
	margin-right:5px;
}
/* ////////////////////// Side Bar ////////////////////// */



/* ////////////////////// Comments ////////////////////// */
#comments
{
	clear:both;
	float:left;
	width:100%;
	margin:0;
	padding:0px;
	background:#fff;
}

#comments a
{
	/*color:#666;*/
}

#comments h2
{
	margin:0 0 20px 0;
}

#comments p.notice
{
	margin:0 0 30px 0;
	padding:0px;
	text-align:center;
	font-weight:bold;
}

#comments .commentlist
{
	clear:both;
	list-style:none;
	margin:0 0 30px 0;
	padding:0;
}

#comments .commentlist li
{
	clear:both;
	padding:0px;
	margin:0 0 20px 0;
}

#comments .commentlist li div.comment-body
{
	padding:20px;
	background:#F5F8E6;
	background:#F8FAEF;
	background:#F7F7F7;
	background:#F5F8E6;
	border:1px solid #E0E4CC;
}

#comments .commentlist li.pingback div.comment-body, #comments .commentlist li.trackback div.comment-body
{
	background:#F7F7F7;
	border:none;
}

#comments .commentlist li div.comment-author .avatar
{
	padding:0;
	margin:0 10px 0 0;
	float:left;
	width:50px;
	height:50px;
	border:5px solid #E0E4CC;
}

#comments .commentlist li div.comment-author cite
{
	font-style:normal;
	font-weight:bold;
	font-size:14px;
	color:#D14640;
	text-transform:uppercase;
}

#comments .commentlist li div.comment-author .says
{
	margin-left:3px;
	display:none;
}

#comments .commentlist li div.comment-meta
{
	margin-bottom:10px;
	font-size:10px;
	text-transform:uppercase;
}

#comments .commentlist li div.comment-meta a
{
	text-decoration:none;
}

#comments .commentlist li p
{
	padding:0;
	margin:0 0 10px 0;
}

#comments .commentlist li .reply
{
	float:right;
	font-weight:bold;
}

#comments .commentlist li .reply a
{
	float:left;
	color:#666;
	background-color:#C8CEAA;
	margin:10px 0 0 0;
	padding:5px 8px;
	text-transform:uppercase;
	font-size:11px;
}

#comments .commentlist li.pingback .reply, #comments .commentlist li.trackback .reply
{
	display:none;
}

#comments .commentlist li ul.children
{
	float:left;
	clear:both;
	list-style:none;
	padding:0 0 0 20%;
	margin:0;
	width:80%;
	/*background:url(images/comment_reply.jpg) top left no-repeat;*/
}

#comments .commentlist li ul.children li
{
	clear:both;
	float:left;
	margin:20px 0 0 0;
	padding:0;
	width:100%;
}

#comments .commentlist li #respond
{
	margin:20px 0 0 0;
}

#comments .commentlist li:after, #comments .commentlist li div.comment-body:after, #comments .commentlist li ul.children li:after
{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}



#comments #respond
{
	clear:both;
	margin:0 0 30px 0;
	padding:20px 20px 0 20px;
	background:#F7F7F7;
	border:1px solid #eee;
}

#comments #respond .cancel-comment-reply
{
	float:left;
	margin:-10px 0 20px 0;
	text-transform:uppercase;
}

#comments #respond .cancel-comment-reply small a
{
	float:left;
}

#comments #respond .form
{
	clear:both;
	/*float:left;*/
	margin:0;
	padding:0;
}

#comments #respond .form p
{
	position:relative;
	float:left;
	width:100%;
	margin:0 0 20px 0;
	padding:0;
}

#comments #respond .form p label
{
	float:left;
	width:35%;
	margin-top:4px;
}

#comments #respond .form p label small
{
	margin-left:5px;
	font-size:10px;
}

#comments #respond .form .tf, #comments #respond .form textarea.tf
{
	float:right;
	width:60%;
	padding:7px;
	font-size:14px;
	color:#666;
	background:#eee;
	border-top:2px solid #ddd;
	border-bottom:none;
	border-right:none;
	border-left:none;
}

#comments #respond .form #submit
{
	float:right;
	padding:8px;
	border:none;
	background:#D14640;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
}
/* ////////////////////// Comments ////////////////////// */


/* ////////////////////// Unordered List ////////////////////// */
.body ul {
	padding: 10px 30px 10px 30px;
	background: #f7f7f7;
    border: 1px solid #eeeeee;
}

.body ul.box {
	padding: 0;
	background: transparent;
	border: none;
}

.body ul.box > li {
	margin: 10px 0;
	padding: 1em;
	background: #f7f7f7;
	border: 1px solid #eeeeee;
	font-size: 14px;
	line-height: 1.5em;
	text-indent: 0;
	list-style-type: none;
}
/* ////////////////////// Unordered List ////////////////////// */

/* ////////////////////// Ordered List ////////////////////// */
.body ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

.body ol > li {
  margin: 10px 0;
  padding: 1em 1em 1em 3em;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  font-size: 14px;
  line-height: 1.5em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

.body ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 1em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}
/* ////////////////////// Ordered List ////////////////////// */

/* ////////////////////// Newsline ////////////////////// */
#newsline-navigation ul {
	border: none !important;
}

#newsline-box h2
{
	color: #D14640;
}

#newsline-box form input[type="text"], #newsline-box form input[type="password"]
{
	color:#666;
	background:#eee;
	border-top:2px solid #ddd;
	border-bottom:none;
	border-right:none;
	border-left:none;
	font-size:14px !important;
}

#newsline-box form select {
	color:#666;
	background:#eee;
	border-top:2px solid #ddd;
	border-bottom:none;
	border-right:none;
	border-left:none;
	font-size:14px !important;
}

#newsline-box form #submit
{
	border:none;
	background:#D14640;
	color:#fff;
	font-size:14px !important;
	padding:8px !important;
}

#newsline-box form .info, #newsline-box form .error, #newsline-box form .success {
	font-size:14px !important;
}

#newsline-box form label + br {
	display: none;
}

#newsline-checklist li {
	font-size: 17px !important;
	list-style-type: none;
	text-indent: 0;
}

#newsline-checklist li:before { 
	padding-right: 0.5em;
}

#newsline-checklist li div[id*="newsline-more-"] {
	font-size: 14px !important;
}
/* ////////////////////// Newsline ////////////////////// */



/* ////////////////////// Commons ////////////////////// */
ul.list
{
	margin:0;
	padding:0;
	list-style:none;
}

ul.list li
{
	margin:0 0 5px 0;
	padding:0;
}

ul.list li.gap
{
	margin-bottom:15px;
}
/* ////////////////////// Commons ////////////////////// */



/* ////////////////////// Fixing Dear Mr Internet Explorer ////////////////////// */
.ie7 #comments { background:none; }
.ie7 #comments .commentlist li div.comment-body { display:inline-block; }
.ie7 #comments #respond, .opera #comments #respond
{
	padding-bottom:20px;
	margin-top:0px;
	margin-bottom:30px;
}
.ie7 #creditsfix { height:82px; }
.ie7 #header { z-index:5; }
.ie7 #navigation { float:none; }
/* ////////////////////// Fixing Dear Mr Internet Explorer ////////////////////// */



/* ////////////////////// Hacks ////////////////////// */
.clearfix:after
{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}

.clearfix
{
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
/* ////////////////////// Hacks ////////////////////// */



/* ////////////////////// Special ////////////////////// */
#broker-tipp {
	background: #5aa000; 
	height: 60px; 
	position: relative; 
	margin-top: -60px; 
	top: 170px; 
	width: 40px; 
	left: -40px; 
	text-align: center; 
	color: white;
}

#broker-tipp-border-left {
	background: #c7dea9; 
	height: 60px; 
	position: relative; 
	margin-top: -60px; 
	top: 170px; 
	width: 4px; 
	left: 0px; 
	text-align: center; 
	color: white;
}
	
#broker-tipp-border-right {
	background: #c7dea9; 
	height: 60px; 
	position: relative; 
	margin-top: -60px; 
	top: 170px; 
	width: 4px; 
	left: 536px; 
	text-align: center; 
	color: white;
}

.broker-logo-info {
	display: inline-block;
	position: absolute;
	background-color: white;
	font-size: 9px;
	margin: 39px 2px 2px -90px;
}
/* ////////////////////// Special ////////////////////// */



/* ////////////////////// Mobile ////////////////////// */
#mobile-menu-button {
	display: none;
	width: calc(100% - 10px);
	height: 40px;
	margin: 20px 5px 20px 5px;
	background: #9fe2ef;
	background-image: -webkit-linear-gradient(top, #9fe2ef, #87dbeb);
	background-image: -moz-linear-gradient(top, #9fe2ef, #87dbeb);
	background-image: -ms-linear-gradient(top, #9fe2ef, #87dbeb);
	background-image: -o-linear-gradient(top, #9fe2ef, #87dbeb);
	background-image: linear-gradient(to bottom, #9fe2ef, #87dbeb);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #666666;
	font-size: 20px;
	padding: 0;
	border: 2px solid #666666;
	text-decoration: none;
	outline: none;
}

.mobile-menu-button-active {
	margin-bottom: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

@media only screen and (max-width: 768px) {
	#pagewidth {
		width: 100%;
	}

	#header .logo {
		width: 100%;
	}
	
	#header .logo a {
		width: 100%;
		max-width: 450px;
		background-size: 100% 100%;
	}
	
	#header .ad {
		float: none;
		margin: 5px;
	}
	
	#header .ad img {
		width: 100%;
		max-width: 468px;
		height: auto;
	}

	#navigation {
		width: calc(100% - 10px);
		margin: 0 5px 20px 5px;
		padding: 0;
	}
	
	#exchange-rates-bar {
		border: none;
		padding: 0;
	}
	
	#teaser {
		border-left: none;
		border-right: none;
		padding: 0;
	}
	
	#teaser a {
		font-size: 16px;
	}
	
	#teaser a.right {
		float: none;
	}
	
	#teaser-img {
		display: none;
	}

	#teaser-img-mobile {
		display: block;
		width: 100%;
	}

	#content {
		background: white;
		width: 100%;
		box-sizing: border-box;
	}

	#content #left {
		float: none;
		margin: 0;
		width: 100%;
	}
	
	#content #right {
		float: none;
		margin: 0;
		width: 100%;
	}
	
	.post .body .alignnone, .post .body .aligncenter, .post .body .attachment-medium {
		max-width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	
	.post .body iframe {
		width: 100%;
		box-sizing: border-box;
	}
	
	.post .body object {
		width: 100%;
		box-sizing: border-box;
	}
	
	.post .postinfo {
		width: 100%;
		box-sizing: border-box;
	}
	
	.post .postinfo ul.post-categories {
		width: 100%;
		float: none;
		box-sizing: border-box;
	}
	
	.post .postinfo ul.post-infoline {
		width: 100%;
		float: none;
		box-sizing: border-box;
	}
	
	#broker-tipp {
		display: none;
	}
	
	#broker-tipp-border-left {
		display: none;
	}
	
	#broker-tipp-border-right {
		display: none;
	}
	
	.broker-logo-info {
		display: none;
	}
	
	#sidebar {
		width: 300px;
	}
	
	#sidebar .search_widget {
		margin: 0;
		width: 260px;
	}
	
	#sidebar .search_widget #s {
		width: 210px;
	}
	
	#footer {
		padding: 20px 10px 10px 10px;
		width: 100%;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 500px) {
	#header {
		background: none;
	}
	
	#header .logo a {
		height: 50px;
	}

	#mobile-menu-button {
		display: block;
	}
	
	#navigation {
		display: none;
	}
		
	#navigation li {
		float: none;
		position: relative;
		width: 100%;
	}
	
	#navigation li a {
		float: none;
	}
}

@media only screen and (max-width: 466px) {
	.register-button {
		height: 84px;
	}
}

@media only screen and (max-width: 366px) {
	#content .ad img {
		width: 100%;
	}
	
	#content .prbox img {
		width: 100%;
	}
}

@media only screen and (max-width: 320px) {
	#header .logo a {
		height: 40px;
	}

	.post .body img.alignright {
		width: 100%;
		height: auto;
		float: none;
		margin: 0 0 10px 0;
		box-sizing: border-box;
	}

	#sidebar {
		width: 100%;
		box-sizing: border-box;
	}
	
	#sidebar .search_widget {
		margin: 0;
		width: 227px;
	}
	
	#sidebar .search_widget #s {
		width: 177px;
	}
	
	#sidebar img {
		width: 100%;
	}
	
	#sidebar iframe {
		width: 100% !important;
	}
}
/* ////////////////////// Mobile ////////////////////// */
