/* CSS for the top portion of the site, including menus. */

/* Contains the whole top portion. */
.top {
	margin: 1px;
}

.logo {
	float: left;
}

.sky {
	height: 40px;
}

/* Links for contact and site map. */
.skytext {
	background-image: url(../gfx/icons/sky_full.jpg);
	text-align: right;
	line-height: 35px;
	margin-left: 66px;
	padding-right: 6px;
}

.sokefelt {
	display: inline;
}

.toplenke {
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
        color: #990000;
        font-family: verdana;
	margin-left: 3px;
	margin-right: 3px;
}
a.toplenke:visited {
	color: #990000;
}

div.menuline {
	float: left;
	width: 703px; /* 705px. */
	margin-left: 6px;
	margin-top: 4px;
	margin-bottom: 22px;
}

a.menuline {
        color: #FFFFFF;
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
}

.mainmenu {
	   background-image: url(../gfx/toppmeny/midt2.jpg);
	   height: 17px;
	   text-align: right;
}

.menuright {
	float: left;
	width: 600px;
	position: static;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 6px;
	height: 17px;
	font-size: 10px;
}

.background-image-venstre {
        height: 17px;
        background-image: url(../gfx/toppmeny/venstre.jpg);
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 10px;
	margin: 0;
}

.background-image-hoyre {
        background-image: url(../gfx/toppmeny/hoyre_3.jpg);
        height: 17px;
        padding-top: 2px;
	padding-right: 2px;
        padding-bottom: 2px;
        font-size: 10px;
	margin: 0;
}

.background-image-midt {
        background-image: url(../gfx/toppmeny/midt2.jpg);
        height: 117px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 1px;
        padding-left: 1px;
        color: #FFFFFF;
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
	margin: 0;
	white-space: nowrap;
}
.background-image-midt:hover {
	color: #cbc0c0 !important;
	/*color: #b8aeae !important;
	color: #decece !important;*/
}
span.mainactive .background-image-midt {
	/* background: #e3e7e4;
	color: #980100 !important;
	color: #e2dfd0 !important;
	color: #ded2d2 !important;  */
	/*color: #decece !important;*/
	color: #cbc0c0 !important;
}

/*.partnerline {
	font-size: 10px;
	font-weight: bold;
	display: block;
	height: 17px;
	padding-top: 2px;
}*/


/* The elements below are part of the grey undermenu. */
.delimiter, .delimitergreybg {
	color: #990000;
}

div.navcontainer {
	float: none;
	position: static;
	margin-top: 1px;
}

.navcontainer ul {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
/*
	text-align: right;
	width: 703px;*/
}

.navcontainer ul li a:link, .navcontainer ul li a:visited {
	color: #FFFFFF;
}

.navcontainer ul li {
	display: inline;
	float: left;
}
li.partnerline {
	display: block !important;
	float: none !important;
}

.navcontainer ul li ul {
	position: absolute;
	left: -999em;
	width: 697px;
	font-size: 10px;
	text-align: left;
	height: 40px;

	background-image: url(../gfx/undermeny/bakgr_full.jpg);
	top: 62px;
	padding-top: 5px;
	z-index: 20;
}

.navcontainer ul li ul a:link, .navcontainer ul li ul a:visited {
	color: #000000;
}
.navcontainer ul li ul a:hover {
	color: #9a0000 !important;
}

.navcontainer ul li:hover ul, .navcontainer ul li.sfHover ul {
    left: 80px;
    margin-top: 0px;
}

/*div.hover {
        height: 40px; 
	margin-top: 6px; 
}*/

.navcontainer ul li ul li {
	display: inline;
}

div.undermenu {
	position: absolute;
	background-image: url(../gfx/undermeny/bakgr_full.jpg);
	width: 698px;
	padding-left: 5px;
	font-size: 10px;
	text-align: left;
	height: 17px;
	top: 67px;
	z-index: 10;
}


/* Hover color */
div.mainmenu li.toplevel:hover a.background-image-midt, div.mainmenu li.sfHover a.background-image-midt {
        /*color: #b8aeae !important;*/
        color: #cbc0c0 !important;
}

/* Ikke-hover */
a.undermenu:link, a.undermenu:visited, a.undermenugreybg:link, a.undermenugreybg:visited {
	color: #000000 !important;
	margin-left: 2px;
	margin-right: 3px;
}
a.undermenu:hover {
	color: #9a0000 !important;
}
/* Hover */
.greybg, .delimitergreybg, a.undermenugreybg:link, a.undermenugreybg:visited {
	height: 16px;
}
a.undermenugreybg:link, a.undermenugreybg:visted {
	margin-left: 2px;
	margin-right: 3px;
}

/* VZT -> */
.top a.toplenke {
	clear:none;
	float:left;
	margin-left:5px;
}

/*
.top .preferred-currency {
	clear:none;
	float:right;
	font-size:9px;
	line-height:16px;
	width:95px;
	margin:0;
	margin-left:15px;
	margin-top:2px;
	padding:0;
	text-align:left;
	display:inline;
}

* html .top .preferred-currency {
	height:25px;
	margin-bottom:-30px;
}

.top .preferred-currency .text {
	clear:both;
	float:left;
	margin:0;
	padding:0;
	font-size:9px;
}

* html .top .preferred-currency .text {
	height:10px;
	margin:0;
	clear:none;
	margin-bottom:-14px;
}

.top .preferred-currency input.currencybutton {
	font-family:Arial, Helvetica, sans-serif;
	clear:none;
	float:left;
	height:15px;
	font-size:9px;
	background-color:#990000;
	color:#fff;
	border:0;
	margin:0;
	margin-left:2px;
	padding:0;
	width:30px;
	display:inline;
}

.top .preferred-currency select.currencysel {
	font-family:Arial, Helvetica, sans-serif;
	clear:none;
	float:left;
	height:13px;
	font-size:9px;
	margin:0;
	padding:0;
	display:inline;
}
*/

.sidebox input.currencybutton {
	/*
	font-family:Arial, Helvetica, sans-serif;
	background-color:#990000;
	color:#fff;
	border:0;
	*/
	height:18px;
	font-size:10px;
	margin:0;
	margin-bottom:-2px;
	margin-left:2px;
	padding:0;
	width:30px;
}

.sidebox .notopspacingcurrency {
	margin:0;
	padding:0;
	height:20px;
}

* html .sidebox .notopspacingcurrency form {
	margin-bottom:0;
	padding-bottom:5px;
}

.sidebox select.currencysel {
	font-family:Arial, Helvetica, sans-serif;
	height:15px;
	font-size:9px;
	margin:0;
	padding:0;
}

.class-product input.button {
	/*
	font-family:Arial, Helvetica, sans-serif;
	background-color:#990000;
	color:#fff;
	border:0;
	*/
	clear:none;
	float:left;
	margin:0;
	padding:0;
	display:inline;
}

.shop-basket {
	width:620px;
	float:left; 
}

.shop-basket .buttonblock {
	margin-top:10px;
}

.shop-basket input.shopbutton,
.shop-basket input.defaultbutton,
.shop-basket input.button  {
	/*
	background-color:#990000;
	color:#fff;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	*/
	clear:none;
	float:left;
	margin:0;
	margin-right: 5px;
	padding:0;
	display:inline;
}

.shop-basket h1 {
	clear:both;
	font-size:14px;
}

.shop-basket h2 {
	font-size:12px;
}

.shop-basket input.box {
	width:300px;
}

.shop-basket textarea {
	width:300px;
}

.shop-basket p {
	clear:both;
	float:left;
	margin-top:10px;
}

.shop-basket ul {
	clear:both;
	float:left;
}

.shop-basket ul li {
	clear:none;
	float:left;
	margin-left:20px;
}

.shop-basket ul li.selected {
	font-weight:bold;
}

.shop-basket th {
	text-align:right;
}

.shop-basket td {
	text-align:right;
}

.shop-basket .customer-leftalign th {
	text-align:left;
}

.shop-basket .customer-leftalign td {
	text-align:left;
}

.shop-basket .userregister label {
	width:120px;
	clear:none;
	float:left;
	margin-bottom:5px;
}

.shop-basket .userregister select,
.shop-basket .userregister textarea,
.shop-basket .userregister input.box,
.shop-basket .userregister input.halfbox {
	width:250px;
	margin-bottom:5px;
}

.choosecountry {
	clear:both;
	float:left;
	margin-top:10px;
	margin-bottom:20px;	
}

.choosecountry b {
	clear:none;
	float:left;
	line-height:16px;
}

.choosecountry input {
	clear:none;
	float:left;
}

.choosecountry select {
	clear:none;
	float:left;
	margin-left:10px;
	margin-right:10px;
	font-size:10px;
	height:16px;
}

.choosecountry input.button {
	clear:none;
	float:left;
}

.class-product {
}

.class-product .product-container {
	clear:both;
	float:left;
	margin-top:10px;
	width:600px;
}

.shop-basket .class-product span.attribute-short-gar {
	font-weight:bold;
	margin-right:10px;
	margin-bottom:10px;
}

.shop-basket .class-product span.attribute-image-gar {
	margin:0;
	padding:0;
}

.shop-basket .class-product img {
	clear:none;
	float:right;
}

.shop-basket .class-product span.attribute-long-gar p,
.shop-basket .class-product span.attribute-short-gar p {
	clear:none;
	width: 380px;
}

.shop-basket .class-product span.attribute-long-gar {
	margin:10px 10px 0 0px;
}

.class-product .product-container .attribute-price {
	clear:left;
	float:left;
	width:280px;
	margin-top:10px;
	font-weight:bolder;
	color:#9A0000;
	font-size:1.25em;
}

.class-product .product-container .attribute-price p {
	width:280px;
	font-weight:bolder;
}

.class-product .product-container .attribute-multi-options #optionsholder {
	float:right;
	width:400px;
	text-align:right;
	margin-right:0px;
}

.class-product .product-container .attribute-multi-options {
	clear:both;
	/* float:left; */
	float:right;
	margin-top:10px;
	font-weight:bold;
}

.class-product .product-container .attribute-multi-options .block {
	clear:none;
	float:left;
	margin-right:10px;
	margin-right:0px;
	text-align:right;
}

.class-product .product-container .attribute-multi-options .block label {
	clear:none;
	float:left;
	margin-right:10px;
	margin-left:5px;
	font-weight:normal;
}

.class-product .product-container .attribute-multi-options .block select {
	clear:none;
	float:left;
}

.class-product .product-container .content-action {
	clear:none;
	/* float:left; */
	float:right;
	width:180px;
	margin-top:10px;
	text-align:right;
}

.class-product .content-action .shoppingbutton {
	background-image:url(../images/shoppingbasket.gif);
	background-repeat:no-repeat;
	height:35px;
	width:39px;
	border:0;
	background-color:transparent;
	pointer:cursor;
}

.class-product .product-container .currency-chooser {
	clear:none;
	float:left;
	width:130px;
	margin-top:10px;
}

.class-product .product-container .currency-chooser .text {
	font-weight:bold;
	margin-bottom:5px;
}

.class-product .product-container .currency-chooser input.currencybutton {
	/*
	font-family:Arial, Helvetica, sans-serif;
	background-color:#990000;
	color:#fff;
	border:0;
	font-size:10px;
	*/
	height:18px;
	margin:0;
	margin-left:2px;
	padding:0;
	width:40px;
}

.class-product .product-container .currency-chooser select.currencysel {
	font-family:Arial, Helvetica, sans-serif;
	height:17px;
	font-size:10px;
	margin:0;
	padding:0;
}

.class-product p.title {
	clear:both;
	float:left;
	margin-bottom:10px;
	width:470px;
}

.content-view-line .class-product {
	clear:both;
	float:left;
	margin-top:10px;
	margin:0px;
	width:470px;
	font-size:.85em;
}

* html .content-view-line .class-product {
	width:460px;
}

.content-view-line .class-product a img {
	border:0;
}

.content-view-line .class-product .product-box {
	clear:both;
	float:left;
	width:460px;
	margin-left:10px;
}

* html .content-view-line .class-product .product-box {
	margin-left:3px;
}

.content-view-line .class-product .product-box .product-image {
	clear:left;
	float:left;
	width:50px;
}

.content-view-line .class-product .product-box .product-text {
	clear:none;
	float:left;
	width:400px;
	margin-left:10px;
}

* html .content-view-line .class-product .product-box .product-text {
	margin-left:3px;
}

.content-view-line .class-product .product-box .product-text .product-desc {
	clear:none;
	float:left;
	width:400px;
}

.productfolder {
	clear:both;
	float:left;
	margin-bottom:15px;
	/*
	background-color:#FAFAF4;
	*/
	border:1px solid #E2DFD0;
	width:470px;
}

.productfolder h2 {
	margin:5px 10px 0 10px;
}

.productfolder .hr {
	clear:both;
	border-top:1px solid #E2DFD0;
	width:450px;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:0 10px 10px 10px;
}

.productfolder .attribute-short {
	margin:10px;
	font-weight:bold;
}

.productfolder .attribute-long {
	margin:0 10px 10px 10px;
}

/* <- VZT */
/* spam filter */

span.spamfilter
{  
  display: none;
}
