@import "/styles-site.css";

.linklist{
	margin			: 0 0 10px 0;
	padding			: 0;
	list-style		: none;
	zoom			: 100%;
	border-bottom	: solid 1px #ffffff;
}

.linklist:after{
	content			: " ";
	clear			: both;
	height			: 0;
	display			: block;
	visibility		: hidden;
}

.linklist li{
	margin			: 0 0 10px 5px;
	padding			: 0;
	height			: 60px;
	list-style		: none;
	float			: left;
}