/* SPOTLIGHT */
#divSpotlight {
    width: 970px;
    float: left;
}

#divSpotlight h1 {
    margin: 10px 0 0 0;
    width: 950px;
    font-size: 13px;
    font-weight: normal;
    background-color: #4f2d7f;
    color: #fff;
    padding: 3px 0 3px 10px;
}

#divSpotlight h1 a {
    /* font-size: 10px; */
    text-decoration: underline;
    color: #fff;
}

#divSpotlight h1 a:hover {
    /* font-size: 10px; */
    text-decoration: none;
    color: #ccc;
}

#tblSpotlight {
    width: 960px;
    margin-bottom: 6px;
    margin-left: 0px;
}

#tblSpotlight td {
    width: 238px;
    height: 75px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 9px;
    border-right:  solid 1px #bab0df;
    border-bottom: solid 1px #bab0df;
}

#tblSpotlight img {
    width: 220px;
    height: 57px;
    border: none 0 #fff;
}

.spotlightTopRight {
    border-top:    none  0px;
    border-left:   solid 1px #bab0df;
}

.spotlightTop {
    border-top:    none  0px;
    border-left:   none  1px;
}

.spotlightBotRight {
    border-top:    none  1px;
    border-left:   solid 1px #bab0df;
}

.spotlightBot {
    border-top:    none  1px;
    border-left:   none  1px;
}
