html,body
{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}
body 
{
	font-family:Arial;
	font-size:14px;
	line-height:18px;
}

#LanguageSelector
{
	width:980px;
	text-align:right;	
}
#LanguageSelector a:link,
#LanguageSelector a:visited,
#LanguageSelector a:active,
#LanguageSelector a:hover
{
	font-size:11px;
	text-decoration:none;
	color:#005990;	
}
#LanguageSelector a.selected
{
	text-decoration:underline;
}

small
{
	font-size:12px;
}

div#PageHolder 
{
	width:980px;
	margin:15px 0 0 15px;
}

.logo
{
	/*
	margin:0;
	padding:0;
	float:left;
	*/
	margin:0;
	padding:0;
	position:absolute;
	top:9px;
	left:14px;
}

a img
{
	border:0;
}

.slogan_no, .slogan_en, .slogan_sv
{
	float:right;
	margin-top:8px;
	height:17px;
	width:500px;
	margin-right:13px;
}
.slogan_no
{
	background:url("Img/slogan_no.gif") no-repeat;
}
.slogan_en
{
	background:url("Img/slogan_en.gif") no-repeat;
}
.slogan_sv
{
	background:url("Img/slogan_sv.gif") no-repeat;
}

div#ContentHolder
{
	padding-top:20px;
	height:auto;
}

td 
{
	vertical-align:top;
	text-align:left;
}

.dealers fieldset
{
	text-align:center;
}
.dealers fieldset img
{
	margin-top:5px;
}
fieldset
{
	padding:5px;	
}

legend 
{
	font-size:15px;
	color:#005990;	
}

.dealers td.rCol, .dealers td.lCol
{
	width:33%;	
}

.blink
{
	text-decoration:blink;	
}

td.rCol
{
	padding-left:10px;
	width:50%;
}
td.lCol
{
	padding-right:10px;	
	width:50%;
}

input
{
	font-family:Arial;
	font-size:14px;
}
textarea 
{
	font-family:Arial;	
	font-size:14px;
}

.textInput
{
	margin-bottom:5px;
	padding:3px;
	border:1px solid #999;
}

.treeView table
{
	text-align:left;
	width:auto;	
}
.treeView table td
{
	padding:3px 0 3px 0;
}
.treeView .nodeStyle
{
	text-decoration:none;
	color:#000;	
}
.treeView .leafNodeStyle
{
	text-decoration:underline;
	font-weight:normal;
	color:#006FB0;	
}


table
{
	width:100%;
}

div.label
{
	
}

div.formWrapper
{
	padding:12px;
	background:#e7e7e7;
	float:left;
	clear:both;
}

.invalid
{
	border:1px solid #dc0000;
}
.error
{
	color:Red;	
}

input.formButton
{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background:#006FB0;
	padding:2px 8px 1px 8px;
	border:0;
	border:1px outset #f1f1f1;
	margin-top:10px;
	cursor:pointer;
}
input.formButton:hover
{
	background:#458bd1;
}

h1
{
	margin:0 0 15px 0;
	color:#006FB0;
	font-size:22px;
	font-weight:bold;
}
h2
{
	font-size:18px;
	margin:0px 0 10px 0;
}
h3
{
	color:#006FB0;
	margin:10px 0 3px 0;
	font-size:15px;	
}

div#BottomInfo
{
	clear:both;
	padding-bottom:20px;
	padding-top:20px;
	text-align:center;
}

div.productBox
{
	position:relative;
	top:0;
	#top:-30px;
	left:0;
	float:right;
	padding:0 0 10px 15px;
}

.accordionHeader 
{
	padding:6px 0px 5px 10px;
	margin-bottom:10px;
	background:#e1e1e1;
	color:#0068ac;
	font-size:18px;
	cursor:pointer;
}
.accordionHeader:hover
{
	padding:6px 0px 5px 10px;
	margin-bottom:10px;
	background:#F1F1F1;
	color:#0068ac;
	font-size:18px;
	cursor:pointer;
}
.accordionHeaderSelected
{
	padding:6px 0px 5px 10px;
	background:#006FB0;
	color:#FFFFFF;
	font-size:18px;
	cursor:pointer;
}
.accordionContent
{
	padding:5px 5px 5px 9px;
}

a:link
{
	color:#00588f;
	text-decoration:underline;
}
a:visited
{
	
}
a:active
{
	
}
a:hover
{
	color:#000000;
}

.popupWindow
{
	background:#e5e5e5;
}
.popupContentHolder
{
	min-width:200px;
	padding:10px;
	border:2px solid #006FB0;
}
.popupHeaderLine 
{
	padding:3px 25px 3px 5px;
	background:#006FB0;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}
.popupCancelButton
{
	position:absolute;
	top:4px;
	right:4px;
}
.modalBackground
{
	background:#000000;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}