#mySpotlight {
        position:relative;
        display:none;


}
#mySpotlight form.spotsearch {
	border:0;
	background:none;
	padding:0;
	margin-bottom:8px;
}
#mySpotlight dl {
        position:relative;
        border-top:1px solid #C6CFD1;
                border-bottom:1px solid #C6CFD1;

}

#mySpotlight dl dt{
        padding:5px;
       background:#D9DFE0 none repeat scroll 0 0;
		 border:1px solid #C6CFD1;
       color:#4B5255;
       border-top:0px;
        

}
#mySpotlight dl dd{
         margin: 0;
         background:#fff none repeat scroll 0 0;
         border:1px solid #C6CFD1;
			border-top:0px;
			border-bottom:0px;

			padding:10px;
}
#mySpotlight p{
}
#mySpotlight dl dt.mySpotlightHover
{
         background: #233A40;
         border-color:#233A40;
         color:#fff;
   		cursor:pointer;
   		outline:none;
}
#mySpotlight dl dt.mySpotlightActive
{
        background: #233A40;
        border-color:#233A40;
        color:#fff;
}
#mySpotlight h3.spotsearchheader {
   color:#111;
   font-size:14px;
   font-weight:bold;
   margin:0pt 0pt 2px;

}
#mySpotlight dl div.ispot {
   background:#fff  url(/public/gfx/spotlight-item-bg.gif) repeat-x bottom;
   border-top:1px solid #FFF;
   border-bottom:1px solid #b4cfde;
   line-height:10px;
   clear:both;
}
#mySpotlight div.iMove {
   float:left;
   width:25px;
   margin-right:5px;
   height:50px;
   background: url(/public/gfx/buttons/move-arrow.png) no-repeat left center;
   cursor:pointer;
}
#mySpotlight div.iMoveU {
    background: url(/public/gfx/buttons/move-arrow.png) no-repeat right center;

}
#mySpotlight dl div.ispot div.spotwrapper {
   position:relative;
}
#mySpotlight dl div.ispot div.control {
   /*position:absolute;
   bottom:5px;
   left:10px;*/
   margin:5px 10px;
}
#mySpotlight dl div.ispot div.control a {
   margin-right:10px;
}
#mySpotlight dl div.ispot div.pop {
   position:absolute;
   top:0px;
   left:0px;
   width:100%;
   height:100%;
   background:url(/public/gfx/trans.png);
}
#mySpotlight dl div.ispot div.cover {
   position:absolute;
   left:40%;
   bottom:5px;
   width:110px;
   color:#fff;
   border:1px solid #63C5EB;
   background:#EDFDFF;
}

#mySpotlight dl div.ispot div.cover div.close {
   color:#fff;
   text-align:right;
   padding:1px 3px;
   background:#63C5EB;
   border-bottom:1px solid #fff;
   display:block;
   cursor:pointer;
}
#mySpotlight dl div.ispot div.cover a {
   display:block;
   padding:3px;
   text-decoration:none;
   font-size:10px;
}
#mySpotlight dl div.ispot div.cover a:hover {
   background:#63C5EB;
   color:#fff;
}
#mySpotlight dl div.ispot h2 {
        font-size:14px;
        color:#075EA0;
        padding:0;
        margin:5px 10px 2px 10px;
}
#mySpotlight dl div.ispot h3 {
        font-size:10px;
        color:#222;
        padding:0;
        margin:0 10px 2px 10px;
}
#mySpotlight dl div.ispot p {
        font-size:10px;
        margin:0 10px;
        color:#777;
}
#mySpotlight .spotnotice
{
        display: none;
}
#mySpotlight dl div.ispot h2.mine {
   background: url('/public/gfx/buttons/mine.png') no-repeat right;
   padding:3px 0;
}
#mySpotlight dd.grayb  {
		background:#f6ecd8;

}


