/* CSS Document */

.preview {
	float: left;
	width: 300px;
	margin: 4px;
	border: 1px solid #fff;
	background: #C2D3EF;
	padding: 2px;
}

.preview-name {
	background: url(/i/li.gif) #A3CDE7;
	background-repeat: no-repeat;
	background-position: 175px 50%;
	padding: 2px 0 2px 2px;
}

.preview-name a {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

.preview-text {
	color: #333;
	padding: 2px;
}

.preview-more {
	background: none;
	text-align: right;
}
.preview-more a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	
}