#bd div.category-preview, #bd div.category-preview h2, #bd div.category-preview h2 a {
	float: none;
	display: block;
	width: 100%;
	padding: 0px;
	border: 0px;
}
#bd div.category-preview h2 a {
	height: auto;
	padding: 8px;
	padding-left: 30px;
	background: url("/images/bullet.png") 15px center no-repeat;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
#bd div.category-preview h2 a:hover {
	background-color: #F4F5EF;
}
#bd div.preview-set {
	margin: 0px;
	margin-bottom: 10px;
}