/***********************************************************************************************************************************/
/* main html elements */
body
{
	font-size: 11px;
    color: #7C7A79;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;    
	background-color: #D8D8D8;  
	/*background-image: url('design/main_bg.jpg');*/
	background-image: url(design/bg_big.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
table
{
    font-size: 11px;    
    color: #000;       
    font-family: Arial, Verdana, Helvetica, Sans-Serif;      
}
img
{
	border: none;
}
a, a:visited
{
	color: #7C7A79;
    text-decoration: none;
}
a:hover, a:active
{
	text-decoration: underline;
}
/***********************************************************************************************************************************/
/* main content container */
#topdocument
{
	z-index: 0;
	background-color: #fff;
}
/***********************************************************************************************************************************/
/* common html elements: inputs and so on */
input.singlerender{/* input with amount of product added to cart */
	width: 25px;
    text-align: left; 
	background-color: #fff;
	margin: 0px 10px 0px 0px;
    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;
    height: 20px;
    padding: 2px;
   	vertical-align: middle;
   	margin: 0px;
}
input.logon{ /* inputs: login, password */
    width: 100px;
    margin: 1px 0px 0px 0px;
}
input.bigcart{ /* input with product amount in cart row */
    background: #fff;    
    margin: 0px;
    color: #444;    
    width: 20px;  
    height: 18px;
    text-align: right;
    border: 1px solid #ccc;
}
input.newcustform,.ordercustform{ /* input with data on customer page; ordercustform - inputs (and combobox) on order page */
	border: 1px solid #cecece;
    background: #fff;    
    margin: 0px;
    color: #726459;    
    width: 190px;  
    height: 17px;
    text-align: left;      
    font-size:11px;
}
select.ordercustform{ /* combobox on order page */
    font-size: 11px;
    font-family: Arial;          
}
/***********************************************************************************************************************************/
/* design elements */

/* main container */
#content{
	background-color: #fff;
}

/***********************************************************************************************************************************/
/* top menu (top logo with Forside, Logg inn and so on inside) */
#topmenu{
    background:transparent url('design/top_banner.jpg') no-repeat top left;
}
/* ta vekk herfra ?? **********************************/
/*.link-list{
	list-style:none; 
	display:block;
	color:#726459;
}
.link-list li{display:inline;padding:0px;margin:0px;}
.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;
}*/
/* til hit ??? *************************************************************/

.toplinks
{
	background-color: #63bec0;
}
.toplinks div 
{	
    font-size: 12px;	
	line-height: 35px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-left: 2px solid #ffffff;
}
#topmenuheader /* header over leftmenu */
{
	background-color: #ccc;
	font-size: 12px;
}
.topmenu,.topmenu:active,.topmenu:visited{ /* a element in menu */
    color: #fff;
    font-size: 90%;
    font-weight: bold;
}
/***********************************************************************************************************************************/
/* Digitroll signature */
a.digitrollsign, a.digitrollsign:hover, a.digitrollsign:visited
{
	color: #b3b3b3; 	
	text-decoration: none;
	border-top: 1px dashed #b3b3b3;		
}
/***********************************************************************************************************************************/
/* Finn ditt bademiljø boks */
div.finndittbademiljoboks
{
	background-color: #EBEAE8;   
}
div.finndittbademiljoboks_header
{
	background-color: #63BEC0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
/***********************************************************************************************************************************/
/* small cart */
#diverse
{
}
.cartsmallcontainer
{
	border: 1px solid #dddddd;
}
a.cartlink, a.cartlink:hover, a.cartlink:visited /* link on cartheader */
{
	text-decoration: none;
	color: #fff;
}
div.carthead{ /* cart header - "Handlekurv" text */
    font-size: 12px;
    font-weight: bold;
	color: #fff;
	z-index: 500;
	background-color: #224c90;
	line-height: 35px;
		
}
div.cart{ /* cart main container (except header)*/

	border-bottom: dashed 0px #b3b3b3;
}

.cartpwrap,.cartqwrap{
	/*width:100%;*/
}
.cartsmallqtxt,.cartsmallptxt{ /* captions in cart container*/
}
.cartsmallq,.cartsmallp{ /* data in cart container */
	margin:0px 3px 0px 3px;
	float:left;
}
.cartbottom
{
	color: #000;
	font-weight: bold;
}
#cartbottom .topmenu, .cartsmallqtxt, .cartsmallq, .cartsmallptxt, .cartsmallp 
{color: #7C7A79;}/* textcolor in small cart*/

#cart-link{
	float:left;
	width:99%;
	text-align:center;
	margin:5px 0px 0px 0px;
}
#cart-link a {
	color:#F17531;
	font-weight:bold;
	text-decoration: none;
}
#cart-link a:hover{
	color:#000;
}
#cart-link a:visited{
	color:#F17531;
}

/***********************************************************************************************************************************/
/* left menu (tree menu) */
#mainmenu
{
	background-color: #63bec0;
}
.mainmenuclosed0
{
	background-color: #bbbbbb;
	
}
.submenuopen1
{
	background-color: #7bced5;
}
div.menuheader
{
	background-color: #224c90;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
/* menulinks */
a.amainmenuopen,a.amainmenuopen:hover, a.amainmenuopen:visited
{
	cursor: pointer;
	/*text-transform: uppercase;*/
	font-weight: bold;
	color: #224c90 !important;
	font-size: 13px;
}
a.amainmenuclosed,a.amainmenuclosed:hover, a.amainmenuclosed:visited
{
	cursor: pointer;
	/*text-transform: uppercase;*/
	color: #ffffff !important;
	font-weight: bold;
	font-size: 13px;
}
a.asubmenuopen,a.asubmenuopen:hover,a.asubmenuopen:visited /* left submenu links open */
{
	font-weight: bold;
	color: #224c90 !important;
}
a.asubmenuclosed,a.asubmenuclosed:hover, a.asubmenuclosed:visited
{
	cursor: pointer;
	font-weight: bold;
	color: #224c90 !important;
}
/* 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;
}
/***********************************************************************************************************************************/
/* element with search input and button */
.divsearch
{
	background-color: #e6e6e6;
}
#divsearch img
{
	vertical-align:middle;
}
div.searchheader
{
	/*background-color: #224c90;*/
}
div.searchcap
{
	color: #fff;
	font-weight: bold;
	font-size: 12px;	
}
button.cart
{
	border: none;
}
/* look on top of this file -> input.soek */

/***********************************************************************************************************************************/
/* main container - content + breadcrumbs */
#render
{
    font-family: Arial;
    background-color: #fff;
}
#render H1{ /* header level 1 in render container */
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 2px;
    color: #5a5a5a
}
/***********************************************************************************************************************************/
/* breadcrumbs */
.breadmain{
	text-align: left;			
	color:#000;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: solid 0px #b3b3b3;
}
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;/*negative left margin to hide first >> in IE*/
}
/* don't remove comments below! */
/*\*/
* html .breadcrumbs{height: 1%}
* html .breadmain:first-child{background-image:none}
/**/
/***********************************************************************************************************************************/
/* 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 #ebeae8;
	background-color: #ebeae8;
}
div.rendermenutr{}
div.rendermenupicture
{
}
div.rendermenudesc{}
img.nopicimg{}
a.prodlinkdm{font-weight: bold;}
/***********************************************************************************************************************************/
/* product box */

.renderbox1,.renderbox2,.renderbox3 /* main boxes of product */
{ 
	border: 1px solid #ebeae8;
	background-color: #ebeae8;
}
.boxpicture /* holds product image */
{ 
}
.boxdesc{ /* container which holds product name */	
	font-weight: bold;
	font-size: 13px;
}
.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{ /* contains price value */
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	/*display: inline;*/
}
div.boxprice
{
	color: #626262;
}
div.boxpricev
{
	color: #48A4A6;
}
div.boxalt07v, div.boxalt08v
{
	font-weight: bold;
}
div.boxpricetxt{/*display: none;*/} /* text before price */

.prodlinkd, .prodlinkdb{ /* product link - a element with product name */
	color: #7C7A79 !important;
}
div.boxunittxt, div.boxcolortxt, div.boxdimentxt, div.boxquantityonhandtxt, div.boxcarttxt /* text and value */
{
	color:#626262;
}

/***********************************************************************************************************************************/
/* one product */
/* Productspec start */
div.prodspec
{

}

td.prodspeccattd
{
	background-color: Silver;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

tr.prodspectr
{
	background-color: #EBEBEB;
}

td.prodspecproptd
{
	font-weight: bold;
}

a.specl 
{
	color : #df7b00;
	font-weight: bold;
}
a.specl:hover
{
	text-decoration: underline;
	color : #df7b00;
}
a.specl:visited
{
	color : #df7b00;
	font-weight: bold;
}

/* Productspec slutt */
.rendersingle /* container with product details and image */
{	
    border: 1px solid #EBEAE8;
    background-color: #EBEAE8;
}
.divmulitpic /* container with pictures and arrows: < and  > */
{    
}
.singlepicture /* box with picture */
{
     cursor: pointer;
}
.singlebigpicture /* container with picture that shows after click on small picture */
{	 
    cursor:pointer;
}
.mulitpicturepre,.mulitpictureaft /* boxes which holds arrows images */
{

}
.mulitpicturepre{/* box with left arrow */
	text-align:right;
}
/* 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;
}
.singleunitv
{
	text-transform: uppercase;		
}
.singlepricev, .singleorgprice /* red color on price */
{
	color: #48a4a6;
}
.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: #48a4a6;  
    font-size: 16px;
    font-weight: bold;
}
.singlelongdesc{/* box with description of product */
	
    /*border-top: 1px dashed #b6b6b6; */
	font-size:11px;
	color:#626262;
}

/***********************************************************************************************************************************/
/* login page */
#divlogon{/* contains login elements (login text, name, password, button) */   
	text-align:center;
}
.divlogonf{
	padding: 60px 0px 0px 0px; /* child of #divlogon which indeed holds login elements */
}

#divlogon H4{ /* header level 4 in divlogon container with text: "Logg pa" */
	font-size: 16px;
	margin: 0px 0px 20px 0px;
}
/* look on the top of the page -> input.logon */

#divlogonf a {font-size: 90%}/* link under text: "Glemt brukernavn eller passord?" */
/***********************************************************************************************************************************/
/* Newsbox right column */
div.newsrightheader
{
	background-color: #63BEC0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
/***********************************************************************************************************************************/
/* cart view (big cart) */
div.carttext /* text above big cart */
{
}
.topcartaround div
{
	/*border: 1px solid red !important;	*/
}
div.carttextheader /* header for text above big cart */
{
	font-size: 14px; 
	font-weight: bold;
	color: #a81002;
	margin-bottom: 11px;
}
div.cartheader /* header of list items in cart */
{	
    background-color: #e6e6e6;
}

.cartheadertr div { /* every div in cart header */
	color:#7C7A79;
	font-weight: bold;
}
.cartbigheadthumbnailpic,.cartbigthumbnailpic{/* first column header */
	/* invisible */
}
.cartbigheadcart,.cartbigwcart{ /* 2nd column in header */
	/* invisible */
}
.cartbigd,.cartbigsum,.cartbigmva,.cartbigsummva{ /* 3nd column in header + footer data*/
	padding: 0px 0px 0px 5px !important;
}
.cartbigheadprice,.cartbigprice{ /* 4th column in header */
	/*text-align: right;*/
	color:#606060;
}
.cartbigheadlinesum,.cartbiglinesum{ /* 5th column in header */
	text-align: right;
	color:#606060;
}
.cartbigheaddelete,.cartbigdelete{ /* last column in header */
	text-align: center;
}
.cartbig /* row in cart table view */
{ 
	border-bottom: solid 0px #E6E6E6;
	background-color: #E6E6E6;
}
.cartbig div { /* every div in row in cart table view */
	margin: 0px 0px 0px 0px; 
	vertical-align: middle;/* every browser except IE */
	border-spacing: 0px;
	padding: 2px 0px 0px 0px;
}
/* look on the top of this file -> input.bigcart */
.cartbigsum,.cartbigmva,.cartbigsummva{ /* row of footer in cart table */
	text-align: right;
	margin: 2px 0px 0px 0px;
	background-color: #E6E6E6;
}
.cartbigsum div, .cartbigmva div,.cartbigsummva div { /* cells in row of footer in cart table */
	margin: 0px 25px 0px 30px;
	font-weight: bold;
	color:#7C7A79;
}
.cartbigbottom{ /* cell with delete image in */
	text-align: center;
	margin: 5px 0px 0px 0px;
}

.cartprodlinkd{
	color:#7C7A79;
	font-weight:bold;
}
.cartprodlinkd:hover{
	color:#000;
}
div.cartbigbottomlinks
{

}
.cartbigtext1
{
	color: #a6a5a2;
	margin-left: 30px;
}
img.cartdel, img.cart, img.multipic
{
	cursor: pointer;
}
/* frames with header and footer */

#topcartiframe
{
}
#botcartiframe
{
	border-top: solid 1px #b4b4b4;
}
/***********************************************************************************************************************************/
/* customer page */
#newcustform
{
	background-color: #f3f3f3;
}
#newcusthead{ /* header of cusomer data with text: "Fyll inn de nodvendige opplysningene. Alle felter er pakrevet !" */	
    font-size: 11px;
}
#errormessage
{
	color: Red;
	margin-top: 5px;
	text-align: center;
}
#custedit /* message when edit customer info */
{
	text-align: center;
	color: Red;
	height: 20px;
}
.customerform{ /* div which holds captions and inputs of customer data */	
    font-size: 90%;
}
.ncddiv{ /* container with caption */
	margin: 2px 0px 0px 0px;
	vertical-align: middle;
	font-weight: bold;	
	text-align: right;
}
.ncfdiv{ /* container with input */
	background-color: transparent;
	padding: 0px 0px 0px 0px; 
	margin: 2px 0px 0px 0px;	
	vertical-align: middle;
}
/* look on the top of this file -> input.newcustform */
button.newcustformbutton /* buttons below form */
{ 

}
#newcustformsubmit, #newcustformreset
{
	cursor: pointer;
	background-color: transparent;
	border: none;
}
.loginexists
{
	color: Red;
}
a.loginexists, a.loginexists:hover, a.loginexists:visited
{
	color: Red;
	text-decoration: underline;
}

/***********************************************************************************************************************************/
/* order history page */
#divorderlist
{
	overflow:auto;
}
.orderhisttxttr{/* inner container in header */
border-bottom: dashed 1px #cccccc;
}
.orderhisttxttr div {
	color:#000;
	font-size:11px;
	text-transform:uppercase;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	width: 150px;
}
.orderhisttxt{ /* header with field names */
	display:table-header-group;
	width: 590px;
	float:left;
}
.orderlistline
{	
	width: 590px;
}
.orderlistlinetr{/* inner container in header */
	line-height: 20px;
}
.orderlistlinetr div{
	width: 150px;/*060606*/
}
div.ordertotalsum
{ 

}
.ordertotalsumtr
{
	width: 590px;
	border-top: dashed 1px #cccccc;
	font-weight: bold;
}
.ordertotalsumtr
{}
.oltotalsum
{
	width: 145px;
	float: right;
	padding: 5px 0px 0px 0px;
}
.oltotalsumtx
{
	float: left;
	padding: 5px 0px 0px 0px;
}
/***********************************************************************************************************************************/

/***********************************************************************************************************************************/
/* order page */
.cartformhead, .cartorderconfirmhead, .cartbigtop{ /* headers with text f.e. "Steg 1 av 3: Handlekurv - Registrering - Ordrebekreftelse" */
	text-align: center;
	padding: 6px 0px;
	background-color: #f3f3f3;
}
div.nextico
{
	background-image: url(dep/nextico.gif);
	width: 20px;
	height: 11px;
	background-repeat: no-repeat;
	display: inline;

}
.cartformhead div, .cartorderconfirmhead div, .cartbigtop div{ /* parts of text "Steg 1 av 3: Handlekurv - Registrering - Ordrebekreftelse" */
	padding: 0px 3px;
	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;
	color: #a81002;
    height: 18px;
    padding: 2px 0px 2px 5px;
    margin: 16px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
}
.orderform{	/* this box holds captions and inputs (+ one combobox) */
  
}
#custformorder
{
	background-color: #f3f3f3;
}
.orderformtr div{ /* all of child divs of orderformtr (caption divs and input divs)*/
	text-align: left;
	height: 20px;
}
* 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, #ocfdelivername, #ocfdeliveraddress, #ocfdeliverzipcode, #ocfdelivercityplace{
	/* elements which holds inputs and combobox */
	text-align: left;
	font-weight: normal;
	padding:0px;
}
/* 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;
}
.cartbigtop,.cartorderconfirmhead,.cartformhead{
	
}
/* text about terms /betingelser */
#betingelser
{
	text-align: right;
}
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;
	padding: 5px 0px 0px 10px;
}
#copyadr
{	
	font-weight: bold;
	font-size: 11px;	
}
/***********************************************************************************************************************************/
/* order page 2 (some elements are in 'order page')*/
.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;
}
#occsessionno, #ocsessionno /* ordernumber */
{
	font-weight: bold;
}
.occustomername /* customer name */
{ 
	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 */
}
.orderprod{	
    padding: 2px 0 0 0;    
    /*border-bottom: 1px solid #c0c0c0;     */
}
.orderline,.ototalsum{
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0px;
	padding: 0px;
	
}
.orderline
{
	border-bottom: dashed 1px #ccc;
}
.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;*/
}
#occtodaysdate,#octodaysdate, #occdelivercaption, #ocdelivercaption
{
	font-weight: normal;
}
/***********************************************************************************************************************************/
/* search for product result page */
.fieldheader
{
	background-color: #e6e6e6;
}
.fieldheadertr
{
}
.fieldheadertr div /* containers in header */
{ 
	color:#7C7A79;
	font-size:11px;
	font-weight: bold;
}
.renderlisttr div /* containers in row */
{ 
	vertical-align:middle;	
	color:#606060;
}
.spandesc a,.spandesc a:visited{color:#000;font-weight:bold;white-space:normal !important}/* descriptions 1 and 2 in result row */

.fieldprice, .spanprice{ /* 6 column - price */ /* box with price in result row */
	text-align:right;
}
.renderlist2, .renderlist1{ /* row with result - odd */ /* row with result - even */
	border-bottom:1px dashed #b7b7b7;
}
/* Search suggestions - when no searchhits -  */
div.renderseachnon, div.rendersearchnontr, div.rendersearchnonalt /*container for 'No hits!'*/
{}
div.rendersearchnonalttr
{
	margin: 20px 0 0 0;
}
div.rendersearchalttxt /* container for 'did you mean:'*/
{
	background-color: #e6e6e6;
	font-weight: bold;
	padding: 5px 0 2px 2px;
	font-size: 11px;
}
div.rendersearchaltv /* container for alternative hits */
{}
a.altsearchlink, a.altsearchlink:visited, a.altsearchlink:hover /* alternative hits */
{
	cursor: pointer;
	padding: 2px 2px 2px 2px;
}
/***********************************************************************************************************************************/
/* order frame */
.cartframe{
    font-size: 11px;
    margin: 0px;
    color: #000;
    background-color: #E6E6E6;
    background-image: none;	
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    z-index: 0;
}
/****************************************************************************************************************/
/* 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.singletipafriendtxt /* container for tipafriend toptext */
{
}
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.singletipafriendtxt, div.tipafriendheadtxt, div.tipafriendsendtxt, div.tipafriendcommenttxt, div.tipafriendfromtxt, div.singletipafriendtxt 
{
	font-weight: bold;
	color: #000;
}
/****************************************************************************************************************/
/* styles for cute editor */
.menumaintext
{
}
.menuintrotext
{
}
/****************************************************************************************************************/
/* USERLIST - PLANKJØP/ØNSKELISTE */
.minliste
{
	font-weight:bold;
	text-decoration:underline;
}
.myuserlists
{
	font-style:italic;
	font-size:20px;
	color:white;
	cursor: hand;
}
.myuserlistsdel
{
	cursor: hand;
	display:inline;
}
.aktivliste
{
	color:#000;
	font-size: 12px;
}

.onskeliste
{
	color:#fff;
	background-color: #b3b3b3;
	color: #fff;
    font-size: 12px;
    font-weight:bold;
    text-align:left;
}
.hvordanbrukeonskeliste
{
	font-size:10px;
	font-weight:bold;
	color:#6c6c6c;
}
.onskelisteicustomer
{
}
.eksisterendelister
{
	font-weight:bold;
}

#onskelistepop
{
	border:1px solid black;
	background-color: #e6e6e6;
}
.onskelistepoplukknapp
{
	cursor:hand;
}
/****************************************************************************************************************/
