/* @override http://localhost:8080/cataweb/styles/default/css/promotionHome.css */

/* ---------------------------------------------------------------------------------------
| CSS for thumbnail (used in Home / Promotion)
|
*/

.thumbnail {
    background: url( "../images/gradient.png" ) repeat-x left -45px;
    border-left: solid #DBDFF1 1px;
    float: left;
    width: 210px;
    height: 300px;
    margin: 0 15px 20px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    color: #4f6b72;
    overflow: hidden;
}

.thumbnail img {
    border: 0;
}

.promoContent hr {
    clear: both;
    visibility: hidden;
}

.promoContent h1 {
    margin-bottom: 10px;
    padding: 5px;
}

.promotionTitle {
    position: relative;
    top: -15px;
    left: -15px;
    width: 210px;
    height: 0.5em;

    font-weight: bold;
    font-size: larger;
    text-align: center;
    color: black;

    padding: 10px;
    margin-bottom: 10px;
}

/* ---------------------------------------------------------------------------------------
| Commercial Movie Part
|
*/

#flashcontent {
    position:relative;
    left:-4px;
}

#seeCommercialMovie {
    float: right;
    width: 100%;
    color: #4F6B72;
    text-align: right;
    font-style: italic;
    font-size: smaller;
    margin-bottom: 5px;
}

#seeCommercialMovie:hover {
    cursor: pointer;
}