/***********************************************************************************************************************************/
/* main html elements */
html
{
	background-color:#e0edc9;
	background-image: url(design/bghele.jpg);
    background-repeat: repeat-x;
}
body{
	font-size:10px;
    color: #000;
    font-family: Gill Sans MT,Verdana, Arial, Helvetica, Sans-Serif;    	
	background-image: url(design/webbakgrunn.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: Transparent;
}
body * 
{
	/*border: 1px solid red;*/
}
TABLE
{
    FONT-SIZE: 10px;    
    MARGIN: 0px;
    COLOR: #000000;       
    FONT-FAMILY: Gill Sans MT, Verdana, arial, helvetica, sans-serif;    
}
img{
	border:none
}
a,a:visited{
	color:Gray ;
    text-decoration: none;
}
a:hover,a:active{
	/*text-decoration: underline;*/	
	color: #000;
}

.h3
{
   color: Red; 
}

/***********************************************************************************************************************************/
/* background */
#topdocument
{
	z-index: 0;
}
/***********************************************************************************************************************************/
/* 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: 0 10px 0 0;
    color: #444;
    font-family:Verdana;
    font-size:11px;
}
input.soek, input.logon, input.sendup{ /* search input and inputs: login, password */
	border: solid 1px #cccccc;
	color:#726459;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial;
    /*background-color: #D8D8D8;*/
    height: 20px;
    padding: 2px;
   	vertical-align: middle;
   	margin:0;
}
input.logon, input.sendup{ /* inputs: login, password */
    width: 230px;
    margin: 1px 0;
}
input.bigcart{ /* input with product amount in cart row */
    background: #fff;    
    margin: 0;
    color: Gray;    
    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: 0;
    color: #726459;    
    width: 190px;  
    height: 17px;
    text-align: left;      
    font-size:11px;
}
input#zipcode
{
	/*width: 90px;*/
}
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
{
    
}

#topmenu_activate{
    
}

.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;	
	line-height: 15px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #e0edc9;
}
#toplink4
{
	border: 0px;
}
.topmenu,.topmenu:active,.topmenu:visited{ /* a element in menu */    
    font-size: 11px;    
}

.topmenuv,.topmenuv:active,.topmenuv:visited{ /* a element in menu */    
    font-size: 12px;   
    color: Black; 
    font-weight:normal; 
}

/***********************************************************************************************************************************/
/* cart on top banner */
#diverse
{

}
.carthead{ /* cart header - "Handlekurv" text */
	text-align: center;
	padding:0px;
	color: #fff;
	z-index: 500;
}
div.cart{ /* cart main container (except header)*/
	float:left;
	margin: 0;
	padding: 5px 0 0 5px;
	z-index: 9000;
	font-weight: bold;
	background-image: url(design/bgcart.jpg);
	background-repeat: no-repeat;
}

.cartpwrap,.cartqwrap{
	width:100%;
	padding:2px 1px;
}
.cartsmallqtxt,.cartsmallptxt{ /* captions in cart container*/
	text-align:left;
	float:left;
	color:#fff;
	margin: 11px 0px 1px 8px;
}
.cartsmallq,.cartsmallp{ /* data in cart container */
	text-align:left;
	color: #fff;
	width:45px;
	margin: 11px 0px 1px 0px;
	float:left;
	padding:0 2px;
	height:10px;
	
}
.cartbottom
{
	color: Black;		
	padding: 0;		
	margin: 15px 0 0 0px;
	
}
#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;
}

/***********************************************************************************************************************************/
/* 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-text{
	background: url('design/meny_topp.gif') no-repeat top left;
	height:66px;
	margin:0;
	padding:0;
	line-height:0;
}
#menu-background{
	float:left;
	height: 100%;
	margin: 0;
	padding: 15px 0 0 20px;
	background: url('design/meny_bg2.gif') repeat-y top left;
	font-size: 10px;
	width: 195px;
}
#menu-footer{
	background: url('design/meny_bunn.gif') no-repeat top left;
	height:11px;
	line-height:0;
}

#menu-background-text,#menu-background,#menu-footer{
	clear:both;
}

#menu-background img {display:none}
/***********************************************************************************************************************************/
/* specified html elements with classes or elements which inherit */
/*
#topmenu a, #topmenu a:visited{
	color: #fff;
}
*/
/* tree menu item */
.mainmenuopen0, .mainmenuclosed0{
    border: none;  
    color: #a1a3a5;
    padding: 5px 0 5px 7px;
    cursor: pointer;/* pointer here has no sens because it's div element which has img inside and there's no action when one clicks on img...*/
	font-size: 11px;
}

.mainmenuopen0, .mainmenuclosed0{
	font-weight: normal;
	/*border-bottom: dotted 2px Silver;*/
	
	background-image: url("design/underline.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 7px;	
}

.submenuopen, .submenuclosed{
	font-weight: normal;
}

.amainmenuopen,.amainmenuopen:visited{
	color: #bf2a37;    	
}

.asubmenuopen,.asubmenuopen:visited{
	color:#bf2a37;    
}

a.rightmenu, a.rightmenu:active, a.rightmenu:visited
{           
 
}

.divright
{
	height: 42px;
	width: 180px;
	margin-bottom: 5px;	
}

.lmenu, lmenu:active
{        
    
    float: left;
    clear: both;
    margin: 5px 0 5px 0;
    padding: 0 0 5px 7px;    
    font-weight: normal;
    width: 155px;
    white-space: normal; /*settes til nowrap hvis menynavn ikke skal wrap'e*/
    overflow: visible;        
    /*text-overflow: ellipsis;*/ /*settes inn for ... etter lange menynavn*/
    
    /*border-bottom: dotted 2x Silver;*/
	background-image: url("design/underline.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 8px;
	font-size: 11px;	 
}

/***********************************************************************************************************************************/
/* element with search input and button */
#divsearch img{vertical-align:middle}
button.cart
{
	border: none;
}
/* look on top of this file -> input.soek */

/***********************************************************************************************************************************/
/* main container - content + breadcrumbs */
#render
{
	margin-left: 170px;
    font-family: Verdana;
    vertical-align: middle;       
}

#render H1{ /* header level 1 in render container */
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 2px;
    color: #5a5a5a
}
#render ul
{
	margin-left: 20px;
}
/***********************************************************************************************************************************/
/* breadcrumbs */
.breadmain{
	text-align: left;			
	color:#000;	
	padding: 10px 0 5px 3px;	
}

#breadcrumbs1
{    
    font-weight: bold;        
}
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
{
    /*border-left: dotted 2px Silver;*/
    /*border-right: dotted 2px Silver;*/
    
    background-image: url("design/dott.gif");
	background-position: left;
	background-repeat: repeat-y;	
}

div.rendermenu3
{
    /*border-left: dotted 2px Silver;*/
    /*border-right: dotted 2px Silver;*/
    
    background-image: url("design/dott.gif");
	background-position: left;
	background-repeat: repeat-y;	
}
div.rendermenutr{border: solid 1px White;}
div.rendermenupicture
{
        
}
div.rendermenudesc{margin: 12px 0 0 0;}
img.nopicimg{}
a.prodlinkdm{font-weight: bold;}
/***********************************************************************************************************************************/
/* product box */
.renderbox1,.renderbox2,.renderbox3{ /* main boxes of product */
	border: 1px solid #b6b6b6;
}

.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 */
	color : #ea0107;
	font-size: 14px;	
	font-weight: bold;
	padding: 0px 0 0 0;
	/*display: inline;*/
}
div.boxpricetxt{display: none;} /* text before price */

.prodlinkd, .prodlinkdb{ /* product link - a element with product name */
}


/***********************************************************************************************************************************/
/* one product */
.rendersingle{/* container with product details and image */	
    border: 1px dashed #B7B5B6;
}
.divmulitpic{/* container with pictures and arrows: < and  > */    
}

.singlepicture{/* box with picture */
    vertical-align: top; 
    cursor: pointer;
    text-align: center;
}
.singlebigpicture{/* container with picture that shows after click on small picture */	 
	text-align: center;
}
.mulitpicturepre,.mulitpictureaft{/* boxes which holds arrows images */
    vertical-align: middle;
}
.mulitpicturepre{/* box with left arrow */
	text-align:right;
}
.singleproductidenttxt, .singleunittxt, .singlepricetxt, .singlealt02txt{/* attributes captions */
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}
.singleproductidentv,.singleunitv,.singlepricev, .singlealt02v{/* attributes data */
	color:#000;
	font-size:10px;
}

.singlepricetxt,.singlepricev,.singlealt02txt{/* 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;
}

.singledesc{/* product name */
    color: #000;  
    background-color: #D8D8D8;
    font-size: 16px;
    font-weight: bold;
}
html:not([Opera]) .singledesc{}/* Gecko based browsers hack*/

.singlelongdesc{/* box with description of product */
	
    border-top: 1px solid #b6b6b6; 
	margin: 10px 0 0 0;
	padding: 0 0 15px 0;
	font-size:10px;
	color:#000;
}
*html .singlelongdesc{margin-top: 150px;} /* IE fix */
/* start lagt til for tekst fra editor*/
.menumaintext
{
	position : relative;	
	top: 20px;	
	left: 10px;		
	width : 580px;	
	height: 0px;		
}
.menuintrotext
{
	position : relative;	
	top: 1px;
	margin-bottom : 20px;	
	left: 2px;		
	width : 622px;   		
}

H3
{
    font-family: Gill Sans MT;    
}
/* slutt lagt til for tekst fra editor*/
/***********************************************************************************************************************************/
/* login page */
#divlogon{/* contains login elements (login text, name, password, button) */   
	text-align:left;
	/*margin-left:240px;  */  
}
.divlogonf{
	padding: 0px 0 0 0; /* child of #divlogon which indeed holds login elements */	
	margin: 10px 0px 10px 10px;
	border-bottom: 1px solid silver;
}

#divlogon H4{ /* header level 4 in divlogon container with text: "Logg pa" */
	font-size: 16px;
	margin: 0 0 20px 0;
}
/* look on the top of the page -> input.logon */

#divlogonf a {font-size: 90%}/* link under text: "Glemt brukernavn eller passord?" */

#forgottenpw
{
	color: #669999;	
	font-weight:bold;
}

/***********************************************************************************************************************************/
/* cart view */
div.cartheader{	/* header of list items in cart */
    vertical-align: middle;
    text-align: left;
    padding: 2px 1px;    
	margin-left: 5px;
}

.cartheadertr div { /* every div in cart header */
	color:#000;
}
.cartbigheadthumbnailpic,.cartbigthumbnailpic{/* first column header */
	/* invisible */
}
.cartbigheadcart,.cartbigwcart{ /* 2nd column in header */
	/* invisible */
}
.cartbigheadproductdesc,.cartbigd,.cartbigsum{ /* 3nd column in header + footer data*/
	padding: 0 0 0 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 */
		margin-left: 5px;
}
.cartbig div { /* every div in row in cart table view */
	margin: 0; 
	vertical-align: middle;/* every browser except IE */
	border-spacing: 0;
	padding: 2px 0;
}
/* look on the top of this file -> input.bigcart */
.cartbigsum{ /* row of footer in cart table */
	text-align: right;
	margin: 5px 0 0 0;
}
.cartbigsum div { /* cells in row of footer in cart table */
	margin: 0 0 0 30px;
	font-weight: bold;
	color:#606060;
	text-transform:uppercase;
}
/*.cartbigsumtxt:after{content:": KR."}*/
.cartbigbottom{ /* cell with delete image in */
	text-align: center;
	margin: 5px 0 0 0;
}

.cartprodlinkd{
	color:Gray;	
}
.cartprodlinkd:hover{
	color:#000;
}
div.cartbigbottomlinks
{

}
/***********************************************************************************************************************************/
/* customer page */
#newcusthead{ /* header of cusomer data with text: "Fyll inn de nodvendige opplysningene. Alle felter er pakrevet !" */	
    font-size: 90%;
    margin-bottom:-70px;
}
.customerform{ /* div which holds captions and inputs of customer data */	
    padding: 2px 0 0 0;
    font-size: 90%;
}
.ncddiv{ /* container with caption */
	margin: 2px 0 0 0;
	vertical-align: middle;
	font-weight: normal;	
	color: Gray;
	text-align: right;
}
.ncfdiv{ /* container with input */
	padding: 0px 0 0 0; 
	margin: 2px 0 0 0;	
	vertical-align: middle;
}
.customerformb{ /* div which holds captions and inputs of customer data */	
    padding: 2px 0 0 0;
    font-size: 90%;
}
.ncddivb{ /* container with caption */
	margin: 2px 0 0 0;
	vertical-align: middle;
	font-weight: normal;	
	color: Gray;
	text-align: right;
}
.ncfdivb{ /* container with input */
	padding: 0px 0 0 0; 
	margin: 2px 0 0 0;	
	vertical-align: middle;
}
/* look on the top of this file -> input.newcustform */
.newcustformbutton{ /* buttons below form */
	border: 1px solid #000;
	background-color: #fff;
    margin: 0;
    color: #444;    
    width: 100px;  
    text-align: center;      
}
/***********************************************************************************************************************************/
/* order history page */
.orderhisttxttr{/* inner container in header */
border-bottom: dashed 1px #cccccc;
}
.orderhisttxttr div {
	color:#000;
	font-size:11px;
	text-transform:uppercase;
	font-weight: bold;
	padding: 0 0 5px 0;
	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 0 0 0;
}
.oltotalsumtx
{
	float: left;
	padding: 5px 0 0 0;
}
/***********************************************************************************************************************************/

/***********************************************************************************************************************************/
/* order page */
.cartformhead, .cartorderconfirmhead, .cartbigtop{ /* headers with text f.e. "Steg 1 av 3: Handlekurv - Registrering - Ordrebekreftelse" */
	text-align: center;
	padding: 6px 0;
}
.cartformhead div, .cartorderconfirmhead div, .cartbigtop div{ /* parts of text "Steg 1 av 3: Handlekurv - Registrering - Ordrebekreftelse" */
	padding: 0 3px;
	color:#000;
}
.cartbigstep{ /* element which contains specified step of order procedure */
	font-weight: bold;
	font-size: 12px;
}
.cartformheadtr{ /* line with text: "Sjekk skjema og trykk "Send bestilling" for a ga videre" */
	background-color: #d8d8d8;  
    height: 18px;
    padding: 2px 0 2px 5px;
    margin: 16px 0 0 0;
	text-align: left;
	font-weight: bold;
}
.orderform{	/* this box holds captions and inputs (+ one combobox) */
    padding: 20px 0 0 0;     
}
.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,#ocfmobil,#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: solid 1px #cccccc;
	width: 120px;
	padding: 0px;
}
.cartbigtop,.cartorderconfirmhead,.cartformhead{
	
}

/***********************************************************************************************************************************/
/* order page 2 */
.ordercust{	/* contains customer data and webshop title */
    border-bottom: solid 1px #B7B5B6;     
}
.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{ /* customer name */
	font-weight: bold;
	font-size: 1.1em;
}

#ocdcustomername,#ocdemailaddress,#ocdaddress,#ocdzipcode,#ocdcityplace,#ocdtelephone,#ocdmobil,#ocdtelefax,#ocdcomments, #ocdpayment, #ocdpassword, #ocdpassword2{
	/* names before inputfields */
	font-weight: bold;
	text-align: right;
}
.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;	
}
.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 { /* containers in header */
	color:#000;
	font-family: Gill Sans Regular, Verdana;
	font-size:11px;
	font-weight: bold;	
	padding-top: 10px;
	
	/*border-top: 1px dashed #B7B5B6;
	background-image: url("design/dott.gif");
	background-position: top;
	background-repeat: repeat-x;	
	*/
}
.renderlisttr div{ /* containers in row */
	vertical-align:middle;
	white-space:nowrap;
	color:#606060;
}
.spandesc a,.spandesc a:visited{/* descriptions 1 and 2 in result row */
	color:Gray;
	font-weight:normal;
}
.fieldcart, .spancart
{
 text-align:left;
}
.fieldalt02, .spanalt02
{
  overflow: hidden;   
}

.fieldprice, .spanprice{ /* 6 column - price */ /* box with price in result row */
	text-align:right;
}
.renderlist1{ /* row with result - odd */ /* row with result - even */	
	padding:2px 0;
	background-color: #ecedee;
}
.renderlist2{ /* row with result - odd */ /* row with result - even */	
	padding:2px 0;
	background-color: #f3f3f4;
}

#cartbig1
{
    background-color: #ecedee;    
}

#cartbig2
{
    background-color: #f3f3f4;
}

/***********************************************************************************************************************************/
/* order frame */
.cartframe{
    font-size: 11px;
    margin: 0px;
    color: #000;
    background-color: #fff;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

span.redspan
{
	color:Red;	
}

div.mainlisteheader
{			
	margin-left: 170px;
	font-size:11px;
}
#mainlisteheader table
{
	border-bottom: 1px solid silver;
}

div#ingenvarer
{
	font-size: 11px;
	margin-left: 10px;
}

#sokilister
{
	padding-left:2px;	
}

span.minlisteheaderinfo
{
	vertical-align: top;		
}

span.mittgavetipsminlisteheader
{	
	padding-left: 100px;				
}

span.custinfo
{	
	text-transform:capitalize;				  	
	position: relative;
}

span.custinfonocap
{
	position: relative;
}

#custemail
{
    text-transform:none;		
	color: Gray;		 	
}

#cartbigtopl
{
	color:White;
}

#cartbigbottoml
{
	color:White;	
}

#cartbigbottomltd
{
	color:Gray;	
}

#cartbigtopltd
{
	Color: White;	
}

span.kapittelheader
{
	font-size:13px;
	font-family: Gill Sans MT;
	color:#726459;
}

a.kataloglink
{
	color: #a1a3a5;
}

a.kataloglink:active
{
	color: #000000;
}

a.kataloglink:focus
{
	color: #a1a3a5;
}

a.kataloglink:visited
{
	color: #a1a3a5;
}

div.listemeny
{
	width: 630px;
	text-align: center;
	margin-left: 170px;
}
table.listemeny
{
	border-bottom: 1px solid silver;
	width: 620px;
}
table.listemeny img
{
	cursor: pointer;
}
table.listemeny td
{
	text-align: center;
}
.listemeny img
{
	margin: 5px 0px 5px 0px;
}
.activatediv
{
	margin-left: 10px;
}
.activateheader
{
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	font-size: 12px;
}
.activatebody
{
	margin: 10px 0px 10px 0px;
	padding: 10px;
	background-color: #eceded;
	font-size: 11px;
}

.logonspan
{
	font-weight: bold;
}

.logonheader
{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

#sendupcfinito, #sendupcfinitoerr
{
	height: 30px;
	background-color: #fcb7b7;
	line-height: 30px;
	width: 450px;
	padding-left: 5px;
}

#divlogonerr
{
	display: none;
	height: 40px;
	background-color: #fcb7b7;
	width: 450px;
	padding-left: 5px;
	padding-top: 7px;
}

.bryllupheadertab
{
	width: 100%;
	margin-bottom: 10px;
}
.bryllupheadertab td
{
	vertical-align: top;
	width: 33%;
}

.bryllupheader
{
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

.bryllupheader2
{
	font-size: 11px;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
}
