@charset "utf-8";
/* CSS Document */
@import url("jquery.rating.css");

.TipOfDayWrapper {	
	background:url(../images/BG_tips_right.gif) no-repeat right top;

}

.TipOfDay {
	background:url(../images/BG_tips.gif) top repeat-x #ececec !important;
}


.TipOfDay .title { margin-bottom:8px; display:inline; }

.TipOfDay .rating img { float:left; display:inline; margin-top:2px; margin-right:1px; }

.TipOfDay p { margin:10px 0; min-height:60px; _height:60px; }

.TipOfDay .starsWrapper { float:left; width:90px; min-height:20px; _height:20px; }


.TipOfDay .rateit {
	font-size: 10px;
	text-transform: uppercase;
	color: #010101;
	font-weight: bold;
	float: left;
	width:45px;
	line-height:20px;
	
}

#featuredAthlete {
	background-color:#d91500;
	width:191px;
	float:left;
	position:relative;
	border-top:3px #272727 solid;
	padding-top:36px;
	padding-left:11px;
	display:inline;
	
}

#featuredAthlete .title { margin:8px 0; }

#featuredAthlete .athlete { display:none; }

#featuredAthlete .ath_name { height:56px; float:left; }

#featuredAthlete .profile {
	width:161px;
	background-color:#eeeeee;
	padding:10px 10px 30px 10px;
	float:left;
	height:398px;
	display:inline;
}

#featuredAthlete .dots {
	position:absolute;
	top:6px;
	left:11px;
}

#featuredAthlete .dots a { background:url(../images/B_dot.png) left no-repeat; width:10px; height:10px; display:block; float:left; margin-right:4px; }

#featuredAthlete .dots a:hover, #featuredAthlete .dots .active { background-position:right; }

#featuredAthlete .dots a span { display:none; }

#featuredAthlete .profile_text  { margin-top:15px; margin-bottom:15px; }

#featuredAthlete .profile_text p { margin:10px 0; }

#featuredAthleteBottom { 
	background:url(../images/BG_featuredAth_bottom.gif) bottom no-repeat;
	width:202px;
	height:9px;
	position:absolute;
	bottom:-9px;
	left:0;
}


.share {
	position:absolute;
	top:0;
	right:9px;
}



