﻿* {
	margin: 0;
	padding: 0;
}

a img {
	border: none; 
}

html {
	height: 100%;
	padding-bottom: 1px;
	background: #ffffff url(images/bg.gif) repeat-x left top;
}

body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: center;
	font-family: Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	
	position: relative;
}

.grid_hold {
	position: absolute;
	left: 50%;
	bottom: 50px;
	margin-left: -520px;
	width: 1023px;
	height: 383px;
	background: url(images/bg-grid.png) no-repeat left top;
	z-index: -1;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
}



/* @group Header */

#header{
	margin-bottom: 20px;
	color: #d9dfe7;
	font: bold 12px/85px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(images/bg-head.gif) repeat-x;
}

#header .top-bar {
	width: 928px;
	margin: 0 auto;
}

#header h1 {
	width: 164px;
	height: 85px;
	font-size: 1px;
	text-indent: -9999999px;
	background: url(images/logo.gif) no-repeat left top;
	float: left;
	margin-right: 60px;
}

#header h1 a {
	width: 164px;
	height: 85px;
	text-decoration: none;
	display: block;
}

/* @group Navigation */

#header .navigation {
	float: left;
	height: 85px;
	list-style: none;
}

#header .navigation li {
	float: left;
	margin-right: 30px;
}

#header .navigation li a {
	float: left;
	display: block;
	color: #d9dfe7;
	text-decoration: none;
	padding: 0 10px;
}

#header .navigation li.active {
	background: url(images/bg-nav-active-left.gif) no-repeat left top;
}

#header .navigation li.active a {
	background: url(images/bg-nav-active-right.gif) no-repeat right top;
}

/* @end */

/* @group Sub Nav */

#header .sub-nav {
	clear: both;
	width: 100%;
	background: #5f7798;
	height: 30px;
}

#header .sub-nav ul {
	line-height: 30px;
	list-style: none;
	width: 928px;
	margin: 0 auto;
}

#header .sub-nav ul li {
	float: left;
	margin-right: 10px;
}

#header .sub-nav ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #d9dfe7;
	text-decoration: none;
}

#header .sub-nav ul li.inpath {
	background: url(images/bg-subnav-active-left.gif) no-repeat left top;
}

#header .sub-nav ul li.inpath a {
	background: url(images/bg-subnav-active-right.gif) no-repeat right top;
	color: #5f7798;
}

/* @end */


/* @group Product-nav */

#header .product-nav {
	clear: both;
	width: 100%;
	height: 29px;
	border-bottom: 1px solid #687e97;
	background: #d9dfe7;
}

#header .product-nav ul {
	line-height: 30px;
	list-style: none;
	width: 928px;
	margin: 0 auto;
}

#header .product-nav ul li {
	display: inline;
	padding-right: 10px;
}

#header .product-nav ul li a {
	color: #0a3464;
	text-decoration: none;
	padding: 0 5px;
}

#header .product-nav ul li.inpath a {
	color: #5f7798;
}

/* @end */


/* @end */



/* @group Content */

#content {
	margin: 0 auto 40px;
	width: 928px;
}

/* @group Mast */

#content .mast {
	margin-bottom: 20px;
	position: relative;
	height: 251px;
	width: 928px;
}

#content .mast .mast-desc {
	position: absolute;
	top: 0;
	right: 0;
	width: 291px;
	height: 251px;
	background: url(images/bg-mast.png) no-repeat left top;
}

.mast .mast-desc .mast-text {
	width: 251px;
	left: 20px;
	bottom: 0;
	position: absolute;
}

.mast-text .headline {
	color: #d9dfe7;
	font: bold 18px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	border-bottom: 1px solid #5f7798;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.mast-text p, .mast-text ul, .mast-text ol {
	padding-bottom: 20px;
	color: #fff;
	font-size: 12px;
}

.mast-text a {
	color: #fff;
	font-weight: bold;
}

/* @end */

/* @group Main-Products */

.main-products {
	width: 948px;
}

.main-products .product {
	width: 316px;
	float: left;
}

.product h2 {
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 20px;
	width: 296px;
}

.product h2 a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-left: 20px;
	background: url(images/bg-head-small.png) no-repeat left top;
	width: 296px;
}

.product .prod-desc {
	background: url(images/bg-productmain-top.png) no-repeat left top;
	padding: 10px 30px 0 10px;
	width: 276px;
}

.prod-desc p {
	padding-bottom: 15px;
	color: #000001;
	font-size: 12px;
}

.prod-desc p a {
	font-weight: bold;
	color: #000001;
}

.product .prod-btm {
	margin-top: -30px;
	height: 110px;
	background: url(images/bg-productmain-bottom.png) no-repeat left top;
}

/* @end */




/* @group Product Line */

.main {
	width: 948px;
	margin-left: -10px !important;
	margin-left: 0;
}

#content .product-line {
	width: 296px;
	float: left;
	margin: 10px !important;
	margin: 0;
}

#content .product-line h2 {
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 20px;
	width: 296px;
}

#content .product-line h2 a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-left: 20px;
	background: url(images/bg-head-small.png) no-repeat left top;
	width: 296px;
}

#content .product-line .product-list {
	background: url(images/bg-productmain-top.png) no-repeat left top;
	padding: 10px 10px 0;
	width: 276px;
}

#content .product-line .product-list a {
	display: block;
	padding-bottom: 10px;
	text-decoration: none;
	color: #d9dfe7;
	font: bold 12px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content .product-line .product-list a:last-child {
	padding-bottom: 5px;
}

#content .product-line .product-list a img {
	float: left;
	display: block;
	margin-right: 10px;
}

#content .product-line .product-list a span {
	display: block;
	float: left;
	height: 58px;
	width: 172px;
	overflow: hidden;
	background: #5f7798;
	padding-left: 20px;
	line-height: 58px;
}

#content .product-line .pdt-lbtm {
	background: url(images/bg-productlist-bottom.png) no-repeat left top;
	width: 296px;
}

/* @end */



/* @group Product Type */

#content .product-types {
	width: 948px;
	margin-left: -10px;
}

.product-types h1 {
	margin-left: 1	0px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 20px;
	width: 908px;
	background: url(images/bg-big-head.png) no-repeat left top;
	line-height: 25px;
	height: 25px;
}

.product-types .type-detail {
	float: left;
	width: 296px;
	margin: 10px 10px 0 !important;
	margin: 10px 0 0 10px;
}

.product-types .type-detail .pdt-type-main {
	background: url(images/bg-productmain-top.png) no-repeat left top;
	padding: 10px 10px 0;
}

.type-detail .pdt-type-main .type-img {
	float: left;
	margin-right: 10px;
}

.type-detail .pdt-type-main .type-info {
	float: left;
	width: 172px;
	font-size: 12px;
	background: #5f7798;
	padding: 10px;
	color: #d9dfe7;
	height: 94px;
	overflow: hidden;
}

.type-detail .pdt-type-main .type-info a {
	text-decoration: none;
	color: #d9dfe7;
}

.type-detail .pdt-type-main .type-info h3 {
	padding-bottom: 4px;
	font: bold 13px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.product-types .type-detail .pdt-type-btm {
	background: url(images/bg-productlist-bottom.png) no-repeat left top;
	width: 296px;
}

/* @end */



/* @group Tech Spec */

#content .tech-spec h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 20px;
	width: 908px;
	background: url(images/bg-big-head.png) no-repeat left top;
	line-height: 25px;
	height: 25px;
	margin-bottom: 10px;
}

#content .tech-spec .spec-detail {
	background: #d9dfe7 url(images/bg-spec-top.gif) no-repeat left top;
	padding: 30px;
	color: #0a3464;
}

.tech-spec .spec-detail .spec-img {
	float: left;
	width: 330px;
}

.tech-spec .spec-detail .spec-img ul {
	list-style: none;
	margin-top: 10px;
}

.tech-spec .spec-detail .spec-img ul li {
	display: inline;
	padding-right: 10px;
}

/*
.tech-spec .spec-detail .spec-img ul li a img {
	width: 40px;
	height: 40px;
}
*/

.tech-spec .spec-detail .spec-text {
	float: right;
	width: 520px;
	font-size: 12px;
}

.tech-spec .spec-detail .spec-text h2 {
	font: bold 20px/40px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 10px;
}

.tech-spec .spec-detail .spec-text .spec-main-info {
	float: left;
	width: 373px;
	line-height: 1.4;
	border-top: 1px solid #9fafc3;
	padding-top: 20px;
}

.spec-text .spec-main-info a {
	font-weight: bold;
	color: #0a3464;
}

.spec-text .spec-main-info p, .spec-text .spec-main-info ul, .spec-text .spec-main-info ol {
	padding-bottom: 20px;
}

.spec-text .spec-main-info ul, .spec-text .spec-main-info ol {
	padding-bottom: 20px;
	padding-left: 20px;
}

.spec-text .spec-main-info h3 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #9fafc3;
}

.spec-text .spec-main-info table {
	margin-bottom: 20px;
	border-collapse: collapse;
	width: 373px;
}

.spec-main-info table tr {
	border-bottom: 1px solid #b7c2d1;
}

.spec-main-info table tr th {
	height: 20px;
	line-height: 20px;
	background: #b7c2d1;
	padding: 0 4px;
}

.spec-main-info table tr td {
	height: 25px;
	line-height: 25px;
	padding: 0 8px;
}

.spec-main-info table tr td.key {
	width: 246px;
}


.tech-spec .spec-detail .spec-text .spec-links {
	float: right;
	width: 101px;
	line-height: 1.4;
	border-top: 1px solid #9fafc3;
	padding-top: 20px;
}

.spec-text .spec-links ul {
	list-style: none;
}

.spec-text .spec-links ul li {
	padding-bottom: 10px;
}

.spec-text .spec-links ul li a {
	color: #0a3464;
	text-decoration: none;
	display: block;
	width: auto;
	height: 16px;
	font: bold 12px/16px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 18px;
}

.spec-text .spec-links ul li.norm-link a {
	background: url(images/norm-link.gif) no-repeat left center;
}

.spec-text .spec-links ul li.pdf-link a {
	background: url(images/pdf.gif) no-repeat left center;
}

#content .tech-spec .spec-btm {
	background: url(images/bg-spec-bottom.png) no-repeat left top;
	width: 928px;
}



/* @end */




/* @end */




/* @group Footer */

#footer {
	width: 928px;
	margin: 0 auto;
	text-align: right;
	color: #5f7798;
	font: 11px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0 20px 100px;
}

#footer a {
	color: #5f7798;
}

/* @end */





/* @group Clearer */

#header:after, .navigation:after, #content:after, .main-products:after, .product-list a:after, .pdt-type-main:after, .spec-detail:after, .spec-text:after {
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	display: block;
}

#header, #content, .navigation, .main-products, .product-list a, .pdt-type-main, .spec-detail, .spec-text {
	min-height: 1px;
}

* html #header, * html .navigation, * html #content, * html .main-products, * html .product-list a, * html .pdt-type-main, * html .spec-detail, * html .spec-text { height: 1%; }

/* @end */







/* Nicolaj Stads */

#content h1, #content h2, #content .tech-spec h1 {
	margin-bottom: 20px;
}
#content .product-line {
	margin-top: 0px !important;
}
.type-detail .pdt-type-main .type-info {
	padding:20px;

	width:152px;
	height:74px;
	overflow: hidden;
}
.type-detail .pdt-type-main .type-info { 
	padding-top: 17px;
	height: 77px;
}
.type-detail .pdt-type-main .type-info h3 { 
	font-size: 12px;
 }
#content .product-line .product-list a {
	cursor: pointer;
}
#content .product-line .product-list a:hover span{ 
	background: #6d89af;
	color: #ffffff;
}
.product-types .type-detail {
	margin:0 10px 10px !important;
}
.product-types .type-detail a {
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.product-types .type-detail a:hover .type-info { 
	background: #6d89af;
	color: #ffffff;
}

#content .product-types {
	margin-left: 0;
}

#content .product-line .product-list a:hover span { 
	color: #ffffff; 
	background: #6d89af;
}
#header ul.navigation a:hover, #header .sub-nav a:hover, #header .product-nav ul li a:hover, #header .product-nav ul li.inpath a {
	text-decoration: underline;
}

#content .product-line h2 a:hover, .product h2 a:hover {
	color: #D9DFE7;
}

:focus {
	outline: 0;
}

/* product photo sizes */
#content .product-line .product-list a img {
	width: 74px;
	height: 58px;
}
.type-detail .pdt-type-main .type-img img {
	width: 74px;
	height: 114px;
	display: block;
}

/* Hide irrelevant product specs */

.tech-spec .product-False, .tech-spec .product-0 {
	display: none;
}

/* Add a shadow under the header */

#header {
	margin-bottom: 0;
}

#header-shadow {
	height: 20px;
	background: url(images/bg-header-shadow.png) top left repeat-x;
}

/* Underline menu items */

#header .sub-nav.underline {
	border-bottom: 1px solid #0A3464;
}

#wrapper #header .activesingle a { 
	text-decoration: underline !important; 
}

/* Adjust right side links */

.spec-text .spec-links ul li.norm-link a {
	background:transparent url(images/norm-link.gif) no-repeat scroll left top;
}

.spec-text .spec-links ul li a { 
	height: auto;
}

/* Default info-page style */

#content .tech-spec.default .spec-main-info h2 {
	padding: 0;
	margin-bottom: 0;
}

#content .tech-spec.default .spec-main-info h3 {
	padding: 0;
	margin-bottom: 10px;
	border: none;
	
	line-height: 1.4;
	font-family: Tahoma,"Lucida Grande",Lucida,Verdana,sans-serif;
	font-size: 12px;
	color: #0A3464;
}

.spec-text .spec-links  a:hover { 
	text-decoration: underline;
}

/* Product image styling */


#content #prod-img {
	background: #E6EAEF;
	border: 1px solid #aaa;
	overflow: hidden;
}
#content #prod-img a {
	display: block;
	width: 305px; 
	height: 202px;
	margin: 6px;
	overflow: hidden;
	position: relative;
}

#content #prod-img #search-icon {
	width: 31px;
	height: 31px;
	background: url(images/search.png) top left no-repeat;
	position: absolute;
	bottom: 7px;
	right: 7px;
	cursor: pointer;
}

.tech-spec .spec-detail .spec-img { width: 317px; }


#content #prod-thumbs li a {
	margin-right: 7px;
	padding: 6px;
	background: #E6EAEF;
	border: 1px solid #aaa;
	display: block;
	float: left;
}
#content #prod-thumbs li a.active {
	background: #CCD5E1;
}

#content #prod-thumbs li.last-img a { 
	margin-right: 0;
}

#content #prod-thumbs li {
	padding: 0;
}


/* Fix tables in product view */

.spec-main-info table tr {
	border-bottom: none;
}

.spec-main-info table td {
	border-bottom: 1px solid #b7c2d1;
}


/* Parts search */

#parts-search-form {
	padding-bottom: 20px;
}

#parts-search-form #search-text {
	width: 190px;
}

#parts-search-form .submit {
	width: 55px;
}

#parts-search-results {

}

#parts-search-results ul {
	margin-bottom: 20px;
	padding: 0;
	border-bottom: 1px solid #b7c2d1;
	list-style-type: none;
}

#parts-search-results ul li{

}

#parts-search-results ul li img {
	float: left;
}


#parts-search-results ul li a{
	padding: 8px 8px;
	border-top: 1px solid #b7c2d1;
	display: block;
	text-decoration: none;
}

#parts-search-results ul li a:hover { 
	background-color: #CED6E0;
}

#parts-search-results ul li strong {
	margin-bottom: 2px;
	display: block;
}


#parts-search-results ul li .filename {
	font-weight: normal;
	text-decoration: underline;
	display: block;
}

/* */












