﻿
.courses {
	padding: 0 100px 0 0;
	}
	


.courses li {
	background: none;
	margin: 0 0 18px 0;
	padding: 0;
	}
	
.courses li h3 {
	margin: 0;
	padding: 0;
	}
	
	
/* [ Course Profile Table ] */

.course_profile_table {
	margin: 18px 0;
	}

.course_profile_table th {
	text-align: right;
	vertical-align: top;
	padding: 2px 10px 2px 0;
	white-space: nowrap;
	border-bottom: 1px solid #ddd;
	color: #555;
	font-weight: bold;
	}
	
.course_profile_table td {
	text-align: left;
	vertical-align: top;
	padding: 2px 0 2px 10px;
	border-bottom: 1px solid #ddd;
	color: #222;
	}
	
/* [ Course tools ] */
	
.course_tools {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	margin: 5px 0;
	color: #999;
	background: #f9f9f9;
	}
	
	
.link_button_register {
	display: block;
	height: 40px;
	width: 210px;
	background: url(link_button_register.gif) no-repeat 0 0;
	margin: 18px -5px 9px;
	}
	
.link_button_register:hover {
	background-position: 0 -40px;
	}
	
.link_button_register strong {
	display: none;
	}	