.toggle-title {
	width: 90%;
	margin-bottom: 16px;
	border: 1px solid #45536C;
	cursor: pointer;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background-color: #3D81BE;
	background-image: url(images/course-h3-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
	margin-top: 8px;
}

.exp-col-box {
	width: 800px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
}
.click-a-course {
	width: 460px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	text-align: left;
}

p.course-title {
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
p.course-title a{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}



.slide-holder {
	float: left;
	width: 870px;
}


.expand {
	color: #333;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.expand a{
	color: #666;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	float: right;
	text-decoration: none;
	text-align: right;
	margin-right: 10px;
}

.collapse {
	color: #333;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
.collapse a{
	float: right;
	color: #666;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-left: 10px;
}



.toggle-title:hover,
.toggle-title:active {
	color: white;
	background-color: #464646;
	background-image: url(images/course-h3-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.active {
	color: white;
	background-color: #464646;
	background-image: url(images/course-h3-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.toggle-content {
	background: rgb(241, 236, 230);
	padding: 15px;
	color: rgb(2, 16, 31);
	line-height: 21px;
	border: 1px solid #0495C4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	width: 86%;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
