th, td { padding: 5px 10px 5px 0; }
.heading td { border: none; }
h5 { margin: 1em 0 0; }
.midRed {
	background: url("/images/_pages/_global/mid_red_bar.png") repeat-x scroll center top transparent;
	height: 332px;
	padding: 17px 0 0;
	width: 100%;
}
#featured_video_embed {
	width: 300px;
	height: 233px;
	padding: 7px;
}
.mileHistoryWrap { width: 480px; }
.whyBox {
	background: url("/images/_pages/_global/athlete_bg.png") no-repeat scroll 0 0 transparent;
	border-radius: 7px 7px 7px 7px;
	display: block;
	font-size: 0.75em;
	height: 292px;
	line-height: 1.3em;
	margin: 0 auto;
	overflow: auto;
	overflow-y: auto;
	padding: 10px 20px;
	width: 785px;
}
ul.tabs { margin: 0; }
ul.tabs li { display: inline; }
ul.tabs a {
	color: #4D4F9C;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 34px 10px 0;
	text-transform: uppercase;
	float:left:
}

ul.tabs a:hover, ul.tabs a.current {color: #C74846;}
.emailButtonHistory { background: url(/images/_pages/_global/email.png) 0 0 no-repeat; width: 70px; height: 24px;  display: block; text-indent:-9999em; margin-top:3px;}
.emailButtonHistory:hover { background-position: 0 -24px;}

p img.float-left { margin: 0 1em 1em 0; }
.groups-list-wrap {
	width: 785px;
	margin: 10px auto 0;
	background: #fff;
	padding: 8px 20px;
	border-radius: 4px;
	text-align: center;
}
.athleteBox {
	background: url(/images/_pages/_global/athlete_bg.png) no-repeat scroll #fff;
	border-radius: 4px;
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 10px auto 0;
	padding: 20px;
	width: 785px;
}

.athleteBox p {line-height:1.5em;}

.athleteWrap {
	background: url(/images/_pages/athletes/repeater.jpg) center top;
	width: 100%;
	margin: 0px auto;
	padding-top: 10px;
}

.athleteWrap h2 {
	color: #fff;
	font-size: 35px;
	margin-bottom: 5px;
}

.boxTop {background: url("/images/_pages/athletes/border_top.jpg") repeat-x scroll center top transparent;
	height: 12px;
	width: 100%;
	margin-top:25px;
}
.boxBottom {background: url("/images/_pages/athletes/border_bottom.jpg") repeat-x scroll center top transparent;
	height: 14px;
	width: 100%;
}
.table-section table { width: 100%; }
.table-section h3 { margin: 12px 0; }

/* drop down start */
div.cs-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	background: #fff;
	font-size: 1.8em;
	z-index: 100;
	width: 100%;
	max-width: 500px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.cs-select:focus {
	outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
	display: none;
}

.cs-select span,
.cs-select a {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Placeholder and selected option */
.cs-select > span {
	padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected a::after {
	speak: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
	content: '\25BE';
	right: 1em;
}

.cs-select .cs-selected a::after {
	content: '\2713';
	margin-left: 1em;
}

.cs-select.cs-active > a::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

/* Options */
.cs-select .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 8px #888888;
	visibility: hidden;
}

.cs-select.cs-active .cs-options {
	visibility: visible;
}

.cs-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cs-select ul span {
	padding: 1em;
}

.cs-select ul li.cs-focus span {
	background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
	padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
	cursor: default;
}

@media (min-width: 62em) {
	div.cs-skin-underline { font-size: 1.25em; }
}

.cs-skin-underline > span {
	padding: 0.25em 3em 0.25em 0.5em;
	color: #4D4F9C;
	border-bottom: 3px solid #4D4F9C;
	font-weight: bold;
}

.cs-skin-underline > span::after {
	font-family: 'FontAwesome';
	content: '\f00d';
	right: 0.25em;
	-webkit-transform: translate3d(0,-50%,0) rotate3d(0,0,1,45deg);
	transform: translate3d(0,-50%,0) rotate3d(0,0,1,45deg);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.cs-skin-underline.cs-active > span::after {
	-webkit-transform: translate3d(0,-50%,0) rotate3d(0,0,1,270deg);
	transform: translate3d(0,-50%,0) rotate3d(0,0,1,270deg);
}

.cs-skin-underline .cs-options {
	background: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.4s, visibility 0s 0.7s;
	transition: opacity 0.3s 0.4s, visibility 0s 0.7s;
}

.cs-skin-underline.cs-active .cs-options {
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.cs-skin-underline ul a {
	position: relative;
	text-transform: uppercase;
	font-size: 66%;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 1.2em 0.8em;
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.cs-select ul a::after {
	content: '';
	opacity: 0;
}

.cs-select .cs-selected a::after {
	font-family: 'FontAwesome';
	content: '\f00c';
	opacity: 1;
	-webkit-transition: opacity 0.3s 0.7s;
	transition: opacity 0.3s 0.7s;
}

.cs-skin-underline ul a::before {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	height: 3px;
	width: 100%;
	background-color: #424242;
	-webkit-transform: translate3d(200%,0,0);
	transform: translate3d(200%,0,0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.cs-skin-underline.cs-active ul a,
.cs-skin-underline.cs-active ul a::before {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cs-skin-underline li:nth-child(5) a,
.cs-skin-underline li:nth-child(5) a::before,
.cs-skin-underline.cs-active li:first-child a,
.cs-skin-underline.cs-active li:first-child a::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.cs-skin-underline li:nth-child(4) a,
.cs-skin-underline li:nth-child(4) a::before,
.cs-skin-underline.cs-active li:nth-child(2) a,
.cs-skin-underline.cs-active li:nth-child(2) a::before {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.cs-skin-underline li:nth-child(3) a,
.cs-skin-underline li:nth-child(3) a::before {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.cs-skin-underline li:nth-child(2) a,
.cs-skin-underline li:nth-child(2) a::before,
.cs-skin-underline.cs-active li:nth-child(4) a,
.cs-skin-underline.cs-active li:nth-child(4) a::before {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.cs-skin-underline li:first-child a,
.cs-skin-underline li:first-child a::before,
.cs-skin-underline.cs-active li:nth-child(5) a,
.cs-skin-underline.cs-active li:nth-child(5) a::before {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
} /* more items require more delay declarations */

.cs-skin-underline .cs-options li a:hover,
.cs-skin-underline .cs-options li.cs-focus a,
.cs-skin-underline li.cs-selected a {
	color: #566473;
	background: transparent;
}
/* dropdown end */
