/* ----------
	
			Marker Courses style elements

---------- */
ul.course-listings {
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	}
	
	ul.course-listings * {
		font-size: 1em;
		}
		
	ul.course-listings h3, ul.course-listings h4, ul.course-listings p {
		margin: 0;
		padding: 0;
		}
		
	ul.course-listings p.course-intro {
		font-size: 12px;
		line-height: 18px;
		}

li.course-item {
	padding: 20px 20px 10px;
	border-bottom: 1px solid #ccc;
	}
	
	li.course-item p {
		padding: 0 0 10px;
		}
		
li.course-item h4 {
	text-transform: uppercase;
	color: #666;
	font-size: 11px;
	padding: 5px 0;
	}

h3.course-title {
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	}
	
	h3.course-title a {
		display: block;
		color: #222;
		background: url(../images/icon-expand.gif) 1px 3px no-repeat;
		text-decoration: none;
		margin: 0 0 0 -15px;
		padding: 0 0 5px 15px;
		}
		
		h3.course-title a:hover, h3 a.title-expanded {
			background-position: 1px -18px;
			}
		
		h3.course-title a:focus {
			outline: none;
			}
	
	h3.course-title small {
		font-size: 10px;
		padding-left: 9px;
		font-weight: normal;
		color: #999;
		}
	
div.course-additional-information {
	/* Controlled via JavaScript */
	display: none;
	}

div.course-meta {
	padding: 10px 0;
	overflow: hidden;
	width: 100%;
	}

	div.course-meta table.course-info, div.course-meta div.course-signup {
		float: left;
		}
		
table.course-info {
	width: 209px;
	}
	
	table.course-info tr {}
	
	table.course-info td {
		background: #ededed;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 3px;
		}
		
		table.course-info td.cell-name {
			width: 80px;
			}
		
	table.course-info small {
		font-size: 10px;
		}
	
div.course-signup {
/*	text-align: center;*/
	font-weight: bold;
	width: 179px;
	margin-left: 30px;
	background: url(../images/img-dots-arrow.gif) bottom left no-repeat;
	}

	div.course-signup a {
		display: block;
		text-decoration: none;
		}
		
	div.course-signup a.course-link {
		width: 112px;
		height: 33px;
		background-image: url(../images/btn-comb.gif);
		background-repeat: no-repeat;
		/*margin: 8px auto 0;*/
		margin: 8px 0 0 30px;
		text-indent: -999em;
		overflow: hidden;
		}
		
a.course-enrol {
	background-position: 0 0;
	}
	
	a.course-enrol:hover {
		background-position: 0 -33px;
		}
		
a.course-contact {
	background-position: -112px 0;
	}
	
	a.course-contact:hover {
		background-position: -112px -33px;
		}
