/*	#ff7900 Korrekt fra PANTONE 151 C */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline; Den drillede mig med mine tabeller - AVA*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
General styles
*/
body {
background: #eee url(../graphics/bg_body_2.jpg) fixed;	
	font-family: Arial, sans-serif;
	font-size: .8em;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 18px;
	margin-left: 246px;
}
.default h1.h1,
.default h1 {
	margin-left: 0;
	margin-bottom: 18px;
}
h2 {
	font-size: 14px;
	margin-bottom: 6px;
}
p,td,th,h1,h2,h3,li {
	color: #333333;
}
p {
	line-height: 16px;
	margin-bottom: 16px;
}
.text ul li {
	background: transparent url(../graphics/bg_bullet_list.png) no-repeat 0 7px;
	padding-left: 10px;
	line-height: 16px;
}
a:link, a:active, a:visited, a:hover {
	color: #064b86;
}
a:hover {
	text-decoration: none;
}
#outerwrapper {
	width: 968px;
	margin: 0 auto;
	padding-bottom: 4px;
	background: transparent url(../graphics/bg_outerwrapper.png) 0 0;
}
#global_wrapper {
	background-color: #fff;
	text-align: left;
	margin: 0 auto;
	width: 954px;
}
#global_header {
	background: transparent url(../graphics/global_header_bg.png) repeat-x top;
	height: 80px;
}
#global_logo {
	float: left;
	position: relative;
	top: 18px;
	left: 25px;
	width: 134px;
}
#sub_logos {
	float: right;
	position: relative;
	top: 18px;
	right: 25px;
}
#sub_logos img{
	float:left;
}
#sub_logos ul{
	float:left;
	padding-top:3px;
}
/*
	Navigation
	height: 43px;
	height: 73px;
*/
#global_menu_wrapper {
	background: transparent url(../graphics/bg-menu.png) repeat-x 0 0;
	min-height: 38px;
	height: auto !important;
	height: 38px;
	overflow: hidden;
}
#global_nav {
	height: 40px;
	overflow: hidden;
}
#global_nav li {
	float: left;
}
#global_nav li a {
	color: #f5f5f5;
	display: block;
	padding: 14px 18px;
	text-decoration: none;
	text-transform: uppercase;
}
#global_nav li a:hover,
#global_nav li.active a {
	background: transparent url(../graphics/bg-menu.png) repeat-x 0 -73px;
	color: #009fd9;
}
#global_menu_wrapper .local_nav ul {
	max-height: 33px;
	height: auto !important;
	height: 33px;
	overflow: hidden;
}
#global_menu_wrapper .local_nav li {
	float: left;
}
#global_menu_wrapper .local_nav li a {
	color: #f5f5f5;
	display: block;
	font-size: 12px;
	padding: 11px 16px;
	text-decoration: none;
}
#global_menu_wrapper .local_nav li a:hover,
#global_menu_wrapper .local_nav li.active a {
	background: transparent url(../graphics/bg-menu.png) repeat-x 0 -113px;
	color: #009fd9;
}
/*
	Search box
*/
#global_search_box {
	float: right;
	padding: 9px;
}
#content {
	background: transparent url(../graphics/bg-content.png) repeat-x 0 0;
	overflow: hidden;
	width: 954px;
}
#topgraphic {
	height: 160px;
	overflow: hidden;
}
/*
Product groups
*/
.product_group {
	margin: 20px 10px 0 10px;
	margin-right: 0;
	width: 960px;
}
.product_group:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.product_group {display: inline-block;}
/* Hide from IE Mac \*/
.product_group {display:block;}
.product_group .item {
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
	width: 226px;
}
.product_group .item a {
	background-color: #daeff7;
	color: #333333;
	display: block;
	padding-bottom: 0;
	text-decoration: none;
}
.product_group .item a:hover {
	background-color: #ecf7fb;
	color: #000;
}
.product_group .item a span {
	display: block;
	padding: 0 10px;
}
.product_group .item a span.header {
	background: url(../graphics/icon_arrow.png) no-repeat 90% 50%;
	font-size: 18px;
	line-height: 26px;
	margin: 4px 0;
}
.product_group .item a span.teaser {
	line-height: 16px;
	margin-bottom: 10px;
	padding-bottom: 4px;
}
#intro .product_group {
 width: 720px;
}
#intro .product_group .item a span.teaser p {
	width: auto;
	padding: 0;
}
/*
	Product list
*/
.product_list {
	padding: 20px 10px;
}
.product_list h1 {
	margin-left: 10px;
}
.product_list table th {
	background-color: #f1f1f1;
	border-bottom: 1px solid #d6d6d6;
	font-size: 12px;
	padding: 8px 4px;
	text-align: left;
}
th {
	text-align: left;
}
.product_list th.image,
.product_list td.image {
	width: 108px;
}
.product_list th.brand {
	width: 80px;
}
.product_list th.name {
	width: 320px;
}
.product_list td {
	border-bottom: 1px solid #d6d6d6;
	font-size: 12px;
	line-height: 16px;
	padding: 10px 4px;
	vertical-align: top;
}
.product_list td.image {
	padding: 0;
	text-align: center;
	vertical-align: middle !important;
}
.product_list td.name {
	padding-right: 25px;
	width: 320px;
}
.product_list td.name a {
	display: block;
	font-size: 16px;
	margin-bottom: 4px;
}
/*
	Single Product
*/
.product {
	margin-top: 15px;
	padding-bottom: 15px;
}
.product:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.product {display:inline-block;}
/* Hide from IE Mac \*/
.product {display:block;}
.product h1 {
	margin-left: 10px;
}
.product .image {
	float: left;
	margin-right: 20px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	text-align: center;
	width: 285px;
}
.product .description {
	width: 639px;
	float: left;
	padding-top: 15px;
}
.tabs {
	background-color: #daeff7;
	background: url(../graphics/bg_tab_div.png) repeat-x bottom;
	height: 31px;
	padding-left: 10px;
}
.tabs li {
	float: left;
}
.tabs a {
	margin: 1px;
	margin-bottom: 0;
	color: #333;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 10px 7px;
	margin-right: 5px;
}
.tabs a.selected,
.tabs a:hover {
	margin: 0;
	margin-right: 4px;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-bottom: none;
}
.product .text {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 30px;
	width: 314px;
	float: left;
}
.product .text p {
	margin-bottom: 0;
}
.product .specifications {
	float: left;
	margin-top: 20px;
	width: 285px;
}
.specifications table th {
	padding: 0 6px 6px;
	border-bottom: 1px solid #d6d6d6;
	font-size: 14px;
}
.specifications table td {
	border-bottom: 1px solid #d6d6d6;
	line-height: 16px;
	padding: 5px 6px;
	font-size: 12px;
}
.specifications table td.label {
	font-weight: bold;
	width: 80px;
}
.text.tab2 {
	width: 600px;
}
table.small th {
	border-bottom: 1px solid #d6d6d6;
	background-color: #f1f1f1;
	font-size: 12px;
	padding: 6px 4px;
}
table.small th.sku {
	width: 70px;
}
.products table.small th.name {
	width: 380px;	
}
table.small td {
	border-bottom: 1px solid #d6d6d6;
	font-size: 12px;
	vertical-align: top;
	padding: 6px 4px;
}
table.small th.icon {
	width: 30px;
}
#downloads table.small td {
	padding: 4px 4px;
}
#download_table a[href$='.pdf'] {
	background: transparent url(../graphics/icon_pdf.png) no-repeat;
	display:inline-block;
	padding: 3px 0 3px 22px;
}

/*
	Koncernsites box
*/
#koncernsites-wrapper{
    height: 178px;
    position: absolute;
    z-index: 999;
    display: none;
    margin-top:-41px;
	width:422px; 
	margin-left:509px;
}
#koncernsites-wrapper #arrow{
    width: 12px;
    height: 6px;
    margin-left:368px;
    background: url(../../graphics/koncernsites/koncernsites-arrow.png) no-repeat;
    position: relative;
}
#koncernsites{
    background:none repeat scroll 0 0 #000000;
	height:119px;
	overflow:hidden;
	padding:21px 26px 42px;
	position:absolute;
	width:369px;
}
#koncernsites h2{
    color: #fff;
    font:16px Arial,Helvetica,sans-serif;
    margin-bottom:5px;
	margin-top:0;
}
#koncernsites p{
    font:11px Verdana,Geneva,Arial,Helvetica,sans-serif;
    color: #eee;
    margin-top:0 !important;
  	padding-bottom:7px;
  	*padding-bottom:1px;
  	line-height: 16px;
}
#koncernsite-links-wrapper{
	overflow: hidden;
	width:384px;
}
.koncernsite-link{
    padding-right: 8px;
    float:left;
}
.koncernsite-link a{
    border: 1px solid #d0d0d0;
    width: 85px;
    height: 57px;
    display: block;
}

#koncernsites-wrapper #close{
	font-size:9px;
	margin-left:384px;
	margin-top:9px;
	position:absolute;
	z-index:999;
}

#koncernsites-wrapper #close-btn{
	background:url("../../graphics/koncernsites/koncernsites-close.png") no-repeat scroll right 2px transparent;
	color:#999999;
	cursor:pointer;
	display:block;
	height:12px;
	padding-right:15px;
	padding-top:0;
	width:12px;
}

.itw-byg-websites{
	float:left!important;
}

.itw-byg-websites a{
	color:#4B4B4B;
	font:10px Verdana,Geneva,Arial,Helvetica,sans-serif;
	padding-left:15px;
	background: url(../../graphics/icon_info.png) no-repeat 0 2px;
}

/*
	Global footer stuff
*/

#global_footer {
	height: 99px;
	width: 970px;
	text-align: left;
	margin: 0 auto;
	background: url(../graphics/bg_global_footer.png) no-repeat 0 0;
}
#global_footer #itw_logo {
	float: right;
	position: relative;
	top: 16px;
	margin-right: 18px;
}
.contact_info {
	float: left;
	width: 215px;
	margin-left: 20px;
	position: relative;
	top: 14px;
}
.contact_info p {
	font-size: 12px;	
	line-height: 20px;
	color: #b2b2b2;
}
.contact_info a {
	color: #b2b2b2;	
}
/*
	copy_page
*/
.copy_page {
	padding-top: 28px;
}
.copy_page .default h1 {

}
.copy_page .pageimage {
	background: transparent url(../graphics/bg-pageimage.png) repeat-y 0 0;
	padding-left: 246px;
	margin-bottom: 26px;
	height: 150px;
}
.copy_page .default {
	margin-left: 246px;
	margin-right: 10px;
}
.copy_page ul {
	margin-bottom: 16px;
}
.copy_page li {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0px;
	background: transparent url(../graphics/bg_bullet_list.png) no-repeat 0 6px;
	padding-left: 10px;
}
.copy_page .tabs li {
	background-image: none !important;
	line-height: 13px !important;
}
.copy_page .newslistdetails li {
	padding-left: 0;
	background: none;
}
.default .text {
	width: 472px;
	float: left;
	margin-right: 10px;
}
.default .image {
	width: 215px;
	float: left;
}
.default .image_text {
	font-size: 11px;
	color: #444;
	background-color: #D7EFF7;
	padding: 10px;
	line-height: 14px;
}
.default p {
	font-size: 12px;
	width: 472px;
}
/*
	Sortable table
*/
.sortable th.header span {
	cursor: pointer;
	padding-right: 14px;
	background: #f1f1f1 url(../graphics/icon_small_sorter.gif) no-repeat right 50%;
}
.sortable th.headerSortDown,
.sortable th.headerSortUp {
}
.sortable th.headerSortDown span {
	background-image: url(../graphics/icon_small_asc.gif);
}
.sortable th.headerSortUp span {
	background-image: url(../graphics/icon_small_desc.gif);
}
/*
	Nyhedslisten p?? forsiden
*/
#news_column {
	float: left;
	width: 226px;
	_height: 150px;
	_position:relative;
	_margin-top: -500px;
	_margin-left: 355px;
}
#news_column h2 {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0;
	padding: 0 10px 10px 0;
}
#news_column li {
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	line-height: 16px;
	background-image: none;
	margin-bottom: 0;
	padding-left: 0;
}
#news_column li a {
	display: block;
	text-decoration: none;
	padding: 10px;
	background: #fff url(../graphics/icon_arrow.png) no-repeat 0 13px;
	padding-left: 18px;
}
#news_column li a:hover {
	text-decoration: underline;
}
#news_column p {
	font-size: 12px;
	text-align: right;
	padding: 0 10px;
}
/*
	Nyhedslisten p?? undersiden
*/
.newslistdetails h2 {
	margin-bottom: 4px;

}
.newslistdetails li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
	width: 480px;
}
.news_date {
	color: #999;
}
.news_item .pageimage {
	margin-left: -246px;
}
/*
	Introtekst p?? forsiden
*/
#intro {
	float: left;
	width: 720px;
}
#intro .default h1 {
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0 0 0 20px;
}
#intro_text p {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #666;
	width: auto;
	padding: 10px 20px 10px;
}
.copy_page #intro .default {
	margin: 0;
}
#blurb {
	background-color: #000;
	display: inline;
	color: #eee;
	font-size: 18px;
	padding: 15px;
	position: relative;
	top: -70px;
}
.search_result_list {
}
.search_item {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	font-size: 12px;
}
.search_item strong {
	background-color: #ff0;
}
.search_item .label {
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 95px;
	padding: 2px;
	display: inline-block;
}
.color_label {
	float:left;
	color: #444;
	font-size: 11px;
	background: #fff url(../graphics/swatch_blue.png) no-repeat;
	padding-left: 18px;
	margin-right: 20px;
}
#varmforzinket {
	background-image: url(../graphics/swatch_red.png);
}
#elforzinket {
	background-image: url(../graphics/swatch_blue.png);
}
#blank {
	background-image: url(../graphics/swatch_green.png);
}
#rustfri {
	background-image: url(../graphics/swatch_yellow.png);
}
#galv_plus {
	background-image: url(../graphics/swatch_purple.png);
}
tr.color_legend td {
	border: none;
	padding-top: 12px;
}
td.rustfri {
	background: #fff url(../graphics/swatch_yellow.png) repeat-y right;
}
td.galv_plus {
	background: #fff url(../graphics/swatch_purple.png) repeat-y right;
}
td.varmforzinket {
	background: #fff url(../graphics/swatch_red.png) repeat-y right;
}
td.blank {
	background: #fff url(../graphics/swatch_green.png) repeat-y right;
}
td.elforzinket {
	background: #fff url(../graphics/swatch_blue.png) repeat-y right;
}
/*
	Kontaktsider
*/
.empFloater {
	width: 320px;
	float: left;
	overflow: hidden;
	padding-bottom: 20px;
}
.empFloater .imgContainer {
	padding-right: 10px;
}
.empFloater .txtContainer p {
	line-height: 12px;
	margin-bottom: 6px;
	width: auto;
}
h4.blue {
	background-color: #f1f1f1;
	border-bottom: 1px solid #d6d6d6;
	clear: both;
	padding: 8px;
	* padding: 6px 8px 8px;
	margin-bottom: 12px;
}
div.clear {
	margin: 0;
	height: 0;
	border: none;
}
.discontinued {
	padding-top: 12px;
	margin-left: 10px;
	font-size: 11px;
	color: #666;
}
table.icons td.icon {
	width: 60px;
	padding-bottom: 12px;
}
table.icons td.label {
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 6px;
	padding-top: 2px;
	vertical-align: top;
}

/*
	MM Filtertest
*/
#filter_form {
	margin-left: 10px;
}

















