@charset "utf-8";

.spotlight02 {
	background-image: url(img/podcast_icon.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
}

.spotlight01 {
	background-image: url(img/search_icon.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}

/** idea of overview **/
.new-spotlight {
    background-image: url(img/new_mobile.jpg);
    background-repeat: no-repeat;
    background-position: left 0px;
    padding: 4px 0px 15px 45px;
    font-size: 84%;
    color: #FF9900;
    font-weight: bold;
    border-bottom: dotted 1px #CCCCCC;
}

.new-spotlight a {
	float:left;
	width:100%;
    color: #FF9900;
}

.new-spotlight span {
    padding-left: 5px;
    font-size: 65%;
    color: #FF0000;
    font-weight: normal;
}

