@charset "utf-8";


div.list_container {
	
	height:300px;
	clear:both;
	
	
	border:1px #666 groove;
	padding:10px;
	padding-bottom:30px;
	padding-top:4px;
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;

  	margin-right:5px;
}

div.list_box {
  float:left;	
	
}

div.list_box h2{
	margin:0;
	padding:0;
	padding-bottom:4px;
}

div.list_box div{
	height:290px;
	width:280px;
	overflow:auto;
	
}

div.list_box div.crafts {
	width:190px;
}
div.list_box div.courses {
	width:400px;
}

div.list_box div ul{
	list-style:none;
	list-style-position:outside;
	margin:0;
	padding:0;
	border:1px #cedbe9 solid;
	
	
}

ul.list li{
	border-bottom: 1px solid #ccc;
	padding:2px;
	
	padding-left:5px;
	background:#edf3fa;

	
	font-weight:bold;
	cursor:pointer;
	color:#5553b3;
	
	
	
}

ul.list li:hover{
	
background:#f3d673;	
}


ul.list li.selected{
	
background:#f3d673;

}

#course_dates {
	
	margin-bottom:10px;
	margin-right:5px;
}

div.course_dates_right {
	
	width:330px;
	height:120px;
	overflow:auto;
	float:right;
	padding-left:1px;
	padding-top:1px;
}

div.course_dates_left {
	width:250px;
	height:100px;
		border:1px #666 groove;
	padding:10px;

	-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
	
}


div.course_dates_left table{
	
	
	
}

div.course_dates_left table img{
	border:none;
}
td.course_url {
	
	padding-top:10px;
}

td.course_url a{
	
		border:1px #fff solid;
			background-color:#4779ad;
			color:#FFF;
			margin-right:1px; 
			font-weight:bold;
			padding:5px;
	
}
