#siteContent {
	position: relative;
	width: 100%;
	background: transparent url(/images/riderprofiles/profile_bg.gif) repeat-y;
	border-top: 1px solid white;
	overflow: hidden;
}

#riderImages {
	position: relative;
	float: left;
	width: 260px;
	overflow: hidden;
}

#riderImages .riderImage {
	position: relative;
	margin-left: 11px;
	border-bottom: 2px solid white;
}

#riderImages .riderImage img {
	border-left: 2px solid #edc001;
}


#riderContent {
	position: relative;
	float: left;
	width: 303px;
	overflow: hidden;
}

#riderContent h2 {
	position: relative;
	margin: 0px;
	padding: 4px 10px;
	background: #edc001;
	font-size: 14px;
}

#riderContent .strContent {
	position: relative;
	padding: 10px;
}

#riderPanel {
	position: relative;
	float: right;
	width: 186px;
	overflow: hidden;
	margin: 0;
	color: #2e2e2e;
}

#riderPanel .panelHeader {
	position: relative;
	width: 186px
}


#riderPanel h3 {
	font-size: 12px;
	color: #fff;
	padding: 3px 10px;
	background: #999;
}

#riderPanel .panelHeader h3 {
	background: #666;
	padding: 4px 10px;
	font-size: 14px;
	color: #fff;
}

#riderPanel h4 {
	font-size: 10px;
}

#riderPanel .noh,
#riderPanel .dob,
#riderPanel .pob {
	position: relative;
	width: 166px;
	margin: auto;
	margin-top: 5px;
	background: transparent url(/images/riderprofiles/white_dashed_line.gif) repeat-x bottom left;
}

#riderPanel .noh .strContent {
	position: absolute;
	right: 0px;
	top: 0px;
}

#riderPanel .gs {
	position: relative;
	width: 166px;
	margin: auto;
	margin-top: 5px;
	padding-bottom: 5px;
}

#riderPanel .gs h4 {
	padding-bottom: 2px;
}

#riderPanel .gs .strContent, 
#riderPanel .pob .strContent {
	position: relative;
	padding-bottom: 4px;
	margin: 0;
}

#riderPanel .pob .strContent {
	background: transparent url(/images/riderprofiles/white_dashed_line.gif) repeat-x bottom left;
}

#riderPanel .seasonResults {
	position: relative;
	padding-bottom: 10px;
}

#riderPanel .seasonResults .strContent {
	padding: 0px 10px;
}

#riderPanel .seasonResults td {
	padding: 3px 0px;
	width: 166px;
}

#riderPanel .seasonResults tr {
	background: transparent url(/images/riderprofiles/white_dashed_line.gif) repeat-x bottom left;
}

#riderPanel .topTips {
	position: relative;
	width: 186px;
}

#riderPanel .topTips .strContent {
	position: relative;
	padding: 5px 10px;
}

#riderPanel .topTips ul {
	list-style-image: url(/images/product/advice_arrow.gif);
	padding-left: 15px;
	margin: 0px;
}

#riderPanel .topTips li {
	padding-bottom: 5px;
}

