﻿a:hover
{
    background-position: 0 0;
}
*
{
    margin: 0;
}
#Action_Omradet
{
    width: 100%;
    height: 350px;
    position: relative;
}
#Left_Tap
{
    height: 270px;
    width: 60px;
    position: absolute;
    top: 150px;
    left: 0px;
    padding: 10px;
    padding-left: 8px;
    float: left;
    background-image: url('../Grafikk/Dekor/leftTapBevel.jpg');
    background-repeat: no-repeat;
}

#Forrige
{
    cursor: pointer;
    width: 60px;
    height: 10px;
    background-image: url('../Grafikk/Dekor/Forrige.jpg');
}

#Neste
{
    background-image: url('../Grafikk/Dekor/Neste.jpg');
    width: 60px;
    height: 10px;
    position: absolute;
    bottom: 8px;
    cursor: pointer;
}

#Bilde_Remse_Wrapper
{
    overflow: hidden;
    position: relative;
    height: 272px;
    background-image: url('../Grafikk/Dekor/body_dekor.jpg');
}

#Bilde_Remse
{
    position: relative;
}

.Tap_Mini_Bilder
{
    margin-bottom: 1px;
    border: solid black 1px;
    cursor: pointer;
    position: relative;
}

.Tap_Mini_Bilder:hover
{
    border: solid black 1px;
}




#Slides_Skygge
{
    width: 700px;
    height: 345px;
    float: left;
    position: relative;
    background-position: 18px 10px;
    background-repeat: no-repeat;
    margin-left: 30px;
    margin-right: 34px;
}

#Slides
{
    float: left;
    position: relative;
    border: solid gray 1px;
    height: 329px;
    width: 660px;
    background-color: black;
    margin-left: 65px;
}

#Action_Bilde
{
}

#Slides_Overlay
{
    position: relative;
    position: absolute;
    top: 250px;
    left: 0px;
    width: 660px;
    height: 80px;
    color: white;
    font-size: 16px;
    text-align: left;
    background-color: Black;
}

#Slides_Tekst
{
    width: 660px;
    height: 60px;
    display: block;
    position: absolute;
    top: 260px;
    left:0px;
    color: White;
    font-family: Verdana;
    font-size: 16px;
    padding: 10px;
    line-height: 60px;
}



.nyhetsTekst
{
    width: 678px;
    font-family: Arial;
    font-style: italic;
    font-size: 20px;
    padding: 16px;
    color: White;
}

#rightTopPart
{
    width: 250px;
    height: 330px; /*background-color:#333333;*/
    float: left;
}





.MenyTekst
{
    height: 30px;
    width: 250px;
    text-align: left;
    text-indent: 20px;
    font-weight: bold; /*background-image: url("../Grafikk/blueGrayButtonBg.jpg");*/ /*background-color:#234d7f;*/
    background-color: #0b0a2c;
    background-repeat: repeat-x;
    color: White;
    margin-bottom: 2px;
    font-size: 13px;
}

.MenyTekst:hover
{
    /*background-color:#1174e9;*/
}



.MenyTekst a
{
    display: block;
    line-height: 30px;
    font-size: 13px;
}

/* KATEGORI BAR */

.Fcb-outerWrapper
{
    float: left;
    width: 160px;
    height: 105px;
    border: solid #AAAAAA 1px;
    background-color: white;
    position: relative;
    
}

.Fcb-outerWrapper .arrow
{
    position:absolute;
    top:-1px;
    left:70px;
    background-image:url("../Grafikk/Dekor/category-bar-arrow.png");
    background-position:0px 0px;
    background-repeat:no-repeat;
    width:40px;
    height:20px;
    display:none;
    z-index:15;
}

.Fcb-outerWrapper .CategoryNameHeader
{
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0px;
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: 0px;
    right: 0px;
}

.Fcb-outerWrapper .categoryImage
{
    width: 100px;
}


.Fcb-outerWrapper .Fcb-productListingWrapper
{
    display: none;
    position: absolute;
    bottom: 105px;
    padding: 5px;
    background-color: White;
    z-index: 10;
    border: solid #AAAAAA 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.Fcb-outerWrapper .Fcb-productListingWrapper .Fcb-listingHeader
{
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0px;
    margin-bottom:5px;
    background-color:#EEEEEE;
    border:solid gray 1px;
}


.Fcb-outerWrapper:hover .Fcb-productListingWrapper
{
    display: block;
}

.Fcb-outerWrapper:hover .arrow
{
    display: block;
}


.Fcb-outerWrapper .Fcb-productListingWrapper .Fcb-listing
{
    height: 150px;
    width: 400px;
    overflow: auto;
    text-align: left;
}

.Fcb-outerWrapper .Fcb-productListingWrapper .Fcb-listing table
{
    width: 100%;
}

.Fcb-outerWrapper .Fcb-productListingWrapper .Fcb-listing table td
{
    padding: 2px;
    line-height:16px;
    
}

.Fcb-outerWrapper .Fcb-productListingWrapper .Fcb-listing table tr
{ 
    border-bottom: solid #AAAAAA 1px;
}

.Fcb-outerWrapper .Fcb-productListingWrapper .Fcb-listing table th
{ 
    text-align:left;
}


/* END KATEGORI BAR */


#RegulationsWrapper
{
    display: none;
    text-align: left;
    font-size: 13px;
}

#RegulationsWrapper #regulationsContent
{
    list-style-type: none;
    height: 40px;
}


#RegulationsWrapper #regulationsContent li
{
    float: left;
    line-height: 30px;
    margin: 2px;
    padding: 0px 10px;
    border: solid gray 1px;
    cursor: pointer;
}

#RegulationsWrapper #regulationsContent li.selected
{
    background-color: #ddd;
}

#RegulationsWrapper #regulationsContent li:hover
{
    background-color: #ddd;
}

#RegulationsWrapper .regulationsText h3
{
    color: #002060;
    margin: 5px 0px;
}
#RegulationsWrapper .regulationsText h4
{
    color: #002060;
    margin: 5px 0px;
}

#RegulationsWrapper .regulationsText p
{
    margin: 10px 0px;
}

