.courseContentRHM{
	font-size:0.70em;
	font-family:Verdana, sans-serif;
	color:3c3433;
	padding:4px 12px 4px 12px;
}
.courseContentRHM h2{
	color:#333333;
	font-family:Myriad Pro,Verdana,sans-serif;
	font-size:1.6em;
	font-weight:bold;
	line-height:normal;
	padding:0 0 0 5px;
}

#courseNav{
	list-style:none;
	padding:10px 100px 0 30px;
	margin:20px 10px 10px 0;
	/*
	max-width:600px;
	background-color:#00CC33;
	*/
}
#courseNav li{
	float:left;
	display:inline;
	font-family:Verdana, sans-serif;
	font-size:0.70em;
	/*display:block;*/	
	border:solid 1px #999;
	background-color:#dedede;	
	padding:0px 2px 2px 4px;
	color:#999999;
	margin-right:5px;
}
#courseNav li *{
	display:inline;
	padding:2px 4px 2px 4px;
}
#courseNav li.floatRight{
	float:right;
	padding:2px;
	margin-right:5px;
	margin-bottom:10px;
}

#courseNav li a{
	font-family:Myriad Pro, Arial, sans-serif;
	font-size:1.6em;
	font-weight:bold;
	color:#999;
	text-decoration:none;
	padding:0px;
}
#courseNav li:hover{
	background-color:#CCC;
}
#courseNav li a:hover{
	color:#333;
	text-decoration:none;
}

#courseNav li a.current{
	color:#000;
	text-decoration:none;
	/*padding:8px;*/
	/*border:#666 solid 1px;
	background-color:#999;*/
}
#courseNav li a.same{
	/*color:#999;*/
	/*padding:8px;
	border:#999 solid 1px;
	background-color:#CCC;*/
}


#otherCourses{
	width:258px;
	float:left;
	padding:0 0 10px 10px;
	margin:0 15px 10px 10px;
	border:#999999 solid 1px;	
	background-image:url(/css/assets/foot_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#606060;	
	color:#FFFFFF;
}
#otherCourses.fullWidth{
	width:auto;
	float:none;
}
#otherCourses h3{
	font-family:Myriad Pro, Arial, sans-serif;
	font-size:2em;
	font-weight:lighter;
	padding:15px 5px 0 5px;
}
#otherCourses span{
	display:block;
	font-size:0.9em;
	padding:10px 5px 0 5px;
}
#otherCourses ul{
	list-style:none;
}
#otherCourses ul li{
	list-style-position:outside;
	margin:0 0 8px 0;
}
#otherCourses ul li a{
	display:block;
	font-size:0.80em;
	color:#CCC;
	text-decoration:none;
	padding:0 5px 0 15px;
	line-height:normal;
	/*padding:1px 0 1px 15px;*/
	background-image:url(/css/assets/hp/ccc_arrow.png);
	background-position:left;
	background-repeat:no-repeat;
}
#otherCourses ul li a:hover{
	color:#FFF;
	text-decoration:none;	
	background-image:url(/css/assets/hp/fff_arrow.png);
	background-position:left;
	background-repeat:no-repeat;
}


h2 a{
	padding-left:0;
	margin-left:0;
	text-decoration:none !important;
}
h2 a img{
	text-decoration:none;
	padding:8px 0px 8px 15px  !important;
}

ul#coursesViewed{
	list-style:none;
}
ul#coursesViewed li{
	list-style-position:outside;
	padding:4px 4px 0 0;
	/*background-color:#9FF;*/
}
ul#coursesViewed li a.courseViewed{
	display:block;
	color:#666666;
	text-decoration:none;
	/*padding:0 0 0 15px;*/
	width:125px;
	display:block;
	color:#666666;
	text-decoration:none;
	margin:0 0 6px 0;
	padding:0 0 0 15px;
	background-image:url(/css/assets/hp/ccc_arrow.png);
	background-position:left center;
	background-repeat:no-repeat;
	/*background-color:#0F6;*/
	float:left;
}
ul#coursesViewed li a.courseViewed:hover{
	color:#000;
	text-decoration:none;
	background-image:url(/css/assets/hp/fff_arrow.png);
	background-position:left center;
	background-repeat:no-repeat;
}
#related ul#coursesViewed li a.removeCourseViewed{
	display:block;
	float:right;
	margin:0 5px 0 0;
	padding:0;
	background-image:url(/css/assets/courses/remove_course_ccc.png);
	background-position:left center;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	/*background-color:#F93;*/
}
#related ul#coursesViewed li a.removeCourseViewed:hover{
	background-image:url(/css/assets/courses/remove_course_fff.png);
}

