﻿.MoviePanel
{
    display: block;
    clear: both;
    padding-bottom: 20px;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #ededed;
    margin-top: 15px;
    cursor: default;
}
.MovieTitle
{
    padding: 0px;
    margin: 10px 0px 0px 0px;
    display: block;
    clear: both;
    text-align: left;
    font-family: Arial, Verdana, Tahoma;
    font-size: 1.3em;
    color: #588700;
    font-weight: bold;
    text-decoration: none;
}
.MovieDescription
{
    display: block;
    clear: both;
    font-family: Tahoma, Arial, Verdana;
    font-size: 0.7em;
    color: #333333;
    margin: 2px;
    text-align: justify;
    text-decoration: none;
}

/*****************************************************
*** List
*****************************************************/
.MovieListItem
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 13px;
    display: block;
    clear: both;
}
.MovieListItemLeft
{
    display: block;
    float: left;
    width: 160px;
    height: 122px;
    overflow: hidden;
}
.MovieListItemRight
{
    display: block;
    float: left;
    width: 410px;
    padding-top: 3px;
}