/*************************************
TYPOGRAFI
*************************************/

.swshow_news_medium {
	xmargin-bottom: 40px;
	border-bottom: 1px solid #b4975a;
	}

.page-navigator {
	position: relative;
	display: block;
	margin-top: 10px;
	xpadding-top: 10px;
	}

.news-list-header a:hover {
	color: #f8971d;
	text-decoration:underline;
	}

/*************************************
NYHEDSBREV OG FORMULARER
*************************************/

.swNewsletterSubmit {
	background-color: #b4975a;
	height: 27px;
	color: #ffffff;
	}

#swNewsletterTextInput {
	background-color: #e0e0e0;
	border: #ecd390 solid 1px;
	xheight: 27px;
	}



/*************************************
ASK OSCAR DIALOG
*************************************/


.swMdmFormXml { 
	font-family: Tahoma, Verdana, Arial, Helvetica,sans-serif;
	xdisplay: block;
	xposition: relative;
	padding: 0px;
	width: 715px;
	xheight: 20px;
	}

/* DETTE VEDRØRER */
.swMdmFormXmlRecordContainer .header {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #00000;
	font-size: 14px;
	font-weight:bold;
	background-color: #be9e55;	
	padding: 4px;
	}

/* ALLE FELTER - NIX PILLE */
.container { 
	xbackground-color: #ffffff;	
	}

/* FELT FOR SPØRGSMÅLETS OVERSKRIFT OG SPØRGSMÅLET */
.field_question { 
	background-color: #e1e2e5; 
	padding-left: 8px;
	}

/* SPØRGSMÅLETS OVERSKRIFT TEKST */
.field_question .header {
	color: #58585a; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	background-color: #e1e2e5; 
	padding-left: 0px;
	}

/* SPØRGSMÅLETS TEKST */
.field_question .text {
	color: #000000; 
	font-size: 12px; 
	font-style: italic; 
	font-weight: normal; 
	background-color: #e1e2e5; 
	padding: 8px 8px 8px 8px; 
	}

/* FELT FOR SVARETS OVERSKRIFT OG SVARET */
.container .field_answer {
	padding-left: 8px;
	}

/* SVARETS OVERSKRIFT TEKST */
.field_answer .header {
	color: #58585a; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	background-color: #e1e2e5; 
	padding-left: 8px;
	}

/* SVARETS TEKST */
.field_answer .text { 
	color: #000000; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	background-color: #e1e2e5; 
	padding: 8px 8px 8px 16px; 
	border-bottom: 1px solid #ffffff;
	}
	
.formdraggrid {
	background-color: #e1e2e5;
	}
	
/* bredden på SPØRGSMÅLET VEDRØRER dropdown */	
#form_19605 {
	width: 200px;
	}
	
.formsubmit {
	padding-top: 20px;
	}
	





/*************************************
PICTURE GALLERY
*************************************/

.postcard a { 
	background-image:url(/cgi-files/external/site/thumbnail_bg.gif); 
	background-repeat: no-repeat; 
	background-color: none; 
	xbackground-position: center top; 
	margin: 0; 
	display: block; 
	width: 105px; 
	height: 105px; 
	text-align: center; 
	padding: 14px; 
	xborder-color: #4e6972; 
	xborder-style: solid; 
	border-width: 0; 
	xvertical-align: middle; /* virker ikke endnu */
	}
	
.postcard form table td {
	xdisplay: block;
	xtext-align: left;
	}

.postcard form table table td br {
	xdisplay: none;
	xvisibility: hidden;
	xposition: absolute;
	}








/*************************************
E-SHOP TILPASNING
*************************************/

/* sæt font for hele e-handel */
.commerce-show-bodytext {
	font-family: tahoma,geneva,arial,helvetica;
	}
	
/* vare overskrifter er skjult 
da sideoverskriften er den samme */
.commerce-show-header {
	xcolor: #4f4f4f;
	xfont-size: 12px;
	xfont-weight: bold;
	display: none;
	visibility: hidden;
	}

/* billede mangler */
.swCommerceRows #swItemNoPic { 
	width: 171px;
	height: 171px;
	background:url(/cgi-files/external/site/pic_missing.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}

/* hele blokken med vare features */
.swItemFeature { 
	xbackground-color: #000000; 
	xborder-top: 1px solid #4f4f4f; 
	xborder-bottom: 1px solid #4f4f4f; 
	xborder: 1px solid #4f4f4f; 
	font-size: 11px; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	overflow: auto;
	padding: 20px 0 20px 0; 
	}

.swItemFeature table{ 
	float: left;
	margin-bottom: 20px;
	}

	
/* produkt info overskrifter i toppen */
.commerce-show-bodytext .header {
	font-size: 12px;
	font-weight: bold;
	color: #4f4f4f;
	}

/* produkt info brødtekst */
.commerce-show-bodytext .text {
	font-size: 11px;
	color: #000000;
	}

/* fjern P-tag dobbelt linjeskift i Firefox */
.swItemFeature p {
	margin-bottom: 0px;
	margin-top: 0px;
	}

/* feature overskrift */
.commerce-show-subheader {
	font-family: tahoma,geneva,arial,helvetica;
	font-weight: bold;
	font-size: 12px;
	display: block;
	width: 145px;
	color: #b4975a;
	background-color: #4e4e4e;
	padding: 4px;
	xborder: 1px red solid;
	}

/* feature kasser */
.swItemFeature .container {
	background-color: #dfdfdf;
	width: 145px;
	border: 0px;
	padding: 4px;
	text-align: left;
	}

/* vare feature header */
.swItemFeature .header {
	color: #4f4f4f;
	font-weight: bold;
	font-size: 11px;
	xletter-spacing: -1px;
	text-transform: uppercase;
	}

/* vare feature label */
.swItemFeature .line {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	margin-right: 4px;
	text-transform: none;
	}

/* vare feature værdi */
.swItemFeature .text {	
	color: #8c753f;
	}

.commerce-show-bodydescription {
	}

/* næringsdeklaration */
.commerce_show_attributegroup {
	width: 715px;
	background-color: #dfdfdf;
	margin-bottom: 20px;
	font-family: tahoma,geneva,arial,helvetica;
	}

/* næringsdeklaration div*/	
.commerce_show_attributegroup_div {
	xdisplay: block;
	xwidth: 715px;
	}


.commerce_show_attributegroup_header {
	font-family: tahoma,geneva,arial,helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #b4975a;
	background-color: #4e4e4e;
	padding: 4px;
	xdisplay: block;
	width: 715px;
	}

.commerce_show_attributegroup_field {
	text-align: left;
	padding-left: 10px;
	font-size: 11px;
	}

.commerce_show_attributegroup_value {
	text-align: right;
	padding-right: 10px;
	font-size: 11px;
	color: #8c753f;
	}

/* vare feature radiobuttons skal være skjulte i fase 1 */
.radio {
	display: none;
	visibility: hidden;
	}