/***********************************************************************************************************************************/
/* 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: 0px 10px 0px 0px;
	color: #444;
	font-family: Verdana;
	font-size: 11px;
}
input.soek, input.logon {
	/* search input and inputs: login, password */
	border: solid 1px #cccccc;
	color: #726459;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial;
	height: 20px;
	padding: 2px;
	vertical-align: middle;
	margin: 0px;
}
input.logon {
	/* inputs: login, password */
	width: 150px;
	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: transparent;
}

/***********************************************************************************************************************************/
/* top menu (top logo with Forside, Logg inn and so on inside) */
#topmenu {
	/* background:transparent url('design/topp5.jpg') no-repeat top left;*/
	background-color: Transparent;
}

.link-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 888px;
	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;
}


.toplinks div {
	font-size: 11px; /*background-color: #DA0000;*/
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.topmenu, .topmenu:active, .topmenu:visited {
	/* a element in menu */
	color: #fff;
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
}
/***********************************************************************************************************************************/
/* Digitroll signature */
a.digitrollsign, a.digitrollsign:hover, a.digitrollsign:visited {
	color: #ccc;
	text-decoration: none;
}
/***********************************************************************************************************************************/
/* cart on top banner */
#diverse {
}
.carthead {
	/* cart header - "Handlekurv" text */
	text-align: center;
	margin-top: 0px;
	padding-top: 2px;
	color: #fff;
	z-index: 500;
}
div.cart {
	/* cart main container (except header)*/
	float: left;
	margin-top: 20px;
	padding: 1px 0px 0px 5px;
	z-index: 500;
}

.cartpwrap, .cartqwrap {
	width: 100%;
	padding: 2px 0px;
}
.cartsmallqtxt, .cartsmallptxt {
	/* captions in cart container*/
	text-align: left;
	width: 50px;
	float: left;
	color: #fff;
	height: 13px;
	margin: 0px;
	margin-bottom: 2px;
	background-color: #e1e2e2;
	font-family: Arial;
}
.cartsmallq, .cartsmallp {
	/* data in cart container */
	text-align: left;
	color: #fff;
	width: 40px;
	margin: 0px 0px 0px 0px;
	float: left;
	height: 13px;
	background-color: #e1e2e2;
	font-family: Arial;
}
.cartbottom {
	color: #000;
	text-align: center;
	padding: 0px;
	margin: 3px 0px 0px 0px;
}
#cartbottom .topmenu, .cartsmallqtxt, .cartsmallq, .cartsmallptxt, .cartsmallp {
	color: #000;
}
/* 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 ul {
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#mainmenu ul li {
	font-size: 10px;
	color: #606060;
}
.kampanje {
	color: #7996A8;
}
#cardsthumbs {
	padding: 15px 0px 0px 0px;
}
#menu-background-text {
	background: url('design/meny_topp.gif') no-repeat top left;
	height: 66px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
#menu-background {
	float: left;
	height: 100%;
	margin: 0px;
	padding: 15px 0px 0px 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: 0px;
}

#menu-background-text, #menu-background, #menu-footer {
	clear: both;
}

#menu-background img {
	display: none;
}

/***********************************************************************************************************************************/
/* 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 {
	font-family: Verdana;
	vertical-align: middle;
	padding-bottom: 20px;
}

#render H1 {
	/* header level 1 in render container */
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 2px;
	color: #5a5a5a;
}
#stjheader td {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
#stjheader span {
	color: Red;
}
/***********************************************************************************************************************************/
/* breadcrumbs */
.breadmain {
	text-align: left;
	color: #000;
	font-size: 8px; /*background-color : #D8D8D8;	*/
	padding: 0px 0px 10px 3px;
}
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 #ccc;
}
div.rendermenutr {
}
div.rendermenupicture {
}
div.rendermenudesc {
	margin: 0px 0px 0px 0px;
}
img.nopicimg {
}
a.prodlinkdm {
	font-weight: bold;
}
/***********************************************************************************************************************************/
/* product box */
.renderbox1, .renderbox2, .renderbox3, .renderbox4 /* 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, .boxdesc a {
	color: #000;
}
#boxdesc1, #boxdesc2, #boxdesc3, #boxdesc4 {
	/* specified boxes with product name (3 first boxes from top) */
}
#boxdesc1 {
	/* first the widest box */
}
#boxdesc2, #boxdesc3, #boxdesc4 {
	/* 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 0px 0px 0px; /*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;*/
	background-color: #fff;
}
.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;
	z-index: 1000;
}
.mulitpicturepre, .mulitpictureaft {
	/* boxes which holds arrows images */
	vertical-align: middle;
}
.mulitpicturepre {
	/* box with left arrow */
	text-align: right;
}
.singleproductidenttxt, .singlecolortxt, .singlevariantdtxt, .singledimentxt, .singlealt05txt, .singlequantityonhandtxt, .singleunittxt, .singlepricetxt {
	/* attributes captions */
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}
.singleproductidentv, .singlecolorv, .singlequantityonhandv, .singledimenv, .singlealt05v, .singleunitv, .singlepricev {
	/* attributes data */
	color: #000;
	font-size: 10px;
}

.singlealt10txt {
}
.singlealt10v {
	font-weight: bold;
}

.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;
}

.singledesc {
	/* product name */
	color: #000;
	background-color: #D8D8D8;
	font-size: 16px;
	font-weight: bold;
}
.singlelongdesc {
	/* box with description of product */ /*border-top: 1px solid #b6b6b6;*/
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	font-size: 10px;
	color: #000;
}
/* start lagt til for tekst fra editor*/
.menumaintext {
	position: relative;
	top: 20px;
	left: 10px;
	width: 580px;
}
.menuintrotext {
	position: relative;
	top: 0px;
	margin-bottom: 20px;
	left: 0px;
	width: 580px;
}
/* slutt lagt til for tekst fra editor*/
/***********************************************************************************************************************************/
/* login page */
#divlogon {
	/* contains login elements (login text, name, password, button) */
	text-align: center;
	font-size: 10px;
	font-family: Arial Narrow;
	color: Gray;
}
.divlogonf {
	padding: 10px 20px 0px 0px; /* child of #divlogon which indeed holds login elements */
	text-align: right;
}

#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?" */

/***********************************************************************************************************************************/
/* cart view */
div.cartheader {
	/* header of list items in cart */
	vertical-align: middle;
	text-align: left;
	padding: 2px 1px;
	border-bottom: 1px solid #B7B7B7;
	background-color: #E2E2E2;
}

.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: 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 */
}
.cartbig div {
	/* every div in row in cart table view */
	margin: 0px;
	vertical-align: middle; /* every browser except IE */
	border-spacing: 0px;
	padding: 2px 0px;
}
/* look on the top of this file -> input.bigcart */
.cartbigsum {
	/* row of footer in cart table */
	text-align: right;
	margin: 5px 0px 0px 0px;
}
.cartbigsum div {
	/* cells in row of footer in cart table */
	margin: 0px 0px 0px 30px;
	font-weight: bold;
	color: #606060;
	text-transform: uppercase;
}
.cartbigsumtxt:after {
	content: ": KR.";
}
.cartbigbottom {
	/* cell with delete image in */
	text-align: center;
	margin: 5px 0px 0px 0px;
}

.cartprodlinkd {
	color: #000;
	font-weight: bold;
}
.cartprodlinkd:hover {
	color: #000;
}
div.cartbigbottomlinks {
}
img.cartdel {
	cursor: pointer;
}
/***********************************************************************************************************************************/
/* customer page */
#newcusthead {
	/* header of cusomer data with text: "Fyll inn de nodvendige opplysningene. Alle felter er pakrevet !" */
}
.customerform {
	/* div which holds captions and inputs of customer data */
	padding: 2px 0px 0px 0px;
	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 */
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
	vertical-align: middle;
}
/* look on the top of this file -> input.newcustform */
.newcustformbutton {
	/* buttons below form */
	border: 1px solid #000;
	background-color: #fff;
	margin: 0px;
	color: #444;
	width: 100px;
	height: 20px;
	text-align: center;
	margin-top: 10px;
}

/***********************************************************************************************************************************/
/* 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: 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;
}
.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: 12px;
}
.cartformheadtr {
	/* line with text: "Sjekk skjema og trykk "Send bestilling" for a ga videre" */
	background-color: #d8d8d8;
	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) */
	padding: 20px 0px 0px 0px;
}
.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 {
	/* 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;
	border: solid 1px #cccccc;
}
.cartbigtop, .cartorderconfirmhead, .cartformhead {
}

/***********************************************************************************************************************************/
/* order page 2 */
.ordercust {
	/* contains customer data and webshop title */
	border-bottom: solid 1px #ccc;
	height: 250px;
}
.ordercust div {
	line-height: 1.5em;
}
.ocordercomments1 {
	/* header with webshop title */
	padding: .7em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: medium;
	font-weight: bold;
}
html:not([Opera]) .ocordercomments1 {
	font-size: 16px;
}
/* Firefox*/
.occustomername {
	/* customer name */
	font-weight: bold;
	font-size: 14px;
}

#ocdcustomername, #ocdemailaddress, #ocdaddress, #ocdzipcode, #ocdcityplace, #ocdtelephone, #ocdtelefax, #ocdcomments, #ocdpayment, #ocdpassword, #ocdpassword2 {
	/* names before inputfields */
	text-align: right;
}
.occcomments, .occemailaddress, .occtelephone, .occtelefax, .occpayment {
}
.orderprod {
	padding: 2px 0 0 0;
	border-bottom: 1px solid #c0c0c0;
}
.orderline, .ototalsum {
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0px;
	padding: 0px;
}
.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;
}

html:not([Opera]) .ocordercomments3 {
	position: absolute;
	border: 1px solid red;
	margin-bottom: 100px;
}
/* Firefox*/

.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-size: 11px;
	font-weight: bold; /*text-transform:uppercase;*/
}
.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: #000;
	font-weight: normal;
	color: #bc3847;
}
.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;
	padding: 2px 0px;
}
/* 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: #dfdede;
	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: #fff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

A.subclosed {
	font-size: 11px;
	color: #fff;
	font-family: Arial, Tahoma, Verdana, Serif,Helvetica;
	text-decoration: none;
	font-weight: normal;
}
A.subclosed:hover {
	font-size: 11px;
	color: #fff;
	font-family: Arial, Tahoma, Verdana, Serif,Helvetica;
	text-decoration: none;
}


