.clear {
	clear: both;
}

#preview{
	position: absolute;
	border: none;
	background:#f28832;
	padding: 5px;
	display: none;
	color:#fcfcfc;
}

/* Layouts */
.full_layouts {
	
}

.full_layouts ul {
	list-style: none;
	margin: 2px 0px 8px 0px;
}

.full_layouts ul li {
	display: block;
	float: left;
	margin: 0px 12px 15px 12px;
	width: 216px;
	min-height: 240px;
	overflow: show;
}

.full_layouts ul li a.preview {
	display: block;
}

.full_layouts ul li .toolbar {
	height: 40px;
	background: #f28832;
	text-align: center;
}

.full_layouts ul li .toolbar a, .full_layouts ul li .toolbar span {
	display: inline-block;
	color: #fcfcfc;
	text-decoration: none;
	font-size: 10px;
	margin: 6px 2px 0px 2px;
}