/* CSS Document */
.courseFinderPageContainer {
	margin-bottom:12px;
}

.courseFinderPageContainer h2 {
	margin-top:5px;
	font-size:13px;
}
	
.courseFinderPageContainer p {
	padding-bottom:12px;
}

.courseFinderHeaderLeft {
	float:left;
	width:438px;
	background-color:#4C2F91;
	white-space:nowrap;
	overflow:hidden;
}

.courseFinderHeaderRight {
	float:left;
	margin-left:1px;
	width:228px;
	background-color:#B5CE2F;
	padding:6px;
}

.courseFinderHeaderLeft h3 {
	margin:4px 6px 8px 10px;
	/*margin-left:10px;
	line-height:30px;*/
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}

.courseFinderHeaderLeft h3 a, .courseFinderHeaderLeft h3 a:visited {
	color:#FFFFFF;
}

.courseFinderHeaderLeft h3 a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.courseFinderDuration {
	color:#FFFFFF;
	font-weight:bold;
}

.courseFinderDurationText {
	color:#4C2F91;
	font-weight:bold;
}

.courseFinderDownload {
	/*position:absolute;
	bottom:0px;
	right:0px;*/
	float:right;
	width:120px;
}

.courseFinderDownload a {
	line-height:24px;
}

.courseFinderDownload a img {
	float:left;
	margin-right:4px;
}

.courseFinderPrice {
	padding:6px;
	padding-left:10px;
	color:#FFFFFF;
	font-weight:bold;
}

.courseFinderPriceSpan {
	color:#B5CE2F;
}

.courseFinderLocationHeader {
	background-color:#B5CE2F;
	color:#4C2F91;
	font-weight:bold;
	padding-left:10px;
}

.courseFinderLocationRow {
	margin-top:3px;
	margin-bottom:3px;
	padding-left:10px;
}

.courseFinderLocationRowLight {
	background-color:#ecf1d2;
}

.courseFinderLocationRowDark {
	background-color:#dee7ab;
}

.courseFinderLocationDate {
	float:left;
	width:260px;
}

.courseFinderLocationDateWide {
	float:left;
	width:370px;
}

.courseFinderLocationVenue {
	float:left;
	width:300px;
}

.courseFinderLocationDistance {
	float:left;
	
}

.courseFinderVAT {
	font-size:9px;
	/*color:#FFFFFF;*/
	font-weight:normal;
}

.courseFinderSyllabus {
	margin:0px;
	padding-left:25px;
}

.courseFinderSyllabus li {
	list-style-image:url(/images/green_bullet.png);
	font-weight:bold;
}

.courseFinderFooter {
	border-top:1px solid #B5CE2F;
	border-bottom:1px solid #B5CE2F;
	padding:5px 0px 5px 0px;
	color:#4C2F91;
}

.locationHoverFragment {
	position:absolute;
	left:-110px;
	z-index:2;
	/*border:1px solid #09F;*/
}

.locationHoverDetails {
	background:url(/images/backgrounds/location.png) no-repeat;
	width:440px;
	height:220px;
	/*border:1px solid #F03;*/
}

.locationHoverDetailsMargin {
	padding:8px 8px 6px 8px;	
}

.locationHoverDetailsMargin .map {
	float:right; margin-top:2px; height:200px; width:210px; border:1px solid #000;
}

.locationHoverDetails p {
	margin:4px 0px 4px 0px;
	padding:0px;
}

.locationHoverDetails dl {
	margin:0px;
	padding:0px;
}

.locationHoverDetails dt {
	float:left;	
	font-weight:bold;
	clear:both;
}

.locationHoverDetails dd {
	float:left;	
	margin-left:8px;
}

.locationHoverArrow {
	position:absolute;
	left:130px;
	top:12px;
	display:none;
}

.locationHoverArrowBottom {
	position:absolute;
	left:130px;
	bottom:12px;	
	display:none;
}

.locationHoverMarginTop {
	display:none;	
	height:32px;
}

.locationHoverMarginBottom {
	display:none;
	height:32px;
}
