/***********************************************************************************************************************************/
/* main html elements */
body{
	font-size:13px;
    color: #000;
    font-family: Arial, Helvetica, Sans-Serif;    
	background-color :#fff;   
}
table{
    font-size: 13px;    
    margin: 0;
    color: #000;       
    font-family: Arial, Helvetica, Sans-Serif;    
}
img{
	behavior:url("pngbehavior.htc");
	border:none;
}
a,a:visited{
	color: #000;
    text-decoration: none;
}
a:hover,a:active{
	text-decoration: underline;
}

/***********************************************************************************************************************************/
/* background */
#topdocument{background:url('design/right-thumbnails.jpg') no-repeat right 75px}
/***********************************************************************************************************************************/
/* common html elements: inputs and so on */
input.singlerender, input.bigcart{/* input with amount of product added to cart */
	width: 26px;height:26px;
	text-align: center;
	margin: 3px 5px 0 0;
	padding:5px 2px 0 2px;
	background:transparent url('design/amountedit-background.png') no-repeat center center;
	border:none;vertical-align:middle;
}
* html input.singlerender, * html input.bigcart{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="design/amountedit-background.png", sizingMethod="crop");
}

input.soek, input.logon{ /* search input and inputs: login, password */
	border: solid 1px #cccccc;
	color:#726459;
    font-size: 10px;
    font-family: Arial, Helvetica, Sans-Serif;
    height: 20px;padding: 2px;margin:0;
   	vertical-align: middle;
}
input.logon{width: 100px;margin: 1px 0} /* inputs: login, password */
input.singlerender{/* input with amount of product added to cart */
	width: 26px;height:26px;
	text-align: center;
	margin: 3px 5px 0 0;
	padding:5px 2px 0 2px;
	background:transparent url('design/amountedit-background.png') no-repeat center center;
	border:none;vertical-align:middle;
}
* html input.singlerender{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="design/amountedit-background.png", sizingMethod="crop");
}
input.newcustform,.ordercustform{ /* input with data on customer page; ordercustform - inputs (and combobox) on order page */
	border: 1px solid #cecece;
    background: #fff;    
    margin: 0;
    color: #726459;    
    width: 190px;  
    height: 17px;
    text-align: left;      
    font-size:11px;
}
select.ordercustform{font-size: 11px;font-family: Arial} /* combobox on order page */
#pnlLogin input{background:transparent url('design/longedit-background.png') no-repeat left center}
* html #pnlLogin input{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="design/longedit-background.png", sizingMethod="crop");
}

/***********************************************************************************************************************************/
/* design elements */

/* main container */
#content{
	/*
	background-color: #fff;
	border:2px solid #7f7498;
	border-style:none solid
	*/
}

/***********************************************************************************************************************************/
/* top menu (top logo with Forside, Logg inn and so on inside) */
#topmenu{background:transparent url('design/header.gif') no-repeat top left;margin:13px 0 0 0}
.link-list{list-style:none; padding:0; margin:0; display:block;width:888px;color:#726459}
.link-list li{display:inline;padding:0;margin:0}
.link-list li:before{content: " | "} /*it does not work in IE*/
.link-list li:first-child:before{content:""}
/*IE workaround*/
/*All IE browsers*/
* html .link-list li{
	background-image: url('design/v_line.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0.5em 0 1em;
	margin: 0 1em 0 -1em;/*negative left margin to hide first vertical line in IE*/
}

/*Win IE browsers - hide from Mac IE\*/
* html .link-list {height: 1%}
* html .link-list li{display: block; float: left}
/*End hide*/
/*Mac IE 5*/

* html .link-list li:first-child {background-image: none}
.link-list li a, .link-list li a:visited {text-decoration: none;padding: 3px;color: #726459;font-weight: bold}
.link-list li a:hover, .link-list li a:active{text-decoration: none}
.toplinks div {	
    font-size: 11px;background-color: #DA0000;	
	line-height: 20px;text-align: center;
	vertical-align: middle;cursor: pointer;
}
.topmenu,.topmenu:active,.topmenu:visited{color: #fff;font-size: 90%;font-weight: bold} /* a element in menu */
/***********************************************************************************************************************************/
/* cart on top banner */
div.cart{float:left;margin: 0;padding: 5px 0 0 5px;z-index: 500} /* cart main container (except header)*/
.cartpwrap,.cartqwrap{width:100%;padding:2px 1px;clear:both}
.cartpwrap{height:20px;overflow:hidden}
.cartsmallqtxt,.cartsmallptxt{text-align:left;float:left;color:#fff;margin:1px 0;width: 70px;font:normal 14px Arial} /* captions in cart container*/
.cartsmallq,.cartsmallp{color: #fff;margin:1px 0;float:left;padding:0 2px;font:normal 14px Arial} /* data in cart container */
.cartsmallq{padding-top:5px;top:-5px;position:relative;width:26px;height:25px;text-align:center;background:transparent url('design/amountedit-background.png') no-repeat center center;clear:right}
* html .cartsmallq{background-image: none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="design/amountedit-background.png", sizingMethod="crop")}
.cartbottom{color: #000;text-align: left;padding: 0;height:26px;vertical-align:bottom}
#cartbottom .topmenu, .cartsmallqtxt, .cartsmallq, .cartsmallptxt, .cartsmallp{color: #000;}/* textcolor in small cart*/
#cart-link{float:left;width:99%;text-align:center;margin:5px 0 0 0}
#cart-link a {color:#F17531;font-weight:bold;text-decoration: none}
#cart-link a:hover{color:#000}
#cart-link a:visited{color:#F17531}
#lnkHandlekurv{font:normal 14px Arial;background:transparent url('design/handlekurv-icon.gif') no-repeat center right;padding:7px 30px 0 5px;height:25px;text-decoration:underline}
#lnkHandlekurv * {vertical-align:baseline !important}
/***********************************************************************************************************************************/
/* left menu (tree menu) */
#mainmenu ul{list-style: none;margin: 0 0 0 5px;padding: 0}
#mainmenu ul li {font-size: 10px;color: #606060}
.kampanje{color:#7996A8}
#cardsthumbs{padding: 15px 0 0 0}
#menu-background img {display:none}
#mainmenu a {font:bold 14px Arial}
/***********************************************************************************************************************************/
/* specified html elements with classes or elements which inherit */
/*
#topmenu a, #topmenu a:visited{
	color: #fff;
}
*/
/* tree menu item */
.mainmenuopen0, .mainmenuclosed0{border: none;color: #000;padding: 0 0 3px 0;cursor: pointer}
.mainmenuopen0, .mainmenuclosed0{font-weight: normal;border-bottom: solid 1px #e7e7e5;padding-top: 5px}
.submenuopen, .submenuclosed{font-weight: normal}
.asubmenuclosed, .asubmenuopen{font-size:12px !important}
/***********************************************************************************************************************************/
/* element with search input and button */
#divsearch img{vertical-align:middle;margin:0 0 0 7px}
button.cart{border: none}
input.soek, #pnlLogin input{background:transparent url('design/longedit-background.png') no-repeat center center;border:none;width: 101px;height: 17px;overflow:hidden}
* html input.soek{background-image: none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="design/longedit-background.png", sizingMethod="crop")}
/* look on top of this file -> input.soek */
/* login on top */
#pnlLogin img{vertical-align:middle;margin:0 0 0 7px}
#lblLogin{float:right;margin:0 70px 0 0 !important;cursor:pointer}
/***********************************************************************************************************************************/
/* main container - content + breadcrumbs */
#render{font-family: Arial, Helvetica, Sans-Serif;vertical-align: middle;padding-bottom: 20px}
#render H1{font-weight: bold;font-size: 10px;margin-bottom: 2px;color: #5a5a5a}/* header level 1 in render container */
/***********************************************************************************************************************************/
/* breadcrumbs */
.breadmain{text-align: left;background-color: #fff;padding: 0 0 3px 3px;font:normal 13px Arial;margin:5px 0px 0px 10px}
.breadcrumbs * {color:#3b2a61 !important}
div.breadcrumbs{display:inline;white-space:nowrap}
div.breadcrumbs:before {content: "\0020 \0020 \0020 \00BB \0020"}/*it does not work in IE*/
/*all IE browsers*/
* html .breadcrumbs {background:transparent url('design/breadcrumb-spacer.gif') no-repeat left center;padding: 0 .5em 0 1em;margin: 0 .5em 0 -1em}
/* don't remove comments below! */
/*\*/
* html .breadcrumbs{height: 1%}
/**/
/***********************************************************************************************************************************/
/* render menu - valgt meny i stedet for liste eller box i visning*/
div.rendermenucol
{
}
div.rendermenucoltr
{
}
div.rendermenu1, div.rendermenu2, div.rendermenu3
{
	border: solid 1px #ccc;
}
div.rendermenutr{}
div.rendermenupicture
{
}
div.rendermenudesc{margin: 0px 0px 0px 0px;}
img.nopicimg{}
a.prodlinkdm{font-weight: bold;}
/***********************************************************************************************************************************/
/* product box */
.renderbox1,.renderbox2,.renderbox3{border: 2px solid #939598} /* main boxes of product */
.boxpicture{}/* holds product image */
.boxdesc{font:normal 18px Arial} /* container which holds product name */	
.boxdesc a:hover{color:#000;text-decoration:underline}
#boxdesc1, #boxdesc2, #boxdesc3{}/* specified boxes with product name (3 first boxes from top) */
#boxdesc1{} /* first the widest box */
#boxdesc2, #boxdesc3{} /* 2nd and 3rd boxes (with the same width) */
div.boxprice, div.boxpricev{color: #00adef;font:bold 18px Arial;padding: 0}/* contains price value */
div.boxpricetxt{}/* text before price */
.prodlinkd, .prodlinkdb{} /* product link - a element with product name */
/***********************************************************************************************************************************/
/* one product */
.rendersingle{border: none;background-color: #fff}/* container with product details and image */	
.divmulitpic{}/* container with pictures and arrows: < and  > */    
.singlepicture{vertical-align: top;cursor: pointer;text-align: center}/* box with picture */
.singlebigpicture{text-align: center}/* container with picture that shows after click on small picture */	 
.mulitpicturepre,.mulitpictureaft{vertical-align: middle}/* boxes which holds arrows images */
.mulitpicturepre{text-align:right}/* box with left arrow */
.singleproductidenttxt, .singlecolortxt, .singledimentxt, .singlequantityonhandtxt,.singleunittxt, .singlepricetxt{/* attributes captions */
	color:#000;
}
.singleproductidentv,.singlecolorv, .singlequantityonhandv , .singledimenv, .singleunitv,.singlepricev{/* attributes data */
	color:#000;
}
.singlepricetxt,.singlepricev{}/* price caption and value */
.singlecarttxt,.singlecartinp,.singlecartinp *,.singlecartv,.singlecartv *{/* these elements hold text, input and cart image and everything inside those elements*/
	vertical-align:middle;
}
.singlecarttxt{font:normal 13px Arial}
.singledesc{color: #fff;font:bold 13px Arial;background:url('design/product-beam.gif') no-repeat left center;padding:2px 5px;text-align:left !important}/* product name */
html:not([Opera]) .singledesc{}/* Gecko based browsers hack*/
.singlelongdesc{margin: 0 0 0 20px;padding: 0 0 15px 0;font:normal 14px Arial;color:#000}/* box with description of product */
* html .singlelongdesc{margin-top: 85px} /* IE fix */
/* start lagt til for tekst fra editor*/
.menumaintext{position: relative;	top: 20px;left: 10px;width: 580px}
.menuintrotext{position: relative;top: 20px;margin-bottom: 20px;left: 10px;width: 580px}
/* slutt lagt til for tekst fra editor*/
/***********************************************************************************************************************************/
/* login page */
#divlogon{text-align:center}/* contains login elements (login text, name, password, button) */   
.divlogonf{padding: 60px 0 0 0}/* child of #divlogon which indeed holds login elements */
#divlogon H4{font-size: 16px;margin: 0 0 20px 0} /* header level 4 in divlogon container with text: "Logg pa" */
/* look on the top of the page -> input.logon */
#divlogonf a {font-size: 90%}/* link under text: "Glemt brukernavn eller passord?" */
/***********************************************************************************************************************************/
/* cart view */
div.cartheader{vertical-align: middle;text-align: left;padding: 2px 1px;background:transparent url('design/cart-header.gif') no-repeat center left}	/* header of list items in cart */
.cartheadertr div {color:#fff !important} /* every div in cart header */
.cartbigheadthumbnailpic,.cartbigthumbnailpic{/* first column header */
	/* invisible */
}
.cartbigheadcart,.cartbigwcart{ /* 2nd column in header */
	/* invisible */
}
.cartbigheadproductdesc,.cartbigd,.cartbigsum{padding: 0 0 0 5px !important} /* 3nd column in header + footer data*/
.cartbigheadprice,.cartbigprice{text-align: right;color:#606060} /* 4th column in header */
.cartbigheadlinesum,.cartbiglinesum{text-align: right;color:#606060} /* 5th column in header */
.cartbigheaddelete,.cartbigdelete{text-align: center} /* last column in header */
.cartbig{} /* row in cart table view */
.cartbig div {margin: 0; vertical-align: middle;border-spacing: 0;padding: 2px 0} /* every div in row in cart table view */
/* look on the top of this file -> input.bigcart */
.cartbigsum{text-align: right;margin: 5px 0 0 0} /* row of footer in cart table */
.cartbigsum div {margin: 0 0 0 30px;font-weight: bold;color:#606060;text-transform:uppercase} /* cells in row of footer in cart table */
.cartbigsumtxt:after{content:": KR."}
.cartbigbottom{text-align: center;margin: 5px 0 0 0}/* cell with delete image in */
.cartprodlinkd{color:#000;font-weight:bold}
.cartprodlinkd:hover{color:#000}
div.cartbigbottomlinks{}
/***********************************************************************************************************************************/
/* customer page */
#newcusthead{font-size: 90%} /* header of cusomer data with text: "Fyll inn de nodvendige opplysningene. Alle felter er pakrevet !" */	
.customerform{padding: 2px 0 0 0;font-size: 90%} /* div which holds captions and inputs of customer data */	
.ncddiv{margin: 2px 0 0 0;vertical-align: middle;font-weight: bold;text-align: right} /* container with caption */
.ncfdiv{padding: 0px 0 0 0; margin: 2px 0 0 0;vertical-align: middle} /* container with input */
/* look on the top of this file -> input.newcustform */
.newcustformbutton{border: 1px solid #000;background-color: #fff;margin: 0;color: #444;width: 100px;text-align: center} /* buttons below form */
/***********************************************************************************************************************************/
/* order history page */
.orderhisttxttr{border-bottom: dashed 1px #ccc}/* inner container in header */
.orderhisttxttr div {color:#000;font-size:11px;text-transform:uppercase;font-weight: bold;padding: 0 0 5px 0;width: 150px}
.orderhisttxt{display:table-header-group;width: 590px;float:left} /* header with field names */
.orderlistline{width: 590px}
.orderlistlinetr{line-height: 20px}/* inner container in header */
.orderlistlinetr div{width: 150px}/*060606*/
div.ordertotalsum{}
.ordertotalsumtr{width: 590px;border-top: dashed 1px #ccc;font-weight: bold}
.ordertotalsumtr{}
.oltotalsum{width: 145px;float: right;padding: 5px 0 0 0}
.oltotalsumtx{float: left;padding: 5px 0 0 0}
/***********************************************************************************************************************************/
/***********************************************************************************************************************************/
/* order page */
.cartformhead, .cartorderconfirmhead, .cartbigtop{text-align: center;padding: 6px 0} /* headers with text f.e. "Steg 1 av 3: Handlekurv - Registrering - Ordrebekreftelse" */
.cartformhead div, .cartorderconfirmhead div, .cartbigtop div{padding: 0 3px;color:#000} /* parts of text "Steg 1 av 3: Handlekurv - Registrering - Ordrebekreftelse" */
.cartbigstep{font-weight: bold;font-size: 12px} /* element which contains specified step of order procedure */
.cartformheadtr{ /* line with text: "Sjekk skjema og trykk "Send bestilling" for a ga videre" */
    height: 18px;
    margin: 16px 0 0 0;padding: 2px 1px;
	text-align: left;
	font-weight: bold;vertical-align: middle;
    background:transparent url('design/cart-header.gif') no-repeat center left;
    color:#fff;
}
.orderform{padding: 20px 0 0 0}	/* this box holds captions and inputs (+ one combobox) */
.orderformtr div{text-align: left;height: 20px} /* all of child divs of orderformtr (caption divs and input divs)*/
* html .orderformtr div{overflow: hidden;padding: 3px 5px} /* all of child divs of orderformtr for IE (it doesn't include padding to box size) */
.cartformhead, .cartformheadtr, .orderform, .cartformbottom{margin:0 0 0 20px}
#ocfcustomername,#ocfemailaddress,#ocfaddress,#ocfzipcode,#ocfcityplace,#ocftelephone,#ocftelefax,#ocfpayment{
	/* elements which holds inputs and combobox */
	text-align: left;font-weight: normal;padding:0;
}
/* look on the top of this file -> ordercustform and select.ordercustform */
.cartformbottom{ /* container with buttons (bottom) */
	text-align: center;line-height: 15px;background-color: #fff;	
}
.cartbigbottommore a:hover,.cartbigbottommore a:active,.cartbigbottommore a:visited {color:#000}
.cartbigbottomback,.cartbigbottommore,.cartformbottomsend,.cartbigbottomnext{ /* bottons: "<< Tilbake", "Fortsett a handle", "Send bestilling >>" */
	text-align: center;cursor: pointer;border: none;width: 120px;padding: 0px;font-weight:bold;
}
.cartbigtop,.cartorderconfirmhead,.cartformhead{}
/***********************************************************************************************************************************/
/* order page 2 */
.ordercust{border-bottom: solid 1px #ccc}	/* contains customer data and webshop title */
html:not([opera]) .ordercust{min-height: 250px;}
.ordercust div {line-height:1.5em}
.ocordercomments1{ /* header with webshop title */
	padding: .7em 0;margin: 0 0 1em 0;border-bottom: 1px solid #ccc;text-align: center;font-size: medium;font-weight: bold;
}
html:not([Opera]) .ocordercomments1{font-size: 16px;}/* Firefox*/
.occustomername{font-weight: bold;font-size: 14px} /* customer name */
#ocdcustomername,#ocdemailaddress,#ocdaddress,#ocdzipcode,#ocdcityplace,#ocdtelephone,#ocdtelefax,#ocdcomments, #ocdpayment, #ocdpassword, #ocdpassword2{
	/* names before inputfields */
	font-weight: bold;text-align: right;
}
.occcomments, .occemailaddress, .occtelephone, .occtelefax, .occpayment{font-weight: bold}
.orderprod{padding: 2px 0 0 0;border-bottom: 1px solid #c0c0c0}
.orderline,.ototalsum{border-collapse: collapse;table-layout: fixed;margin: 0;padding: 0}
.orderlinetr div,.ototalsumtr div{line-height: 2em;border-collapse: collapse}
.opquantity,.opproductdesc{text-align: left}
.opprice,.oplinesum,.ototalsumtx,.ototalsump{text-align: right}
.ototalsumtr{border-top: 1px solid #ccc;font-weight: bold}
.ocordercomments2, .ocordercomments3{margin: 10px 0;padding: 10px 0;border-top: 1px solid #ccc;text-align: center;font-weight: bold;clear: both}
.ocordercomments3{border: none;font-size: medium}
.cartformbottom .cartbigbottomback a {color:#000}
.cartformbottom .cartformbottomsend a span{/*display:none;*/}
.cartformbottom .cartformbottomsend a {
	/*background:url('dep/send_bestilling.gif') no-repeat center center;
	display:block;
	width:120px;
	height:21px;*/
}
/***********************************************************************************************************************************/
/* search for product result page */
.fieldheadertr{}
.fieldheadertr div {color:#000;font-size:11px;font-weight: bold} /* containers in header */
.renderlisttr div{vertical-align:middle;/*white-space:nowrap;*/color:#606060} /* containers in row */
.spandesc a,.spandesc a:visited{color:#000;font-weight:bold;white-space:normal !important}/* descriptions 1 and 2 in result row */
.fieldprice, .spanprice{text-align:right} /* 6 column - price */ /* box with price in result row */
.renderlist2, .renderlist1{border-bottom:1px dashed #b7b7b7;padding:2px 0} /* row with result - odd */ /* row with result - even */
/***********************************************************************************************************************************/
/* order frame */
.cartframe{font-size: 11px;margin: 0px;color: #000;background-color: #fff;font-family: Arial, Helvetica, Sans-Serif}