/* layout.css definierar grundstrukturen */
/* elements.css definierar alla huvud element för siten */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	background: #fff;
	padding: 0em 0em 0em 0em;
	color: #000; 
	width: 61em;
}
h1 {
	margin: 1.2em 0em 1em 0em; 
	font-size: 1.2em; 
	font-weight: bold; 
	color: #333333;
	line-height: 1.2em;
	z-index:auto;
}
h2 {
	margin: 0.89em 0em 1em 0em; 
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	line-height:1.4;
	z-index:auto;
}
h2 .italic {
	margin: 0.89em 0em 1em 0em; 
	font-size: 1.1em;
	font-weight: bold;
	font: italic;
	color: #333333;
	line-height:1.4;
	z-index:auto;
}
h3,h4,h5,h6,h7 {
	margin: 0.89em 0em 1em 0em; 
	font-size: 1.1em;
	font-weight: bold;
	font: italic;
	color: #333333;
	line-height:1.4;
	z-index:auto;
}
p {
	font-size: 1em;
	font-weight: normal;
	color: #333333;
	line-height:1.2em;
	z-index:auto;
}
p b {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	line-height:1.3em;
}	
b {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	line-height:0.9em;
}	
b.small {
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	line-height:1.2em;
}	
i {
	font-size: 1em;
	font-weight: italic;
	line-height:0.9em;
	color: #333333;
}	 
em {
}
#col-a {
	float: left; width: 61em;
}
unknown {
	margin-left: 1px;
}
#col-b {
display:none;
}
unknown {
	margin-right: 1px;
}
#col-c {
display:none;
}
unknown {
	margin-left: 1px;
}
.cols-wrapper {
	width: 100%;
}
.hide-left .cols-wrapper {
	margin-left: 0px; border-left-style: none;
}
.hide-right .cols-wrapper {
	margin-right: 0px; border-right-style: none;
}
.hide-both .cols-wrapper {
	margin: 0px; border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: dotted
}
.show-all #columns {
	padding:0em 0em 0em 0em;
}
.hide-left #columns {
	padding:0em 0em 0em 0em;
}
.hide-right #columns {
	padding:0em 0em 0em 0em;
}
unknown {
	padding-bottom: 0px;
}
.float-wrapper {
	float: left; 
	width: 100%; 
	position: relative;
	padding:0.1em 0em 1.5em 0em;
}
unknown {
	margin-right: -1px;
}
.sidecol {
}
.box {
}
.main-content {
	margin: 2em 0em 0em 0em;
}
.clear {
	clear: both;
}
.none {
	display: none;
}
#logo{
	float:left;
	z-index : 10;
}
#TradeDoublerBanner{
	display: none;
}
#top{
display:none;
}
#toplogin{
display:none;
}
#topnav{
display:none;
}
#footer {
display:none;
}
.bform {
	height: 2em;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.bottomlinks {
	line-height: 0.8em;
}
.blackline{
	background-color: #000;
}
hr .greyline {height: 1px;border: 0px solid #000;background-color: #eee;color: #eee;margin: 2px 0px 0px 0px;}

.trbold {
	font-size: 1em;
	font-weight: bold;
	color: #3E3E3E;
	text-align:left;
}
form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

