/**
 * sv.dtn.css is used to define the styles for the DTN widget.
 */

.spotlight_bg {
	background:url(../images/dtn/spotlightad_bg.png) repeat-x;
	height:150px;
	width:200px;
}

.spotlight_bg_l {
	background:url(../images/dtn/spotlightad_bg_l.png) no-repeat left;
	height:150px;
}

.spotlight_bg_r {
	background:url(../images/dtn/spotlightad_bg_r.png) no-repeat right;
	height:150px;
}

.spotlight_bg_content {
	background:url(../images/dtn/spotlightad_bg_c.png) no-repeat center;
	height:150px;
}

#leftcolInt .spotlight_bg { width:200px!important; }
#maincol2col .spotlight_bg, #homeRtCol .spotlight_bg { width:300px!important; }

.spotlight_text {
	padding:35px 0 0 0;
	margin:0 10px;
	color:#2c4080;
}

.spotlight_text a {
	color:#2c4080;
	text-decoration:underline;
	padding:5px 0;
	display:block;
}

#leftcolInt .spotlight_text { text-align:left; }
#maincol2col .spotlight_text, #homeRtCol .spotlight_text { text-align:center; }
