@charset "utf-8";
/* CSS Document */

ul#meettheteam {
	list-style-type:none;
	padding:0;
	margin:0;
}
ul#meettheteam li {
	border-top: solid 1px #333333;
	background-image:url(/templates/default/en/img/coaches/bg_meettheteam.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#CCCCCC;
	font-size:12px;
}
ul#meettheteam .team_image {
	float:left;
	margin-right:10px;
	width:128px;
	height:188px;
}
ul#meettheteam .team_info {
	float:left;
	width:80%;
}
ul#meettheteam .team_col_title {
	font-size: 24px;
	color:#FFFFFF;
	text-transform:uppercase;
	margin: 10px 0;
}
ul#meettheteam .team_col_1 {
	width:27%;
	float:left;
}
ul#meettheteam .team_col_2 {
	width:45%;
	float:left;
}
ul#meettheteam .team_col_3 {
	width:27%;
	float:left;
}
ul#meettheteam .team_row {
	clear:both;
	background:none !important;
}
ul#meettheteam .team_row span {
	background:none !important;
}

ul#meettheteam span div span {
	display:block;
	background-image:url(/templates/default/en/img/coaches/div_meettheteam.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding: 8px 0;
	margin-bottom: 5px;
}
ul#meettheteam span div span span {
	color:#FFFFFF;
	background-image:none;
	padding:0;
}

/*** Coach *****************************************/
.coach span {
	margin-bottom:0 !important;
}
.coach_name {
	color:#FFFFFF;
}
.coach_ext, .coach_hours {
	width:80px;
}
.coach_email {
	font-size:9px;
}
.coach_btn {
	clear:both;
	margin-top:10px;
}
.coach_btn a {
	background-color:#990000;
	border:1px solid #FF0000;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	padding: 2px 8px;
	clear:both;
}
.coach_btn a:hover {
	background-color:#FF0000;
}
.coach_btn pre {
	display:block;
}

.coach_btn span {
	background:none !important;
	padding:0 !important;
}
/*** Popup *****************************************/
#ajax_div {
	margin-left:auto !important;
	padding:10px;
}