/***********************************************************************************************************************************/
/* html elements */
html,body
{
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
body *  /* inherited by all elements in body */
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table
{
	margin: 0px 0px 0px 0px;
}

li
{
	margin-left: 35px;
}

/***********************************************************************************************************************************/
/* */
#cwebizb {background-color: White; text-align:left;}
#bannerlink
{
    position:absolute;
    width: 1000px;
    height: 100px;
    cursor:pointer;   
}
#formsearch
{
	height:0px;
}
#historyStorageForm /* tar vekk meld som vises noen ganger i explorer under hele siden: oaded":true} */
{
	display : none;	
}
#topdocument /* main outer content container */
{
	position: relative;
	margin: 0px auto; /* for left align in Firefox and Opera, remove auto */ 
	width: 1000px;
	z-index: 0;
	height: 100%; /* total height for content */
	vertical-align: top;
}
#content /* container around content */
{
	position: relative;
	width: 1000px;
    padding-left: 0px; /* padding here to move menu */
	/*height: 800px;
	min-height: 800px;
	_min-height: 800px;*/
	z-index: 0;
	text-align: left;
	float: left;/* to resize elements in Firefox */
	vertical-align: top;
	min-height: 780px;
}

*html #content
{
	height: 780px;
}/***********************************************************************************************************************************/
/* top menu (container for topbanner) */
#topmenu{
	position: absolute;
    left: 0px; 
    top: 0px;
    width: 1000px;
    height: 120px;
    background-position: 10px 0px;
}
#sitemap
{
	width: 600px;	
}
.toplinks
{
	position: relative;
	width: 605px;	
	height: 27px;
	top: 119px;
	left: 215px;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}
/* instead of toplink1, toplink2, toplink3... these are the same elements */
.toplinks div {
	height: 20px;	
	top: 20px;	
	float: left;
	margin: 0 10px 0px 5px;
}
/***********************************************************************************************************************************/
/* Digitroll signature */
div.digitrollsign
{   position:relative;
    float: left;
    clear: both;
	width: 195px;	
    top: 20px;
    left:10px;

}
a.digitrollsign, a.digitrollsign:hover, a.digitrollsign:visited
{
	width: 155px;
	margin:0 0 0 11px;
}
/***********************************************************************************************************************************/
/* small cart */
#diverse
{
	width:160px;
	position: absolute;
	left: 828px;
	top: 119px;
	height: 100px;
	margin: 0px 0px 0px 0px;
		
}
div.carthead{/* cart header - "Handlekurv" text */
	position: relative;
	width:160px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
a.cartlink, a.cartlink:hover, a.cartlink:visited /* link on cartheader */
{
	top: 5px;
	left: 10px;
	position:relative;
	display:inline;
}
div.cart{/* cart main container (except header) */
/*this class is only for DIV element because there's declaration class with the same name for image... */
	position: relative;
	width:150px;
	height:40px;
	margin: 10px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
	z-index: 500;
	float:left;
}
html:not([opera]) div.cart{width:145px;} /* Firefox fix */
.cartsmallqtxt, .cartsmallptxt /*captions in cart container*/
{
	width: 50px;
	font-weight: normal;
	float: left;
	clear: left;
	font-size:11px;
}
.cartsmallq /* data in cart container*/
{ 
	float: right;
	width: 90px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 11px;
}
.cartsmallp{
	float: right;
	width: 90px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	
}

.cartbottom /* footer of cart*/
{
	position: relative;
	float: right;
	z-index: 699;
	padding: 0px 0px 0px 0px;	
	margin: 5px 3px 0px 0px;
}
/***********************************************************************************************************************************/
/* left menu (tree menu) */
#mainmenu /* container for total leftmenu */
{
    position: relative;
    float: left;    
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width : 195px;  /* totalt width of menu */   
    top: 0px;
    left:10px;
    border: solid 1px #823e01;
    background-color: #c6a462;
	z-index:1000px;
}
div.menuheader
{
	background-color: #823e01;
	height: 25px;
	color: #fff;
	text-align: center;
    font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 135px 0px 0px;
}
.mspace /* indent for submenu. Set also in web.config (menuindent) */
{
	display : inline;
	width : 3px;
}
/* menu icons */
.divmainicoopen
{
/*	display: none;*/
	float: left;
	position:relative;
	margin-top: 5px;
	width : 1px;
}
.divmainicoclosed
{
	/*display: none;*/
	float: left;
	position: relative;
	margin-top: 5px;
	width : 1px;
}
html:not([opera]) .divmainicoclosed
{
	margin-top: 7px;
}
html:not([opera]) .divmainicoopen
{
	margin-top: 7px;
}
.divsubicoopen 
{
	display : none;
}
.divsubicoclosed
{
	display : none; 
}
/* menulinks */
a.amainmenuopen,a.amainmenuopen:hover, a.amainmenuopen:visited
{
	display: block;
	width: 175px;
	float: right;
	margin:5px 0 0 0;
} 
a.amainmenuclosed,a.amainmenuclosed:hover, a.amainmenuclosed:visited
{
	display: block;
	width: 175px;
	float: right;
	margin: 5px 0px 0px 0px;
}
a.asubmenuopen,a.asubmenuopen:hover,a.asubmenuopen:visited 
{
}
a.asubmenuclosed,a.asubmenuclosed:hover, a.asubmenuclosed:visited
{
}
/* containers for left menu elements */
.mainmenuopen0 /* container around mainmenu open elements*/
{
	position: relative ;
	padding: 0px 0px 0px 0px;
}
.mainmenuclosed0 /* container around mainmenu closed elements*/
{
	position: relative;
	padding: 0px 0px 0px 0px;
}
html:not([opera]) .mainmenuopen0, .mainmenuclosed0{display: table;} /* Firefox fix */
.submenuopen1,.submenuopen2,.submenuopen3,.submenuopen4, .submenuopen5 /* container around submenu open elements. Put backgroundpictures here. */
{
	position: relative;
	padding: 0px 0px 0px 0px;
}
.submenuclosed1,.submenuclosed2,.submenuclosed3,.submenuclosed4, .submenuclosed5 /* container around submenu closed elements. Put backgroundpictures here. */
{
	position: relative;
	padding: 0px 0px 0px 0px;
}
.submenuclosedm, .submenuopenm  /* container for submenu */
{
	display : inline; 
	margin:5px 0 0 10px
}
.divamainmenuopen,.divamainmenuopen0, .divamainmenuclosed,.divamainmenuclosed0 /* container for mainmenu */
{
	width: 175px;
	min-height: 10px;
	margin-left:11px;
}
html:not([opera]) .divamainmenuopen,.divamainmenuopen0,.divamainmenuclosed,.divamainmenuclosed0{margin-left:11px;} /* Firefox fix */
/***********************************************************************************************************************************/
button.cart
{
	border: none;
	background-color: #fff;
	color: #726459;
	font-size: 11px;
	margin: 0;
	vertical-align: middle;
	padding: 0;
	width: 70px;
}

/* container around searchfield and button */
#divsearch
{
	position: absolute;
    left : 10px;
    top: 119px;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    width: 195px;
    white-space: nowrap;
    z-index: 900;
    height: 100px;
    border: solid 1px #823e01;
    vertical-align: top;
}

div.searchheader
{
	height: 25px;
	padding: 5px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}
html:not([opera]) div.searchheader {padding: 0px 0px 0px 10px;}
#divsearch img
{
	margin: 10px 0px 0px 0px;
}
input.soek, select.soeksel{
	width: 130px;
	height: 20px;
	margin: 10px 0px 0px 10px;
}
html:not([Opera]) input.soek{height: 15px;} /* Gecko based browsers hack: Firefox*/
select.soek{
	display: none;/* use display instead of visibility because browsers leave space for element if it visibility is hidden */
}

/***********************************************************************************************************************************/
/* main container - content + breadcrumbs */
#render
{
    left: 20px;
    width: 605px;
    float: left;
    position: relative; 
	top:130px;
}

/***********************************************************************************************************************************/
/* breadcrumbs */
.breadmain{
	width: 595px;
	height : 10px;
	margin-left:10px;
}
.breadcrumbs
{	display: inline;
	white-space: normal;
}

/***********************************************************************************************************************************/
/* render menu - valgt meny i stedet for liste eller box i visning*/
div.rendermenucol
{
	position: relative;
	width: 605px; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}
div.rendermenucoltr
{
	position:relative;
	width: 605px; 	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.rendermenu1, div.rendermenu2, div.rendermenu3
{
	margin: 5px 10px 5px 0px;
	padding: 0px 0 0 0;
	width: 195px;
	height: 160px;	
	float: left;
	overflow:hidden;
}
div.rendermenu3
{
	margin: 5px 0px 5px 0px;
}
html:not([opera]) div.rendermenu1, div.rendermenu2{margin: 5px 7px 5px 0px;} /* Firefox fix */
div.rendermenutr{}
div.rendermenupicture
{
	float:left;
	position:relative;
	height: 120px;
	width:192px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	/*display: table;*/
}
.rendermenupicture a 
{
	/*display: table-cell;*/
}
div.rendermenudesc
{
	height: 25px;
	width: 195px;
	float: left;
	clear: both;
	/*display: table;*/
	text-align: left;
	background-color: #e5e5e5;
	padding: 3px 0px 0px 10px;
}
img.nopicimg{}
a.prodlinkdm{}
/***********************************************************************************************************************************/
/* product box - list */

.renderboxcoltr
{
	position:relative;
	width: 605px; 	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.renderboxcol
{
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.renderbox1,.renderbox2,.renderbox3 /* box containers */
{	
	margin: 5px 5px 5px 0px;
	width: 195px;
	height: 190px;	/* height of boxes in boxview */
	float: left;
	overflow: hidden;
}
html:not([opera]) .renderbox1,.renderbox2,.renderbox3{margin: 5px 7px 5px 0px;}
.renderbox3
{
	margin: 5px 0px 5px 0px;
}
#boxdesc1, #boxdesc2, #boxdesc3 /* 3 first boxes */
{
}
.boxpicture /* image container */
{
	float: left;
	position: relative;
	height: 120px;
	padding: 2px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	display: table;	
	
}
.boxpicture a 
{
	display: table-cell;
}
.boxprice:before /* Puts kr. in front of boxprice */
{
	/*content:"kr. ";*/
}
.boxdesc /* container which holds product name */
{	
	padding: 3px 0px 0px 5px;
	margin: 0px 0px 3px 0px;
	height: 50%;
}
.boxalt01v
{	
	padding: 3px 0px 0px 5px;
	margin: 0px 0px 5px 0px;
	height: auto;
}
.boxalt01txt
{
	display: none;
}
#boxdesc1 /* first box desc */
{
    /*width: 450px;
    height: 80px;*/
}
#boxdesc2, #boxdesc3 /* second level - two boxes desc */
{
	/*left: 115px;
    width: 170px;*/
}
#divrenderbox1 .boxprice /* price in first box*/
{
	/*width:430px;*/
}
#divrenderbox2 .boxprice,#divrenderbox3 .boxprice /* price in second and third box*/
{
	/*width:180px;*/
}
.prodlinkd, .prodlinkdb /* link on box desc*/
{

}
a.prodlinkd{white-space:normal !important}
div.boxcart /* container for cartinput and carticon */
{	
	width: 100%;
}
div.boxcarttxt /* text before cartinput: "legg i handlekurv" */
{display: none;}
div.boxcartvv /* container for cartinput and carticon */
{
	display: inline;
	height: 21px;
}

div.boxcartvv img.cart /* cart-icon */
{
	position: relative;
}
div.boxcartinp
{	
	display: inline; /* container for cartinput */
}
input.boxquantity /* cartinput */
{
	width: 25px;
	height: 21px;
	text-align: right;
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
}
html:not([opera]) input.boxquantity {height:19px;} /* Firefox fix */
div.boxcartv /* container for carticon */
{
	display: inline;
	height: 17px;
	width: 19px;
}
div.boxproductident, div.boxdimen,  div.boxcolor,  div.boxunit, div.boxquantityonhand, div.boxprice, div.boxcart, div.boxreadmore /* container for boxunit */
{
	width: 80%;
	margin: 0 0 0 20px;
}
div.boxunittxt, div.boxunitv, div.boxcolortxt, div.boxcolorv, div.boxdimentxt, div.boxdimenv, div.boxquantityonhandtxt, div.boxquantityonhandv, div.boxpricetxt, div.boxpricev, div.boxcarttxt, div.boxcartv, div.boxcartvv /* text and value */
{
	display: inline;
}
.boxprice
{
	height: 20px;
	vertical-align: middle;
}
.boxpricev
{
	margin-right:3px;
}
.boxorgprice
{
	display: inline;
}
.boxorgpricenull /* original price when discount is showing */
{
	display: inline;
}
.boxreadmore /* les mer foran boxcart*/
{
	padding: 5px 0px 0px 0px;
	width: 110px;
}
/***********************************************************************************************************************************/
/* one product */
#singleiframesold{background-color: #fff;} /* iframe for soldalso */
#singleframeb{background-color: #fff;}
.singleiframe{height:20px;margin-top: 10px;background-color: #fff;} /* iframe for accessories and soldalso */
html:not([opera]) .singlesoldalso{height: 30px;display: table;float: left;margin-top: 30px;} /* Firefox */
.singlesoldalso, .singleaccessories{background-color: #fff;} /* container for accessories and soldalso */
#Div1, #Div2, #Div3{font-weight: bold;} /* text in iframes for soldalso and accessories */
.rendersingle{/* container with product details and image */	
	float:left;
	width: 590px;
    min-height: 150px;  
    margin: 35px 0 0 0;
    padding: 0px;
 }

.rendersingletr{
	padding: 20px 0 0 10px;
	float:left;
	position:relative;	
	width:590px;
}

.divmulitpic{/* container with pictures and arrows: < and  > */    
    width: 300px;
    height: 220px;        
    float: left;
	display: table;
	
	
}
.singlepicture{/* box with picture */
    width: 200px;
    height: 200px;   
}

.singlebigpicture{/* container with picture that shows after click on small picture */	 
	position: absolute;
	top: 100px;
	left: 10px;	
	width: 300px;		
	height: auto;	
}


.mulitpicturepre,.mulitpictureaft{/* boxes which holds arrows images */
	display: table-cell;
    height:200px; /* endre her for lavere singlerender-boks. Hvis endrer her, endre ogsaa margin top for: * html .singledesc  */    
    width: 0px;
}
/* product attributes */
.singleproductident, .singlealt01, .singleunit,.singledimen, .singlecolor, .singlequantityonhand,.singleprice,.singlecart,.singlevariantd, .singlelongdesctxt,.singlesuppliersdescrtxt, .singlealt07, .singlealt09, .singlealt10, .singlealt11, .singlealt12, .singlealt13{	    
	display: table;
	/*height: 20px; /* makes renderbox high */
    width: 220px; 
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

.singleproductidenttxt, .singlealt01txt, .singledimentxt, .singlecolortxt, .singlequantityonhandtxt,.singleunittxt, .singlepricetxt, .singlevariantdtxt, .singlealt07txt, .singlealt09txt, .singlealt10txt, .singlealt11txt, .singlealt12txt{/* attributes captions */
   	display: table-cell;
    width: 100px;
    float:left;/*IE fix*/
}
.singleproductidentv,.singledimenv, .singlecolorv, .singlequantityonhandv, .singleunitv,.singlevariantdv, .singlealt13v{/* attributes data */
   	display: table-cell;
    width: 100px;
    float: left;/*IE fix*/
}
.singlealt01v, .singlealt13v
{
	width: 200px;
	padding-bottom: 10px;
}
.singlepricev, .singleorgprice
{display: inline;}
.singlealt12txt, singlealt11txt, singlealt10txt, singlealt09txt, singlealt07txt
{
	
	display: inline;
}
.singlealt13txt
{
    display:inline;    
}
/*.singleorgprice
{
	float: left;
	padding-left: 100px;
}*/
.singleproductident /* Safari fix for productident in singlerender */
{
	margin-left: 0px;
	margin-left: 70px;
	margin-left: 0px;
	/*  Fjernet [ og ] iht feilmelding*/
	}
.singlecartinp,.singlecartv{
	display: inline;
	/*height:100%;*/
}
.singlecartinp{
	vertical-align:middle;
	padding:0 0 0 70px;
}
img.cart{
	/*vertical-align:middle;*/
	cursor:pointer;
}
img.multipic
{
	cursor: pointer;
}
.singledesc{ /* product name */
	width: 590px; /*1306*/
	position:relative;
	top:-43px;
	left: 0px;
	text-indent: 10px;
}
.singlelongdesc{/* box with description of product */
	clear:both; /* nb: makes singlerenderbox quite high */
	width:97%;         
}
/**html .singlelongdesc{clear:none;}*/
.singlecarttxt{
	display: inline;
}
.singlelongdesctxt,.singlesuppliersdescrtxt
{	   
	display: none;}
.singleiframesold{ /* box which holds iframe with text "De som kjopte dette, kjopte ogsa :"*/
	margin: 10px 0 0 0;
	height:20px;
}
.singleprinterfriend /* container for printerfriendly */
{
}
.singleprinterfriendtxt, .printerfriendv
{ 
	display: inline;
}
div.printerfriendv img
{
	margin-left: 5px;
}
div.singlealt01txt
{
	display: none;
}
/* start hacks */
/* IE hacks because of bugs in rendering elements with display=table and display=table-cell */
* html .divmulitpic{display:block;}
* html .singlepicture{
	float: left;
	/*display: inline;*/
	padding: 5px 0;
	
}
* html .mulitpicturepre,*html .mulitpictureaft{
	display:block;
	float:left;
	padding: 150px 0 0 0;
}

* html .mulitpicturepre img{float:right;}
* html .mulitpictureaft img{float:left;}
*html .singleproductident,.singlecolor, .singlealt01, .singlequantityonhand, .singlevariantd, .singledimen, .singleunit,.singleprice,.singlecart,.singlelongdesctxt,.singlesuppliersdescrtxt, .singlealt07, .singlealt09, .singlealt10, .singlealt11, .singlealt12, .singlealt13 /* IE fix */
{	float: right;
	clear: both;
}
* html .singledesc{margin-top:-220px;margin-right: -20px;}/*-17em because of padding left and right in IE*/

/*end IE hacks*/

html:not([Opera]) .singledesc{text-indent: -295px;}/* Gecko based browsers hack: Firefox*/
/* end hacks */
/***********************************************************************************************************************************/
/* login page */
#divlogon{/* contains login elements (login text, name, password, button) */   
    width: 100%;
}
/***********************************************************************************************************************************/
/* cart view */
div.cartheader{	
	display:table-header-group;
	width : 590px;
	float:left;

}
.cartheadertr div {
	display:table-cell;
}
* html .cartheadertr div {/*IE*/
	display:block;
	float:left;
}
.cartbig{ /* row in cart table view */
	display:table;
	width:590px;
	float:left;
	table-layout:fixed;
	empty-cells:show;
	
}

div.cartbigheadproductdesc
{
	width: 260px;	
}
html:not([opera]) div.cartbigheadproductdesc
{
	width: 250px;	
}

.cartbigcart{
	display:inline;
	
}
.cartbigcart img /* editcart icon in cart */
{
	margin: 3px 0 0 5px;
}
* html .cartbig{/*IE*/
	display:block
}
.cartbig div {
	border-collapse: collapse;
	display: table-cell; 
}
* html .cartbig div{
	display:inline;
	white-space:nowrap;
}
.cartbigsum /* totalsum i cart */
{
	width:530px;
	float:left;
	
	position:relative;
	top:-20px;
}
.cartbigsum div {
	display:inline;
}
.cartbigbottom{
	float:left;
	width:40px;

	position:relative;
	top:-20px;
}
#cartbigmva, #cartbigsummva{float:left;position:relative;top:30px;width:530px}
.cartbigsummvatr, .cartbigmvatr{width:550px}
.cartbigsummvatxt,.cartbigmvatxt{float:left;width:485px;text-align:right; margin:0 20px 0 0}
.cartbigsummvav, .cartbigmvav{float:right;text-align:right;width:40px;}

.botcartframe
{

}
.cartframe{
    font-size: 11px;
    margin: 0px;
    color: #000;
    background-color: #fff;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
}
.cartbigheadthumbnailpic,.cartbigthumbnailpic{ /* first column header */
	/*display:none !important;*/
	width:40px;
}
.cartbigheadcart,.cartbigwcart{ /* 2nd column in header */
	/*display:none !important;*/
	width:80px;
}
.cartbigd
{
	width: 270px;
	white-space: normal !important;
}
*html a.cartprodlinkd,a.cartprodlinkd:hover, a.cartprodlinkd:visited 
{
	white-space: nowrap;  
    overflow: hidden;
    text-overflow: ellipsis;
    width: 260px; 
}

*html .cartbigd /* IE fix for products in cart with very long descriptions */
{
    white-space: nowrap;  
    overflow: hidden;
    text-overflow: ellipsis;  
    width: 260px;
}
.cartbigheadprice,.cartbigprice{ /* 4th column in header */
	width:80px;
}
.cartbigheadlinesum,.cartbiglinesum{ /* 5th column in header */
	width:80px;
}
.cartbigheaddelete
{
	display: none !important
}
.cartbigdelete,.cartbigdeleteall{ /* last column in header */
	width:60px;
}


/* frames with header and footer */

#botcartiframe,#topcartiframe{
	width: 590px;
	height: 50px;
	margin:0px;
	background-color: #fff;
}
#botcartiframe
{
	padding-left: 18px; /* opera */
}
html:not([opera]) #botcartiframe {padding-left:35px;} /* Firefox fix */
*html #botcartiframe {padding-left: 15px;} /* IE fix */
html:not([Opera]) .cartbigsum{width:527px;} /*firefox fix for plassering av totalsum ordre */
*html .cartbigsum{width:550px;margin-right:0px;}/*IE fix for plassering av totalsum ordre */
*html .cartbigdeleteall {margin-left:17px;width: 10px;} /* red cross for delete all in IE */
/***********************************************************************************************************************************/
/* customer page */
#newcusthead
{
	height: auto;
	width: 600px;
}
.customerform{	/* div which holds captions and inputs of customer data */	
    position: relative;
	width: 445px;
    top: 20px; 
}
.ncddiv{ /* container with caption */
	display: inline;
	float: left;
	clear: left;
	position: relative;
	width: 210px; 
	height: 20px;
}
.ncfdiv{ /* container with input */
	display: inline;
	position: relative;
	top: 0;
	float: right;
	clear: right;
	left: 0px;	
	width: 210px; 
	height: 20px;
}
#newformsubmit /* container for buttons - new customer page */ 
{
	width: 445px;}
#newcustformsubmit, #newcustformreset /*submit and reset buttons - new customer page*/
{	
	float: right;
	margin: 0 10px 0px 0;
	width: 100px;
	cursor: pointer;
}
#sendup
{
	text-align: center;
	padding: 20px 0px 0px 0px;
}
#sendupsubmit /* send-button in forgot username/password */
{
	padding: 0px;
	margin:0px;
}
.sendupuserc
{
	padding: 0px 0px 10px 0px;
}
.sendupusere
{
	display: inline;
}
.sendupsub
{
	display: inline;
}
html:not([Opera]) #newformsubmit{margin-top: 200px;}/* Firefox*/	
/*html:not([Opera]) #newcustformreset{margin-top: -12px;}/* Firefox - topmargin resetbutton*/	
/**html #newformsubmit{margin-top: 15px;}/* IE */
/**html #newcustformreset{margin-top: -16px;}/* IE - topmargin resetbutton */	
/***********************************************************************************************************************************/
/* order history page */
.orderhisttxttr{/* inner container in header */
	display:table;
	padding: 0 0 0 4px;
}
.orderhisttxttr div {
	display:table-cell;
}
.orderhisttxt{ /* header with field names */
	display:table-header-group;
	width: 590px;
	float:left;
}
* html .orderhisttxttr div{ /* for IE  */
	display: inline;
	width: 146px;
}
.orderlistlinetr{/* inner container in header */
	display:table;
	padding: 0 0 0 4px;
	clear: left;
}
.orderlistlinetr div{
	display: table-cell;
}
* html .orderlistlinetr div{ /* for IE  */
	display: inline;
	width: 146px;
}
.divordertotalsum
{

}
.ordertotalsumtr{
	display:table;
	padding: 0 0 0 4px;
	clear:both;
}
.ohtotalsumtx,.ototalmvatxt,.ototalsummvatxt {display: inline; width: 500px; text-align:right; margin-right: 20px;}
.ototalsummvav,.ototalmvav{display:inline; width: 40px;}
.ordertotalsumtr div{
	display: table-cell;
		
}
* html .ordertotalsumtr div{ /* for IE  */
	display: inline;
	width: 146px;
}
/***********************************************************************************************************************************/

/***********************************************************************************************************************************/
/* order page */
.cartformhead,.cartorderconfirmhead,.cartbigtop{ /* headers with text f.e. "Steg 1 av 3: Handlekurv - Registrering - Ordrebekreftelse" */
	width: 590px;
}
.cartformhead div,.cartorderconfirmhead div,.cartbigtop div{ /* all of child divs of cartformhead (and cartorderconfirmhead) */
	display: inline;
}
*html .occustomername, .ocaddress, .oczipcode, .occityplace, .occtelephone,   .occtelefax,  .occpayment /* IE */
{}
*html .occustomername /* IE */
{} 
*html .occemailaddress, .ocemailaddress, .octelephone, .octelefax, .ocpayment /* IE */
{}
.cartformheadtr{ /* line with text: "Sjekk skjema og trykk "Send bestilling" for a ga videre" */
	width: 590px;
	text-align: center;
}


#custformorder{} /* orderform */
.orderform{	/* this box holds captions and inputs (+ one combobox) */
	width: 450px;
    position: relative;
    top: 4px;  
    left: 60px; 
}
.orderformtr div{ /* all of child divs of orderformtr (caption divs and input divs)*/
	float: left;
	margin: 1px 0 0 0;
	width: 41%;
	
}
* html .orderformtr div{ /* all of child divs of orderformtr for IE (it doesn't include padding to box size) */
	overflow: hidden;
	padding: 3px 5px;
}

#ocfcustomername,#ocfemailaddress,#ocfaddress,#ocfzipcode,#ocfcityplace,#ocftelephone,#ocftelefax, #ocfpayment, #ocfpassword, #ocfpassword2{
	/* elements which holds inputs and combobox */
	width: 58%;
	float: right;
	clear: right;
	height:20px;
}
#ocfcustno2
{
	display:none;	
}
#ocfcomments
{	width: 58%;
	float: right;
	clear: right;
	height:40px;}
#comments, #ocdcomments
	{height: 35px;}
#comments
	{width: 190px;}
*html #comments{margin-left:-5px;}/*IE left align comments textarea*/
/* må ligge her for ogsaa aa virke i firefox. Ligger likt i design.css */
#ocdcustomername,#ocdemailaddress,#ocdaddress,#ocdzipcode,#ocdcityplace,#ocdtelephone,#ocdtelefax,#ocdcomments, #ocdpayment, #ocdpassword, #ocdpassword2{
	/* names before inputfields */
	font-weight: bold;
	text-align: right;
}
#ocdpasscomment /* comment before password input */
{	/*display:none;*/
	float: left;
	margin: 10px 0 10px 0;
	width: 100%;
	height: 30px;
} 
.cartformbottom, .cartbigbottoml{ /* container with buttons (bottom) */
	width: 590px;	
	display: inline-block;
	height:50px;
	float: left;
	text-align: left;
	padding-left:40px;
}
html:not([opera]) .cartformbottom, .cartbigbottoml{} /* container with buttons (bottom) */
*html .cartformbottom {padding-left: 15px;}
.cartbigbottomback,.cartbigbottomnext,.cartbigbottommore,.cartformbottomsend{ /* bottons: "<< Tilbake", "Fortsett a handle", "Send bestilling >>" */
	float: left;
	display: inline-block;
	width: 120px;
	margin-right: 60px;
	border: solid 1px #cccccc;
}
.cartformbottom .cartbigbottomback{
	margin:30px 0 0 20px;
	float:left;
}

.cartformbottom .cartbigbottommore{margin: 30px 0 0 70px;}
.cartformbottom .cartformbottomsend
{
	margin:30px 30px 0 0;	
	float:right;
}
.cartformbottomsend
{
	margin:30px 30px 0 0;	
	float:right;
}
html:not([opera]) .cartformbottom, .cartbigbottoml{padding-left:10px;} /* Firefox fix */
*html .cartformbottom .cartbigbottommore{margin: 30px 0 0 50px;} /* IE fix */

/***********************************************************************************************************************************/
/* order page 2 (some elements are in "order page") */
.ordercust{	/* contains customer data and webshop title */
	width: 590px;
	margin: 4px 0 0 10px; 
}
.ordercust div {
	display: block;
	position:static;
}
.ordercusttr{
	position:relative
}
.ocordercomments1{ /* header with webshop title */
	float: left;
	clear: both;
	width: 100%;
}
/* start tatt inn for firefox */
.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;
}
/* slutt tatt inn for firefox */
#oczipcode{
	float: left;
	clear: right;
	
}
#occemailaddress,#ocemailaddress{
	position: relative;
	display: inline;
}
#occpayment, #ocpayment{
	float: left;
	clear: both;
	
}
#occtelephone, #octelephone{ /* telefon, telefax caption */
	
	position: relative;
	display: inline;
	float: left;
	
}
#occtelefax, #octelefax
{ 
	position: relative;
	display: inline;
	float: left;
}
#octelephone
{margin-right: 20px;}
/*
#octelefax, #occtelefax
{
	position: relative;
	display: inline;
	float: left;
}

#octelephone,#occtelephone{
	position: relative;
	display: inline;
}
#occtelefax
{
	float: left;
}*/
#occcomments
{
	float: left;
	clear: both;
	margin-top: 20px;
}
#occomments
{	float: left;
	clear: both;
}
/*#occtelephone,#occtelefax{ /* telefon, telefax caption */
	/*display: none;*/
/*}*/
.orderprod{	
	width: 590px;
	left: 10px;
    position: relative;
    top: 4px;  
    float: left;
    clear: both;    
}
.orderline,.ototalsum{
	display: table;
	float: left;
	clear: both;
	width: 100%;
}
* html .orderline,* html .ototalsum{/* IE */
	display: block;
}

.orderlinetr div,.ototalsumtr div{
	display: table-cell;
	line-height: 2em;
	border-collapse: collapse;
}
* html .orderlinetr div,* html .ototalsumtr div {/* IE */
	display: block;
	float: left;
}
.opproductident{width:50px;}
.opquantity{width: 60px}
.opproductdesc{width: 250px}
.opprice,.oplinesum{width: 90px}
.ototalsumtx{width: 450px}
.ototalsump{width: 90px}
.ocordercomments2, .ocordercomments3{
	width: 590px;
}

/***********************************************************************************************************************************/
/* search for product result page */
.fieldheader{ /* header with field names */
	display:table-header-group;
	width: 590px;
	float:left;
}
.fieldheadertr{/* inner container in header */
	display:table;
	padding: 0 0 0 4px;
}
.fieldheadertr div {
	display:table-cell;
	color:#000; 
	font-size:11px;
	font-weight: bold;
}
* html .fieldheadertr div {/*IE*/
	display:block;
	float:left;
}
.renderlisttr div.spanprice
{
	padding-left:3px;
}
.renderlisttr{ /* inner container in row */
	display: table;
	padding: 0 0 0 4px;
}
.renderlisttr div{
	display:table-cell;
}
* html .renderlisttr div {/*IE*/
	display:inline;
}

.fieldthumbnailpic,.spanpicture{/* 1 column - thumbnail */ /* box which holds picture in result row */
width: 50px;
}

.spanpicture img{}
img.lprodimg{margin: 0px 0 0 0;padding: 0px 0 0 0;}
.fieldproductident, .spanproductident{ /* 2 column - product id */ /* box which holds product id in result row */
	width:100px;
}

.fieldcart,.spancartinp,.spancart{ /* 3 column - cart */ /* box which holds input with amout of product in result row */ /* box which holds image of cart in result row */
	/*display:none !important;*/
}

.fieldcart{width: 60px;}
input.listquantity, .spancartinp{width:25px;text-align:right;margin: 0 1px 0 0;}/* cartinput in list */

.fielddescription,.spandesc{/* 4 column - name */ /* box which holds descriptions 1 and 2 in result row */
	width:160px;
}
.fieldalt12, .fieldalt09, .fieldalt07
{
	width: 55px;
}
.fieldalt10{width: 50px;}
.fieldalt11{width: 50px;}

.spanalt12, .spanalt11, .spanalt10, .spanalt07
{
	width: 55px;
}
.spanalt09
{
	width: 75px;
}
* html .spandesc * {white-space:normal}
.spancartinp
{
	width: 32px;
}
.spancart img.cart{margin: 0 0px 0 0;}
.spancart
{
	width: 12px;
	margin: 0px 10px 0px 0px;
}
.fieldunit, .spanunit{ /* 5 column - unit */ /* box with unit in result row */
	display:none !important;
}

.fieldprice{ /* 6 column - price */ /* box with price in result row */
	width:90px;
	text-align: center;
}
.spanprice 
{
	text-align: right;
	width: 36px;
}
.spanorgprice {
}
.renderlist2, .renderlist1{ /* row with result - odd */ /* row with result - even */
	display:table;
	margin: 15px 0 0 0;
	width:590px;
	float:left;
	clear:both;
	table-layout:fixed;
	empty-cells:show;
	border-bottom:1px dashed #b7b7b7;
	padding:2px 0;
}
/* Search suggestions - when no searchhits -  */
div.renderseachnon, div.rendersearchnontr, div.rendersearchnonalt /*container for 'No hits!'*/
{}

div.rendersearchnonalttr
{}
div.rendersearchalttxt /* container for 'did you mean:'*/
{
}
div.rendersearchaltv /* container for alternative hits */
{}
a.altsearchlink, a.altsearchlink:visited, a.altsearchlink:hover /* alternative hits */
{
}
/***********************************************************************************************************************************/
#newsframe
{
	position : absolute;
    width: 178px;
    left : 800px;
    top: 189px;
	height: 400px;
	min-height: 400px;
}
#newsframe iframe {width:178px;height:400px;}
/**********************************************************************************************************************************/
/* customer logon right column */

#kundelogonaround /* container around customerlogin */
{
	position : absolute;
    width: 160px;
    left : 830px;
    top: 230px;
	height: 240px;
	min-height: 230px;
	border: solid 1px #823e01;
	text-align: left;
	background-color: #eee4d0;
	margin:0 0 0 -2px;
}
#kundelogonhead
{
	background-color: #823e01;
	height: 25px;
	width: 160px; 
	color: #fff;
	text-align: left;
    font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#logonheader
{
	position: relative;
	top: 5px;
	left: 10px;
}
#kundelogon
{
	width: 160px; 
	text-align: left;
}
a.logonlinks, a.logonlinks:hover, a.logonlinks:visited
{
	position: relative;
	float: left;
	clear: both;
	left: 0px;
}
#loggedon
{
	font-weight: bold;
	margin: -5px 0 0 10px;
}
input.logon
{
	height:20px;
}
html:not([opera]) input.logon { height:15px;} /* Firefox fix */
#divlogon
{

}

#divlogonf /* container around username- and passwordfields ++ in customerlogon */
{
	vertical-align: top;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size:11px;
}
#divlogonerr /* errormessage wrong username or password */
{
	height:25px;
	width: 140px;
	text-align: left;
	color: Red;
	padding:0px 3px 0px 3px;
}
#kundelogonbottom
{	

}
div.logonborder
{
	border-top: dashed 1px #823e01;
	width: 140px;
	margin: 10px 0px 5px 0px;
}
button.logonbutton
{
	width:69px;
	height:22px;
	padding: 0px;
	margin:0px;
	border: none;
	cursor: pointer;
	background-color: Transparent;

}
div.custloggedin /* message in customerlogin when loggedin */
{
	margin: 30px 0px 103px 0px;
}
#mailinglistearound /* container around customerlogin */
{
	position : absolute;
    width: 160px;
    left : 830px;
    top: 500px;
	height: 120px;
	min-height: 230px;
	border: solid 1px #823e01;
	text-align: left;
	background-color: #c6a462;
	margin:0 0 0 -2px;
}
input.inpmailingliste{width:140px;}
input.mailingbutton{width:40px; height:20px; border:solid 1px black; background-color:#E0E0E0;}
#mailinglistehead
{
	background-color: #823e01;
	height: 25px;
	width: 160px; 
	color: #fff;
	text-align: left;
    font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#mailingheader
{
	position: relative;
	top: 5px;
	left: 10px;
}
#mailinglisteform
{
	width: 160px; 
	text-align: left;
}

/****************************************************************************************************************/
/* loginmessage on top of every page */
#custname
{
	height: 20px;
}
/****************************************************************************************************************/
/* printerfriendly */
.singleprinterfriend /* container for printerfriendly */
{
	height: 15px;
	width: 115px;
	margin: 20px 0 10px 0;
	float: left;
}
*html .singleprinterfriend {display: inline;}
div.printerfriendv
{
	display: inline;
	float: left;
}
.singleprinterfriendtxt, .printerfriendv
{ 
	display: inline;
	float: right;
}
/****************************************************************************************************************/
/* Tip a friend */
div.singletipafriend /*container for tipafriend top text + img before clicked */
{
	height: 15px;
	width: 100px;
	clear: none;
	margin: 20px 0px 0px 120px;
}
div.tipafriendv /* container for tipafriend img before clicked */
{
	display: inline;
	float: left;
	padding: 2px 0px 0px 0px;
}
div.singletipafriendtxt /* container for tipafriend toptext */
{
	width: 80px;
	display: inline;
	float: right;
}
div.tipafriendtop /* container around total tip a friend */
{
	position: absolute;
	top: 100px;
	left: 100px;
	width: 204px;	
}
div.tipafriendtopttr
{
}
div.tipafriendhead /* container for tipafriend headerimg and text + img for close */
{
	width: 204px;
	height: 22px;
	padding: 5px 0px 0px 5px;
}
html:not([opera]) div.tipafriendhead {padding: 0px 0px 0px 0px;}
div.tipafriendheadtxt /* container for tipafriend headerimg and text */
{
	display:inline;
	width: 180px;
}
html:not([opera]) div.tipafriendheadtxt {padding-right:90px;}
div.tipafriendheadclose /* container for tipafriend headerimg close */
{
	display: inline;
}
div.tipafriendpname /* container for productdesc to be tipped */
{
	display: none;
}
div.tipafriendmsg, div.tipafrienderrmsg /* container for message when tips is sent OK */
{
	width: 204px;
	height: 10px;
	padding: 5px 0px 0px 10px;
}
div.tipafriendsend /* container around send tip to text and inputfield */
{
	padding: 5px 0px 0px 10px;
	width: 204px;
}
div.tipafriendsendv /* container for send to inputfield */
{
}
input.tipafriendinp, textarea.tipafriendcommentinp /* inputfields for to/from email-address and comments */
{ 
	width: 180px;
}
div.tipafriendfrom /* container for from email txt and inputfield */
{
	padding: 5px 0px 0px 10px;
	width: 204px;
}
div.tipafriendfromv /* container for from- inputfield */
{
}
div.tipafriendcomment /* container for commentstxt and textarea */
{
	padding: 5px 0px 0px 10px;
	width: 204px;
}
div.tipafriendcommentv /* container for comments- inputfield */
{
}
div.tipafriendsubmit /* container around submit and reset images */
{
	padding: 5px 0px 0px 10px;
	width: 204px;
}
div.tipafriendsubmittxt /* container around submit-img */
{
}
div.tipafriendsubmittv /* container around reset-img */
{
	display: none; 
}
/* text/labels in tip a friend */
div.singletipafriendtxt, div.tipafriendheadtxt, div.tipafriendsendtxt, div.tipafriendcommenttxt, div.tipafriendfromtxt, div.singletipafriendtxt 
{
}
/****************************************************************************************************************/
/* styles for cute editor */
.menumaintext
{
	position : relative;	
	top: 20px;	
	left: 10px;		
	width : 580px;
}
.menuintrotext
{
	position : relative;	
	top: 20px;
	margin-bottom : 20px;	
	left: 10px;		
	width : 580px;	
}
/****************************************************************************************************************/

#leftmenu /* container for total leftmenu */
{
    position: relative;
    float: left;    
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width : 195px;  /* totalt width of menu */   
    top: 200px;
    left:0px;}
@media all and (min-width: 0px){#leftmenu{position:absolute; left:0px; top: 230px;} }/*header*/	
@media all and (min-width: 0px){#render{position:absolute; left:220px; top: 170px;}/*header*/	

