body  {
	background-color:#EFF3F5;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}

/* construction */

#header {
	position:relative;
	background-color:#DADADA;
	height:100px;
	padding:5px;
}
#header .more {
	position:absolute;
	right:20px;
	top:10px;
	font-size:0.8em;
}
#header .more a {
	color:#333;
	text-decoration:none;
}
#header .more a:hover {
	color:#333;
	text-decoration:underline;
}
#topmenu {
	background: #333333 url('../images/ui/ui-bg_gloss-wave_35_333333_500x100.png') 50% 50% repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	/*
	background: -moz-linear-gradient(top,#666,#000 90%);
	background: -webkit-gradient(linear,0 0,0 100%,from(#666),to(#000));
	*/
	padding:0;
	
}
#topmenu .width900 { width:895px; position:relative; color:#fff; margin:0px auto;padding-top:3px; padding-left:5px; height:27px; }
#topmenu .flags { position:absolute; right:0px; top:4px; }
#whiteBody {
	background-color:#fff;
}
#container {
	position:relative;
	margin:0px auto;
	width:880px;
	padding:10px;
	min-height:430px;
}
#innerContainer {
	position:relative;
}
#innerContainer_medium {
	width:620px;
	margin:0 10px 10px 10px;
}
#innerContainer_full {
	margin:0 10px 10px 10px;
}
.rightContainer {
	float:right;
	width:230px;
}
.rightContainer span {
	display:block;
	text-transform:uppercase;
	font-weight:500;
	font-family:Cambria;
	font-size:20px;
	color:#fff;
	background:#000000 url('../images/topmenu.png') repeat-x;
	border-bottom:0px solid #999;
	padding:0 0 0 5px;
	margin:0 0 5px 0;
}
.rightContainer div {
	position:relative;
	margin:0px 0 0px 0;
}
.rightContainer div:hover {
	background-color:#efefef;
}
.rightContainer .span {
	position:absolute;
	left:80px;
	top:0;
}
.rightContainer .img {
	max-width:75px;
	max-height:60px;
	overflow:hidden;
	margin:0 0 5px 0;
}
.rightContainer pre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#006699;
	white-space:normal;
	width:150px;
	font-size:10px;
	margin:3px 0 0 0;
}
#footer {
	border-top:1px solid #D7D6D6;
	background: #EFF3F5;
	height:auto;
}
#footer .footer_boxes {
	width:850px;
	min-height:150px;
	margin:0 auto;
	position:relative;	
}

#footer .boxLeft {
	position:absolute;
	top:10px;
	left:0px;
	width:230px;
	min-height:75px;
	padding:10px;
	background:#fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#ededed), color-stop(.7,#FFFFFF));
	background: -moz-linear-gradient(#ffffff 80%,#ededed);
	border:1px solid #999;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-family:'Droid Sans', Arial, sans-serif;
}
#footer .boxCenter {
	position:absolute;
	top:10px;
	left:300px;
	width:230px;
	min-height:75px;
	padding:10px;
	background:#fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#ededed), color-stop(.7,#FFFFFF));
	background: -moz-linear-gradient(#ffffff 80%,#ededed);
	border:1px solid #999;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-family:'Droid Sans', Arial, sans-serif;
}
#footer .boxRight {
	position:absolute;
	top:10px;
	right:0px;
	width:230px;
	min-height:75px;
	padding:10px;
	background:#fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#ededed), color-stop(.7,#FFFFFF));
	background: -moz-linear-gradient(#ffffff 80%,#ededed);
	border:1px solid #999;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
#footer strong {
	font-family:Cambria;
}

#footer .footerUl {
	font-size:0.8em;
	list-style:none;
	margin:10px 0 0 0;
	padding:0px;
}
#footer a {
 color:#666;
 text-decoration:none;
 font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
#footer a:hover {
 color:#333;
 text-decoration:none;
}
#footer .footer_adr {
width:850px;
margin:0px auto;
font-size:11px;
color:#000;
text-align:center;
}
.clear { clear:both; }

/* styles & typegraphy */

#container {
	font-size:12px;
}

.pHeader {
	font-size:13px;
	font-weight:bold;
	background:url('../images/headergradient.jpg') repeat-x;
}

#container .pageHead {
	display:block;
	font-weight:500;
	font-size:20px;
	margin:0 0 20px 10px;
	padding:0 0 10px 0;
	font-family:Cambria;
	border-bottom:1px solid #ccc;
}
.cataHead {
	padding:0px 0 0 0;
	margin:10px;
	font-family:'Droid Sans', Arial, sans-serif;
}
.cataHead_link {
	color:#000000;
}
.cataHead a {
	color:#000;
	text-decoration:none;
}
.cataHead a:hover {
	color:#000;
	text-decoration:underline;
}
#container h2 span {
	color:#00CC00;
}
#container .whitemoz {
	position:relative;
	background-color:#FFFFFF;
	-moz-border-radius:5px;
	padding:10px;
	margin-top:5px;
}
#container small {
	margin:0 0 0 5px;
}

#container a {
	color:#666;
	text-decoration:none;
}
#container a:hover {
	color:#333;
	text-decoration:none;
}
#feedback-slip {
	position:fixed;
	right:0px;
	top:150px;
	padding:5px;
	background:#EFEC3F;
	color:#000;
	font-size:12px;
	-moz-border-radius:3px 0 0 3px;
	-webkit-border-radius:3px 0 0 3px;
	z-index:1001;
}
#feedback-slip a {
	text-decoration:none;
	color:#000;
}
#feedback-slip:hover {
	cursor:pointer;
	background:#F60;
}
#feedback-slip .active {
	background:#F60;
}
/* topmenuen */
#topmenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#topmenu li {
	display:inline;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	padding:7px 15px;
	margin:0 0 0 -6px;
	cursor:pointer;
}
#topmenu a:link,#topmenu a:visited,#topmenu a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#topmenu a:hover {
	color:#fff000;
}
#topmenu .selected {
	color:#fff000;
}



/* Apply formen */

#apply {
	background-image:url('../images/point_submit.png');
	background-position:left bottom;
	background-repeat:no-repeat;
}
#apply form {
	margin:0px;
}
#apply label {
	display:block;
	color:#333;
	margin:5px 0 0 0;
}

#apply input {
	border:1px solid #666;
	padding:3px;
	font-size:1em;
	background:transparent url('../images/inputbg.png') bottom repeat-x scroll;
	width:300px;
}
#apply input.postal {
	border:1px solid #666;
	padding:3px;
	font-size:1em;
	background:transparent url('../images/inputbg.png') bottom repeat-x scroll;
	width:50px;
}
#apply input.city {
	border:1px solid #666;
	padding:3px;
	font-size:1em;
	background:transparent url('../images/inputbg.png') bottom repeat-x scroll;
	width:238px;
}
#apply .submit {
	float:right;
	color:#0066FF;
	font-size:1em;
	padding:3px;
	width:100px;
	margin:40px 0 0 0;
	-moz-border-radius:0 0 5px 0;
}

#apply label.error {
  background:url("../images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
}

#apply label.checked {
  background:url("../images/checked.gif") no-repeat 0px 0px;
}


#apply #informationbox {
	position:absolute;
	right:15px;
	top:72px;
	width:400px;
	text-align:left;
	
}
#informationbox .betingelser {
	overflow-y: scroll;
	height:280px;
	border:1px solid #999;
	background-color:#EDEDED;
	margin:0 0 10px 0;
	padding:5px;
	font-size:0.9em;
}

#informationbox .iagree {
	width:20px;
	margin:0 0 0 -4px;
}

/* reseller login */
#ForhandlerLogin { width:406px; margin:40px auto; }
#ForhandlerLogin legend				{ display: none; }
#ForhandlerLogin fieldset			{ border: 0; }
#ForhandlerLogin label				{ width: 115px; text-align: right; float: left; margin: 0 10px 0 0; padding: 9px 0 0 0;font-size:1.1em; }
#ForhandlerLogin input				{ width: 220px; display: block; padding: 4px; margin: 0 0 10px 0; font-size: 18px; color: #3a3a3a; font-family: Georgia, serif;}
#ForhandlerLogin input[type=checkbox]{ width: 20px; margin: 0; display: inline-block; }
#ForhandlerLogin .button				{ background: url('../images/button-bg.png') repeat-x top center; border: 1px solid #999; -moz-border-radius: 5px; padding: 5px; color: black; font-weight: bold;-webkit-border-radius: 5px; font-size: 13px;  width: 70px; }
#ForhandlerLogin .button:hover		{ background: white; color: black; }

#ForhandlerLogin .messagebox{
	position:absolute;
	width:100px;
	margin-left:30px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}
#ForhandlerLogin .messageboxok{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	
}
#ForhandlerLogin .messageboxerror{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}

/* Forsiden */

#searchField {
	float:left;
	position:relative;
	background-color:#F6F6F6;
	border:1px solid #999;
	-moz-border-radius:5px;
	padding:0px;
	min-height:100px;
	width:575px;
	text-align:center;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	z-index:1000;
}

#searchField p {
	display:block;
	border-bottom:1px solid #666;
	text-align:left;
	text-transform:uppercase;
	font-weight:500;
	font-family:Cambria;
	font-size:18px;
	padding:5px 0 5px 5px;
	margin:0px 0 10px 0px;
}
.searchbox {
	background: #F5F5F5;
	padding:10px;
	border:1px solid #999;
}
#searchForm {
	margin:0px;
	padding:0px;
	z-index:900;
}
.searchField input {
	border:1px solid #666;
	padding:3px;
	font-size:1.3em;
	color:#666;
	background:transparent url('../images/inputbg.png') bottom repeat-x scroll;
}

.selectform {
	border:1px solid #666;
	padding:2px;
	font-size:1.3em;
	color:#666;
	background:transparent url('../images/inputbg.png') bottom repeat-x scroll;
	z-index:950;
}

.searchField .submit {
	border:1px solid #666;
	padding:2px;
	font-size:1.3em;
	background:transparent url('../images/inputbg.png') bottom repeat-x scroll;
}

#newsletterField {
	float:right;
	background-color:#F6F6F6;
	border:1px solid #999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:0px;
	height:150px;
	width:286px;
	text-align:center;
}

#newsletterField p {
	display:block;
	border-bottom:1px solid #666;
	text-align:left;
	text-transform:uppercase;
	font-weight:500;
	font-family:Cambria;
	font-size:18px;
	padding:5px 0 5px 5px;
	margin:0px 0 10px 0px;
}
#newsletterField input {
	border:1px solid #666;
	padding:3px;
	font-size:1.3em;
	color:#666;
	background:transparent url('../images/inputbg.png') bottom repeat-x scroll;
	margin:0 0 6px 0;
}
#newsletterField .submit {
	border:1px solid #666;
	padding:3px;
	font-size:1.0em;
	color:#666;
	background:transparent url('../images/inputbg.png') bottom repeat-x scroll;
	margin:0 0 10px 0;
}

#newsField { 
	position:absolute;
	top:125px;
	background-color:#F6F6F6;
	border:1px solid #999;
	width:575px;
	-moz-border-radius:0px;
	height:35px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	z-index:1;
}

#boxLeft {
	position:absolute;
	top:219px;
	left:10px;
	width:280px;
	height:165px;
	padding:5px 5px 5px 0px;
	border:1px solid #999;
	background-color:#F6F6F6;
	background:url('../images/headergradient.jpg') repeat-x;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#boxCenter {
	position:absolute;
	top:219px;
	left:309px;
	width:270px;
	height:165px;
	padding:5px 5px 5px 0px;
	border:1px solid #999;
	background-color:#F6F6F6;
	background:url('../images/headergradient.jpg') repeat-x;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#boxRight {
	position:absolute;
	top:219px;
	right:10px;
	width:280px;
	height:165px;
	border:1px solid #999;
	padding:5px 5px 5px 0px;
	background-color:#F6F6F6;
	background:url('../images/headergradient.jpg') repeat-x;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#boxLeft span,#boxCenter span,#boxRight span {
	text-transform:uppercase;
	font-weight:500;
	font-family:Cambria;
	font-size:18px;
}
#boxLeft a,#boxCenter a,#boxRight a {
	color:#000;
}
#boxLeft a:hover,#boxCenter a:hover,#boxRight a:hover {
	color:#000;
	text-decoration:underline;
}
#boxLeft p,#boxCenter p,#boxRight p {
	
}
.boxes { cursor:pointer; }

.frontCatagories {
position:absolute;width:270px;margin:5px 0; text-align:left;
}
.frontCatagories a { text-decoration:none; color:#666666; }
.frontCatagories a:hover { text-decoration:underline; color:#666666; }

.mol ul, ol {
	position:absolute;
	margin:5px;
	padding:2px 0;
	overflow:hidden; 
	background-color:#ffffff;
	list-style:none;
}
.mol li,.mol ol li {
	margin:0px 0px 0px -25px; 
	padding:0px 0px;
	list-style:none;
	font-size:11px; 
	white-space:nowrap;
}

/* Search results */
#searchResults {
	font-size:1em;
}
#searchResults a {
	color:#000000;
}
#largeImage {
	position: absolute;
	padding: .5em;
	background: #f4f4f4;
	border: 1px solid #BFBFBF;
	z-index:2;
	-moz-border-radius:5px;
}
#calendar_box {
	position: absolute;
	padding: .5em;
	background: #e3e3e3;
	border: 1px solid #BFBFBF;
	z-index:2;
	display:none;
}
#quickResults {
	display:none;
	width:878px;
	padding:4px 0px;
	background:#FFF url('../images/quickResultsBg.gif') top repeat-x;
	z-index:2;
}
.trRow {
	background-color:#cccccc;
}
#close_search {
	cursor:pointer;
}

/* News front */

ul#newsFront {
	list-style:none;
	margin:8px 0 0 150px;
	padding:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
#newsFront .date {
	color:#666666;
}
#newsFront a { text-decoration:none; color:#666666; }
#newsFront a:hover { text-decoration:underline; color:#666666; }

/* TableSorter */

table.tablesorter {
	background-color: #CDCDCD;
	margin:5px 0 0 0;
	width: 100%;
	text-align: left;
	position:relative;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 0px solid #FFF;
	padding: 2px;
}
table.tablesorter thead tr .header {
	background-image: url('../images/icons/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	background-color: #FFF;
	vertical-align: top;
	padding:2px 0;
}
table.tablesorter tbody tr:nth-child(odd) td {
	background-color:#F6F6F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('../images/icons/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('../images/icons/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
table.tablesorter .description p {
	margin:0px;
	padding:0px;
}
.pager {  margin:0 0 0 0; background-color:#eee; display:block; width:860px; padding:5px; }
.pager input { border:0px; background:transparent; width:60px; text-align:center; }
.pager img { vertical-align:middle; }

/* news */

#newsUl {
	list-style:none;
	padding:0;
}
#newsUl li {
	list-style:none;
	padding:0 0 10px 0;
	margin:0;
}
#newsUl h2 {
	font-weight:500;
	padding:0px;
	margin:0px;
}
#newsUl small {
	display:block;
	font-size:10px;
	color:#999;
	margin:0px;
	padding:0px;
}
#newsUl a {
	color:#666;
	text-decoration:none;
}
#newsUl a:hover {
	color:#666;
	text-decoration:underline;
}
#innerContainer_medium small {
	font-size:10px;
	color:#999;
	margin:0px;
	padding:0px;
}
#innerContainer_medium h2 {
	margin:0px;
	padding:0px;
}
.noMargin {
	margin:0px;
	padding:0px;
}

/* AutoComplete */
#autoComplete_div {
display:none;
background:#fff;
position:absolute;
z-index:100;
margin: 1px 0 0 0px;
border:1px solid #333;
text-align:left;
width:256px;
}
#autoComplete_div ul {
list-style:none;
margin:0px;
padding:0px;
}
#autoComplete_div li {
list-style:none;
padding:2px;
margin:0px;
}
#autoComplete_div li:nth-child(odd) {
background:#F6F6F6;
}
#autoComplete_div li {
cursor:pointer;
}
#autoComplete_div li:hover {
background:#666;
color:#FFFFFF;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}


/* Pagination */
#pagination {
	margin:10px 0 0 0;
}

#pagination a {
background-color:#e3e3e3;
color:#000;
padding: 3px 6px;
border:1px solid #999;
font-size:11px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
}
#pagination a:hover {
background-color:#cac9c9;
color:#000;
text-decoration:none;
}

/* FAQ */

#faq_table .header {
	display:block;
	text-transform:uppercase;
	font-weight:500;
	font-family:Cambria;
	font-size:20px;
	color:#fff;
	background:#000000 url('../images/topmenu.png') repeat-x;
	border-bottom:0px solid #999;
	padding:0 0 0 5px;
	margin:0 0 5px 0;
}
.faq_catagories {
	list-style:none;
}