
#stylebooks_filters {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0;
	width: 800px;
	color: #333;
	font-size: 13px;
}

#stylebooks_filters li {
	float: left;
	padding: 5px;
	margin: 0;
	font-weight: bold;
}

#stylebooks_filters a {
	color: inherit;
	text-decoration: none;
}

#stylebooks_filters a:hover {
	text-decoration: underline;
}

hr {
	clear: both;
	border-color: #eee;
	border-width: 1px 0 0 0;
	margin: 0;
	padding: 0;
}

.stylebook_rows {
	clear: both;
	border-top: 1px solid #ccc;
	list-style-type: none;
	display: block;
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: 800px;
	text-align: left;
}

.stylebook_rows li {
	float: left;
	width: 265px;
	height: 230px;
	font-size: 11px;
	color: #666;
}

.stylebook_rows li .small {
	display: block;
	float: left;
	width: 110px;
	height: 217px;
}

.stylebook_rows li .content {
	float: left;
	width: 155px;
	height: 210px;
	position: relative;
}

.stylebook_rows li .readmore {
	position: absolute;
	bottom: 20px;
}

