
/* now playing */

.nowPlaying {
    width: 677px;
}
.nowPlayingHead_en {
    height: 36px;
    width: 677px;
    background-image: url('../images/common/nowplaying_head_en.jpg');
}

.nowPlayingHead_el {
    height: 36px;
    width: 677px;
    background-image: url('../images/common/nowplaying_head_el.jpg');
}

.nowPlayingBody {
    width: 677px;
    background-image: url('../images/common/nowplaying_body.jpg');
}

.nowPlayingFooter {
    height: 20px;
    width: 677px;
    background-image: url('../images/common/nowplaying_footer.jpg');
}

.npListItem {
    width: 610px;
    padding: 3px;
    min-height: 70px;
    background: #D2F5D2;
    margin: 3px 0px 3px 0px;
    overflow: auto;
}

/* coming soon */

.comingSoon {
    width: 677px;
}

.comingSoonHead_en {
    height: 36px;
    width: 677px;
    background-image: url('../images/common/comingsoon_head_en.jpg');
}
.comingSoonHead_el {
    height: 36px;
    width: 677px;
    background-image: url('../images/common/comingsoon_head_el.jpg');
}

.comingSoonBody {
    width: 677px;
    background-image: url('../images/common/comingsoon_body.jpg');
}

.comingSoonFooter {
    height: 17px;
    width: 677px;
    background-image: url('../images/common/comingsoon_footer.jpg');
}

.csListItem {
    width: 610px;
    min-height: 70px;
    padding: 3px;
    margin: 3px 0px 3px 0px;
    background: #FFEFCF;
    overflow: auto;
}



/* movie list */


.movieListContainer {
    margin-left:29px;
    width: 677px;
    float:left;
}

* html .movieListContainer {
    float: none;
}

.movieListContents {
    margin-left: 20px;
    height: 400px;
    width: 640px;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow: auto;
}

.movieListTContainer {
    width: 220px;
    float: left;
}

.movieListTitle {
    font-weight: bold;
}

.movieListDirector {
    font-size: 10px;
}
.movieListCast {
    font-size: 10px;
}

.movieListSchedule {
    font-size: 11px;
    font-weight: bold;
}

.movieListRelease {
    font-size: 10px;
}

.movieListGenres {
    font-size: 10px;
}

.movieListOutline {
    width: 320px;
    text-align: justify;
    font-size: 10px;
    float: left;
}

.movieListPicture {
    width: 50px;
    float: left;
    margin: 0px 2px 0px 2px;
}

.movieListScheduleList li {
    list-style: none;
}
