/* CSS Document */

#spotlight {
font-family:arial;
font-size:medium;
padding:7px 6px 7px 6px;
}
#topRow {
height:150px;
padding:0px 0px 0px 25px;
}
#topRow h1 {
text-align:center;
}
#topRow ul{
padding-top:5px;
}
#topRow li{
padding:2px;
}
#bottomImages {
text-align:center;
}
#bottomImages img {
border-top:1px solid #ccc;
border-right:1px solid #666666;
border-left:2px solid #666666;
border-bottom:2px solid #000000;
}
#leftImages img {
border-top:1px solid #ccc;
border-right:1px solid #666666;
border-left:2px solid #666666;
border-bottom:2px solid #000000;
margin-bottom:4px;
}
#rightImages img {
border-top:1px solid #ccc;
border-left:1px solid #666666;
border-right:2px solid #666666;
border-bottom:2px solid #000000;
margin-bottom:4px;
}

.indexSpot {
float:left;
border:1px solid #ff6600;
border-bottom:1px solid #000000;
background-color:#f5f5f5;
padding:2px 3px 2px 4px;
margin:0px 4px 3px 3px;
width:248px;
min-height:350px;
font-size:x-small;
}

.indexSpot h3 {
text-align:center;
font-size:small;
margin: 2px;
}
.indexSpot li {
font-size:x-small;
margin-left:15px;
margin-top:4px;
}
.bullet {
font-size:8pt;
font-weight:700;
}
.popProd {
float:left;
width:33%;
text-align:center;
line-height:8pt;
font-size:x-small;
}

.popProd img {
width:70px;
height:70px;
border:1px solid #ff6600;
}