/*________________________________________ GLOBAL ______________________________________*/
/* BACKGROUND COLOR */
html, body {
	background-color: #587e7e;
}

/* BACKGROUND GRADIENT = 1px X designer defined */
body {
	background-image: url('http://i.current.com/images/skins/infomania/images/bg2.jpg');
}


/*________________________________________ LEADER BOARD ______________________________________*/

/* LEADER BOARD IMAGE */
#interestTitle {
	background: url('http://i.current.com/images/skins/target_women/images/header_target_women_03.jpg');
	background-repeat:no-repeat;
	
}

/* LEADER BOARD HEIGHT */
#interestTitle h1 {
	height: 162px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}



/*______________________________________ SPONSOR LEADER BOARD LINK _____________________________________*/

/* FLOATING SPONSOR LINK DIV */
#interestSponsorLink {
	float: left;
	width: 130px;
	height: 25px;
	margin-top: -435px;
	margin-left:260px;
}


/*______________________________________ ADD TO TOPIC LABEL BUTTON & COPY _____________________________________*/


/* CLOSED/OPEN TOPIC LABEL VISIBILITY */
#interestTypeLabel {
	display: none;
}


/*______________________ TURN OFF "FOLLOR TOPIC" & "SHARE TOPIC" BUTTONS ________________________*/


#contentItemFlagLink{
display:none;
}

#followButton{
display:none;
}

#contentItemShareLink{
display:none;
}



/*__________________________________________ ABOUT MODULE _______________________________________*/
/* EXPLAINER DIV FOR ABOUT TEXT */
#interestTitle #explainer {
	width: 96.3em;
	margin: 0 0;
	padding: 1.0em;
	overflow: hidden;
}


/*_____________________________________ CONTENT AREA ______________________________________*/	

#currentSlot {}

.jasonClass{
width:258;
font-size:12px; 
margin-top:13px; 
line-height:15px;
color:#cccccc;
}

.jasonClass2{
float:left; 
width:60px; 
height:60px; 
padding-left:3px; 
padding-right:7px;
font-weight:bold;

}

#railRT{
display:none;
}