@charset "utf-8";
/* CSS Document */

.course{
	color:#4D4F49;
	background-color:#eaede2;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	width:361px;
}

.course_header{
	height:59px;
	margin-top:15px;
	margin-bottom:3px;
}

.course_header h2 a{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	line-height:12px;
	color:#4D4F49;
}

.course_header h2 a:hover{
	color:#76756c;
}

.course_logo{
	width:57px;
	height:57px;
	float:left;
}

.box_mid span{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}

.box_left{
	background-image:url(../images/box_left.jpg);
	width:20px;
	height:57px;
	float:left;
}

.box_right{
	background-image:url(../images/box_right.jpg);
	width:20px;
	height:57px;
	float:left;
}

.box_mid{
	background-image:url(../images/box_middle.jpg);
	height:57px;
	float:left;
	background-repeat:repeat-x;
	width:264px;
}

.box_content{
	padding-top:12px;
}

.course_box_left{
	background-image:url(../images/tanfolyam_box_left.jpg);
	width:108px;
	height:173px;
	float:left;
}

.course_box_mid{
	background-image:url(../images/tanfolyam_box_mid.gif);
	background-repeat:repeat-x;
	width:223px;
	height:173px;
	float:left;
	text-align:justify;
}

.course_box_mid p{
	font-size:11px;
	margin:28px 3px 5px 3px;
	font-weight:normal;
}

.course_box_mid span{
	margin-left:10px;
}

.course_box_right{
	background-image:url(../images/tanfolyam_box_right.gif);
	background-repeat:no-repeat;
	width:30px;
	height:173px;
	float:left;
}

.spacer{
	height:50px;
}

.location{
	color:#4D4F49;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}

.chead{
	color:#4D4F49;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	padding-top:10px;
}