/**
  * Turn off all default heading effects.
  */
h1, h2, h3, h4, h5, h6, pre, code {
    font-size: 1em;
    font-weight: normal;
}

/**
  * Turn off default margins and paddings.
  */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, pre {
    margin: 0;
    padding: 0;
}


h1 a, 
h1 a:link, 
h1 a:visited, 
h2 a, 
h2 a:link, 
h2 a:visited, 
h3 a, 
h3 a:link, 
h3 a:visited, 
h4 a, 
h4 a:link, 
h4 a:visited, 
h5 a, 
h5 a:link, 
h5 a:visited, 
h6 a,
h6 a:link,
h6 a:visited
{
    color: #000000;
}


/**
  * Turn off all default list stylings.
  */
ul, ol {
    list-style: none;
}

/**
  * Turn off borders on clickable images.
  */
a img, :link img, :visited img {
    border: none;
}

/**
  * Turn off underlines for hyperlinks.
  */
:link, :visited, :hover, :active {
    text-decoration: none;
    color: inherit;
}

/**
  * Turn off monospaced fonts, and set them  all to 'serif'.
  */
pre {
    font-family: serif;
}

/**
* Setting the width of column - A -
*/
.col-A {
    width: 150px;
    overflow: hidden;
}

.col-B {
    width: 150px;
    overflow: hidden;
}

.col-C {
    width: 150px;
    overflow: hidden;
}

.col-D {
    width: 150px;
    overflow: hidden;
}

.col-E {
    width: 150px;
    overflow: hidden;
}

.col-F {
    width: 180px;
    overflow: hidden;
}

.col-AB {
    width: 310px;
    overflow: hidden;
}

.col-BC {
    width: 310px;
    overflow: hidden;
}

.col-CD {
    width: 310px;
    overflow: hidden;
}

.col-DE {
    width: 300px;
    overflow: hidden;
}

.col-EF {
    width: 340px;
    overflow: hidden;
}

.col-AC {
    width: 470px;
    overflow: hidden;
}

.col-BD {
    width: 470px;
    overflow: hidden;
}

.col-CE {
    width: 470px;
    overflow: hidden;
}

.col-DF {
    width: 500px;
    overflow: hidden;
}

.col-AD {
    width: 630px;
    overflow: hidden;
}

.col-BE {
    width: 630px;
    overflow: hidden;
}

.col-CF {
    width: 660px;
    overflow: hidden;
}

.col-AE {
    width: 790px;
    overflow: hidden;
}

.col-BF {
    width: 820px;
    overflow: hidden;
}

.col-AF {
    overflow: hidden;
}

/**
* Disse skal ha h�yre marg
*/
.col-A, .col-AB, .col-AC, .col-AD, .col-AE,
    .col-B, .col-BC, .col-BD, .col-BE,
    .col-C, .col-CD, .col-CE,
    .col-D, .col-DE,
    .col-E {
    margin-right: 10px;
}

/**
  * Disse kombinasjonene skal ikke ha h�yre marg
  */
.col-AB .col-B, .col-AB .col-AB,
    .col-BC .col-C, .col-BC .col-BC,
    .col-CD .col-D, .col-CD .col-CD,
    .col-DE .col-E, .col-DE .col-DE,
    .col-AC .col-C, .col-AC .col-AC, .col-AC .col-BC,
    .col-BD .col-D, .col-BD .col-BD, .col-BD .col-CD,
    .col-CE .col-E, .col-CE .col-CE, .col-CE .col-DE,
    .col-AD .col-D, .col-AD .col-AD, .col-AD .col-BD, .col-AD .col-CD,
    .col-BE .col-E, .col-BE .col-BE, .col-BE .col-CE, .col-BE .col-DE,
    .col-AE .col-E, .col-AE .col-AE, .col-AE .col-BE, .col-AE .col-CE, .col-AE .col-DE {
    margin-right: 0;
}

.float {
    float: left;
}

.floatRight {
    float: right;
}

.width400 {
    width: 400px;
}

.clear {
    clear: both;
}

.clearRight {
    clear: right;
}

.clearLeft {
    clear: left;
}


.push {
    clear: both;
    height: 10px;
    overflow: hidden;
}

.push300 {
    width: 300px;
}


.halfPush {
    clear: both;
    height: 5px;
    overflow: hidden;
}

#col-A {
    background-color: #00FF00;
}

body, table {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#topStories h3,
    #latestNews h3 {
    border-top: 1px solid #FF0000;
    border-bottom: 1px solid #FF0000;
    margin-bottom: 10px;
}

#outerPage {
   margin: 0px auto; 
}


#page {
   margin: 0px auto;
   background-color: #006699; 
}

#topBanner, #topRightAd, #middleRightAd, #bottomRightAd, #blobAd, #boardBottom, #stuffAd {
    background-color: #C0C0C0;
}

#topBanner {
    /*height: 60px;*/
}

#topRightAd, #middleRightAd, #bottomRightAd, #blobAd, #boardBottom, #stuffAd {
    height: 300px;
}

#topNavigation, #colophon {
    background-color: #FF9900;
    height: 60px;
}

#magasinBranding {
    background-color: #CCFFCC;
    height: 60px;
}

.bins {
    background-color: #99CCFF;
}

#leftNav,
    #subNav {
    background-color: #CC99FF;
}

#latestNews, #lastTests, #magasines {
    background-color: #FFFF00;
}

#lastTests, #magasines {
    height: 300px;
}

#productNews, #topStory, #current, #articles {
    background-color: #99CC00;
}

#current1, #articles1 {
    height: 200px;
}

#publications {
    float: left;
}

#publications h2,
    #publications ul,
    #publications ul li {
    display: inline;
}

#publications ul li + li:before {
    content: " | ";
}

/*
This is a dummy file used to implement a null CSS version of the site. So this file is in fact a dummy providing no CSS at all...
*/

.grid {
/* Stuff for the grid */
}

.element h2 span {
    display: block;
}

/*--- ---*/

/*Body (with backgroundimage) */
body {
    /* background-image: url( ../images/bg_body.gif ); */
    background: #ededed;
    background-image: url( ../images/fade.gif );
    background-repeat: repeat-y;
    background-attachment:fixed;
    background-position:center; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/* Taken from orginal CSS-fils */
/* Hvis denne ikke kan benyttes s� m� bakgrunnsbildet for BODY endres */
#page { 
    margin-top: 0px; 
    padding-right: 0px; 
    padding-left: 10px;
    background-color: #FFFFFF; 
} 

/* Margin to the right for the last column */
.col-AF {
    width: 990px;
}

/* kj�rer ikke overflow=hidden */
/*.col-F { overflow: visible;}*/

/* When using nested predefined col's, set width smaller */
/*.col-A { width: 150px;}
.col-B { width: 150px;}
.col-C { width: 150px;}*/
.colDnested {
    width: 147px;
}

/*.col-D { width: 150px;}*/
.colEnested {
    width: 148px;
}

.colCnested {
    width: 148px;
}


/*.col-F { width: 180px;}
*/
.colABnested {
    width: 308px;
}

.colBCnested {
    width: 308px;
}

.colCDnested {
    width: 308px;
}

.colDEnested {
    width: 308px;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

/* Changing the backgroundcolor on navigation and global search */
#topNavigation {
    background-color: #ffffff;
    height: 95px;
    border-top: 4px solid #818a7f;
    padding-top: 0px;
}

#topNavigation img {
    margin-left: 10px;
    margin-top: 0px;
}

#topNavigation .col-A {
    width: 220px;
    overflow: hidden;
}

#topNavigation .top {
    width: 555px;
}

/* Our publications */
#publications p {
    float: left;
    padding-right: 10px;
    padding-bottom: 3px;
    margin-right: 3px;
    margin-left: 5px;
    margin-top: 7px;
    border-bottom: 1px dashed #000000;
}

/* Global search
#searchGlobal {  padding-top:8px; padding-bottom: 8px; margin-left:5px; margin-right:0px; float:right; }
#searchGlobal form { padding:0px; margin:0px; }
#searchGlobal .tf { float: left; width:200px; padding-top:5px;}
#searchGlobal select { width:135px;}
#searchGlobal .searchExt { margin-left:20px; margin-right:3px; text-align:right}*/

/* Global search */
#searchGlobal {
    padding-top: 0px;
    margin-bottom: 10px;
    margin: 0px;
    text-align: right;
    vertical-align: top
}

#searchGlobal form {
    padding: 0px;
    margin: 0px;
    float: left;
}

#searchGlobal .tf {
    width: 170px;
    float: left;
    padding-top: 0px;
    vertical-align: top
}

#searchGlobal select {
    width: 135px;
}

#searchGlobal .searchExt {
    margin-left: 0px;
    margin-right: 3px;
    margin-bottom: 5px;
}

#searchGlobal .searchText {
    float: left; 
    width:150px; 
    padding-top:2px;
    font-size: 11px;
    height: 1.2em;
}

#sesam {
    padding: 0px;
    margin: 0px;
}

/* Hovedmeny */
/*#menuBar li { display: block; height:22px; float: left; padding-left: 17px; padding-right:31px; padding-top:4px; margin-right:5px; text-align: center; text-transform:uppercase; border-left: 4px solid #818a7f; background-color:#c8d5c5; background-image:url(../images/menu_arrow0.gif); background-position:top right; background-repeat: no-repeat; font-size:12px; }
#menuBar .last { margin-right:0px; padding-right:33px;}
#menuBar a { font-weight:bold; color: #000000; text-decoration:none;}
#menuBar a:hover { color: #000000; text-decoration:none;}*/

/* Mainmenu */
.menuBarHeight {
    height: 22px;
}

#menuBar {
    background-color: #ffffff;
}

#menuBar a {
    display: block;
    float: left;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
    height: 22px;
    padding-left: 22px;
    padding-right: 31px;
    padding-top: 3px;
    margin-right: 5px;
    text-align: center;
    text-transform: uppercase;
    border-left: 4px solid #818a7f;
    background-color: #c8d5c5;
    background-image: url( ../images/menu_arrow0.gif );
    background-position: top right;
    background-repeat: no-repeat;
    font-size: 12px;
}

#menuBar a:hover {
    color: #ffffff;
    border-left: 4px solid #a2541b;
    background-color: #763d13;
    background-image: url( ../images/menu_arrow1.gif );
}

#menuBar .selected {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    /* display: block; */
    white-space: nowrap;
    height: 22px;
    /* float: left; */
    padding-left: 14px;
    padding-right: 25px;
    padding-top: 3px;
    margin-right: 5px;
    text-align: center;
    text-transform: uppercase;
    border-left: 4px solid #a2541b;
    background-color: #763d13;
    background-image: url( ../images/menu_arrow1.gif );
    background-position: top right;
    background-repeat: no-repeat;
    font-size: 12px;
}

#menuBar .selected_red,
#menuBar a:hover.selected_red {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    height: 22px;
    float: left;
    padding-left: 14px;
    padding-right: 25px;
    padding-top: 3px;
    margin-right: 5px;
    text-align: center;
    text-transform: uppercase;
    border-left: 4px solid #8F181D;
    background-color: #D2232A;
    background-image: url( ../images/menu_arrow_red.gif );
    background-position: top right;
    background-repeat: no-repeat;
    font-size: 12px;
}

#menuBar a:hover.not_selected_red {
    color: #ffffff;
    border-left: 4px solid #8F181D;
    background-color: #D2232A;
    background-image: url( ../images/menu_arrow_red.gif );
}


#menuBar .selected_blue,
#menuBar a:hover.selected_blue  {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    height: 22px;
    float: left;
    padding-left: 14px;
    padding-right: 25px;
    padding-top: 3px;
    margin-right: 5px;
    text-align: center;
    text-transform: uppercase;
    border-left: 4px solid #4c6781;
    background-color: #678cb0;
    background-image: url( ../images/menu_arrow_blue.gif );
    background-position: top right;
    background-repeat: no-repeat;
    font-size: 12px;
}

#menuBar a:hover.not_selected_blue {
    color: #ffffff;
    border-left: 4px solid #4c6781;
    background-color: #678cb0;
    background-image: url( ../images/menu_arrow_blue.gif );
}


#menuBar .last {
    margin-right: 0px;
}

/* Leftnavigation */
#leftNav {
    background-color: #ffffff;
}

#leftNav ul {
    background: url( ../images/bottomNav.gif ) no-repeat bottom;
    list-style-type: none;
    background-color: #793E13;
    padding: 0px 0px 10px 0px;
}

#leftNav li {
    background-color: #793E13;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    display: block;
}

#leftNav a {
    background: url( ../images/dottedLine.gif ) bottom no-repeat;
    background-color: #793E13;
    color: #ffffff;
    text-decoration: none;
    padding: 4px 2px 5px 7px;
    height: 18px;
    display: block;
}

#leftNav li a:hover {
    color: #000000;
    background: url( ../images/dottedLine.gif ) bottom left repeat-x;
    background-color: #d5c9c1;
    text-decoration: none;
}

#leftNav li a:active {
    color: #000000;
    background: url( ../images/dottedLine.gif ) bottom left repeat-x;
    background-color: #d5c9c1;
    text-decoration: none;
}

#leftNav .selected {
    color: #000000;
    background: url( ../images/dottedLine.gif ) bottom left repeat-x;
    background-color: #d5c9c1;
    text-decoration: none;
}

/* Subnavigation */
.subNav {
    background-color: #ffffff;
}

.subNav a {
    font-size: 11px;
    color: #643411;
    text-decoration: none;
}

.subNav a:hover {
    color: #000000;
    text-decoration: underline;
}

.subNav a:active {
    color: #000000;
}

.subNav h3 {
    color: #643411;
    background-color: #d5c9c1;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
    margin: 0px;

    border-bottom: solid 10px #FFFFFF;
}

.topRight {
    float: right;
    width: 60px;
}

.listing {
    width: 230px;
    float: left
}


/* Add at the topp of the side (col A-E)*/
#topBanner {
    background-color: #ffffff;
    /*height: 163px;*/
}

/* Addvertising marker over the "add" */
.adMarker { 
    background-image: url( ../images/adMarker.gif );
    background-position: top left;
    background-repeat: no-repeat;
    height: 11px;
}


/*  Very hacky code to make adMarker work in f**** IE when the div */
/*  is placed in a parent div with variable length. */
/*  The normal adMarker above will then push the width of the parent */
/*  div to 100% */
.adMarker_special {
    border-top: 1px solid #636363; 
    margin-top: 5px;
}

.adMarker_special img {
    margin-top: -4px;
}

/* Addvertising markerline over the "add" */
.adMarkerLine {
    background-image: url( ../images/adMarkerLine.gif );
    background-position: top left;
    background-repeat: repeat-x;
    height: 10px;
}

/* Bilde som reklame */
.adImg {
    text-align: center;
}

.adArticleBody {
   margin: 10px 0px 10px 10px;
   padding: 0;
   float: right;
   clear: right;
   width: 468px;
   height: 411px;
   text-align: center;
}

.adArticleBody .ad {
   background: #EEEEEE;   
   width: 468px;
   height: 400px;
}

.adArticleSpecial {
   margin: 0px 0px 5px 0px;
   padding: 0;
   float: left;
}

.adArticleBottom {
   width: 468px; 
   float: left;
   margin-bottom: 10px;
}
   
.verticalAdPusher {
   width: 1px;
   height: 2em;
   float: right;
   clear: both;
}

.adImgLeft {
    text-align: left;
    float: left;
}

.insideA {
    display: inline-block!important;
}
/* Add (right side) col F*/
/* Taken from the original CSS-fils, changing the backgroundcolor and setting height (m� endre .colF og fikse overflow=hidden) */
#topRightAd {
    background-color: #ffffff;
    height: 230px;
}

#middleRightAd {
    background-color: #ffffff;
    height: 620px;
}

#bottomRightAd {
    background-color: #ffffff;
    height: 650px;
}

/* Text as add */
.adTextContent {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #763d13;
    border-bottom-color: #763d13;
    padding: 8px;
}

/* Dotted line in Add-boxes */
.adLineDashed {
    height: 1px;
    width: 100%;
    border: 0px;
    border-top: 1px dashed #000000;
}

/* Headerfield for article details (with links to goback and connents)*/
.artHeaderField {
    color: #643411;
    background-color: #e1ecde;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 3px 2px 3px;
    margin: 0px;
    height: 18px;
}

/* Headerfield for article details */
.artHeaderFieldSlideshow,
.artHeaderFieldMagazine {
    color: #643411;
    background-color: #e1ecde;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 3px 2px 3px;
    margin: 0px;
    height: 30px;
    overflow: hidden;
}



.magazineTitle {
    color: white;
    font-size: 11px;
    font-weight: normal;
    margin: 0px;
    height: 18px;
    display:inline;
    float: left;
}

/* Article info field*/
.artInfo {
    vertical-align: bottom;
}

/*Author*/
.author {
    vertical-align: bottom;
    text-align: right;
    color: #70786E;
}

.artDetails {
    /* background: url( ../images/dot_line.gif ) top repeat-x; */
    padding: 1px 1px 1px 1px;
    /* margin-top: 10px; */
}

.artDetails p {
    margin-bottom: 10px;
}

.artDetails h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}

.artDetailsMagazine h1 {
    font-size: 24px;

}

.artDetails h2 {
    font-size: 12px;
    font-weight: bold;;
    margin-bottom: 0px;
}

.artDetailsImage {
    border: solid 1px #818a7f;
    margin: 10px 0px 20px 0px;
    padding: 10px 0px 10px 0px;
}

.artDetailsBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.artDetailsBodyText A:link {
	text-decoration: underline;
	color: #0000ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.artDetailsBodyText A:visited {
	text-decoration: underline;
	color: #800080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Art. pages */
#imagePages .first {
    margin: 3px 3px 3px 0px;
}

#imagePages a {
    display: block;
    float: left;
    font-size: 11px;
    padding: 1px 4px 1px 4px;
    margin: 3px;
    text-align: center;
    border: 1px solid #643411;
    color: #793E13;
}

#imagePages a:hover {
    background-color: #793E13;
    color: #ffffff;
    text-decoration: none;
}

#imagePages a.active {
    background-color: #793E13;
    color: #ffffff;
}

#imagePages .selected {
    background-color: #793E13;
    color: #ffffff;
    text-decoration: none;
}

#imagePages a.zoomImg {
    background: url( ../images/zoomBG_img.gif ) no-repeat top right;
    background-color: #793E13;
    width: 35px;
    padding: 1px 18px 1px 3px;
    margin: 3px 0px 3px 3px;
    color: #ffffff;
    font-weight: bold;
    display: block;
}

#imagePages img.Zoom {
    padding-top: 2px;
}


a.Previous {
    background-image: url( ../images/arrow_prev0.gif );
    background-position: left;
    background-repeat: no-repeat;
    color: #643411;
    font-weight: bold;
    background-color: #d5c9c1;
    font-size: 12px;
    padding: 5px 20px 5px 20px;
    border-right: 5px solid #FFFFFF;
    border-left: 3px solid #FFFFFF;
    float: left;
}

a.Previous:hover {
    background-image: url( ../images/arrow_prev1.gif );
    background-position: left;
    background-repeat: no-repeat;
    background-color: #793E13;
    color: #ffffff;
    font-size: 12px;
    border-right: 5px solid #FFFFFF;
    border-left: 3px solid #FFFFFF;
}

a.Show {
    color: #643411;
    font-weight: bold;
    background-color: #d5c9c1;
    font-size: 12px;
    padding: 5px 20px 5px 20px;
    float: left;
}

a.Show:hover {
    color: #ffffff;
    font-weight: bold;
    background-color: #643411;
    font-size: 12px;
    padding: 5px 20px 5px 20px;
}

a.Next {
    background-image: url( ../images/arrow_next0.gif );
    background-position: right;
    background-repeat: no-repeat;
    float: left;
    color: #643411;
    font-weight: bold;
    background-color: #d5c9c1;
    font-size: 12px;
    padding: 5px 20px 5px 20px;
    border-left: 5px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
}

a.Next:hover {
    background-image: url( ../images/arrow_next1.gif );
    background-position: right;
    background-repeat: no-repeat;
    color: #ffffff;
    font-weight: bold;
    background-color: #643411;
    font-size: 12px;
    padding: 5px 20px 5px 20px;
    border-left: 5px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
}
/**/
.imgGallery {
    margin-left: 10px;
    margin-right: 12px;
    margin-top: 0px;
    margin-bottom: 15px;
}

/* General style for art.date and time */
.boxArtTimestamp {
    color: #717a6f;
    display: block;
    font-size: 11px;
}

/* General style for "more-info" (s�knadsfrist etc (ledige stillinger)) */
.boxArtMoreInfo {
    color: #000000;
    display: block;
}

/* General style for links */
a, a:link, a:visited {
    color: #0077b3;
}

a:hover {
    text-decoration: underline;
}

/* Links in bold */
a.bold, a:link.bold, a:visited.bold {
    color: #643411;
    font-weight: bold;
}

a:hover.bold {
    text-decoration: underline;
    font-weight: bold;
}

/*Text in bold*/
.bold {
    font-weight: bold;
}

.articleMagazineLeadText {
    font-size: 12px;
    font-weight: bold;
}

/* Text in italic */
.italic {
    font-style: italic;
}

/* Textsizes */
.txt10 {
    font-size: 10px;
}

.txt9 {
    font-size: 9px;
}

/* Text color */
.txtGrey {
    color: #70786E;
}

.txtDarkGreen {
    color: #6c746a;
}

a.txtGreen {
    color: #818a7f;
}

/* Bottom tekst */
/* Changing the bg.color from the original CSS */
#colophon {
    background-color: #f5f5f5;
    height: 100px;
    color: #000000;
    overflow: visible;
    font-size: 12px;
    margin-right: 10px;
}

#colophon .menu-elem {
   margin-right: 8px;
   margin-left: 8px;
}

#colophon .first-menu-elem {
   margin-right: 8px;
}

#colophon .first-menu-elem a {
   color: #000000;
}

#colophon .menu-elem a {
   color: #000000;
}

#colophon .idglogo {
   float: left;
   margin-right: 20px;
   font-size:10px;
   width:120px;
}


/* Toppfield in bottomtext */
.colophonTop {
    color: #000000;
    margin-bottom: 15px;
}

/* Bottomfield in bottomtext */
.colophonBottom {
    font-size: 10px;
}

/* Line in bottom text */
.colophonLine {
    height: 7px;
    width: 100%;
    color: #326577;
    background: #326577;
    shade: no-shade;
}

/* Dotted line in bottom text */
.colophonLineDashed {
    height: 1px;
    width: 60%;
    border: 0px;
    border-bottom: 1px dashed #9faa9c;
    border-top: 1px solid #fff;
}

/* Topnews on magazine frontpage */
#topNews h3 {
    border-top: 0px solid #FF0000;
    border-bottom: 5px solid #ffffff;
}

#topNews h3 {
    background-color: #818a7f;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    color: #ffffff;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
}

/* Heading for topstories */
#topNews h2 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 0px
}

/* Taken from orignal CSS-fils, changing the bg.color */
#topStory {
    background-color: #ffffff;
    /* margin-top: 5px; */
}

/* Topstories on frontpage */
#topStories h3 {
    border-top: 0px solid #FF0000;
    border-bottom: 5px solid #ffffff;
}

#topStories h3 {
    background-color: #818a7f;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    color: #ffffff;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
}

/* Heading for topstories */
#topStories h2 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 0px
}

/* Contentboks Frontpage */
.contentFront {
    padding-top: 0px;
    padding-bottom: 0px;
    /* padding-left: 8px; */
    padding-right: 8px;
    font-size: 12px;
}

.contentFront h2 {
    font-size: 12px;
    font-weight: bold;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 0px
}

.contentFront p {
    padding: 0px;
}

.contentFront li {
    margin-bottom: 0px;
    margin-top: 0px;
}

/* Images with white border */
.pictureBorder {
    border: 1px solid #ffffff;
    margin: 0px;
}

a .pictureBorder, :link .pictureBorder, :visited .pictureBorder {
    border: 1px solid #ffffff;
    margin: 0px;
}

/* Div for spacing around images/frame */
.pictureBorderDiv {
    /*padding: 3px 3px 0px 3px;*/
    /*margin: 0px;*/
    border:0px;
}
.pictureBorderDiv img {
    border: 1px solid #bbb !important;
    padding: 1px;
}
.pictureBorderDiv a img {
    border: 1px solid #aaa !important;
    padding: 1px;

}
.pictureBorder {
    border: 1px solid #ccc;
}
/* Image with right margin */
.pictureMarginRight {
    margin-right: 10px;
}

/* Image with margin ("Tests" on frontpage */
.pictureMargin {
    margin: 3px 20px 20px 10px;
}

/* Image for art. details */
.artImage {
    float: right;
    padding-left: 7px;
    width: 242px;
    padding-right: 0px;
}

.artImageLarge {
    margin-top: 10px;
    margin-bottom: 10px;
}


.artImageIll {
    border: solid 1px #818a7f;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* "Display block" */
.displayblock {
    display: block;
}

/* Spaces */
.margin5 {
    margin-bottom: 5px;
}

.margin10 {
    margin-bottom: 10px;
}

/* Magazine, (padding)*/
.magazine {
    margin-left: 10px;
    margin-right: 10px;
}

/* Dotted line in newslisings etc. */


.newsLineDashed {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid transparent;
    border-top: 1px dashed #3f3f3f;
    /*background-color:#fff;*/
    margin: 0px;
    padding: 0px;
    clear: both;
    @font-size:0px;
}

.newsLineDashedNarrow {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid transparent;
    border-top: 1px solid #3f3f3f;
    /*background-color:#fff;*/
    margin: 0px;
    padding: 0px;
    clear: both;
    @font-size:0px;
}

.newsLineProduksolen {
    width: 100%;
    border: 0px;
    border-top: 1px dashed #3f3f3f;
    /*background-color:#fff;*/
    margin: 0px;
    padding: 0px;
    clear: both;
    @font-size:0px;
}

.boxColorA .newsLineDashed {
    width: 100%;
    border: 0px;
    border-bottom: 1px none #fff;
    border-top: 1px dashed #3f3f3f;
    /*background-color:#fff;*/
    margin: 0px;
    padding: 0px;
    clear: both;
    @font-size:0px;
}



/* Latest news (frontpage listings)*/
/* Taken from orginal CSS-fils, changing the bg.color */
.latestNews {
    background-color: #ffffff;
}

/* Nullstiller kanter p� h3boksen fra annet css*/
.latestNews h3 {
    border-top: 0px solid #FF0000;
    border-bottom: 5px solid #ffffff;
}

.latestNews h3 {
    background-color: #818a7f;
    font-size: 12px;
    font-weight: bold;
    /*height: 18px;*/
    color: #ffffff;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
}

/* Overskrift p� siste nyheter/artikler p� forsider */
.latestNews h2 {
    font-size: 12px;
    font-weight: bold;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 0px
}

.latestNews li.list {
    list-style-image: url( ../images/bulletlist.gif );
    margin-left: 17px;
}

.latestNews .latestNewsSub h3 {
    background-color: #e1ecde;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    color: #000000;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
}

.h3A {
    background-color: #818a7f;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    color: #ffffff;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
}

.h3B {
    background-color: #763d13;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    color: #ffffff;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
}

.h3C {
    background-color: #e1ecde;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    color: #000000;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
}

/* Nullstiller bakgrunnsfargen p� BINS */
.bins {
    background-color: #ffffff;
}

/* Nullstiller kanter p� h3boksen fra annet css*/
.binsA h3 {
    border-top: 0px solid #FF0000;
}

.binsA h3 {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
}

.binsA h3.sub {
    background-color: #e1ecde;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
}

/* Overskrift p� siste nyheter/artikler p� forsider */
.binsA h2 {
    font-size: 12px;
    font-weight: bold;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 0px;

}



.links {
    padding-bottom: 5px;

}

/* Forside Beans (ikke defeinert tidliger i css fra Escenic )*/
.binsB h3 {
    border-top: 0px solid #FF0000;
    border-bottom: 5px solid #ffffff;
}

.binsB h3 {
    background-color: #763d13;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
}

.binsB h2 {
    font-size: 12px;
    font-weight: bold;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 0px
}

.binsB p {
    float: left;
}

/* Forside Beans (ikke defeinert tidliger i css fra Escenic )*/
.binsC h3 {
    border-top: 0px solid #FF0000;
    border-bottom: 5px solid #ffffff;
}

.binsC h3 {
    background-color: #e1ecde;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
}

.binsC h2 {
    font-size: 12px;
    font-weight: bold;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 0px
}

.binsC p {
    float: left;
}

/* Ramme oppe og nede */
.boxTopBorder4 {
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #818a7f;
}

.boxBottomBorder4 {
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #818a7f;
}

/* Farge p� innholdsbokser (kun p� content) */
/* Gr�nn */
.boxColorA {
    /* background-color: #e1ecde; */
}


/* Innholdsboks */
.boxContent {
    padding: 8px 0px 8px 0px;
    @height: 100%;
}

/* Brun */
.boxColorB {
    background-color: #d5c9c1;
	padding: 0px;
}

.boxBorder {
    border: solid 1px #818a7f;
}

/* Li-lister*/
.bulletlist li {
    list-style-image: url( ../images/bulletlist.gif );
    margin-left: 17px;
    width: 100%;
}

.keywordbulletlist,
.binbulletlist {
    list-style-image: url( ../images/bulletlist.gif );
    margin-left: 20px;
}

.keywordbulletlist li,
.binbulletlist li {
    vertical-align: middle;
}


.bulletlist li {
    padding-bottom: 5px;
}

.listing {
    list-style: none;
    list-style-image: none;
    margin-left: 0px;
    padding-bottom: 10px;
    float: none;
}

.listing li {
    padding-bottom: 10px;
}

.chartlist {
    list-style: decimal;
    list-style-position: inside;
    margin-left: 0px;
}

.chartlist li {
    padding-bottom: 5px;
}

/* Discussion list*/
.discussionList {
    background-color: #ffffff;
    padding: 0px 0px 0px 0px;
    font-size: 11px;
}

.discussionList li {
    background: url( ../images/dot_line.gif ) bottom repeat-x;
    margin: 5px 0px 0px 0px;
}

.discussionList li a {
    color: #643411;
    text-decoration: none
}

.discussionList li a:hover {
    text-decoration: none;
}

/* Ramme rundt spesielle bokser (bl.a "Tester" p� forsiden) */
.border {
    height: 100%;
    border: solid 1px #818a7f;
    padding-top: 5px;
}

.border_col-BE {
    height: 100%;
    border: solid 1px #818a7f;
    width: 628px;
}

/* Boksh�yder */
.height95 {
    height: 95px;
}

/* Hj�rne i h�yre bunn av bokser */
/*.boxCornerBottomRight { border:1px solid #ff9900; background-image:url(../images/boxCornerBottomRight.gif); background-position:bottom right; background-repeat:no-repeat; height:6px; margin-top:0px; float:right; width:100%}*/
.boxCornerBottomRight {
    border: 0px solid #ff9900;
    background-image: url( ../images/boxCornerBottomRight.gif );
    background-position: bottom right;
    background-repeat: no-repeat;
}

/* Formfelter */
fieldset {
    border: none;
}

.tf60 {
    width: 60%;
    height: 20px;
    font-size: 11px;
}

.tf60middlealign {
    width: 60%;
    height: 20px;
    font-size: 11px;
    vertical-align:middle;
}

.tf213 {
    width: 213px;
    height: 20px;
    font-size: 11px;
}

.tf215 {
    width: 200px;
    height: 20px;
    font-size: 11px;
}

.tf215middlealign {
    width: 200px;
    height: 20px;
    font-size: 11px;
    vertical-align: middle;
}

.tf100 {
    width: 100%;
    height: 20px;
    font-size: 11px;
}

.sel215 {
    width: 215px;
}

/* Labels */
.label75 {
    width: 75px;
}

.label58 {
    width: 58px;
}

.label58middlealign{
    width: 58px;
    vertical-align:middle;
}

/* Input-knapp */
.btnSubmit {
    background-color: #763d13;
    border: 0px;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    height: 18px;
    margin-left: 5px;
    margin-right: 27px;
    margin-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    /*float: left;*/
}

.loginnButton {
    background-color: #763d13;
    border: 0px;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    height: 18px;
    margin-left: 5px;
    margin-right: 27px;
    margin-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    padding: 2px;
    /*float: left;*/
}

.topSearchButton {
    /* background-color: #55aebd; */
    border: 0px;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    background: url( /images/sok.gif );
    width: 38px;
    height: 22px;
    margin-left: 3px;
    margin-right: 5px;
    margin-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 1px;
    vertical-align: top;
    /*float: left;*/
}


.whatrulookingforButton {
    background-color: #763d13;
    border: 0px;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    height: 18px;
    margin-left: 5px;
    margin-right: 27px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    float: none;
}

input.button {
    background-color: #763d13;
    border: 1px;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    height: 18px;
    margin-top: 5px;
    padding: 0px;
    float: right;
}
input.buttonNoPad {
    background-color: #763d13;
    border: 1px;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    height: 18px;
    margin-top: 5px;
    padding: 0px;
}

.produktlosenButton {
    background-color: #763d13;
    border: 1px;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    height: 18px;
    padding: 0px;
    float: none;
    vertical-align:middle;
    width: 30px;
}

.height25px {
    height: 25px;
}

/* Input-tekstfelt */
/*input { background-color: #ffffff; border: 1px; color: #ffffff; font-weight: bold; font-size: 11px; color:#FFFFFF; height: 17px; margin-top: 10px; padding: 0px; float:right;}*/

/*Popular products box... NB; class .border_col-BE.........*/
.popularHeadline {
    background-color: #818a7f;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 10px 5px 10px;
}

td.popularProducts {
    text-align: center;
    padding: 20px 10px 20px 10px;
}

.dottedLineMarker {
    background: url( ../images/dot_line.gif ) center repeat-x;
    padding: 0px;
    margin: 0px;
}

.dottedLineMarkerVertical {
    background: url( ../images/dot_lineVertical.gif ) center repeat-y;
    padding: 0px;
    margin: 0px;
}

.fixed465 img
    {
        width: 466px !important;
    }

.float_none {
	float: none;
}

.boxContent {
    font-size: 12px;
}

.boxContent a {
    font-weight: bold;
}

.boxContent p {
   margin-top: 5px;
}

.boxContent h2 {
   font-size:15px;
   font-weight:bold;
}

.borderRed
{
    border-color:red;
    border-style:solid;
}

.contentFront  p, .contentFront h2, .contentFront .boxArtTimestamp
{
        position: relative;
}
#commentBodySwap {
    font-family: sans-serif;
    font-weight:inherit;
    font-size:11px;
}

#archiveCounter .large,
.nokkelordCounter .large{
    font-size:200%;
    font-weight: bold;

}

#archiveCounter .overview,
.nokkelordCounter .overview {
    margin-left: 50px;
}

.arkiv-AE {
    margin-top: 10px;
}

.lists_adRightVerticalSpacer {
   height: 360px;
}

.lists_adRightVerticalSpacer_arkiv {
   height: 200px;
}

/* When enclosing ads are switched on */
.extra_adRightVerticalSpacer {
   height: 170px;
}


#nokkelordHeading .overview {
    margin-left: 50px;
}

#nokkelordHeading h2 {
    font-size: 14px;
    font-weight: bold;
}

.nokkelord,
.nokkelordCounter {
    font-size:120%;
    font-weight: bold;
}

.nokkelordArticle {
    font-size:120%;
    font-weight: bold;
    margin-bottom: 10px;
}

/* for nokkelord */
.firstLetter {
    font-weight: bold;
    font-size: 18px;
    margin-top: 5px;
}

.nokkelordArticle a, 
.nokkelordArticle a:visited,
.articleRelatedArtPics a,
.articleRelatedArtPics a:visited  {
    font-weight: bold;
    color: #0077B3;
}



.magazineComments {
    font-size:15px;
    font-weight:bold;
    float: right;
    padding-top: 3px;
    padding-right: 5px;
}




.moreNews {
    margin-top: -5px;
}


.bins-magazine-col-E {
    margin-left: 10px;
    margin-top: 11px;
}

.bildekarusell {
    margin-right: 7px;
}

.bildekarusell .largeView {
    width: 320px;
    float: left;
}

.bildekarusell .largeView h2 {
    font-size:18px;
    font-weight:bold;
}

.bildekarusellListHeader {
  font-size: 12px;
  font-weight: bold;
}


.bildekarusell .bordered {
  border:1px solid #AAAAAA !important;
  padding: 5px;
}

.bildekarusell .slideList {
    overflow: hidden;
    width: 135px;
}

.bildekarusell .bullets li {
    list-style-image: url( ../images/bulletlist.gif );
    margin-left: 15px;
    width: 90%;
    padding-bottom: 5px;
}

.articleVideo {
    clear: both;
    width: 470px;
    padding: 0 auto; 
    margin-top: 10px;
    margin-bottom: 10px;
}

.printBox .ad {
    width: 46px;
    height: 23px;
    overflow: hidden;
    float: right;
    margin-right: 2px;
    margin-top: 10px;
}

.printBox {
    float: right;
    width: 90px;
    margin-top: 10px;
}

.toolSpan {
    white-space: nowrap;
    margin-right: 10px;
    line-height: 25px;
}

.hide {
    display: none;
}

.show {
    display: block;
}


.verticalDashed {
    border: 0px;
    border-right: 1px dashed #3f3f3f;
    float:left;
    height:105px;
    margin-right:5px;
    width:2px;
}


.logo {
    width: 230px;
    height: 60px;
}

.articleRelatedArtPics {
    font-size:120%;
    font-weight: bold;
}

.articleAuthorImage {
    float: left;
    margin-right: 10px;
}

.authorBox {
    color: #666666;
    border-bottom: 1px solid #666666;
}

.authorText {
    padding-top: 13px;
    float: left;
}

.authorText a {
   color: #666666;
}

.magazineKeywords {
   margin-top: 20px;
   margin-bottom: 20px;
}

#articleComments {
   width: 470px;
   height: 320px;
   font-size: 12px;
   overflow: auto;
}

#articleComments .postHeader {
   background: #f1f4f6;
   clear: both;
   width: 100%;
   font-size: 10px;
   margin-bottom: 5px;
   padding: 5px;   
}

#articleComments .postHeader a {
   /* font-size: 13px; */
   /* font-weight: bold; */
   color: #565656;
}

#articleComments .postHeader .postTitle {
   font-size: 13px;
   font-weight: bold;
   color: #444444;
}

#articleComments .postHeader .vote {
   font-size: 10px;
   color: #565656;
   text-align: center;
   float: right;
   margin-right:2px;
   border:2px solid #D7ECE3;
   height: 30px;
   padding: 5px;
}


#articleComments .postHeader .voteCounter {
   font-size: 10px;
   color: #565656;
   text-align: center;
   float: right;
   border:2px solid #D7ECE3;
   height: 30px;
   padding: 5px;
   margin-right: 10px;
}

#articleComments .postHeader .voteCounter .number {
   font-weight: bold;
   font-size: 16px;
}

#articleComments .commentPostingLink {
   background: #B1B316;
   margin-top: 5px;
   margin-bottom: 20px;
   margin-right: 5px;
   padding-bottom:1px;
   padding-left:1px;
   padding-right:3px;
   padding-top:1px;
   text-align:center;
   width:12em;
   font-size: 10px;
   float: left;
}

#articleComments .collapser {
   margin-right: 5px;
}

#articleComments .commentPostingLink a {
   color: #FFFFFF;
   text-transform: uppercase; 
}

#articleCommentsHeader {
   width: 470px;
   background: #284c80;
   color: #FFFFFF;
   padding: 3px;
   font-weight: bold;
   clear: both;
}

#articleCommentLoginForm {
   width: 200px;
   float: left;
   background: inherit;
}

#articleCommentRegisterForm {
   width: 210px;
   float: left;
   border-left: 1px solid #000000;
   padding-left: 30px;
}

#messageForm, #forgotPasswordForm {
   width: 100%;
   margin-top: 20px;
}

#messageForm .header,
#loginOrRegister .header,
#forgotPasswordForm .header {
   width: 470px;
   background: #284c80;
   color: #FFFFFF;
   padding: 3px;
   font-weight: bold;
   clear: both;
}

#messageForm .inner,
#forgotPasswordForm .inner {
   background: #f2f6ff;

}

#forgotPasswordForm .inner {
   padding: 10px;
}

#forgotPasswordForm .forumButton {
   margin-right: 10px;
}

#passwordInfo {
   font-weight: bold;
}

#messageForm .forumButton, 
#forgotPasswordForm .forumButton,
#loginOrRegister .forumButton {
   border:0 none;
   color: #ffffff;
   background: #b1b316;
   margin-top:5px;
}

#messageForm .forumButton,
#forgotPasswordForm .forumButton {
   float: right;
}

#loginOrRegister {
   margin-top: 20px;
}

#messageForm .innlegg {
   width:360px;
   height:160px
}

#messageForm .tittel {
   width:360px;
}

#messageTitleBox {
   width: 80px;
}

.formErrorMessage {
   padding: 5px;
   color: #FF0000;
   font-weight: bold;
}

#loginErrorMessage {
   clear: both;
}


.blueLink a, 
.blueLink a:visited {
    color: #0000FF;
}




.margin-left {
    margin-left: 10px;
}

.leftMargin {
  margin: 0 0 0 5px;
}



.nopadding {
    padding: 0px;
}





/*  new version spring 2008 */

.service {


}

.service .tab-container {
    float: left;
}

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

.serviceElement {
    /* background-image: url( ../images/service_elem_grad.png ); */
    background-repeat: no-repeat;
}

.serviceBorder {
    /* border: 1px solid #DDDDDD; */
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    background-repeat: repeat-x;

}

.service .header {
    margin-bottom: 4px;    
}

.service .header .title{
    font-weight: bold;
    color: #FFFFFF; 
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}   


.service .header .tab {
    float: right;

}
.service .header .tab ul {
    margin: 0;
    padding: 0;
    cursor: default;
    list-style-type: none;
    margin-top: 7px;
    margin-right: 3px;
}

.service .middleLogo {
    position: relative; 
    top: -18px; 
    left: 22px; 
    float: left; 
    z-index: 0;
}

.service .leftLogo {
    float: left;
}
.service .header .tab li {
    display: inline;
    /* DEBUG: padding: 2px 3px; */
    text-transform: uppercase;
	

    margin: 0 1px 0 1px;

    z-index: 1; 
    position: relative;
}

.service .header .tab {
    margin-right: 1px;
}



.service .tab-text {
    padding-top: 2px;
}

.service .inactive,
.service .active {
    float: left;
    margin-top: 7px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}


.service .active {
    margin-right: 1px;
}


/* color themes  for service*/
.service .red {   
    background-image: url( ../images/service_header_red.jpg );
    /* background-repeat: repeat-x; */
    height: 25px;
}


/* main tab red inactive */
.service .red .tab .tab-container{
    background-image: url( ../images/service_red_tab_left_inactive.png );
    padding-left: 2px;
    height:14px;
    padding-bottom:2px;
    padding-left:2px;
    padding-top:2px;
}   

.service .red .tab .active a, 
.service .red .tab .active a:link, 
.service .red .tab .active a:visited {
    color: #000000;
    font-weight: bold;
}   

.service .red .tab .inactive a, 
.service .red .tab .inactive a:link, 
.service .red .tab .inactive a:visited {
    color: #FFFFFF;
    font-weight: bold;
}   


/* main tab red - active */
.service .red .tab .active .tab-container 
{
    background-image: url( ../images/service_red_tab_left_active.png );
    padding-left: 3px;
    height:14px;
    padding-bottom:2px;
    padding-left:2px;
    padding-top:2px;
}   


.service .red .tab .inactive .right {
    width: 3px;
    height: 18px;
    background-image: url( ../images/service_red_tab_right_inactive.png );
    float: left;
}   

.service .red .tab .active .right {
    width: 3px;
    height: 18px;
    background-image: url( ../images/service_red_tab_right_active.png );
    float: left;
}   



/* BLUE */
.service .blue {   
    background-image: url( ../images/service_header_blue.jpg );
    /* background-repeat: repeat-x; */
    height: 25px;
}


/* main tab blue inactive */
.service .blue .tab .tab-container{
    background-image: url( ../images/service_blue_tab_left_inactive.png );
    padding-left: 2px;
    height:14px;
    padding-bottom:2px;
    padding-left:2px;
    padding-top:2px;
}   

.service .blue .tab .active a, 
.service .blue .tab .active a:link, 
.service .blue .tab .active a:visited {
    color: #000000;
    font-weight: bold;
}   

.service .blue .tab .inactive a, 
.service .blue .tab .inactive a:link, 
.service .blue .tab .inactive a:visited {
    color: #FFFFFF;
    font-weight: bold;
}   


/* main tab blue - active */
.service .blue .tab .active .tab-container 
{
    background-image: url( ../images/service_blue_tab_left_active.png );
    padding-left: 3px;
    height:14px;
    padding-bottom:2px;
    padding-left:2px;
    padding-top:2px;
}   


.service .blue .tab .inactive .right {
    width: 3px;
    height: 18px;
    background-image: url( ../images/service_blue_tab_right_inactive.png );
    float: left;
}   

.service .blue .tab .active .right {
    width: 3px;
    height: 18px;
    background-image: url( ../images/service_blue_tab_right_active.png );
    float: left;
}   


/* GRAY */
/* color themes  for service*/
.service .gray {   
    background-image: url( ../images/service_header_gray.jpg );
    /* background-repeat: repeat-x; */
    height: 25px;
}


/* main tab gray inactive */
.service .gray .tab .tab-container{
    background-image: url( ../images/service_gray_tab_left_inactive.png );
    padding-left: 2px;
    height:14px;
    padding-bottom:2px;
    padding-left:2px;
    padding-top:2px;
}   

.service .gray .tab .active a, 
.service .gray .tab .active a:link, 
.service .gray .tab .active a:visited {
    color: #000000;
    font-weight: bold;
}   

.service .gray .tab .inactive a, 
.service .gray .tab .inactive a:link, 
.service .gray .tab .inactive a:visited {
    color: #FFFFFF;
    font-weight: bold;
}   


/* main tab gray - active */
.service .gray .tab .active .tab-container 
{
    background-image: url( ../images/service_gray_tab_left_active.png );
    padding-left: 3px;
    height:14px;
    padding-bottom:2px;
    padding-left:2px;
    padding-top:2px;
}   


.service .gray .tab .inactive .right {
    width: 3px;
    height: 18px;
    background-image: url( ../images/service_gray_tab_right_inactive.png );
    float: left;
}   

.service .gray .tab .active .right {
    width: 3px;
    height: 18px;
    background-image: url( ../images/service_gray_tab_right_active.png );
    float: left;
}   



/* MAC */
/* color themes  for service*/
.service .mac {   
    background-image: url( ../images/service_header_mac.jpg );
    /* background-repeat: repeat-x; */
    height: 33px;
    margin-bottom: 0;
}

.service .mac .inactive,
.service .mac .active {
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}


/* main tab mac inactive */
.service .mac .tab .tab-container{
    background-image: url( ../images/service_mac_tab_left_inactive.png );
    padding-left: 2px;
    height:14px;
    padding-bottom:2px;
    padding-left:2px;
    padding-top:2px;
}   

.service .mac .tab .active a, 
.service .mac .tab .active a:link, 
.service .mac .tab .active a:visited {
    color: #000000;
    font-weight: bold;
}   

.service .mac .tab .inactive a, 
.service .mac .tab .inactive a:link, 
.service .mac .tab .inactive a:visited {
    color: #FFFFFF;
    font-weight: bold;
}   


/* main tab mac - active */
.service .mac .tab .active .tab-container 
{
    background-image: url( ../images/service_mac_tab_left_active.png );
    padding-left: 3px;
    height:14px;
    padding-bottom:2px;
    padding-left:2px;
    padding-top:2px;
}   


.service .mac .tab .inactive .right {
    width: 3px;
    height: 18px;
    background-image: url( ../images/service_mac_tab_right_inactive.png );
    float: left;
}   

.service .mac .tab .active .right {
    width: 3px;
    height: 18px;
    background-image: url( ../images/service_mac_tab_right_active.png );
    float: left;
}   



.service .mac .title {
    color: #000000;
    margin-top:17px;
    font-size:12px;
    font-weight:bold;
}


/* IT RED */
/* color themes  for service*/
.service .itRed {   
    background-image: url( ../images/service_header_itRed.png );
    /* background-repeat: repeat-x; */
    height: 30px;
    margin-bottom: 0;
}

.service .itRed .inactive,
.service .itRed .active {
    float: left;
    margin-top: 12px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}


/* main tab itRed inactive */
.service .itRed .tab .tab-container{
    background-image: url( ../images/service_itRed_tab_left_inactive.png );
    padding-left: 2px;
    height:14px;
    padding-bottom:2px;
    padding-left:2px;
    padding-top:2px;
}   

.service .itRed .tab .active a, 
.service .itRed .tab .active a:link, 
.service .itRed .tab .active a:visited {
    color: #000000;
    font-weight: bold;
}   

.service .itRed .tab .inactive a, 
.service .itRed .tab .inactive a:link, 
.service .itRed .tab .inactive a:visited {
    color: #FFFFFF;
    font-weight: bold;
}   


/* main tab itRed - active */
.service .itRed .tab .active .tab-container 
{
    background-image: url( ../images/service_itRed_tab_left_active.png );
    padding-left: 3px;
    height:14px;
    padding-bottom:2px;
    padding-left:2px;
    padding-top:2px;
}   


.service .itRed .tab .inactive .right {
    width: 3px;
    height: 18px;
    background-image: url( ../images/service_itRed_tab_right_inactive.png );
    float: left;
}   

.service .itRed .tab .active .right {
    width: 3px;
    height: 18px;
    background-image: url( ../images/service_itRed_tab_right_active.png );
    float: left;
}   



.service .itRed .title {
    color: #FFFFFF;
    margin-top:12px;
    margin-left: 15px;
    font-size:14px;
    font-weight:bold;
    text-transform: uppercase;
}

.service .itRed .tab {
    margin-right: 10px;
}






/* IT GRAY */
/* color themes  for service*/
.service .itGray {   
    background-image: url( ../images/service_header_itGray.png );
    /* background-repeat: repeat-x; */
    height: 30px;
    margin-bottom: 0;
}

.service .itGray .inactive,
.service .itGray .active {
    float: left;
    margin-top: 12px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}


/* main tab itGray inactive */
.service .itGray .tab .tab-container{
    background-image: url( ../images/service_itGray_tab_left_inactive.png );
    padding-left: 2px;
    height:14px;
    padding-bottom:2px;
    padding-left:2px;
    padding-top:2px;
}   

.service .itGray .tab .active a, 
.service .itGray .tab .active a:link, 
.service .itGray .tab .active a:visited {
    color: #000000;
    font-weight: bold;
}   

.service .itGray .tab .inactive a, 
.service .itGray .tab .inactive a:link, 
.service .itGray .tab .inactive a:visited {
    color: #FFFFFF;
    font-weight: bold;
}   


/* main tab itGray - active */
.service .itGray .tab .active .tab-container 
{
    background-image: url( ../images/service_itGray_tab_left_active.png );
    padding-left: 3px;
    height:14px;
    padding-bottom:2px;
    padding-left:2px;
    padding-top:2px;
}   


.service .itGray .tab .inactive .right {
    width: 3px;
    height: 18px;
    background-image: url( ../images/service_itGray_tab_right_inactive.png );
    float: left;
}   

.service .itGray .tab .active .right {
    width: 3px;
    height: 18px;
    background-image: url( ../images/service_itGray_tab_right_active.png );
    float: left;
}   



.service .itGray .title {
    color: #FFFFFF;
    margin-top:12px;
    margin-left: 15px;
    font-size:14px;
    font-weight:bold;
    text-transform: uppercase;
}

.service .itGray .tab {
    margin-right: 10px;
}




.seAlle {
   background: #a37073;
   color: #ffffff;
   text-transform: uppercase;
   padding: 1px 7px 1px 7px;
   font-size: 9px;
   font-weight: bold; 
   height: 13px;
   overflow: hidden;
}


.seAlle a {
   color: #ffffff;

}
.show {
   display: block;
}

.hide {
   display: none;
}

/*  Use this and not col-DE  for service*/
.serviceColumn {
   margin-right: 0px;
   overflow: hidden;
   width: 300px;
   
}

.binListRightBox {
   width: 45%; 
   float: right;
   padding-left: 5px;
   padding-right: 5px;
}
.binListLeftBox {
   width: 45%; 
   padding-right: 5px;
}

.binList ul {
   margin-bottom: 10px;
   margin-left: 15px;
}


.binList .date {
   font-size: 11px;
}




/* General */
.marginRight5 {
   margin-right: 5px;
}

.marginRight10 {
   margin-right: 10px;
}

li {
   list-style-image: url( ../images/bulletpoint.gif );
}


.fontSizeSelector {
   float: right;
   font-weight: bold; 
   margin-right:10px;
   margin-top:25px;
}


.fontSizeSelector .small {
   font-size: 10px;
}

.fontSizeSelector .medium {
   font-size: 12px;
}

.fontSizeSelector .large {
   font-size: 14px;
}

.bodyText {
   font-size: 12px;
   margin-bottom: 20px;
}

.bodyText p {
   margin-bottom: 20px;
}


.adFake125x800 {
   width: 123px;
   height: 798px;
   border: 1px solid red;
   text-align: center;
}

.adFake1250x125 {
   width: 1248px;
   height: 125px;
   border: 1px solid red;
   text-align: center;
}

.adFake468x400 {
   width: 466px;
   height: 398px;
   border: 1px solid red;
   text-align: center;
}

.adFake180x150 {
   width: 178px;
   height: 148px;
   border: 1px solid red;
   text-align: center;
}
.adFake40x25 {
   width: 38px;
   height: 22px;
   border: 1px solid red;
   text-align: center;
   overflow: hidden;
}


.adFake180x100 {
   width: 178px;
   height: 98px;
   border: 1px solid red;
}

.adFake300x160 {
   width: 298px;
   height: 158px;
   border: 1px solid red;
}
                                                    

.adFake180x600 {
   width: 178px;
   height: 598px;
   border: 1px solid red;
}

.adFake150x350 {
   width: 148px;
   height: 348px;
   border: 1px solid red;
}

.adFake468x60 {
   width: 466px;
   height: 58px;
   border: 1px solid red;
   text-align: center;
}

.adFake468x120 {
   width: 466px;
   height: 118px;
   border: 1px solid red;
   text-align: center;
}

.adTopArticle {
   position: absolute;
}


.adFake768x150 {
   width: 766px;
   height: 148px;
   border: 1px solid red;
   text-align: center;
}
.adFake150x200 {
   width: 148px;
   height: 198px;
   border: 1px solid red;
   text-align: center;
}


.news h1 {
   font-size: 24px;
   font-weight: bold;
}

.news h2 {
   font-size: 18px;
}

.news .pageNumber {
  width: 10px;
  height: 10px;
  padding: 2px;
  border: 1px solid #5555FF;
  margin-right: 5px;
  display: block;
  float: left;
  text-align: center;
}

.news .selected {
  background: #5555FF;
  color: #FFFFFF;
}

.relatedArticlesBox h3 {
    background: #1bafc0;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 2px 10px;
}

.relatedArticlesBox li {
    margin-left: 15px;
    margin-bottom: 15px;
}

.relatedArticlesBox .search {
    background: #e7e7e7;
    padding: 4px;
    font-weight: bold;
}

.relatedArticlesBox .search fieldset {
    padding: 0;
    margin: 5px 0 5px 0;
}

.toc {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 5px 0px 5px 0px;
    margin-bottom: 10px;
}

.toc h3 {
    color: #999999;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.toc li {
    margin-left: 15px;
    margin-bottom: 5px;
}

.toc li.active {
   list-style-image: none;
   color: #999999;
}


.leftMargin10 {
   margin-left: 10px;
}

.leftMargin20 {
   margin-left: 20px;
}

.leftPadding10 {
   padding-left: 10px;
}


.rightMargin10 {
   margin-right: 10px;
}

.topMenu {
    width: 980px;
    height: 26px;
    background-image:url(/images/topmenu.jpg)  ! important;
    margin-bottom: 5px;
    overflow: hidden;

}

.topMenu a {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    height: 26px;
}

.topMenu :link, .topMenu :visited, .topMenu :hover, .topMenu :active {
    text-decoration: none;
    color: inherit;
}


.topMenu .idg {
    width: 120px;	
    height: 25px;
}

.topMenu .pcw {
    width: 130px;	
    height: 25px;
}

.topMenu .cw {
    width: 140px;	
    height: 25px;
}

.topMenu .it {
    width: 140px;	
    height: 25px;
}

.topMenu .bw {
    width: 140px;	
    height: 25px;
}

.topMenu .net {
    width: 120px;	
    height: 25px;
}

.topMenu .net {
    width: 120px;	
    height: 25px;
}

.topMenu .mac {
    width: 120px;	
    height: 25px;
}



/* Slideshow ------------------------------------------------------------ */

#slideshow {
        background: #717171;
}

#slideshow .top{
	width: 725px;
	float: left;
	margin: 15px;
	padding: 0px;
	background: #363636;
	overflow: hidden;
	padding: 18px;
}

#slideshow .top .heading {
    font: bold 11px tahoma;
    color: #fff;
    margin-bottom: 20px;
}

#slideshow .top .heading h1 {
    font: bold 18px tahoma;
    color: #fff;
}


#slideshow .top .image {
	margin: 0px auto 0px auto;
}


#slideshow .navigation {
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

#slideshow .navigation ul {
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	list-style-type: none;
	/* height: 25px; */
	overflow: hidden;
	float: left;
}
#slideshow .navigation ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 1px solid #fff;
	display: inline;
	padding: 0px 7px 2px 7px;
	margin-right: 4px;
    margin-top: 2px;
}
#slideshow .navigation ul li:hover {
	background: #717171;
}

#slideshow .navigation ul li.on {
	background: #717171;
        color: #FFFFFF;
}

#slideshow .navigation a {
	font: bold 11px tahoma;
	color: #fff;
	text-decoration: none;
}

#slideshow .navigation {
    font: bold 11px tahoma;
    color: #888888;
}

#slideshow .navigation .button a {
    font: bold 11px tahoma;
    color: #FFFFFF;
}



#slideshow-container img {
	border: 3px solid #000;
}

#slideshow .text {
	width: 725px;
	overflow: hidden;
	margin-top: 20px;
	font-size: 14px; /*  Helvetica; */
	color: #fff;
}
#slideshow .text .title {
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
	font: bold 18px Helvetica;
}

#galleries {
	width: 761px;
	float: left;
	padding: 25px 15px 0px 15px;
	overflow: hidden;
}
#galleries .title {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
	font: bold 15px Helvetica;
	padding-left: 18px;
	color: #fff;
}
#slideshow table.thumbs {
	width: 796px;
	float: left;
	border-spacing: 0px;
}
#slideshow table.thumbs td {
	background: #363636;
	width: 152px;
	border-right: 35px solid #717171;
	border-bottom: 35px solid #717171;
	padding: 6px;
	padding-bottom: 15px;
	margin: 0px;
	font: bold 13px Helvetica;
	color: #fff;
	vertical-align: top;
}
#slideshow table.thumbs td a {
	color: #fff;
	text-decoration: none;
}
#slideshow table.thumbs td div {
	width: 142px;
	padding-left: 5px;
	padding-right: 5px;
}
#slideshow table.thumbs td img {
	border: 3px solid #000;
	margin-bottom: 10px;
}



/* for test articles */

.test_technicalInfo_mobil {
   padding: 10px;
   border: 1px solid black;
   margin-top: 20px;
   margin-bottom: 20px;
}

.test_technicalInfo_mobil .header {
   margin-bottom: 10px;
   font-size: 130%;
   font-weight: bold;
}

.test_technicalInfo {
    border-bottom: 1px solid #9e9e9e;
}

.test_technicalInfo .inner {
    width: 300px;
    overflow: auto;
    height: 285px;
    padding-top: 10px;
}

.test_technicalInfo p {
    padding-bottom: 10px;
}

.test_technicalInfo ul {
    padding-left: 15px;
    margin-bottom: 10px;
}

.test_technicalInfo li {
    list-style-image: url( ../images/tester_bullet.gif );
}

.test_technicalInfo h3 {
    color: #FFFFFF;
    background: #9e9e9e;
    font-weight: bold;
    font-size: 14px;
    padding: 1px 5px;
}

.test_navigation {
    font-weight: bold;
    font-size: 14px;
    width: 300px;
}

#selectURL {
    width: 180px;
}

.test_navigation .inactive {
    color: #9e9e9e;
}

.test_navigation .dropdown {
    float:left;
    padding-left:10px;
    padding-right:10px;
    width:180px;
}

.test_dicebox {
    width: 100px;
}

.test_evaluationbox {
    width: 350px;
}

.test_evaluation td {
    vertical-align: top;
    font-style: italic;
    padding-bottom: 10px;
}

.test_evaluation {
    margin-right:5px;
    width:165px;}

/* IDG sections ---------------------------------------- */
.idg-menu {
   background: #FFFFFF;
   color: black;
   font-size: 12px;
   margin-right: 10px;
} 

.idg-menu a {
   color: black;
}

.idg-menu .menu-elem {
   margin-right: 13px;
   margin-left: 13px;
}

.idg-menu .activeMenu a {
   color: #000000;
}


.dashedLine {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid transparent;
    border-top: 1px dashed #3f3f3f;
    margin: 0px;
    padding: 0px;
    clear: both;
    @font-size:0px;
}



.search form {
    margin: 0px;

}

.readMoreBox p {
   margin-bottom: 5px;
}

.readMoreBox .col {
   width: 135px;
   padding-right: 10px;
}

.idg h1 {
    font-weight: bold;
}

.arkivArticle {
   margin-bottom: 10px;
}
.arkivArticle .pictureBorderDiv {
    margin-right: 10px;
}



.nomargin {
    margin: 0px;
}

.nomargin-right {
    margin-right: 0px;
}

.nomargin-left {
    margin-left: 0px;
}

.searchText {
    /* background-image: url( ../images/intellisearch.jpg ); */
    background-repeat: no-repeat;
    border:1px solid #BBBBBB;
    height:19px;
    width:200px;
}

.searchTextArticle {
    border:1px solid #BBBBBB;
    height:19px;
    width:80px;
}


.metaHeader h1 {
    font-size: 19px;
    font-weight: bold;

}


.metaHeader {
    margin-bottom: 10px;
}

.mostRead {
    font-weight: bold;
    margin-right: 10px;
    width: 980px;
}

.mostRead .mainHeader {
    background: #284c80;
    color: #ffffff;
    /* width: 960px; */
    font-size: 14px;
    padding: 2px 10px;
}

.mostRead .box {
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    float: left;
}

.mostRead .box ul {
    padding-left: 10px;
}

.mostRead .box a {
    font-size: 12px;
}

.mostRead .mrLogo {
    float: right;
    position: relative;
    top: -20px;
}


.mostRead .inner {
    background-image: url( ../images/mostreadBack.png );
    background-repeat: repeat-x;
    padding-bottom: 10px;
}

.mostRead .box .header {
    border-bottom: 1px solid #959595;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;
    width: 240px;
    margin-bottom: 5px;
}


.combinedHeader {
    background: #f5f5f5;
    height: 80px;
}

.combinedHeader .nokkelord-cwlogo img {
    margin-top: 20px;
    margin-right: 70px;
}

.combinedHeader .nokkelord-pcwlogo img {
    margin-top: 15px;
    margin-right: 70px;
}

.combinedHeader .nokkelord-nklogo img {
    margin-top: 20px;
}

.combinedHeader .combinedSearch {
    margin-top: 30px;
}

.combined-menu {
   background: #cccccc;
   padding: 3px 10px 3px 10px;
   color: #000000;
   font-size: 12px;
   margin-bottom: 10px;
}

.combined-menu a {
   color: #000000;
}

.combined-menu .menu-elem {
   margin-right: 18px;
   margin-left: 18px;
}


/* Menu toolbox */

.menu-toolbox {
   float: left;
   margin-left: 0px;
}


.menu-toolbox .outerbox {
   clear: both;
   margin-left: -10px;
   margin-top: 0px;
}


.menu-toolbox .box {
	visibility:hidden;
	position:absolute;
}

.menu-toolbox:hover .box {
	visibility:visible;
	width:200px;
    border: 1px solid #848588;
    clear: left;
    z-index: 9;
    background-color: #eaebec;
    margin-left: 10px;
}

.menu-toolbox:hover li {
    display: list-item;
    clear: both;
}

.tipsBox {
   border: 1px solid #000000;
   margin-bottom:20px;
   padding:5px;
}

.tipsBox td {
   vertical-align: top;
}

.tipsBox td.label {
   width: 150px;
}
.tipsBox .tipsField {
   width: 275px;
}


#shareButton {
   font-weight: bold;
   font-size: 120%;
}

#shareButton img {
   margin-right:5px;
}

#shareButton .nettby { 
     padding:1px 0 0 20px; 
     height:16px; 
     background:url( /images/nettby.gif ) 
     no-repeat top left; 
}


#shareButton .tips { 
     padding:0 0 0 20px; 
     height:16px; 
     background:url( /images/tipsenvenn.jpg ) 
     no-repeat top left; 
}


#tipsMessage {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

#tipsMessage .ok {
    color: #008800;
    font-size:140%;
}

#tipsMessage .error {
   color: #FF0000;
   font-size:140%;
}


.bodyText ul,
.bodyText ol {
   margin-bottom: 20px;
}

.bodyText ul li {
   list-style: disc;
   list-style-image: none;
   margin-left:20px;
}

.bodyText ol li {
   list-style: decimal;
   list-style-image: none;
   margin-left:25px;
}


.articleImage {
   margin: 5px;
}

.articleImage p {
   margin-bottom: 5px;
   padding: 2px;
}



.bodyText .articleImage img {
   border: 1px solid #556677;
}

.bodyText .articleImage {
   font-size: 80%;
   font-style: normal;
   background-color: #EBEFF2;
}

.bodyText .border-1 {
   border: 1px solid black;
   background-color: #FFFFFF;
}

.bodyText .border-1 img {
   border: none; 

}

.bodyText .border-2 p {
   font-style: italic;
   font-size: 120%;
}

.bodyText .border-2 {
   background-color: #FFFFFF;
}

.bodyText .border-2 img {
   border: none;
}


#enclosingAdLeft {
   float: left;
   margin: 0;
   padding: 0;
   width: 125px;
   overflow: hidden;
}

#enclosingAdRight {
   float: right;
   margin: 0;
   padding: 0;
   width: 125px;
   overflow: hidden;
}

#enclosingAdCenter {
   margin: 0;
   padding: 0;
   width: 1250px;
   height: 150px;
   overflow: hidden;
}


.kelkoo {
   border: 1px solid #9E9E9E;
   margin-top: 20px;
}

.kelkoo h2 {
    /* background: #9E9E9E none; */
    background: #f66e38 none;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 5px;
}


.kelkoo th {
    text-align: left;
}

.kelkoo td.lager {
    text-align: center;
}

.kelkoo tr:hover td {
    background: #dddddd none;
}

#kelkoo-more {
    /* background: #9E9E9E none; */
    background: #eeeeee none;
    color: #333333;
    font-weight: bold;
    padding: 2px 5px;
    font-size: 12px;
    clear: both;
}


#kelkoo-list {
   clear: both;
}


#kelkoo-list th {
   vertical-align: top;          
}

#kelkoo-list .price {
   padding-left: 10px;
   width: 55px;
}

#kelkoo-list .lager {
   width: 45px;
}

#kelkoo-list .product {
   width: 265px;
}

#kelkoo-list .odd {
    background: #eeeeee none;
}


#kelkooLongerList td {
    text-align: right;
    font-weight: bold;
}


.PopularVoteCounter { 
	border:2px solid #D7ECE3;
	color:#565656;
	float:right;
	font-size:10px;
	height:30px;
	margin-right:10px;
	padding:5px;
	text-align:center;
}

 
.push {
	clear:both;
	height:10px;
	overflow:hidden;
}

 
/*  Most popular articles  */
.vote {
	border:2px solid #D7ECE3;
	color:#565656;
	float:right;
	font-size:10px;
	height:30px;
	margin-right:2px;
	padding:5px;
	text-align:center;
}

.votebox {
   border: 1px solid #9E9E9E;
   margin-top: 30px;
   margin-bottom: 30px;
   clear: both; clear: both;
}

 
.votebox h2 {
	background:#F66E38 none repeat scroll 0 0;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding:3px 5px;
}


