/*ATHLETES HOME*/

.ath_list_container {
	border-left: #393939 solid 1px;
	border-right: #393939 solid 1px;
	border-bottom: #393939 solid 1px;
	padding: 0;
	width: 798px;
}

/************************************************************* MAIN PAGE NAVIGATION */

.athlete_list {margin:0; padding:0; list-style:none; width:800px; margin:0 auto;}
.athlete_list li {float:left; margin:0 6px 6px 0; position:relative;}
.athlete_list li a {display:block; width:248px; height:86px; padding:7px; text-decoration:none; overflow:hidden; background:url(../culture/athletes/images/li_bg.jpg) 0 0;}
.athlete_list li a:hover {background:none; color:#fff; cursor:pointer; background:url(../culture/athletes/images/li_bg.jpg) 0 -100px;}
.athlete_list li img, .athlete_list li h3, .athlete_list li p {float:left;}
.athlete_list li h3, .athlete_list li p {width:154px;}
.athlete_list li h3 {margin:0 0 0 8px; padding:0 0 7px 0; line-height:14px; font-style:normal; font-size:12px; text-transform:uppercase; border-bottom:1px solid #222222; color:#ededed;}
.athlete_list li p {margin:0 0 12px 8px; padding:7px 0 0 0; font-size:10px; line-height:14px; border-top:1px solid #373737; color:#898989;}
.athlete_list li p.link {margin:0 0 0 7px; padding:0; color:#444; border:none; width:auto;}
.athlete_list li a:hover p.link {color:#942a31;}



/*ATHLETES PAGES*/

#athlete_header {
	width: 880px;
	height: 388px;
	position:relative;
}

#mt_athletes_home {
	width: 880px;
	height: 356px;
}

ul.athletes_home_nav_list {
	margin:0;
	padding:0;
}

ul.athletes_home_nav_list li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

ul.athletes_home_nav_list li span {display:none;}

li.athletes_home_nav_list_lt {width:48px; height:356px; background:url(../culture/athletes/images/athletes_home_nav_list_lt.jpg) 0 0 no-repeat}
li.athletes_home_nav_list_rt {width:43px; height:356px; background:url(../culture/athletes/images/athletes_home_nav_list_rt.jpg) 0 0 no-repeat}

li.bodybuilding_ath, li.mma_ath, li.fitness_ath {
	width:263px;
	height:356px;
}

li.bodybuilding_ath a, li.mma_ath a, li.fitness_ath a {
	width:263px;
	height:356px;
	display:block;
}

li.bodybuilding_ath a {background:url(../culture/athletes/images/bodybuilding_ath.jpg) 0 0 no-repeat;}
li.mma_ath a {background:url(../culture/athletes/images/mma_ath.jpg) 0 0 no-repeat;}
li.fitness_ath a {background:url(../culture/athletes/images/fitness_ath.jpg) 0 0 no-repeat;}

li.bodybuilding_ath a:hover, li.mma_ath a:hover, li.fitness_ath a:hover {background-position: 0 -356px;}

#athlete_vitals {
	position:absolute;
	width:300px;
	height:130px;
	left: 403px;
	top: 186px;
}

#athlete_vitals p{
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
	line-height:16px;
}

