﻿/*********************************************************
General css
*********************************************************/

html {
	background-color:#e6e6e6;
	margin:0;
	padding:0;
	}

body {
	background-image:url(../gfx/BgDesignMiddle.png);
	background-position:center;
	background-repeat:repeat-y;
	margin:0;
	padding:0;
	}

#maincontainer {
	font:100% Lucida Sans unicode, Lucida Sans, Arial, Helvetica, Verdana;
	background-image:url(../gfx/BgDesign.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:979px;
	padding:29px 0 0 13px;
	padding-top:29px;
	min-height:700px;
	margin:auto;
	font-size:0.68em;
	overflow:hidden;
	}
	
.bottom {
	background-image:url(../gfx/BgDesignBottom.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:992px;
	height:20px;
	margin:auto;
	}

h1 {
	font-size:1.6em;
	font-weight:normal;
	margin:0;
	}	


h2 {
	font-size:1.4em;
	font-weight:normal;
	margin:0;
	color:#006ab2;
	}
	
h3 {
	font-size:1.8em;
	font-weight:normal;
	margin:0;
	}

h4 {
	font-size:1.6em;
	margin:0;
	font-weight:normal;
	}
	
h5 {
	font-size:1.6em;
	margin:0;
	font-weight:normal;
	}

a {
	text-decoration:none;
	color:#000;
	}
	
a:hover {
	color:#0963a1;
	}
	
a img {
	border:0;
	}
	
input {
	font:100% Lucida Sans unicode, Lucida Sans, Arial, Helvetica, Verdana;
	padding:3px;
	}

input.button {
	background-color:Transparent;
	border:0;
	}

select {
	font:100% Lucida Sans unicode, Lucida Sans, Arial, Helvetica, Verdana;
	}
	
.hidden {
	display:none !important;
	}

/*********************************************************
Top
*********************************************************/

a.Toplogo { /* Changed from ID to class by AEH */
	background-image:url(../gfx/Logo.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-position:28px 0;	
	text-indent:-2000px;
	padding-top:0;
	padding:0 0 0 28px;
	width:119px;
	height:43px;
	display:block;
	float:left;
	}
	
ul#mainmenu {
	list-style:none;
	margin:17px 0 0 0;
	padding:0 41px 0 0;
	float:right;
	}
	
ul#mainmenu li {
	float:left;
	}
	
ul#mainmenu li a {
	text-align:center;
	text-decoration:none;
	color:#000;
	margin:0;
	padding:6px 6px 7px 6px;
	display:block;
}

ul#mainmenu li a:hover {
	color:#1776b7;
}

ul#mainmenu li a.selected {
	background-color:#fff;
	border-left:1px solid #d1d1d1;
	border-top:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	padding:5px 5px 7px 5px;
}
	
#topelements {
	width:920px;
	padding:20px 20px 9px 0;
	position:relative;
	overflow:hidden;
	clear:both;
	}
	
#topelements a.links{
	background-image:url(../gfx/Arrows.png);
	background-repeat:no-repeat;
	background-position:0px -23px;
	padding-left:15px;
	margin:6px 0 0 15px;
	display:block;
	float:right;
	white-space:nowrap;
	}
	
#topelements ul#language {
	list-style:none;
	margin:0 0 0 20px;
	padding:0px;
	width:120px;
	float:right;
	}
	
#topelements ul#language li {
	float:left;
	}
	
#topelements ul#language li a {
	background-image:url(../gfx/Flags.png);
	background-repeat:no-repeat;
	border:1px solid #fff;
	width:27px;
	height:26px;
	display:block;
	text-indent:-2000px;
	}
	
#topelements ul#language li a.dk {
	background-position:5px 5px;
	}

#topelements ul#language li a.s {
	background-position:5px -20px;
	}
	
#topelements ul#language li a.n{
	background-position:5px -45px;
	}
	
#topelements ul#language li a.gb{
	background-position:5px -70px;
	}
	
#topelements ul#language li a:hover{
	border:1px solid #d3e5f1;
	}	
	
#topelements #search {
	padding-left:10px;
	margin-top:5px;
	float:right;	
	}
	
#topelements #search label {
	display:none;
	}
	
#topelements #search input.text {
	background-color:#000;
	padding:3px;
	height:13px;
	width:115px;
	border:0;
	color:#fff;
	float:left;
	}
	
#topelements #search input.button {
	width:35px;
	height:17px;
	float:left;
	margin:0px;
	padding:0;
	cursor:pointer;
	}
	
	
/*********************************************************
Sidebar
*********************************************************/

.sidebar {
	margin:0;
	padding:0 20px 0 20px;
	width:160px;
	float:left;
	clear:right;
	}

/********ProductMenu*******************************/

ul#productmenu{
	list-style:none;
	margin:0 0 0 0;
	padding:0px;
	}
	
ul#productmenu li{
	padding:0 0 20px 0;
	}
	
ul#productmenu li ul{
	list-style:none;
	padding:5px 0 0 0;
	margin:0;
	}
	
ul#productmenu li ul li{
	background-image:url(../gfx/Arrows.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding:0 0 0 15px;
	margin:0;
	}
	
ul#productmenu li ul li a:hover{
	color:#ed9101;
	}
	
ul#productmenu li ul li a.selected{
	color:#ed9101;
	}

/*********************************************************
Content
*********************************************************/

.content {
	width:720px;
	float:left;
	}
	
/********MainGroup*******************************/

ul#maingroup {
	list-style:none;
	padding:0 0 8px 0;
	margin:0;
	width:715px;
	float:right;
	}
	
ul#maingroup li {
	width:342px;
	height:212px;
	padding:0 0 10px 15px;
	position:relative;
	float:left;
	}
	
ul#maingroup li img {
	border:1px solid #eeeeee !important;
	float:left;
	}
	
ul#maingroup li span {
	background-image:url(../gfx/BgTransparent.png);
	background-repeat:repeat;
	width:320px;
	padding:3px 10px;
	color:#fff;
	bottom:11px;
	left:16px;
	text-align:right;
	font-size:1.8em;
	position:absolute;
	}
	
/********Focus*******************************/

ul#focus{
	background-image:url(../gfx/Line.png);
	background-repeat:no-repeat;
	background-position:15px 0px;
	list-style:none;
	padding:18px 0 8px 0;
	margin:0;
	width:715px;
	float:right;
	}
	
ul#focus li{
	width:342px;
	height:135px;
	padding:0 0 10px 15px;
	position:relative;
	float:left;
	}
	
	
ul#focus li a{
	background-image:url(../gfx/BgFocus.png);
	background-repeat:no-repeat;
	border:1px solid #ededed;
	width:340px;
	height:133px;
	color:#000;
	overflow:hidden;
	display:block;
	}
	
ul#focus li a span.info{
	padding:8px 12px;
	height:111px;
	width:135px;
	float:left;
	}
	
ul#focus li a span.info span.headline{
	font-size:1.6em;
	margin:0;
	padding:0;
	}
	
ul#focus li a span.text{
	margin:7px 0 7px 0;
	display:block;
	overflow:hidden;
	}
	
ul#focus li a span.info span.link1{
	background-image:url(../gfx/Arrows.png);
	background-repeat:no-repeat;
	background-position:0px -52px;
	padding-left:20px;
	}
	
ul#focus li a span.info span.link2{
	background-image:url(../gfx/Arrows.png);
	background-repeat:no-repeat;
	background-position:0px -86px;
	padding-left:20px;
	}

ul#focus li a span.info span.color1{
	color:#df4243;
	}
	
ul#focus li a span.info span.color2{
	color:#0e659f;
	}
	
ul#focus li a img{
	height:133px;
	width:169px;
	float:right;
	}
	
/********GroupBanner*******************************/

#groupbanner h3 {
	background-image:url(../gfx/BgTransparent.png);
	background-repeat:repeat;
	width:681px;
	padding:3px 10px;
	color:#fff;
	bottom:0px;
	left:0px;
	text-align:right;
	position:absolute;
	}

#groupbanner {
	width:702px;
	height:152px;
	margin-bottom:5px;
	position:relative;
	float:right;
	}
	
#groupbanner img{
	border:1px solid #ededed;
	}
	
/********Breadcrumb*******************************/

ul#breadcrumb{
	list-style-position:inside;
	list-style:none;
	padding:0 0 0 7px;
	margin:0 0 0 5px;
	width:708px;
	height:18px;
	overflow:hidden;
	display:block;
	clear:both;
	}
	
ul#breadcrumb li{
	display:inline;
	padding-left:5px;
	}
	
ul#breadcrumb li a{
	color:#0963a1;
	display:inline;
	padding:0px 8px 0 0;
	margin:0;
	}
	
ul#breadcrumb li a:hover{
	color:#0963a1;
	display:inline;
	padding:0px 8px 0 0;
	margin:0;
	text-decoration:underline;
	}
	
/********Filter*******************************/

ul#filter {
	background-image:url(../gfx/BgFilter.png);
	background-repeat:no-repeat;
	height:21px;
	width:712px;
	list-style:none;
	padding:4px 0 4px 0;
	margin:6px 0 0 18px;
	overflow:hidden;
	}
	
ul#filter li {
	background-color:#FFF;
	margin:0 0 0 0px;
	float:left;
	}
	
ul#filter li select {
	height:20px;
	width:136px;
	margin-right:5px;
	}

/********ProductList*******************************/

ul#productlist {
	width:712px;
	list-style:none;
	padding:13px 0 20px 0;
	margin:0;
	float:right;
	overflow:hidden;
	}
	
ul#productlist li {
	background-color:#FFF;
	width:166px;
	height:238px;
	border:1px solid #ededed;
	margin:0 0 10px 10px;
	float:left;
	}
	
ul#productlist li table {
	border-collapse:collapse;
	width:166px;
	height:200px;
	}
	
ul#productlist li table td {
	text-align:center;
	}
	
ul#productlist li a.info{
	background-color:#f8f8f8;
	width:158px;
	height:30px;
	padding:4px;
	display:block;
	color:#000;
	overflow:hidden;
	}
	
/********GroupListTop*******************************/
/* Bruges også på Spot siden. */

.grouplistpage #grouplisttop h1{
	font-size:2em;
	padding:0 0 5px 0;
	margin:0;
	width:600px;
	font-weight:normal;
	}

#grouplisttop {
	padding:0 0 5px 20px;
	margin:0;
	}

#grouplisttop p {
	padding:0 0 14px 0;
	margin:0;
	width:600px;
	}
	
/********ProductImage*******************************/

#productimages{
	width:280px;
	padding-top:13px;
	margin-left:12px;
	float:left;
	}
	
#productimages .imagebox{
	border:1px solid #ededed;
	position:relative;
	margin-left:6px;
	}
	
#productimages .imagebox .dealerlogo{
	padding:5px 5px 0 5px;
	margin:0;
	}
	
#productimages .imagebox table{
	text-align:center;
	width:100%;
	height:260px;
	}
	
#productimages .imagebox img{
	text-align:center;
	}
	
#productimages ul{
	list-style:none;
	padding:0;
	margin:10px 0 0 0;
	}
	
#productimages ul li{
	padding-left:5px;
	padding-bottom:5px;
	float:left;
	}
	
#productimages ul li img{
	border:1px solid #ededed !important;
	width:55px;
	height:55px;
	padding:4px;
	}

/********ProductInfo*******************************/
	
#productinfo{
	padding:13px 0 0 20px;
	width:407px;
	float:left;
	}
	
#productinfo h1, h2, p{
	width:320px;
	}
	
#productinfo table#selection{
	border-collapse:collapse;
	/*margin-bottom:30px;*/
	}
	
#productinfo table#selection th{
	padding:0 5px 10px 0;
	text-align:left;
	}

#productinfo table#selection td{
	padding:0 10px 7px 0;
	}
	
#productinfo table#selection td img{
	height:18px;
	width:18px;
	}
	
#productinfo table#selection td span{
	padding-top:5px;
	margin-left:3px;
	display:block;
	float:left;
	}

#productinfo table#selection td a{
	padding:2px;
	display:block;
	float:left;
	height:18px;
	width:18px;
	border:1px solid #e1e1e1;
	}
	
#productinfo table#selection td a:hover{
	border:1px solid #0963A1;
	padding:2px;
	}
	
#productinfo table#selection td a.selected{
	border:1px solid #0963A1;
	padding:2px;
	}
	
#productinfo table#details{
	border-collapse:collapse;
	width:100%;
	margin-bottom:30px;
	}
	
#productinfo table#details td{
	border-top:1px solid #ededed;
	padding:2px;
	vertical-align:top;
	}
	
#productinfo table#details td.last{
	border-bottom:1px solid #ededed;
	}
	
#productinfo table#details td.col1{
	border-right:1px solid #ededed;
	width:120px;
	}
	
#productinfo .Files {
	padding:0 0 10px 0;
	}
	
#productinfo .Files h5 {
	font-size:1.1em;
	font-weight:bold;
	margin:0;
	padding:0;
	}
	
#productinfo .Files ul {
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
	}
	
#productinfo .Files ul a {
	background-image:url(../gfx/Arrows.png);
	background-position:0 -22px;
	background-repeat:no-repeat;
	display:block;
	padding-left:15px;
	}

#productmoredetails{
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	margin:0 0 20px 18px;
	padding:10px 0 0 0;
	clear:both;
	overflow:hidden;
	}
	
#productmoredetails a{
	background-image:url(../gfx/Arrows.png);
	background-repeat:no-repeat;
	background-position:0px -119px;
	padding-left:15px;
	padding-bottom:10px;
	color:#000;
	display:block;
	}
	
#productmoredetails a.selected{
	background-position:0px -146px;
	}

#productmoredetails em{
	display:block;
	padding:0 0 10px 14px;
	font-style:normal;
	font-weight:bold;
	}

#productmoredetails span{
	padding:0 0 10px 14px;
	display:block;
	width:600px;
	}
	
#productmoredetails table{
	border-collapse:collapse;
	width:100%;
	margin:15px 0 0 0;
	}
	
#productmoredetails table th{
	padding:0 5px 5px 0;
	text-align:left;
	}

#productmoredetails table td{
	border-top:1px solid #ededed;
	border-right:1px solid #ededed;
	padding:2px;
	vertical-align:top;
	}
	
#productmoredetails table td.borderbottom{
	border-bottom:1px solid #ededed;
	}
	
#productmoredetails table td.borderright{
	border-right:0px solid #ededed;
	}	
	
.labelenvironment{
	margin:5px 0 20px 0px;
	overflow:hidden;
	float:left;
	}
	
.labelenvironment img{
	/*float:right;
	margin-left:15px;*/
    vertical-align:bottom;
	}

.labelenvironment div.labelenvironmentLicense {
margin-top:5px;
overflow:hidden;
text-align:center;
}

.labelenvironment div.labelenvironmentImage {
display:inline;
line-height:7em;
vertical-align:bottom;
}

.labelenvironment div.labelenvironmentContent {
float:left;
width:auto;
margin-right:10px;
}


.productpage h5{
	margin:0 0 0 18px;
	clear:both;
	}
