h2 {
	padding: 20px 0 10px 0;
	text-transform: uppercase;
}

h3 {
	color: #000000;
}

div.next-event {
	border: 1px solid #CCCCCC;
	position: relative;
	width: 510px;
	height: 300px;
	margin: 0 0 20px 0;
	padding: 0 20px;
}

div.next-event div.circuit-diagram-wrapper {
	position: absolute;
	top: 50px;
	right: 40px;
}

div.next-event img.circuit-flag {
	position: absolute;
	top: 10px;
	right: 10px;
}

div.next-event p.column-title-short {
	font-family: Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0;
	font-weight: bold;
}

div.next-event dl.stats-list {
	margin-top: 20px;
	overflow: hidden;
	width: 200px;
}

div.next-event dl.stats-list dt {
	float: left;
	clear: left;
	font-weight: bold;
	width: 130px;
	border-bottom: 1px solid #666666;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	height: 14px;
}

div.next-event dl.stats-list dd {
	float: left;
	width: 50%;
	width: 70px;	
	border-bottom: 1px solid #666666;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	text-align: right;
	height: 14px;
}

div.next-event p.column-circuit-name {
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 10px 0 0;
}

div.next-event p.column-date {
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 0 10px;
	border-left: 2px solid #666666;
}

div.next-event a.race-preview-link {
	width: 162px;
	padding: 8px 30px 8px 8px;
	display: block;
	background-color: #666;
	background-image: url(../images/rh_buttons/bg.jpg);
	background-repeat: no-repeat;
	background-position: -10px center;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
}

div.next-event a.race-preview-link:hover {
	background-position: -225px center;
}

table.calendar {
	border-collapse: collapse;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background-image: url(../images/compfadetd.gif);
	background-repeat: repeat-x;
	background-position: top;
}

table.calendar th {
	background-image: url(../images/compfadeth.gif);
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px;
	font-size: 1.2em;
}

table.calendar td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	font-weight: bold;
}

table.calendar td a {
	color: #3baf62;
	text-decoration: none;
}

table.calendar td.column-date {
	width: 88px;
}

table.calendar td.column-title-short {
	width: 134px;
}

table.calendar td.column-circuit-name {
	width: 134px;
}

table.calendar td.column-preview {
	width: 69px;
}

table.calendar td.column-report {
	width: 69px;
}

div.profile-body table {
	border-collapse: collapse;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background-image: url(../images/compfadetd.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}

div.profile-body table td, div.profile-body table th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;	
}

div.profile-body table th {
	font-weight: bold;
}

div.profile-body table td a {
	color: #3baf62;
	text-decoration: none;
}

p.intro {
	font-weight: bold;
}

/* NEW MOTOR RACING SECTION 2010 */

div.arrowhead-right {
	position: absolute;
	border-top: 5px solid #FFFFFF;
	border-right: 0;
	border-bottom: 5px solid #FFFFFF;
	border-left: 15px solid #D5D5D5;
	height: 0px;
	width: 0px;
	line-height: 0px;
	right: 0px;
	top: 1px;
	border-left-color: #D5D5D5;
}

div.moto_gp_home {
	background-image: url(../images/motor_racing/moto_gp_home_background.jpg);
	width: 569px;
	height: 422px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
}

div.world_superbikes_home {
	background-image: url(../images/motor_racing/world_superbikes_home_background.jpg);
	width: 569px;
	height: 422px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
}

div.moto_gp_home a,
div.world_superbikes_home a {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	padding: 0 20px 0 0;
	position: absolute;
	display: block;
}

div.moto_gp_home a#calendar-link,
div.world_superbikes_home a#calendar-link {
	top: 18px;
	left: 0px;
}

div.moto_gp_home a#gallery-link,
div.world_superbikes_home a#gallery-link {
	top: 90px;
	left: 222px;
}

div.moto_gp_home a#performance-charts-link,
div.world_superbikes_home a#performance-charts-link {
	top: 120px;
	left: 374px;
}

div.moto_gp_home a#profiles-link {
	top: 187px;
	left: 200px;
}

div.world_superbikes_home a#profiles-link {
	top: 145px;
	left: 200px;
}

div.world_superbikes_home a#profiles-link-bmw {
	top: 145px;
	left: 370px;
}

div.moto_gp_home a:hover div.arrowhead-right,
div.world_superbikes_home a:hover div.arrowhead-right {
	border-left-color: #FE0103
}

div.moto_gp_home div#calendar-summary,
div.world_superbikes_home div#calendar-summary {
	width: 170px;
	height: 170px;
	position: absolute;
	top: 55px;
	left: 11px;
}

div.moto_gp_home div#calendar-summary p#next-race-label,
div.world_superbikes_home div#calendar-summary p#next-race-label {
	font-size: 1.4em;
	font-weight: bold;
	color: #FF0000;
}

div.moto_gp_home div#calendar-summary dl dt,
div.world_superbikes_home div#calendar-summary dl dt {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #777777;
	padding: 3px 0 3px 0;
}

div.moto_gp_home div#calendar-summary dl dd,
div.world_superbikes_home div#calendar-summary dl dd {
	font-weight: bold;
	border-bottom: 1px solid #777777;
	padding: 3px 0 3px 0;
}

div.moto_gp_home div#calendar-summary dl dd a,
div.world_superbikes_home div#calendar-summary dl dd a {
	font-size: 1.4em;
	color: #019A34;
	position: relative;
	display: block;
	padding: 0 20px 0 0;
}

div.moto_gp_home div#calendar-summary div.arrowhead-right,
div.world_superbikes_home div#calendar-summary div.arrowhead-right {
	border-top-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #636363;
	top: 1px;
	right: 0px;
}

div.rhbox h3 a {
	color: #019A34
}

div.rhbox a {
	color: #777777;
}

div.rhbox a.active {
	color: #FE0103;
}

div#moto-gp-menu-wrapper {
	width: 320px;
	height: 280px;
	position: absolute;
	top: 380px;
}

div#superbikes-menu-wrapper {
	width: 250px;
	height: 280px;
	position: absolute;
	left: 424px;
	top: 357px;
}

div#moto-gp-menu-wrapper div#moto-gp-bike-wrapper,
div#superbikes-menu-wrapper div#superbikes-bike-wrapper
{
	position: absolute;
	top: 40px;
}

ul#moto-gp-menu,
ul#superbikes-menu {
	width: 214px;
	background-image: none;
	list-style-type: none;
	position: absolute;
	left: 63px;
	border: 0;
	padding: 0;
}

ul#superbikes-menu {
	left: 35px;
	top: 25px;
}

div.hover ul#moto-gp-menu, div.hover ul#superbikes-menu,
div#moto-gp-menu-wrapper:hover ul#moto-gp-menu, div#superbikes-menu-wrapper:hover ul#superbikes-menu {
	border-right: 1px solid green;
	border-bottom: 1px solid green;
}

ul#moto-gp-menu li,
ul#superbikes-menu li {
	list-style-type: none;
	background-image: url(../images/motor_racing/motorsport_series_menu_background.jpg);
	background-position: top right;
	display: none;
	margin: 0;
	padding: 7px 0 6px 4px;
	border: 0;
}

ul#moto-gp-menu li:hover,
ul#superbikes-menu li:hover {
	background-image: url(../images/motor_racing/motorsport_series_menu_background_active.jpg);
}



ul#moto-gp-menu li:hover a,
ul#superbikes-menu li:hover a {
	color: #FFFFFF;	
}

div.hover ul#moto-gp-menu li, div#moto-gp-menu-wrapper:hover ul#moto-gp-menu li,
div.hover ul#superbikes-menu li, div#superbikes-menu-wrapper:hover ul#superbikes-menu li{
	display: block;
	border-left: 1px solid green;
	border-top: 1px solid green;
}

ul#moto-gp-menu li.first,
ul#superbikes-menu li.first {	
	display: block;
	color: #808080;
}

ul#moto-gp-menu li a,
ul#superbikes-menu li a {
	text-decoration: none;
	display: block;
	margin: 0;
	font-weight: bold;
	width: 100%;
	height: 100%;
}

ul.profile-list {
	border-top: 1px solid #DDDDDD;
	border-right: none;
	border-bottom: 1px solid #DDDDDD;
	border-left: none;
	float: left;
	width: 550px;
}

#content_left ul.profile-list li {
	float: left;
	background-image: none;
	padding: 10px 0 10px 0;
	position: relative;
	overflow: hidden;
	width: 550px;
}

#content_left ul.profile-list li a {
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	background-image: url(../images/motor_racing/motorsport_series_menu_background.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 30px 0 0;
}

#content_left ul.profile-list li h3 {
	padding-top: 0;
}

#content_left ul.profile-list li img {
	float: left;
	margin: 0 20px 0 0;
}

.rhbox h2 {
	position: relative;
	background-image: url(../images/rh_buttons/blank_double_arrow_bottom_left.jpg);
	background-color: #464646;
	padding: 8px 25px 50px 8px;
}

div.rhbox:hover h2, div.rhbox h2 {
	background-image: url(../images/rh_buttons/blank_double_arrow_bottom_left.jpg);
	background-position: right top;
	background-color: #065921;
}

div.motorsport-nav-icon-wraper {
	position: absolute;
	bottom: -10px;
	right: 0px;
}

* html div.motorsport-nav-icon-wraper {
	position: absolute;
	top: 15px;
	right: 20px;
}

a.preview-link,
a.report-link {
	display: block;
	height: 17px;
	text-decoration: none;
	font-weight: bold;
	list-style-type: none;
	background-image: url(../images/motor_racing/motorsport_series_menu_background.jpg);
	background-position: top middle;
	background-repeat: no-repeat;
	margin: 0;
	padding: 7px 0 6px 4px;
	border: 0;
	background-position: right;
}

a.preview-link-inactive,
a.report-link-inactive {
	display: block;
	height: 17px;
	text-decoration: none;
	font-weight: bold;
	background-position: top middle;
	background-repeat: no-repeat;
	margin: 0;
	padding: 7px 0 6px 4px;
	border: 0;
}

div#world_superbikes_2010 a {
	background-image: url(../images/rh_buttons/world_superbikes.gif);
}

div#world_superbikes_2011 a {
	background-image: url(../images/rh_buttons/world_superbikes.gif);
}

div#motogp_2010 a {
	background-image: url(../images/rh_buttons/moto_gp.gif);
}

div#castrol-racing-history-button a {
	background-image: url(../images/rh_buttons/castrol_history.gif);
}

div#five-hundred-wins-button a {
	background-image: url(../images/rh_buttons/500-wins.gif);
}

ul.feature-list {
	border-top: 1px solid #DDDDDD;
	border-right: none;
	border-bottom: 1px solid #DDDDDD;
	border-left: none;
	width: 550px;
}

#content_left ul.feature-list li {
	background-image: none;
	padding: 10px 0 10px 0;
	position: relative;
	overflow: hidden;
	width: 550px;
}

#content_left ul.feature-list li a {
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	background-image: url(../images/motor_racing/motorsport_series_menu_background.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 30px 0 0;
}

#content_left ul.feature-list li h3 {
	padding-top: 0;
}

#content_left ul.feature-list li img {
	float: left;
	margin: 0 20px 0 0;
}

.rhbox h5 {
	color: #333333;
}

