html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
}

body {
  background-image: url(/images/bakgrunn-body.gif);
  background-repeat: repeat-y;
  background-color: #f5f5f5;
  background-color: #fff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

/*********************
  LAYOUT
*********************/
#wrapper {
  width: 986px;
  margin-left: 2px;
  float: left;
  background: transparent url(/images/faux.png) repeat-y;
}

#pageTop {
  float: left;
  width: 986px;
  height: 150px;
  padding: 0 0 6px 0;
  background: #fff url(/images/headerbakgrunn.jpg) no-repeat 0 0;
  /*This is where we put pagetop-background image */
}

#header {
  float: left;
  width: 836px;
  height: 130px;
  position: relative;
}

a#headerLink {
  position: absolute;
  z-index: 2;
  width: 190px;
  height: 56px;
  left: 70px;
  top: 7px;
  text-indent: -9999px;
}

#content {
  float: left;
  width: 644px;
  font-size: 11px;
  margin-right: 6px;
}

#sidebar {
  float: left;
  width: 180px;
}

#footer {
  background: white;
  clear: both;
  padding: 10px 6px 25px 6px;
  width: 974px;
}

.articleLead {
  padding: 6px;
  float: left;
  width: 307px;
}

.fullWidth {
  width: 632px;
}

#sidebar .articleLead {
  width: 162px;
}

.articleLead.left, .articleLead.leftBorder {
  margin-right: 6px;
}

.articleLead.leftBorder {
  border-bottom: 1px dotted #ddd;
}

.threeArticles {
  width: 211px;
  float: left;
  margin-right: 6px;
}

.threeArticles.middle {
  width: 210px;
}

.threeArticles.last {
  margin-right: 0;
}

.threeArticles .articleLead {
  width: 199px;
}

.threeArticles.middle .articleLead {
  width: 198px;
}

#content.searchPage {
  width: 632px;
  padding: 0 6px;
}

/* RIGHT COLUMN BOXES */

.rightBox {
  width: 178px;
  border: 1px solid #b12c1b;
  background: #b12c1b;
  color: white;
  font-size: 11px;
  position: relative;
  margin: 0 0 6px 0;
  float: left;
}

.rightBox.bottom {
  margin-bottom: 20px;
}

.rightBoxExpanded {
  background: white;
  color: #000;
  float: left;
  width: 178px;
}

.infoLink {
  position: absolute;
  right: 5px;
  top: 5px;
  color: white;
}
  

hr.articleBorder {
  clear: both;
  border: none;
  border-bottom: 1px dotted #ddd;
  margin: 10px 6px;
  height: 1px;
}

#copyright { 
  font-size: 9px; 
  text-align: center; 
  color: #aaaaaa; 
  line-height: 1.0em; 
}

/*********************
  NAVIGATION
*********************/

/* MAIN NAVIGATION */
ul#nav {
  width: 830px;
  height: 32px;
  line-height: 1em;
  list-style: none;
  padding: 0 0 0 6px;
  margin-top: 70px;
  float: left;
}

#nav li {
  display: inline;
  white-space: nowrap;
}

#nav li a {
  float: left;
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}

#nav #current a, 
#nav li a:hover, 
#nav li a:active { 
  background: url(/images/headerbakgrunn.jpg) repeat-x right bottom; /* bottom of header image */
  color: #555555; 
}

/* SUB NAVIGATION */
ul.subnav {
  width: 826px;
  padding-left: 6px;
  height: 28px;
  list-style: none;
  float: left;
}

.subnav li {
  float: left;
  position: relative;
}

.subnav li a {
  margin: 0;
  padding: 7px 8px;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #555;
  display: block;
}

/* DROPDOWN LISTS */
.subnav li:hover ul {
  display: block;
}

.subnav .subnav {
  background: url(/images/headerbakgrunn.jpg) repeat-x right bottom;
  font-weight: normal;
  width:145px;
  padding: 9px 6px 6px 6px;
  display:none;
  position: absolute;
  top: 20px;
  left: 0;
  height: auto;
  list-style: none;
}

.subnav .subnav li {
  float: none;
  display: inline;
  white-space: nowrap;
}

.subnav .subnav li a {
  font-size: 10px;
  display: block;
  padding: 2px 4px;
}

.subnav #current a, 
.subnav li a:hover, 
.subnav li a:active { 
  background: url(/images/headerbakgrunn.jpg) repeat-x right bottom; 
  color: #990000; 
}


/* PATH */
p.breadcrumbs {
  font-size: 12px;
  float: left;
  height: 20px;
  width: 824px;
  line-height: 20px;
  margin-left: 12px;
}

/* LEFT NAVIGATION */
#navleft {
  line-height: 1em;
  clear: left;
  float: left;
  width: 150px;
  margin-right: 6px;
}

#navleft ul {
  list-style: none;
  margin: 0 0 6px 6px;
}

#navleft ul ul {
  margin: 0;
}

#navleft ul li {       
  font-size: 11px;
  font-weight: bold;
  padding: 6px 0 0 0;
}

#navleft ul ul li{
  font-weight: normal;
  text-transform: none;
}

#navleft li a {
  padding: 6px 0 4px 0px;
  font-size: 11px;
  text-decoration: none;
  color: #555;
}

#navleft li.main a { font-weight: bold; }

#navleft li a:hover, 
#navleft li a:active {
  color: #990000; 
  text-decoration: underline;
}


/********************
  IMAGES
********************/
#artikkelpix {
  float: left;
  margin: 0;
}

a img { 
  border: 0px; 
}

.elementImage { 
  float: left; 
  margin-right: 5px; 
}

/********************
  LINKS
********************/
a:link, a:visited {
  color: #555;
}

a:hover, a:active {
  color: #900;
  text-decoration: underline;
}

a.resultLink {
  text-decoration: none;
  float: left;
  padding: 4px 0;
  color:#BBB;
  display:block;
  font-size:10px;
}

a.resultLink:hover {
  text-decoration: underline;
}

a.resultCategory {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 10px;
}

a.print {
  padding: 4px 10px 0 20px; 
  height: 16px; 
  background: url(/images/iconPrint.png) no-repeat left center;
  margin: 0 10px;
}

.articleLead a.readMore {
  text-decoration: none;
  color: #555;
  background: transparent url(/images/lesmerPil2.gif) no-repeat 0 5px;
  padding: 0 0 0 10px;
  float: left;
  margin: 6px 0;
  display: block;
  width: 163px;
}

.articleLead h1 a:hover {
  text-decoration: underline;
}

.articleLead a.readMore:hover {
  color: #900;
}

.articleLink {
  display: block;
  float: left;
}

h1 .articleLink {
  float: none;
}

.rightBox a {
  color: white;
  text-decoration: none;
}

.rightBox a:hover {
  text-decoration: underline;
}

.rightBoxExpanded a {
  color: #000;
  display: block;
  margin: 0 0 5px 6px;
  float: left;
}

a.newUser, a.forgottenPassword {
  font-size: 10px;
}

a.forgottenPassword {
  float: right;
  padding-right: 6px;
}

a#cartButton {
  display: block;
  float: right;
  padding: 2px 4px;
  color: white;
  background: #b12a1c;
  margin: 2px 2px 2px 0;
}
/*******************
        TEXT
*******************/

/* HEADLINES */

h1 {
  font-size: 20px;
  font-weight: normal;
  color: #333;
}

h2, h2 a {
  font-size: 12px;
  color: #900;
  font-weight: normal;
  line-height: 1.0em;
  text-decoration: none;
}

#artikkel h2 {
  margin: 12px 6px 6px 6px;
}

#articleRead h2, #articleRead h2 a {
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin: 6px 0 0 0;
  line-height: 1.5em;
}

.articleLead h1, .articleLead h1 a {
  font-weight: bold;
  line-height: 1.3em;
  color: #900;
  font-size: 12px;
  margin-bottom: 6px;
  text-decoration: none;
}

.searchResults h2, .searchResults h2 a {
  text-transform: none;
  color: #900;
  font-size: 15px;
  padding: 10px 0 3px 0;
}

.rightBox h1 {
  background: url(/images/box_top.png) no-repeat 0 0;
  height: 25px;
  padding: 5px 0 0 15px;
  color: white;
  font-weight: bold;
  font-size: 11px;
  margin: 0;
}
  
.rightBoxExpanded h2 {
  text-transform: none;
  color: #000;
  font-size: 11px;
  margin: 5px 0 4px 5px;
}

#artikkel h3 { 
  margin-top: 18px; 
  margin-bottom: 0px;  
}

h3 {
  font-size: 10px;
  color: #900;
  font-weight: bold;
  line-height: 1.3em;
}

/* PARAGRAPHS ETC */

.articleLead .leadText {
  line-height: 1.2em;
  color: #555;
  float: left;
  display: inline;
}

.articleLead .leadText.withImage {
  width: 174px;
}

.fullWidth .leadText.withImage {
  width: 499px;
}

.threeArticles .articleLead .leadText.withImage {
  width: 119px;
}

.threeArticles.middle .articleLead .leadText.withImage {
  width: 118px;
}

#artikkel p, #artikkel p.ingress, #artikkel h3 {
  font-size: 11px;
  margin: 0px 6px 12px 6px;
  color: #555;
  font-weight: normal;
  line-height: 1.2em;
}

#artikkel p.ingress, #artikkel h3 {
  font-weight: bold;
}

#artikkel p.info {
  clear: both;
  font-style: italic;
}

#artikkel p.info .utskrift {
  color: #788833;
  font-style: normal;
}

#artikkel p.info .utskrift a {
  color: inherit;
  text-decoration: none; 
}

.searchResults .date {
  display: block;
  clear: both;
  margin: 2px 0 4px 0;
  color: #666;
}

.vk-info {
  padding: 0 0 6px 5px;
}

/* LISTS */
ul.searchResults {
  list-style: none;
}

.searchResults li {
  margin: 6px 0;
  float: left;
  clear: both;
}

ul#searchResultsNavigation {
  list-style: none;
}

ul#searchResultsNavigation li {
  display: inline;
}

#searchResultsNavigation li a, #searchResultsNavigation li span {
  text-align: center;
  margin-right: 3px;
  display: block;
  float: left;
  line-height: 19px;
}

#searchResultsNavigation li a {
  text-decoration: none;
  width: 20px;
  height: 20px;
  background: #900;
  color: white;
}

#searchResultsNavigation li .current {
  background: white;
  width: 18px;
  height: 18px;
  border: 1px solid #900;
}  

#searchResultsNavigation .next, #searchResultsNavigation .prev {
  width: auto;
  padding: 0 7px;
  margin-right: 3px;
}

.articleList {
  list-style: none;
}

.articleList li {
  margin-bottom: 5px;
  background: transparent url(/images/lesmerPil2.gif) no-repeat 0 5px;
  padding:0 0 0 10px;
}

.articleList li a {
  color: blue;
}
/* TABLES */

.cartItems {
  width: 168px;
  margin: 3px 5px;
}

.cartItems .price {
  text-align: right;
}

.cartItems .total td {
  font-weight: bold;
}

/****************
  FORMS
****************/

/* PAGETOP SEARCH */

#topSearch {
  position: absolute;
  top: 20px;
  right: 6px;
  width: 180px;
}

#topSearch fieldset {
  border: 0;
}

#topSearch legend {
  display: none;
}

#topSearch label {
  font-size: 10px;
  color: white;
  display: block;
  float: left;
  margin: 5px 0 0 0;
}

#topSearch .radioButtons {
  margin-left: -20px;
  width: 180px;
}

#topSearch #searchInput {
  width: 120px;
  margin-right: 6px;
  float: left;
}

#topSearch .radio {
  float: left;
  display: block;
  margin: 4px 2px 0 20px;
  padding: 0;
  height: 14px;
}

/* SEARCH RESULTS SEARCH */

#newSearch fieldset {
  border: 0;
}

#newSearch legend {
  color: #333;
  font-size: 13px;
  margin: 0
}

/* VEKTKLUBBEN LOGIN */

#vk-login-form {
  padding: 6px;
}

#vk-login-form fieldset {
  border: none;
}

#vk-login-form legend {
  display:none;
}

#vk-login-form .text-input {
  width: 158px;
  padding: 3px;
  margin-bottom: 6px;
}

/*********************
  ADS
*********************/
#topAds {
  background: white;
  float: left;
}

#topAdLeft {
  margin: 0 38px 0 0;
  float: left;
  width: 180px;
}

#topAdLeft object, #topAdLeft img, #topAdRight object, #topAdRight img {
  padding-bottom: 6px;
}

#topAdRight {
  width: 768px;
  float: left;
}

#campaignAd {
  width: 150px;
  height: 150px;
  float: left;
}

.advertProDefault {
  margin-bottom: 6px;
  float: left;
}

.adWrapper .advertProDefault {
  margin-bottom: 0;
}

.navleftAd {
  width: 150px;
  margin-top: 6px;
}

.adWrapper {
  float: left;
  margin: 0 6px 6px 0;
}

.smallAd {
  width: 180px;
  float: left;
  margin: 0 52px 6px 0;
}

.last {
  margin-right: 0;
}

.full {
  margin-right: 0;
}

.bottom {
  margin-top: 6px;
}
