

body
{
    background-repeat: repeat-x;
    background-color: #902322;
    background-position: top left;
    color: #FFFFFF;
    font-size: 11px;
    font-family: arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}


/* Declerations
-------------------------------------------------------------- */

p , div , hr , ul , li , td { padding: 0px; margin: 0px;font-size: 12px; }



.clear { clear: both; }

img { border: 0px; }

h1 { color: #902322;padding: 0px;margin-top: 5px;margin-bottom: 5px;font-size: 18px;font-weight: normal; }
h2 { color: #902322;padding: 0px;margin: 0px;font-size: 14px;font-weight: bold; }
h3 { color: #FFFFFF;padding: 0px;margin: 0px;font-size: 36px;font-weight: bold; }
h4 { color: #902322;padding: 0px;margin: 0px;font-size: 48px;font-weight: normal; }
h5 { color: #2f2f2f;padding: 0px;margin: 0px;font-size: 30px;font-weight: normal; }
h6 { color: #323232;padding: 0px;margin: 0px;font-size: 15px;font-weight: bold; }

a, a:visited, a:active {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    text-shadow: #000 0 1px 0;
}

a:hover {
    color: #fff;
    text-decoration: underline;
    font-weight: normal;
}

.highlight {
    color: #902322;
}

.redbotton {
    background: url(../images/apply_btn.jpg) #902322;
    background-repeat:no-repeat;
    border: 0px;
    margin: 0px;
    height: 35px;
    width: 139px;
    text-align: center;
    text-shadow: #5f890b 0 1px 0;
    color: #FFF;
    font-size: 12px;
}

.product_info_ex {
    font-size: 14px;
    color: #2f2f2f;
}

.date {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}

.rightbox_content {
    padding-left: 15px;
    padding-right: 15px;
}

.leftbox_content {
    padding-left: 22px;
    padding-right: 10px;
}

.shadow {
    text-shadow: #000 0 1px 0;}

.ingress {
    font-weight: bold;}


ol.fakta {
    margin: 5px 0px 5px 13px;
}

ul.fakta {
    margin: 5px 0px 0px 10px;
    list-style-image: url('../images/leftbox_arrow.jpg');

}

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

.bottompadding {
    padding-bottom: 9px; }

option, select {
    z-index: -89209288923982893;
}


/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
    background-image: url(../images/arrow_left.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index:101;
    left:-12px;
    height:23px;
    width:10px;
    top:-3px;
}

#JT_arrow_right{
    background-image: url(../images/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index:101;
    height:23px;
    width:11px;
    top:-2px;
}

#JT {
    position: absolute;
    z-index:100;
    border: 2px solid #c7c7c7;
    background-color: #e8e8e8;
}

#JT_copy{
    padding:10px 10px 10px 10px;
    color:#333333;
}

.JT_loader{
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width:100%;
    height:12px;
}

#JT_close_left{
    background-color: #c7c7c7;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight:bold;
    color: #902322;
    text-shadow: #fff 0 1px 0;
}

#JT_close_right{
    background-color: #c7c7c7;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight:bold;
}

#JT_copy p{
    margin:3px 0;
}

#JT_copy img{
    padding: 1px;
    border: 1px solid #650d0c;
}

.jTip{
    cursor:help;
}

/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 1.1em;}
#JT_copy p, #JT_copy ul{font-size: 1.1em;}

#webapp_right a, a:visited, a:active {
    color: #fff;
}

#webapp_right a:hover {
    color: #000;
}




.form_on {
    color: #fff;
    background-color: #7c0403;
    border: 1px solid #7d9d38;
    padding: 3px;
}

.form_off {
    color: #fff; 
    background-color: #741c1b;
    border: 1px solid #a14645;
    padding: 3px;
}

