.navigation {
         font-size: 13px;

}
/*---------- BODY ----------*/
body, td {
        font-family: Arial, Helvetica, sans-serif;
        margin: 0px;
        font-size: 11px;
        color: white;
}

/*-------- TOP MENU --------*/
a.topmenu:link, a.topmenu:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        font-weight: bold;
        text-align: left;
        text-decoration: none;
}

a.topmenu:active, a.topmenu:hover {
        font-family:  Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #4A68A5;
        font-weight: bold;
        text-align: left;
        text-decoration: none;
}

td.text_white {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #ffffff;
        text-align: right;
        font-weight: bold;
}


/*############# MENU START ##############*/

.clCMAbs {
        position: absolute;
        visibility:hidden;
        left:0;
        top:0
}
  
/*Style for the background-bar*/
.clBar {
        position: absolute;
        width: 10;
        height: 10;
        visibility: hidden
}

/*Styles for level 0*/
.clLevel0, .clLevel0over {
        position:absolute;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        padding-top: 7px;
}

.clLevel0 {
        color: #000000;
}

.clLevel0over {
        color: #ffffff;
        cursor: pointer;
        cursor: hand;
}

.clLevel0border {
        position: absolute;
        visibility: hidden;
}

/*Styles for level 1*/
.clLevel1, .clLevel1over {
        position:absolute;
        position:absolute;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        text-align: left;
        text-decoration: none;
        padding: 3px;
}

.clLevel1 {
        background-color: #bbbbbb;
        layer-background-color: #bbbbbb;
        color: #000000;
}

.clLevel1over {
        background-color: #4a68a6;
        layer-background-color: #4a68a6;
        color: #ffffff;
        cursor: pointer;
        cursor: hand;
}

.clLevel1border {
        position: absolute;
        visibility: hidden;
        background-color: #323335;
        layer-background-color: #323335;
}

/*Styles for level 2*/
.clLevel2, .clLevel2over {
        position:absolute;
        position:absolute;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        text-align: left;
        text-decoration: none;
        padding: 3px;
}

.clLevel2 {
        background-color: #bbbbbb;
        layer-background-color: #bbbbbb;
        color: #000000;
}

.clLevel2over {
        background-color: #4a68a6;
        layer-background-color: #4a68a6;
        color: #ffffff;
        cursor: pointer;
        cursor: hand;
}

.clLevel2border {
        position: absolute;
        visibility: hidden;
        background-color: #323335;
        layer-background-color: #323335;
}
/*############# MENU END ##############*/

/*------- MENU BLOCK -------*/
table.leftboxes {
        border: 1px solid #000000;
}

a.leftmenu:link, a.leftmenu:active, a.leftmenu:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        text-decoration: none;
        font-weight: bold;
        letter-spacing: 1px;
}

a.leftmenuAct:link, a.leftmenuAct:active, a.leftmenuAct:visited {
        font-family:  Arial, Helvetica, sans-serif;
        font-size: 11px;        
        color: #4a68a5;
        text-decoration: none;
        font-weight: bold;
        letter-spacing: 1px;
}

a.leftmenu:hover, a.leftmenuAct:hover, a.leftsubmenu:hover, a.leftsubmenuAct:hover {
        font-family:  Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        letter-spacing: 1px;

}
a.leftsubmenu:link, a.leftsubmenu:active, a.leftsubmenu:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        text-decoration: none;
        font-weight: bold;
        letter-spacing: 1px;
}

a.leftsubmenuAct:link, a.leftsubmenuAct:active, a.leftsubmenuAct:visited {
        font-family:  Arial, Helvetica, sans-serif;
        font-size: 11px;        
        color: #4a68a5;
        text-decoration: none;
        font-weight: bold;
        letter-spacing: 1px;
}

/*------- TEXT STYLES -------*/
hr.header {
        height: 1px;
        color: white;
}
td.vareoverskrift {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;        
        font-weight: bold;
        color: black;
        text-align: left;
        letter-spacing: 1px;
}

td.overskrift {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;        
        font-weight: bold;
        color: #ffffff;
        text-align: left;
}

td.bodytext {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: white;
        text-align: left;
}

td.blockHeader {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;        
        font-weight: bold;
        color: #ffffff;
        text-align: left;
}


/*------- DEFAULT LINKS -------*/
a:link, a:active, a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;        
        color: #ffffff;
        text-decoration: underline;
}

a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;        
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: underline;
}

/*------- FORM STYLES -------*/
input.field {
        border: 1px solid black;
        height: 18px;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-align: left;
        width: 120px;
}

textarea.field {
        border: 1px solid #000000;
        font-family: Tahoma,  Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-align: left;
        background-color : White;
        
}

input.searchButton {
        border: 1px solid #000000;
        height: 18px;
        width: 30px;
        font-family: Tahoma,  Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-align: center;
        background-color: White;
}

input.button, button.button {
        border: 1px solid #000000;
        height: 18px;
        font-family: Tahoma,  Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-align: center;
        background-color: White;
}

.input2 {
        border: 1px solid #000000;
        height: 18px;
        width: 150px;
        font-family: Tahoma,  Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-align: center;
        background-color: White;
}

select.field {
        border: 1px solid #000000;
        height: 18px;
        font-family: Tahoma,  Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-align: left;
}

select.variants {
        border: 1px solid #000000;
        height: 15px;
        width: 135px;
        font-family: Tahoma,  Arial, Helvetica, sans-serif;
        font-size: 10px;
        text-align: left;
}


input.request {
        border: 1px solid #000000;
        height: 18px;
        font-family: Tahoma,  Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-align: center;
        width: 80px;
        color: black;
        font-weight: bold;
        background-color: #BBBBBB;
}

input.buy {
        border: 1px solid #000000;
        height: 18px;
        font-family: Tahoma,  Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-align: center;
        width: 50px;
        color: black;
        font-weight: bold;
        background-color: #4A68A5;
}

input.wishlist {
        border: 1px solid #000000;
        height: 18px;
        font-family: Tahoma,  Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-align: center;
        width: 80px;
        color: black;
        font-weight: bold;
        background-color: #BBBBBB;
}

/*------- OTHERS -------*/
hr {
        height: 1px;
        color: white;
}

a.white:link, a.white:active, a.white:visited {
        font-family:  Arial, Helvetica, sans-serif;
        font-size: 12px;        
        color: #ffffff;
        text-decoration: underline;
}

a.white:hover {
        font-family:  Arial, Helvetica, sans-serif;
        font-size: 12px;        
        color: white;
        font-weight: bold;
        text-decoration: underline;
}

.small_text {
        font-family:  Arial, Helvetica, sans-serif;
        font-size: 11px;        
        color: #ffffff;
}

.black_text {
        font-family:  Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
}

a.article_list:link, a.article_list:active, a.article_list:visited {
        font-family:  Arial, Helvetica, sans-serif;
        font-size: 12px;        
        color: white;
        text-decoration: none;
}

a.article_list:hover {
        font-family:  Arial, Helvetica, sans-serif;
        font-size: 12px;        
        color: white;
        text-decoration: underline;
}

a.tip:link, a.tip:active, a.tip:visited {
        font-family:  Arial, Helvetica, sans-serif;
        font-size: 11px;        
        color: #000000;
        text-decoration: none;
        letter-spacing: 1px;
        font-weight : bold;
}

a.tip:hover {
        font-family:  Arial, Helvetica, sans-serif;
        font-size: 11px;        
        color: #ffffff;
        text-decoration: none;
        letter-spacing: 1px;
        font-weight : bold;
}

a.black:link, a.black:active, a.black:visited {
        font-family:  Arial, Helvetica, sans-serif;
        font-size: 11px;        
        color: black;
        text-decoration: underline;
        letter-spacing: 1px;
}

a.black:hover {
        font-family:  Arial, Helvetica, sans-serif;
        font-size: 11px;        
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        letter-spacing: 1px;
}

span.required {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;        
        color: #67E8ED;
        font-weight: bold;
}

td.error {
        font-family:  Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #67E8ED;
        font-weight: bold;
}


a.top10:link, a.top10:active, a.top10:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;        
        color: #255AA6;
        text-decoration: none;
        font-weight: bold;
}

a.top10:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;        
        color: #255AA6;
        text-decoration: underline;
        font-weight: bold;
}

td.top10 {
        color: #255AAA;
}

a.big:link, a.big:active, a.big:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;        
        color: #ffffff;
        text-decoration: underline;
        font-weight: bold;
}

a.big:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;        
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
}
