﻿.spotlight
{
    min-height:256px;
    width:694px;
    margin: 10px 0px 10px 10px;
    overflow:visible;
    position:relative;
    -moz-box-shadow:0 0 10px #333333;
    box-shadow: 0 0 10px #333333;
    -webkit-box-shadow: 0 0 10px #333333;
}

.spotlight img {
	position:absolute;
	top:0px;
	left:0px;
    width:695px;

}

.spotlightBigImage
{
    background-color:#000;
    float:left;
    width:510px;
    height:100%;
    z-index:1;
    cursor:pointer;
}

.spotlightBigDesc
{
    background-color:#000;
   
    position:relative;
    top:192px;
    left:0px;
    width:100%;
    height:64px;
    z-index:100;
    opacity:0.8;
    text-align:center;
    color:White;
}

.spotHeadline
{
    float:left;
    height:1.5em;
    color:Orange;
    font-weight:bold;
    font-size:16px;
    width:100%;
    padding-top:10px;
}

.spotDesc
{
    float:left;
    height:1.5em;
    color:White;
    font-weight:normal;
    width:100%;
}

.spotlightItem
{
    background-position: 0px 62px;
    background-image: url(/content/img/portal/line.gif);
    float: left;
    width: 200px;
    height: 64px;
    padding-left: 5px;
    background-repeat: no-repeat;

}

.spotlightItem img
{
    float:left;
    padding-top:1px;
    background:none;
}
.spotlightItem:hover
{
/*    border: 1px solid #989898;*/
    cursor:pointer;
}

.spotlightItem_sel
{
    color:Orange;
    background-color:Black;
    background-image: url(../img/portal/vgrad1.gif);
    background-position:0px 0px;
    background-repeat:repeat-x;
    font-weight:bold;
}

.spotlightItem img
{
    width:60px;
    height:60px;
    float:left;
}

.spotlightItemCaption
{
    height:1.5em;
    /*background-color:#afafaf;*/
    /*opacity:0.75;*/
    text-align:center;
    float:right;
    width:140px;
    padding-top:22px;
}
