/*Global*/

body {
  margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #6E0404;
}

.border {
    border: 1px solid #FDB900;
}
.tekst {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}
.tekst2 {
    color: #FEBD01;
}

.style1 {
  font-size: 14px;
  font-weight: bold;
}
.style7 {font-size: 14px; font-weight: bold; color: #FFC204; }
.style9 {font-size: 14px; font-weight: bold; color: #F3C300; }

a:link {
    color: #000000;
    text-decoration: none;
}
a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #FDB900;
}

/*end -----> Global*/

/*autoCompleteSearch*/
.autocompleteSearch {
    padding: 5px;
    font: 12px Arial, sans-serif;
    color: #000000;
    background-color: #ffffff;
    width: 200px;
    z-index: 1;
    cursor: pointer;
    border: 1px solid black;
    text-align: left;
}

.suggest_link {
    background-color: #ffffff;
}

.suggest_link_over {
    background-color: #f1f1f1;
}
/*end ----> autoCompleteSearch*/

.showFoto {
             position: absolute;
             display: none;
             background-color: #ffdead;
             border: 1px solid #800000;
             width: 435px;
             height: 362px;
             cursor: move;
          }


    .rating {
        cursor: pointer;
        margin: 2em;
        clear: both;
        display: block;
    }
    .rating:after {
        content: '.';
        display: block;
        height: 0;
        width: 0;
        clear: both;
        visibility: hidden;
    }
    .cancel,
    .star {
        float: left;
        width: 17px;
        height: 15px;
        overflow: hidden;
        text-indent: -999em;
        cursor: pointer;
    }
    .cancel,
    .cancel a {}
    
    .star,
    .star a {background: url(/images/star.gif) no-repeat 0 0px;}
        
    .cancel a,
    .star a {
        display: block;
        width: 100%;
        height: 100%;
        background-position: 0 0px;
    }
    
    div.rating div.on a {
        background-position: 0 -16px;
    }
  div.rating div.hover a,
    div.rating div a:hover {
    background-position: 0 -32px;
  }

.AjaxLoadingImg {
    text-align:center;
    padding-top:50px;
}
