@import "common/reset.css";
@import "common/generic.css";
@import "common/IE6.css";
@import "common/forms.css";


/* @import "common/slimbox.css"; 					<- include if slimbox is used on website */
@import "common/milkbox/milkbox.css"; 	/* <- include if milkbox is used on website */


/*
 * Backlink styles 
 */

#foot {	
	position: relative; 
	background: #002147;	
}
#foot #backlink { position: absolute;	top: 0;	left: 0; width: 1px; height: 1px; overflow: hidden; }


/*
 * Colors:
 *
 * Text color					:	#666666
 * Active color				: #92c8ff
 * Foot bg						: #002147
 * Heading	orange		: #e17000			
 * Text link					: #002147
 * Ruler color				: #e0e0e0
 * Nav lower row bg		: #eeeded
 * Background highlighted product : #fafafa
 *
 */

body {
/*	font-family: Georgia, Times;*/
	font-family: Arial;
	color: #666666;
	font-size: 11px;
	line-height: 18px;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.pagewidth {
 width: 852px;
 margin: 0 auto;
/*  border: 1px solid; */
}

.relative {
	position: relative;
}

.spacer_50 { height: 50px; }
.spacer_40 { height: 40px; }
.spacer_20 { height: 20px; }

.show { display: block; }

#head {
	height: 166px;
	background: url('../_gfx/head_bg2.gif');
}

#head #topLinks {
	float: right;
	margin: 10px 0 0 0;
}

#head #topLinks li {
	float: left;
	border-right: 1px solid;
	font-size: 11px;
}

#head #topLinks li.last {
	border: none;
}

#head #topLinks li a {
	display: block;
	margin-left: 10px;
	padding-right: 10px;
}

#head #logo {
	position: absolute;
	top: 30px;
	left: -3px;
}

#head #search {
	position: absolute;
	top: 53px;
	left: 644px;
	width: 210px;
}

#head #search input {
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}

#head #search span {
	background: url('../_gfx/head_search_bg.gif');
	display: block;
	width: 125px;
	height: 20px;
	padding: 5px 0 0 23px;
	float: left;
}

#head #search span input {
	width: 120px;
	background: none;
}

#head #nav {
	position: absolute;
	top:132px;
	left:-16px;
	width: 884px;
}

#head #distrib{
	position: absolute;
	top:90px;
	left: 706px;
	width: 147px;
}

#head #distrib input{
	border: 0;
	margin: 0;
	padding: 0;
}

#head #nav li {
	float: left;
	font-size: 12px;
	font-family: Arial;
	height: 34px;
}

#head #nav li.active {
	background: url('../_gfx/head_nav_bg.gif') center center repeat-x;
}

#head #nav li a {
	color: white;
	display: block;
	padding: 0 15px;
	background: url('../_gfx/head_nav_border.gif') right center repeat-y;
	height: 20px;
	line-height: 20px;
	margin-top: 7px;
}

#head #nav li.last a {
/* 	padding: 0 0 0 15px; */
	background: none;
}


#head #nav li.last.special.active a {
/* 	padding: 0 15px; */
	color: #e17000;
}

#head #nav li.special a {
	color: #92c8ff;
}

#head #nav li.active a {
	background: none;
	color: #e17000;
}

#nav_lower {
	height: 34px;
	background: #eeeded;
	display: none;
}

#nav_lower.show { display: block; }

#nav_lower ul {
/* 	display: none; */
}

#nav_lower.show ul { display: block;}

#nav_lower li {
	line-height: 34px;
	float: left;
}

#nav_lower li a {
	display: block;
	background: url('../_gfx/nav_lower_arrow.gif') right center no-repeat;
	padding-right: 10px;
	margin-right: 5px;
}

#nav_lower ul.category li.c a,
#nav_lower ul.section li.s a,
#nav_lower ul.article li.a a,
#nav_lower ul li.last a {
	background: none;
	color: #e17000;
}

#nav_lower ul.none li.s, #nav_lower ul.none li.c, #nav_lower ul.none li.a { display: none; }
#nav_lower ul.section li.c, #nav_lower ul.section li.a { display: none;}
#nav_lower ul.category li.a {display: none; }


#foot div.pagewidth {
	text-align: left;
}

#foot h2 {
	color: white;
	font-size: 15px;
	font-weight: normal;
	padding: 30px 0 10px 0;
}

#foot #email {
	color: white;
	font-weight: bold;
	width: 155px;
	float: left;
}

#foot #email a {
	color: #92c8ff;
}

#foot #offices {
	float: left;
	width: 672px;
}

#foot #offices li {
	float: left;
	color: white;
	font-weight: bold;
	width: 160px;
	margin-right: 8px;
}
#foot #offices li span.officeHeader{
	font-size: 16px;
	font-weight: normal;
}

#foot #offices li p {
	margin: 0 0 10px 0;
}

#foot #offices li.spacer {
	width: 670px;
	height: 35px;
}

#mCC #flashC #nav_section li {
/*
	float: left;
	border-right: 1px solid white;
*/
	border-right:1px solid white;
	float:left;
	height:28px;
	padding-top:300px;
	text-transform:uppercase;
	width:169px;
}
#mCC #flashC #nav_section li a {
	color:#666666;
	padding:300px 50px 10px;
	text-decoration:none;
}

#mCC div.trippleCol {
	width: 249px;
	float: left;
	min-height: 300px;
	text-align: left;
	background: url('../_gfx/stipple.gif') right top repeat-y;
	padding: 0 18px 0 17px;
}

#mCC h1 {
	color: #e17000;
	font-weight: normal;
	font-size: 22px;
	margin: 10px 0;
}

#mCC h4,
#mCC h3,
#mCC h3 a:hover,
#mCC h4 a:hover {
	color: black;
	font-weight: normal;
	font-size: 13px;
	margin: 10px 0;
	text-decoration: none !important;
}

#mCC h4 {
	margin: 0 0 -10px 0;
}

#mCC p {
	margin: 10px 0;
}

#mCC a {
	color: #002147;
}

#mCC .ruler {
	border-bottom: 1px solid #e0e0e0;
	height: 22px;
	margin-bottom: 22px;
}

#mCC p em {
	font-style: italic;
}

#mCC a.readmore {
	display: block;
	float: right;
	background: url('../_gfx/readmore.gif') right center no-repeat;
	padding-right: 10px;
	height: 12px;
	line-height: 12px;
	margin-top: 5px;
}

#mCC a.pdflink {
	display: block;
	float: right;
	background: url('../_gfx/pdflink.gif') left center no-repeat;
	padding-left: 22px;
}

#mCC a.filelink {
	display: block;
	background: url('../_gfx/icon_arrow_right.png') left center no-repeat;
	padding-left: 22px;
}

#mCC div.trippleCol.nostipple {
	background: none;
}


#lMC {
	float: left;
	width: 276px;
	text-align: left;
	margin-right: 50px;
}

#lMC h2 {
	font-size: 19px;
	color: black;
	font-weight: normal;
	padding-top: 5px;
}

#lMC ul.first_level {
	margin-top: 10px;
}

#lMC ul.first_level li {
	background: url('../_gfx/h_stipple.gif') bottom left repeat-x;
	line-height: 30px;
}

#lMC ul.first_level li.active {
	background: none;
}

#lMC ul.first_level li a.category {
	display: block;
	background: url('../_gfx/nav_lower_arrow_white.gif') left center no-repeat;
	padding-left: 15px;
	font-size: 12px;
	font-family: Arial;
	color: #666666;
}

#lMC ul.first_level li a.header {
	display: block;
	padding-top: 5px;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	color: #e17000;
	
}


#lMC ul.first_level li.active a.category {
	color: #e17000;
	background: url('../_gfx/nav_lower_arrow_down.gif') left center no-repeat;
	display: block;
}

#lMC ul.first_level li.selected a.category {
	background: url('../_gfx/nav_lower_arrow_down.gif') left center no-repeat;
}

#lMC ul.second_level {
	padding: 5px 0;
	background: url('../_gfx/h_stipple.gif') left 1px repeat-x;	
	border-top: 1px solid white;
	display: none;
}

#lMC ul.lvl3 {
	padding: 5px 0 0 25px;

}

#lMC ul.first_level li.selected ul.second_level {
	display: block;
}

#lMC ul.second_level li {
	background: none;
	line-height: 25px;
}

#lMC ul.second_level li a {
	padding-left: 25px;
}

#lMC ul.second_level li.active a {
	color: #e17000;
}

/* insert tm */
#lMC ul.third_level {
	padding: 5px 0;
	background: url('../_gfx/h_stipple.gif') left 1px repeat-x;	
	border-top: 1px solid white;
	display: none;
}

#lMC ul.first_level li.selected ul.second_level li.active ul.third_level {
	display: block;
}

#lMC ul.third_level li {
	background: none;
	line-height: 25px;
}

#lMC ul.third_level li a {
	padding-left: 25px;
}

#lMC ul.third_level li.active a {
	color: #e17000;
}

/* insert end */

#mC {
	width: 512px;
/* 	border: 1px solid; */
	float: left;
	text-align: left;
	margin-bottom: 100px;
}

#mC strong{
	font-weight: bold;
}

#mC h1 {
	font-weight: normal;
	font-size: 28px;
/*	color: black; */
	color: #e17000;
	line-height: 36px;
	margin: 0 0 10px 0;
}	

#mC p.summary {
	font-size: 15px;
}

#mC p {
	margin: 17px 0;
	font-size: 12px;
	line-height: 22px;
}

.bluebutton {
	height: 40px;
	background: url('../_gfx/bluebutton_bg_right.gif') right center no-repeat;
	display: block;
	float: left;
	cursor: pointer;
}

.bluebutton span {
	display: block;
	background: url('../_gfx/bluebutton_bg_left.gif') left center no-repeat;	
	height: 40px;
	line-height: 28px;
	padding: 0 10px 0 10px;
}

.bluebutton span img {
	margin: 5px 5px 0 0;
	float: left;
}

.bluebutton:hover {
	text-decoration: none;
}

.bluebutton.rMarg15 {
	margin-right: 15px;
}

.ruler_2 {
	height: 60px;
	background: url('../_gfx/ruler_2.png') center 25px repeat-x;
}

.ruler_3 {
	height: 30px;
	background: url('../_gfx/ruler_3.gif') center bottom repeat-x;
}

#mC div.product .ruler_1 {
	height: 1px;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 10px;
	margin-bottom: 10px;
	width: 210px;
}

#mC div.product.highlighted .ruler_1 {
	width: 150px;
}

#mC div.product {
	float: left;
	width: 210px;
	padding: 20px 0 20px 20px;
}

#mC div.product.highlighted {
	width: 234px;
	background: #fafafa;
	padding: 20px;
	border-bottom: 2px solid #e3e3e3;
}

#mC div.product h1 {
	color: #e17000;
	font-size: 22px;
	line-height: 18px;
	margin-bottom: 10px;
}

#mC div.product h3 {
	margin: 0;
}

#mC div.product p {
	margin: 5px 0;
	font-size: 11px;
	line-height: 18px;
}

#mCC #mC.jC a.readmore,
#mCC #mC div.product.highlighted a.readmore {
	float: left;
}

#mCC ul.dowloadlinks {
/* 	width: 100%; */
/* 	display: block; */
/* 	border: 1px solid; */
}

#mCC ul.dowloadlinks li {
	float: left;
	width: 100%;
/* 	border: 1px solid; */
}

#mCC ul.dowloadlinks li a.pdflink { 
	float: left;
	line-height: 24px;
}

#mC.jC {
	text-align: left;
	width: 790px;
}

#mC.jC h1,
#mC.jC p.summary {
	font-style: italic;
}

#mC.jC ul.joblist p {
	line-height: 18px;
	font-size: 11px;
	margin-bottom: 10px;
}

#mC.jC h3 {
	font-size: 17px;
}

#mC.jC ul.joblist.set_width li {
	width:790px;
}

#mC.jC ul.joblist li {
	float: left;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#mC.jC ul.joblist img {
	margin-left: 10px;
}

#mC.jC ul.joblist.twocols li {
	width: 370px;
}

#mC.jC ul.joblist.twocols li.delimiter {
	width: 50px;
	border: none;
}
.flashmovie img{
	display: none;
}

/*
 *
 * Flere styles for nye templates. Contact-sidene.
 */

.floating_form {
	margin: 10px 0 0 0;
}

.floating_form p {
	margin: 0;	
}

.floating_form label {
	float: left;
	clear: left;
	margin: 3px 0;
	width: 75px;
	padding-top: 5px;
}

.floating_form.distributor label{
	width: 150px;
}

.floating_form input[type=text] {
	float: left;
	margin: 7px 0;
	width: 422px;
	padding: 6px;
	font-family: Georgia, Times;
	color: #666666;
}

.floating_form select {
	float: left;
	margin: 9px 0;
	width: 436px;
	font-family: Georgia, Times;
	font-size: 11px;
	color: #666;
	padding: 5px;
}

.floating_form.distributor select{
	width: 300px;
}

.floating_form textarea{
	float: left;
	width: 424px;
	height: 250px;
	padding: 5px;
	font-family: Georgia, Times;
	font-size: 11px;
	color: #666666;
	margin: 10px 0;
}

.floating_form input[type=image]{
	float: right;
	clear: both;
	margin: 10px 0;
	padding: 0;
	border: 0;
}


/*
.floating_form input[type=checkbox] {
	float: left;
	margin: 9px 0;
	width: 436px;
	font-family: Georgia, Times;
	font-size: 11px;
	color: #666;
	padding: 5px;

}
*/


.floating_form input[type=submit]:hover {
	color: white;
}

.floating_form #EMAIL { 
	width: 213px; 
}

.floating_form label[for=PHONE],
.floating_form label[htmlFor=PHONE] { 
	clear: none;
	padding: 5px 10px;
	width: 40px;
}

.floating_form #PHONE { 
	width: 135px; 
}

.floating_form label[for=MSG],
.floating_form label[htmlFor=MSG] { 
	padding-top: 3px;
}

#optionsdiv {
/* 	background-color: #e5e5e5; */
}

#deparmentcontentdiv{
	margin-left: 75px;
}

#optionsdiv textarea {
	height: 125px;
}

#optionsdiv ul.options {
	
}

#optionsdiv ul.options li {
	float: left;
	width: 50%;
}

#optionsdiv ul.options li input {
	float:none;
	margin:0px 10px 0px 0px;

}

#optionsdiv ul.options li label {
	float:none;
	margin:0px;

}

#lMC ul.first_level li.just_orange a.category {
	color: #e17000;
}

#topLinks li.active a {
	color: #e17000;
}

#mC h2 {
	font-family: Georgia, Times;
	color: #e17000;
	font-weight: normal;
	font-size: 17px;
	margin: 20px 0;
}

#mC ul.officelist li.office {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 22px;
}

#mC ul.officelist li.office.last {
	border: 0;
}

#mC ul.officelist li div.imageC {
	float: right;
	text-align: right;
	padding-top: 20px;
}

#mC ul.officelist li div.descC {
	float: left;
}

#mC ul.officelist li div.imageC a.textlink {
	display: block;
	background: url('../_gfx/map_link_arrow.gif') right center no-repeat;
	padding-right: 10px;
	font-size: 12px;
}

#mC ul.officelist li.office h3,
#mC ul.officelist li.office h4 {
	font-size: 15px;
	color: #000;
	margin: 20px 0 0 0;
}

#mC ul.officelist li.office h4 {
	margin: 0 0 -18px 0;
}


/*
 * Distributor styles.
 */
 
#mC.distributors ul,
#mC ul.distributorlist li ul {
	margin: 10px 0;
	list-style: inside;
	list-style-type: disc;
}

#mC.distributors ul li,
#mC ul.distributorlist li {
	font-size: 12px;
	line-height: 22px;
}

#mC ul.distributorlist li.distributor {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#mC ul.distributorlist li.distributor.last {
	border: 0;
}

#mC ul.distributorlist li h2 {
	margin: 15px 0 -10px 0 ;
}

#mC ul.distributorlist li h4 {
	font-size: 15px;
	margin-top: 20px;
}

#mC.distributors h2 {
	color: black;
	font-weight: normal;
	font-size: 15px;
	margin: 0 0 -15px 0;
}

#mC.distributors ul {
	margin: 20px 0;
}
.listSpace{
	height: 20px;
}

#mC p.last_edited
{
	color:#999;
}

li.left_li{
	clear: left;
}
