#time-table {
	float: left;
	/*width: 685px;*/
	height: auto;
	/*margin: 20px auto 0 auto;*/
	font-size: 9px;
}

#time-table h3 {
	float: left;
	width: 622px;
	height: 23px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	color: #FFF;
	background: #666;
}

#time-table h4 {
	float: left;
	width: 630px;
	height: 20px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #666;
	background: #F2F2F2;
	border: 1px solid #D0D0D0;
	border-bottom: 0;
}

#time-table h4 em {
	padding-left: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FEBA35;
}

#time-table .time-group {
	float: left;
	width: 630px;
	height: auto;
	margin-bottom: 10px;
	padding: 0;
	color: #676767;
	border: 1px solid #D0D0D0;
	border-bottom: 0;

}

#time-table .time-group .row {
	display: block;
	float: left;
	width: 630px;
	background: #FFF;
	border-bottom: 1px solid #D0D0D0;
}

#time-table .time-group .even { background: #F2F2F2; }
#time-table .time-group .odd { background: #FFF; }

#time-table .time-group .row div {
	float: left;
	width: 29px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	border-right: 1px solid #D0D0D0;
}

#time-table .time-group .row .title {
	display: block;
	float: left;
	width: 600px;
	padding-left: 10px;
	text-align: left;
	border: 0;
}

#time-table .time-group .row .title em {
	font-style: italic;
}

#time-table .time-group .row div.last {
	border-right: 0;
}

#schedule-group {
	float: left;
	margin: 6px 0;
}

#schedule-group p {
	float: left;
	line-height: 20px;
}

#schedule-group select {
	float: right;
	border: 1px solid #DDD;
}
