/* HOME PAGE */
#divHeaderHome {
    background-image: url(../../Image/headerHome.jpg);
    background-repeat: no-repeat;
    height: 175px;
}

.featured {
    font-weight: bold;
    color: #cc3333;
    font-size: 12px;
}

.new {
    background-color: #cc3333;
    color: #fff;
    font-weight: bold;
    padding: 1px 3px 1px 3px;
}

.comingSoon {
    color: Blue;
    text-decoration: underline;
}

