/*
 *  Webwise - Courses index page styles 
 */

#courses{
	clear: left;	
}

#courses .horiz-dots-long{
	margin-left: 6px;
}

#courses .text{
	width: 250px;
	min-height: 71px;
}

#courses li.hover,
#courses li.hover a:hover, 
#courses li.hover *{
	background: #e55d1f;
	color: #fff;
	text-decoration: none;
}

#courses li{
	padding-right: 8px;
	margin-right: 16px;
}
