﻿/***********************************************************************************************************************************/
/* main html elements */
body
{
	font-size: 11px;
    color: #000;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background-repeat:repeat-x;
	background-color: #000000;
	
}

body.cartframe
{
    font-size: 11px;
    color: #000;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background-color: #f2f2f2;
    background-image:none;   
}

body#barn
{
	background-color: #f2f2f2;
    background-image:none;
}

table
{
    font-size: 11px;    
    color: #000;       
    font-family: Arial, Verdana, Helvetica, Sans-Serif;      
}

img
{
	border: none;
}

h3
{
	font-size: 16px;
}

a, a:visited
{
	color: #f39800;
    text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}


/***********************************************************************************************************************************/
/* main content container */
#topdocument
{
}


/***********************************************************************************************************************************/
/* common html elements: inputs and so on */
input.singlerender{/* input with amount of product added to cart */
    background-color: #fff;
	color: #444;
    font-family: Arial;
    font-size: 11px;
}

input.soek, input.logon{ /* search input and inputs: login, password */
	border: solid 1px #cccccc;
	color: #726459;
    font-size: 11px;
    font-family: Arial, Verdana, Tahoma;
}

input.bigcart{ /* input with product amount in cart row */
    background: #fff;  
    color: #444;    
    border: solid 0px #fff;
}

input.newcustform,.ordercustform{ /* input with data on customer page; ordercustform - inputs (and combobox) on order page */
	border: 1px solid #cecece;
    background: #fff;    
    color: #726459;    
    font-size:11px;
}

select.ordercustform{ /* combobox on order page */
    font-size: 11px;
    font-family: Arial;          
}

/***********************************************************************************************************************************/


/***********************************************************************************************************************************/
/* top menu (top logo with Forside, Logg inn and so on inside) */
#topmenu{
    background:transparent url('logo/topp.jpg') no-repeat top left;
    background-color: #000000;
    background-position: 0px 0px;  
}

.toplinks
{
	background-color: transparent;	
	border-bottom: 1px solid #cccccc;
}

.toplinks div 
{	
    font-size: 12px;	
	cursor: pointer;
	/*background-image: url(design/bg_topmenu.jpg);*/
	background-repeat: no-repeat;
}

#topmenuheader /* header over leftmenu */
{
	background-color: #ccc;
	font-size: 12px;
}

.topmenu,.topmenu:active,.topmenu:visited{ /* a element in menu */
    color: #fff;
    font-weight: bold;
}

#toplink0a .topmenu, #toplink1a .topmenu, #toplink2a .topmenu, #toplink3a .topmenu, #toplink4a .topmenu, #toplink5a .topmenu
{
	background-color: #f39800;
}


/***********************************************************************************************************************************/
/* Digitroll signature */
a.digitrollsign, a.digitrollsign:visited
{
	font-size: 12px;
	color: White;
	text-decoration: none;
}
a.digitrollsign:hover {
	color: Gray;
}
/***********************************************************************************************************************************/


/* small cart */

#diverse
{	
	background-color: #fff; 
}

#defaultcart
{
}

div.carthead{ /* cart header - "Handlekurv" text */
	
    font-size: 12px;
    font-weight: bold;
	color: #E1840F;
	background-color: #F1F1F1;	
}

div.cart{ /* cart main container (except header)*/

	border-bottom: solid 1px #A2A3A6;
}

.cartpwrap,.cartqwrap{
	width: 100%;
}

.cartsmallqtxt,.cartsmallptxt{ /* captions in cart container*/
	color: #fff;
	font-weight: bold;
}

.cartsmallq,.cartsmallp{ /* data in cart container */
	color: #fff;
}

.cartbottom
{
	color: #000;
	font-weight: bold;
}

#cartbottom .topmenu, .cartsmallqtxt, .cartsmallq, .cartsmallptxt, .cartsmallp 
{
	color: #000;
}/* textcolor in small cart*/

#cart-link a {
	color: #F17531;
	font-weight: bold;
	text-decoration: none;
}

#cart-link a:hover{
	color:#000;
}

#cart-link a:visited{
	color:#F17531;
}

button.cart
{
	color: #726459;
	font-size: 11px;
	border: none;
}


/***********************************************************************************************************************************/
/* left menu (tree menu) */
div.menuheader
{
	background-color: #fff;
	color: #E1840F;
	font-weight: bold;
	font-size: 12px;
}

/* menulinks */
a.amainmenuopen,a.amainmenuopen:hover, a.amainmenuopen:visited
{
	color: #272B34;
	cursor: pointer;
}

a.amainmenuclosed,a.amainmenuclosed:hover, a.amainmenuclosed:visited
{
	color: #A2A3A6;
	cursor: pointer;
}

a.asubmenuopen,a.asubmenuopen:hover,a.asubmenuopen:visited /* left submenu links open */
{
	font-weight: bold;
}

a.asubmenuclosed,a.asubmenuclosed:hover, a.asubmenuclosed:visited
{
	cursor: pointer;
}

/* containers for left menu elements */
.mainmenuopen0 /* container around mainmenu open elements. Put backgroundpictures here. */
{
    font-weight: normal;
    border: none;  
    color: #000;
}

.mainmenuclosed0 /* container around mainmenu closed elements. Put backgroundpictures here. */
{
	font-weight: normal;
	border: none;  
    color: #000;
}

.submenuopen1,.submenuopen2,.submenuopen3,.submenuopen4, .submenuopen5 /* container around submenu open elements. Put backgroundpictures here. */
{
	color: #000;
}

.submenuclosed1,.submenuclosed2,.submenuclosed3,.submenuclosed4, .submenuclosed5 /* container around submenu closed elements. Put backgroundpictures here. */
{
	color: #000;
}

/***********************************************************************************************************************************/
/* main container - content + breadcrumbs */
#renderaround
{    
    background-color: #f2f2f2;
    border: 1px solid #eaeaea;
    border-top: 0px;
}

#render H1{ /* header level 1 in render container */
    font-weight: bold;
    font-size: 11px;
    color: #5a5a5a
}

/***********************************************************************************************************************************/
/* breadcrumbs */
.breadmain{			
	color:#000;
}

/*all IE browsers*/
.breadcrumbs {
	background: transparent url('design/breadcrumb-spacer.gif') no-repeat left center;
}

/* don't remove comments below! */
/*\*/

* html .breadmain:first-child
{
	background-image: none
}

/**/
/***********************************************************************************************************************************/
/* render menu - valgt meny i stedet for liste eller box i visning*/

div.rendermenu1, div.rendermenu2, div.rendermenu3
{
	border: solid 1px #ccc;
}

div.rendermenudesc
{
	background-color: #e5e5e5;
}


a.prodlinkdm
{
	font-weight: bold;
}

/***********************************************************************************************************************************/
/* product box */

.renderboxcoltr
{
	background-image: url(design/border.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.renderbox1,.renderbox2,.renderbox3 /* main boxes of product */
{ 
	border: 1px solid silver;
}

.boxdesc{ /* container which holds product name */	
	font-weight: bold;
	font-size: 13px;
}

.boxdesc a:hover{
	color: #000;
	text-decoration: underline;
}

div.boxprice, div.boxpricev{ /* contains price value */
	color : #a81002;
	font-size: 12px;	
	font-weight: bold;
}

div.boxpricetxt{/*display: none;*/} /* text before price */

a.prodlinkdb, a.prodlinkdb:visited /* link on box desc*/
{
	font-size: 14px;
	font-weight: bold;
}

a.prodlinkdb:hover
{
	text-decoration: none;
	color: #000;
}

div.boxunittxt, div.boxcolortxt, div.boxdimentxt, div.boxquantityonhandtxt, div.boxcarttxt, .boxalt01txt, .boxarealtxt /* text */
{
	color: #626262;
	font-size: 11px;
	font-weight: bold;
}

.boxunitv, div.boxalt01v, .boxarealv, .boxdimenv, .boxcolorv /* value */
{
	color: #626262;
	font-size: 11px;
}


/******************************************
/* compare products */

#speccomparediv * 
{
	background-color: #f2f2f2;
}

#speccomparetable
{
	border: 1px solid silver;
}

#speccomparetable td
{
	border: 0px;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	color: #626262;
}

tr.prodspeccattr
{
	font-weight: bold;
}

.speccompareboxtd .renderboxcol, .speccompareboxtd .renderbox1, .speccompareboxtd .renderbox2
{
	border: 0px;
}

.speccompareboxtd .renderboxcol *
{
	background-image: none;
}

.speccompareboxtd .boxdesc
{
	font-size: 11px;
}

.speccompareboxtd .boxunitv
{
	font-size: 10px;
}

.speccompareboxtd .prodlinkdb, .speccompareboxtd .prodlinkdb:visited
{
	font-size: 11px;
}


/***********************************************************************************************************************************/
/* one product */
.rendersingle /* container with product details and image */
{	    
    background-color: Transparent;    
}

.singlebigpicture /* container with picture that shows after click on small picture */
{	 
    cursor: pointer;
}

/* product attributes - captions */
.singleproductidenttxt, .singlecolortxt, .singlevariantdtxt, .singledimentxt, .singlequantityonhandtxt,.singleunittxt, .singlepricetxt, .singlealt01txt,.singlealt02txt,.singlealt03txt,.singlealt04txt,.singlealt05txt,.singlealt06txt,.singlealt07txt,.singlealt08txt,.singlealt09txt,.singlealt10txt
{
	color: #626262;
	font-weight: bold;
	font-size: 11px;
}
/* product attributes - data */

.singleproductidentv,.singlecolorv, .singlequantityonhandv , .singledimenv, .singleunitv,.singlepricev, .singlealt01v, .singlealt02v, .singlealt03v, .singlealt04v, .singlealt05v, .singlealt06v, .singlealt07v, .singlealt08v, .singlealt09v, .singlealt10v 
{
	color: #000;
	font-size: 11px;
}

.singlepricev, .singleorgprice /* red color on price */
{
	color: #a81002;
}

.singlepricetxt,.singlepricev{/* price caption and value */
    font-weight: bold;    
}

.singlecarttxt,.singlecartinp,.singlecartinp *,.singlecartv,.singlecartv *{/* these elements hold text, input and cart image and everything inside those elements*/
	vertical-align: middle;
}

.singlecarttxt
{
	color: #626262;
}

.singledesc /* product name */
{
    color: #767676;  
    font-size: 16px;
    font-weight: bold;
}

.singlelongdesc{/* box with description of product */
	
    border-top: solid 1px #A2A3A6; 
	font-size: 11px;
	color: #000;
}

div.tilgjengeligtekstdiv
{
	border-top: 2px solid #A2A3A6;
}

.tilgjengeligtekstdiv .menuintrotext
{
	border: none;
}

#prodspecdiv
{
	border-right: 2px solid #a2a3a6;
}

#divorderlistsingle
{
	border-bottom: 1px solid silver;
}


/***********************************************************************************************************************************/
/* login page */
#divlogon{/* contains login elements (login text, name, password, button) */   
	
}

.logonaround
{
	border: 1px solid silver;
}

.divlogonf{/* child of #divlogon which indeed holds login elements */
	
}

#divlogonerr /* errormessage wrong username or password */
{
	color: red;
}

#divlogon H4{ /* header level 4 in divlogon container with text: "Logg pa" */
	font-size: 16px;
}
/* look on the top of the page -> input.logon */

#divlogonf a {}/* link under text: "Glemt brukernavn eller passord?" */



/***********************************************************************************************************************************/
/* cart view (big cart) */
div.carttext /* text above big cart */
{
    background-color: #E3E3E5;
}

div.carttextheader /* header for text above big cart */
{
	font-size: 14px; 
	font-weight: bold;
	background-color: Transparent;
}

div.cartheader /* header of list items in cart */
{	
    background-color: #e6e6e6;
}

.cartheadertr div { /* every div in cart header */
	color: #000;
	font-weight: bold;
}

.cartbig /* row in cart table view */
{ 
	border-bottom: dashed 1px #ccc;
}

.cartbig div { /* every div in row in cart table view */
	
}

/* look on the top of this file -> input.bigcart */
.cartbigsum,.cartbigmva,.cartbigsummva{ /* row of footer in cart table */

}

.cartbigsum div, .cartbigmva div,.cartbigsummva div { /* cells in row of footer in cart table */
	
	font-weight: bold;
	color: #606060;
}

.cartbigbottom{ /* cell with delete image in */
	
	background-color: Transparent;
}

.cartframe{
    font-size: 11px;
    color: #000;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

.cartbigheadthumbnailpic,.cartbigthumbnailpic{/* first column header */
	/* invisible */
}

.cartbigheadcart,.cartbigwcart{ /* 2nd column in header */
	/* invisible */
}

.cartbigheadprice,.cartbigprice{ /* 4th column in header */
	color: #606060;
}

.cartbigheadlinesum,.cartbiglinesum{ /* 5th column in header */
	color: #606060;
}

.cartbigheaddelete,.cartbigdelete{ /* last column in header */
	
}

.cartprodlinkd{
	color: #000;
	font-weight: bold;
}

.cartprodlinkd:hover, .cartprodlinkd:visited{
	color: #000;
}

div.cartbigbottomlinks
{

}

img.cartdel, img.cart, img.multipic
{
	cursor: pointer;
}

/* frames with header and footer */

div.topcartframe {

}

#topcartiframe
{
}

#botcartiframe
{
	border-top: solid 1px #b4b4b4;
}

/***********************************************************************************************************************************/
/* customer page */
#newcustform
{
	background-color: Transparent;
}

#newcusthead{ /* header of cusomer data with text: "Fyll inn de nodvendige opplysningene. Alle felter er pakrevet !" */	
    font-size: 11px;
}

#custedit /* message when edit customer info */
{
	color: Red;
}

#editlagret
{
	color: Red;
}

#newuserinfo
{
	color: Red;
}

.customerform{ /* div which holds captions and inputs of customer data */	
    font-size: 90%;
}

.ncddiv{ /* container with caption */
	font-weight: bold;	
}

.ncfdiv{ /* container with input */
	background-color: transparent;
}

/* look on the top of this file -> input.newcustform */
button.newcustformbutton /* buttons below form */
{ 
}

#newcustformsubmit, #newcustformreset
{
	cursor: pointer;
	background-color: transparent;
	border: none;
}

#rediger
{
	cursor: pointer;
	background-color: transparent;
	border: none;
}

#leggtil
{
	background-color: transparent;
}

.loginexists
{
	color: Red;
}

a.loginexists, a.loginexists:hover, a.loginexists:visited
{
	color: Red;
	text-decoration: underline;
}

.newcusterror, .oppserror, .editcusterror, .ordererror
{
	color: Red; 
}


/***********************************************************************************************************************************/
/* order history page */
.orderhistoryhead
{
	font-weight: bold;
}

.orderlisttable th
{
	font-weight: bold;
	border-bottom: 1px solid silver;
}
/***********************************************************************************************************************************/


/***********************************************************************************************************************************/
/* order page */
.cartformhead, .cartorderconfirmhead{ /* headers with text f.e. "Steg 1 av 3: Handlekurv - Registrering - Ordrebekreftelse" */
	background-color: #f3f3f3;
}

.cartbigtop {
	background-color: #f3f3f3;
}

div.nextico
{
	background-image: url(dep/nextico.gif);
	background-repeat: no-repeat;
}

.cartformhead div, .cartorderconfirmhead div{ /* parts of text "Steg 1 av 3: Handlekurv - Registrering - Ordrebekreftelse" */
	color: #000;
}

.cartbigtop div {
	color: #000;
}

.cartbigstep{ /* element which contains specified step of order procedure */
	font-weight: bold;
	font-size: 11px;
}

div.cartbigstepdim
{
	color: #808080;
	font-size: 11px;
}

.cartformheadtr{ /* line with text: "Sjekk skjema og trykk "Send bestilling" for a ga videre" */
	font-size: 14px; 
	font-weight: bold;
}

.orderform{	/* this box holds captions and inputs (+ one combobox) */
  
}

#custformorder
{
	background-color: #f3f3f3;
}

#ocfcustomername,#ocfemailaddress,#ocfaddress,#ocfzipcode,#ocfcityplace,#ocftelephone,#ocftelefax,#ocfpayment, #ocfdelivername, #ocfdeliveraddress, #ocfdeliverzipcode, #ocfdelivercityplace{
	/* elements which holds inputs and combobox */
	font-weight: normal;
}

.cartbigbottommore a:hover,.cartbigbottommore a:active,.cartbigbottommore a:visited {
	color: #000;
}

.cartbigbottomback,.cartbigbottommore,.cartformbottomsend,.cartbigbottomnext{ /* bottons: "<< Tilbake", "Fortsett a handle", "Send bestilling >>" */
	cursor: pointer;
}

.cartformbottom
{
	border-top: solid 1px #b3b3b3;
}

#carterrormessage
{
	color: Red;
}

.cartorderconfirmhead,.cartformhead{
}

#toptext
{
	background-color: #E6E6E6;
	text-indent: 20px;
}

.sendsoknaderror
{
	color: Red;
}

/* text about terms /betingelser */
#betingelser
{
}

a.betingelser, a.betingelser:visited
{
	text-decoration: none;
	font-weight: bold;
}

a.betingelser:hover
{
	text-decoration: underline;
	
}

#fakttext, #delivertext
{
	font-weight: bold;
	font-size: 11px;
}

#copyadr
{	
	font-weight: bold;
	font-size: 11px;	
}


/***********************************************************************************************************************************/
/* order page 2 (some elements are in 'order page')*/

table.ordercust
{
    font-family: Verdana;
    font-size: 11px;
}

table.orderprod
{
	border-top: 1px solid #b0b0b0;
    font-family: Verdana;
    font-size: 11px;
}

table.tableototalsum
{
    font-family: Verdana;
    font-size: 11px;
}

tr.otmcomment td
{
	border-top: 1px solid #b0b0b0;
}

.ordercust /* contains top part of orderconfirmation (customer data) */
{	
}

.ordercust div /* all child div's in orderconfirmation */
{
}

#ocordercomments1 /* ordercomments1 (set in web.config) */
{ 
	border-bottom: 1px solid #ccc;	
	font-size: 16px;
	font-weight: bold;
}

div.ocordercomments2
{
	font-size: 11px;
}

div.ocordercomments3
{
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	font-size: inherit;
}

.ocordercomments4
{
    font-weight: bold;
    font-size: 14px;
}

.opheadquantity
{
	font-weight: bold;
	border-bottom: 1px dotted #b0b0b0;
}   

.opheadproductdesc
{
	font-weight: bold;
	border-bottom: 1px dotted #b0b0b0;
} 

.ohtotalsumtx, .ohtotalsum
{
	font-weight: bold;
}

.ocordercomments2td
{
    border-top: 1px dotted #b0b0b0;
} 

td.ocmcomments, tr.orderheadtr
{
    background-color: #f5f1f1;
}

.occustomername, .occompanyname, .occdelivercaption, .ocmcompanyname
{
    font-weight: bold;
}

#occsessionno, #ocsessionno /* ordernumber */
{
	font-weight: bold;
}


#occemailaddress, #ocemailaddress /* e-mailaddress */
{

}

.ocaddress
{
}

#oczipcode
{

}

#occityplace
{

}

#ocdcustomername,#ocdemailaddress,#ocdaddress,#ocdzipcode,#ocdcityplace,#ocdtelephone,#ocdtelefax,#ocdcomments, #ocdpayment, #ocdpassword, #ocdpassword2, #ocddelivername, #ocddeliveraddress, #ocddeliverzipcode, #ocddelivercityplace{
	/* names before inputfields */
}

.orderline
{
	border-bottom: dashed 1px #ccc;
}

.orderlinetr div,.ototalsumtr div{
	border-collapse: collapse;
}

.ototalsumtr{
	border-top: 1px solid #ccc;
	font-weight: bold;
}

div.ocordercomments2{
	border-bottom: 1px solid #ccc;	
}

.cartformbottom .cartbigbottomback a {
	color:#000;
}

#occtodaysdate,#octodaysdate, #occdelivercaption, #ocdelivercaption
{
	font-weight: normal;
}


/***********************************************************************************************************************************/
/* search for product result page */
.fieldheader
{
	background-color: #E3E3E3;
}

.fieldheadertr
{
}

.fieldheadertr div /* containers in header */
{ 
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

.renderlisttr div /* containers in row */
{ 
	color: #606060;
}

.spandesc a,.spandesc a:visited /* descriptions 1 and 2 in result row */
{
	color: #000;
	font-weight: bold;
	white-space: normal !important
}

.fieldprice, .spanprice{ /* 6 column - price */ /* box with price in result row */
}

.renderlist1 /* row with result - odd */ 
{
	border-bottom: 1px solid #e3e3e3; 
	border-top: 1px solid #e3e3e3; 
}

.renderlist2 /* row with result - even */
{ 
	background-color: #e3e3e3;
	border-bottom: 1px solid #e3e3e3; 
	border-top: 1px solid #e3e3e3; 
}

.renderlistgroup
{
	font-weight: bold;
}


/* Search suggestions - when no searchhits -  */
div.renderseachnon, div.rendersearchnontr, div.rendersearchnonalt /*container for 'No hits!'*/
{}

div.rendersearchnonalttr
{}

div.rendersearchalttxt /* container for 'did you mean:'*/
{
	background-color: #e6e6e6;
	font-weight: bold;
	font-size: 11px;
}

div.rendersearchaltv /* container for alternative hits */
{}

a.altsearchlink, a.altsearchlink:visited, a.altsearchlink:hover /* alternative hits */
{
	cursor: pointer;
}


/****************************************************************************************************************/
/* loginmessage on top of every page */
#custname
{
	background-image: none;
	font-weight: normal;
	cursor: default;
}

#custname a
{
	color: #fff;
	font-weight: bold;
}


/****************************************************************************************************************/
/* printerfriendly */
.singleprinterfriendtxt
{ 
	font-weight: bold;
}


/****************************************************************************************************************/
/* Tip a friend */
div.singletipafriend /*container for tipafriend top text + img before clicked */
{
}

div.tipafriendv /* container for tipafriend img before clicked */
{
	cursor: pointer;
}

div.tipafriendtop /* container around total tip a friend */
{
	background-color: #FFFFFF;
	border: solid 1px #b3b3b3;	
}

div.tipafriendtopttr
{
}

div.tipafriendhead /* container for tipafriend headerimg and text + img for close */
{
	background-color: #e5e5e5;
	border-bottom: solid 1px #b3b3b3;
}

div.tipafriendheadtxt /* container for tipafriend headerimg and text */
{
}

div.tipafriendheadclose /* container for tipafriend headerimg close */
{
	cursor: pointer;
}

div.tipafriendpname /* container for productdesc to be tipped */
{
}

div.tipafriendmsg, div.tipafrienderrmsg /* container for message when tips is sent OK */
{
	color: Red;
}

div.tipafriendsend /* container around send tip to text and inputfield */
{
}

div.tipafriendsendv /* container for send to inputfield */
{
}

input.tipafriendinp, textarea.tipafriendcommentinp /* inputfields for to/from email-address and comments */
{ 
	border: solid 1px #b3b3b3;
}

div.tipafriendfrom /* container for from email txt and inputfield */
{
}

div.tipafriendfromv /* container for from- inputfield */
{
}

div.tipafriendcomment /* container for commentstxt and textarea */
{
}

div.tipafriendcommentv /* container for comments- inputfield */
{
}

div.tipafriendsubmit /* container around submit and reset images */
{
}

div.tipafriendsubmittxt /* container around submit-img */
{
	cursor: pointer;
}

div.tipafriendsubmittv /* container around reset-img */
{
	cursor: pointer;
}

/* text/labels in tip a friend */
div.tipafriendheadtxt, div.tipafriendsendtxt, div.tipafriendcommenttxt, div.tipafriendfromtxt
{
	font-weight: bold;
	color: #000;
}


/****************************************************************************************************************/
/* styles for cute editor */
.menumaintext
{
}

.menuintrotext
{
	/*border-top: 1px solid silver;*/
}

.menuintrotext a
{
	color: #f39800;
}

.menuname
{
	font-size: 16px;
	font-weight: bold;
	color: #3f444a;
}


/***************************************************/
/* General */

#kundelogonaround
{
}

#kundelogonhead
{
	background-color: #F1F1F1;
	color: #E1840F;
    font-size: 12px;
	font-weight: bold;
}

a.cartlink, a.cartlink:hover, a.cartlink:visited /* link on cartheader */
{
	text-decoration: none;
	color: #E1840F;
}

.rightmenulinks, .rightmenulinksactive
{
	font-size: 13px;
	background-color: #f39800;
	font-weight: bold;
}

.rightmenulinks a, .rightmenulinks a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.rightmenulinksactive a, .rightmenulinksactive a:visited
{
	background-color: #f39800;
	color: #ffffff;
}

.rightmenulinks a:hover, .rightmenulinksactive a:hover
{
	text-decoration: underline;
}

.hjelpheader
{
	font-size: 13px;
	background-color: #f39800;
	font-weight: bold;
	color:#000000;
}

a.logonlinks, a.logonlinks:hover, a.logonlinks:visited
{
	font-size: 12px;
}

#loggedon
{
	font-weight: bold;
}

div.logonborder
{
	border-top: dashed 1px #b3b3b3;
}

button.logonbutton
{
	border: none;
	cursor: pointer;
	background-color: Transparent;
}


/* container around searchfield and button */
.divsearch
{
	white-space: nowrap;
}

#divsearch img
{
}

.advsearch
{
	font-weight: bold;
}

.soekdiv
{
	border: 1px solid #eaeaea;
	border-bottom: 0px;
	background-color: #f2f2f2;
	background-image: url(design/border.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.soektable span
{
	font-size: 12px;
	font-weight: bold;
	color: #3f444a;
}

/**************/
#dinsideogreklame
{
}

#reklame
{    
    background-color: #FFF;       
}

.annonseheader
{
	background-color: Silver;
}

.annonsediv
{
	background-color: #333333;
	color: #ffffff;
}

.soknadsskjema, .soknadsskjema .cart
{
	background-color: #333333;
	border: 0px;
}
.cartmedium
{
	color: #ffffff;	
}
.dinsidelinks, .dinsidelinksorang
{
    background-color: #333333;
    color: #ffffff;
}

.dinsidelinksorang
{
   background-color: #E1840F;   
}

#loginreg a, #loginreg a:visited
{
	color: #FB7509;
}

.custcelle
{
	border: 2px solid #dddddd; 
	background-color: #f9f9f9;
}

#custnext
{
	background-color: Transparent;
	border: 0px;
	cursor: pointer;
}

#custclear
{
	background-color: Transparent;
	border: 0px;
	cursor: pointer;
}

#custoppdat
{
	border: 0px;
	background-color: Transparent;
	cursor: pointer;
}

#sendoppsigelse
{
	border: 0px;
	background-color: Transparent;
	cursor: pointer;
}

#oppsigelseerror
{
	color: Red;
}

.tilbuddiv
{
	border: 1px solid silver;
	background-color: #E3E3E5;
}

.dinsidelinker
{
	border: 1px solid silver;
}

.dinsidelinker span
{
	font-size: 11px;
}

.dinsidelinker a
{
	font-size: 12px;
	font-weight: bold;
}

a.messagered, a.messagered:visited
{
	color: #fb7509;
}

#lesmeromrade
{
	font-weight: bold;
}

#lesmeromrade a
{
	color: #FB7509;
	text-decoration: none;
}

#getextdescr
{
    border-top: 2px solid #A2A3A6;
    border-bottom: 2px solid #A2A3A6;
}

.contractheader
{
	background-color: #e6e6e6;
}

.contractheaderfirst
{
	background-color: #e6e6e6;
}

.userinfobackright
{
	text-align: right;
}

.loguterrordiv
{
	border: 2px solid gray;
	background-color: #fdc9c9;
}

.loguterror
{
	color: Red;
}

/*Feilmeldings iframe*/
.feilmeldingsFrame
{
	
}
/**/

/*Økonomistatus - Depositum*/
.depBetaltMelding
{
	color: #fb7509;	
}

.TDdepbetal
{
	text-align: right;	
}
/**/

/*BankID*/

.signerror
{
	font-size: 13px;
	font-weight: bold;
	color: Red;
}

.bankidlink
{
	font-weight: bold;
	font-size: 12px;
}

.bankidsubheader
{
	font-size: 13px;
	font-weight: bold;
}

.bankidtakk
{
	font-weight: bold;
	font-size: 13px;
}

.bankidaktivert
{
	font-weight: bold;
	font-size: 13px;
}

.bankidaktiverterror
{
	font-size: 13px;
	font-weight: bold;
	color: Red;
}

/**/


/* Faktura */
body.fakturabody
{
    font-size: 18px;
    background-color: #ffffff;
}

body.fakturabody td{
    font-size: 18px;
}

.antsiderTopp, .antsiderBunn
{
	font-size: 14px;
	text-align: center;
}

/* Toppinfo */
.fakturatopp
{
}

.fakturalogo
{
}

.fakturalogo img
{
}

.fakturaToppInfo
{
}

.faktureTilAround
{
}

.fakturaFraAround
{
    text-align: right;
}

.fakturaFra
{
    text-align: left;
}
/* Toppinfo slutt */


/* Fakturalinjer */
.fakturalinjeInfo
{
}

.fakturadetaljer
{
	font-weight: bold;
}

table.fakturalinjer
{
}

td.colhead
{
    font-weight: bold;
    background-color: #eaeaea;
}

td.colheadright
{
    font-weight: bold;
    text-align: right;
    background-color: #eaeaea;
}

td.linjeid{

}

td.linjebeskrivelse{

}

td.linjeantall{

}

td.linjepris{
    text-align: right;
}

td.skillelinje, tr.skillelinje
{
	line-height: 1px;
	height: 1px;
	background-color: #dadada;
}

td.sumbeskrivelse{
    border-top: 1px solid #000000;
    font-weight: bold;
    
}

td.totalsum{
    border-top: 1px solid #000000;
    text-align: right;
    font-weight: bold;
}
/* Fakturalinjer slutt */


/* Kvittering */
.fakturakvittering
{
    background-image: url(design/bg_fakturamal.jpg);
}

.fakturakvittering * 
{
    font-size: 20px;
}

.fakturaBetalttilkonto
{
}

.fakturaBelop
{
    text-align: right;
    font-weight: bold;
}

.fakturaBetalinsfrist
{
    text-align: center;
    font-weight: bold;
}

.fakturaBetaltav
{
}

.fakturaBetalttil
{
}

.fakturaKid
{
    text-align: right;
    font-family: Courier;
}

.fakturaKroner
{
    text-align: right;
    font-family: Courier;
}

.fakturaOre
{
    font-family: Courier;
}

.fakturaKlammetall
{
    font-family: Courier;
    text-align: center;
}

.fakturaTilkonto
{
    font-family: Courier;
}
/* Kvittering slutt */

/* Faktura slutt */