@charset "utf-8";
/* CSS Document */
.clearer {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
}

/* CSS Movieserach */
#movieSearchOuter{
        float: left;
        width: 550px;
        height: 571px;
        display: table-cell;
        background: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}
.dotted{
        border-bottom: dotted #999999 1px;
        padding: 10px 0px 10px 0px;
}
.dotted2{
        padding: 2px 0px 0px 0px;
}

a{
        cursor: pointer;
}
h1, h2, h3{
        font-family: Arial, Helvetica, sans-serif;
        padding: 0px;
        font-weight: bold;
}
h1{
        font-size: 16px;
}
h2{
        font-size: 14px;
}
h3{
        font-size: 12px;
}
a:link, a:hover, a:visited, a:active{
        text-decoration: none;
}
a:hover{
        text-decoration: underline;
}
.searchCriteria{
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        padding: 2px;
        border: 1px solid #dadada;
        background: url(http://content01.getlive.no/film_og_tv/get_filmleie/tv/filmsearch/images/moviesearch/inputbgn.jpg) repeat-x;
        width: 194px;
}
#searchButton{
        float: left;
        padding-left: 9px;
        cursor: pointer;
}
#searchFieldContainer{
        float: left;
        width: 550px;
        height: 30px;
        border-bottom: dotted #999999 1px;
        padding: 0px 0px;
}

#searchResultContainer{
        float: left;
        width: 550px;
        height: 570px;
        overflow: auto;
}
#searchHeader{
        float: left;
        width: 153px;
}
#searchInput{
        float: left;
        width: 196px;
        height: 22px;
}
.movieContainer{
        float: left;
        width: 530px;
        height: 100px;
        padding-bottom: 5px;
        overflow: hidden;
        cursor: pointer;
}
.movieContainerSelected{
        background: #EFEFEF url(http://content01.getlive.no/film_og_tv/get_filmleie/tv/filmsearch/images/moviesearch/visited.gif) no-repeat 99% 5%;
        color: #000000;
}
.movieContainerVisited{
        background: url(http://content01.getlive.no/film_og_tv/get_filmleie/tv/filmsearch/images/moviesearch/visited.gif) no-repeat 99% 5%;
        color: #000000;
}
.movieContainer .movieImage{
        float: left;
        width: 69px;
        height: 100px;
        overflow: visible;
}
.movieContainer .movieImage .cover{
        width: 67px;
        height: 98px;
        border: 1px #FFFFFF solid;
}
.movieContainer .rightContainer{
        float: left;
        width: 426px;
        height: 100px;
        overflow: visible;
}
.movieContainer .movieTitle{
        float: left;
        padding-left: 10px;
        width: 426px;
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
}
.movieContainer .movieDescription{
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: 426px;
        height: 80px;
        font-size: 10px;
        overflow: hidden;
}

#extendedInfo{
        float: left;
        width: 540px;
        height: 675px;
        padding: 0px 10px 0px 10px;
        overflow: hidden;
        display: none;
}
#extendedInfo #title{
        float: left;
        width: 430px;
        padding-bottom: 10px;
        overflow: hidden;
        
}
#extendedInfo #backlink{
        float: left;
        cursor: pointer;
        width: 100px;
        overflow: hidden;
        color: #72c5cd;
        padding-right: 10px;
}
#extendedInfo #coverholder{
        float: left;
        width: 131px;
        height: 190px;
        border-top: 1px dotted;
        border-bottom: 1px dotted;
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
        overflow: hidden;
}
#extendedInfo #infoscroller{
        float: left;
        width: 385px;
        padding-left: 10px;
        height: 190px;
        border-top: 1px dotted;
        border-bottom: 1px dotted;
        overflow: hidden;
        background: url(http://content01.getlive.no/film_og_tv/get_filmleie/tv/filmsearch/images/moviesearch/infobgn.gif) repeat-x ;
}
#extendedInfo #infoholder{
        float: left;
        width: 375px;
        padding-left: 10px;
        height: 180px;
        overflow: auto;
        padding: 5px;
}
#extendedInfo #infoholder a{
        color: #72c5cd;
}
#extendedInfo #imageholder{
        float: left;
        width: 526px;
        height: 348px;
        border: #FFFFFF 1px solid;
        overflow: hidden;
}
#extendedInfo #imagemenu{
        float: left;
        width: 526px;
        overflow: hidden;
        text-align: center;
        padding-top: 3px;
        padding-bottom: 3px;
}
img .hidden{
        display: none;
}
.yellowLink{
        color: #72c5cd;
}
.normalLink{
        color: #DDDDDD;
}
.ajaxLoader{
        padding-top: 10px;
}
.indexUnselected span{
        width: 13px;
        height: 13px;
        color: #72c5cd;
        text-align: center;
        margin-left: 5px;
        overflow: hidden;
}
.indexSelected span{
        background: url(http://content01.getlive.no/film_og_tv/get_filmleie/tv/filmsearch/images/moviesearch/indexBtnBgnSelected.gif) no-repeat center;
        width: 13px;
        height: 13px;
        color: #FFFFFF;
        text-align: center;
        margin-left: 5px;
        overflow: hidden;
        text-decoration: none;
}
.indexSelected{
        width: 13px;
        height: 13px;
}
#imagemenu a:hover{
        text-decoration: none;
}
.movietextUnderlined{
        color: #72c5cd;
        text-decoration: underline;
}






