#design .item {
	border-bottom: 1px solid #DDDDDD;
	height: 150px;
	padding: 15px;
}
#design .item img {
	float:left;
	margin: 0;
	padding: 0;
	border: none !important;
	text-decoration: none !important;
}
#design .item a {
	border: none !important;
	text-decoration: none !important;
}
#design .item a:hover {
	text-decoration: none !important;
	background: none;
}
#design .item a.preview:hover {
	cursor: -moz-zoom-in;
}
#design .item h3 {
	margin: 0 0 5px 0 !important;
	font-size: 16px;
	color: #456;
	font-weight: normal;
	clear: none !important;
}
#design .item p {
	margin: 0 !important;
}
#design .item .s {
	font-weight: bold;
	padding: 5px 0;
}
#design .item .l {
	float: left;
	width: 35%;
}
#design .item .r {
	float: right;
	width: 65%;
}
#preview {
	position: absolute;
	border: 1px solid #000;
	background: #000;
	padding: 5px;
	display: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#preview h2 {
	color: #fff;
	background-color: transparent;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
}
