﻿.list {
	width: 570px;
	clear: both;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}
#content .list ul {
	margin: 0 0 0 15px;
}
.list .item {
	margin: 20px 0 5px -10px;
	padding-bottom: 20px;
	clear: both;
	float: left;
	width: 600px;
	border-bottom: 1px solid #CCCCCC;
}
.no-separator  {
	border: 1px solid #b5b5b5;
	margin-left: -5px;
}
.no-separator .item {
	border-bottom: none;
	padding-bottom: 0;
	margin: 10px 0 0 0;
}
.list .item .thumbnail {
	float: left;
	width: 191px;
	margin: 0 0 0 15px;
}
.list .item .thumbnail img {
	float: right;
}
.list .item .text {
	float: left;
	width: 365px;
	margin: 4px 0 0 10px;
}
.list .item .text h4, .list .item .text p, .list .item .text ul {
	margin: 0;
	padding: 0;
}
.list .item .buttons {
	float: left;
	width: 360px;
	margin: 5px 0 0 10px;
}
.list .item .buttons a {
	float: left;
}
