* {
	margin: 0;
	padding: 0;
}

/* Layout */
.category-box h2 {
	margin-bottom: 10px;
}
h4 a {
	color: #0F509F;
	font-size:13px;
}
.list-result {
	margin-top: 10px !important;
	width: 580px;
	list-style: none;
	font-size: 12px;
	background: #FAFAFA;
	color: #333;
}
.list-result li {
	margin: 0 20px 0 20px;
	padding: 10px;
	border-bottom: 1px solid #666;
	width: 520px;
	background: #FAFAFA;
}
.list-result li:hover {
	background: #3399FF;
}
.list-result h3 {
	margin-bottom: 10px;
	color: #0F509F;
}
.list-result .item-image {
	padding: 0 30px 0 0;
	float: left;
}
.list-result dl {
	float: right;
	width: 390px;
}
.list-result dt {
	float: left;
	width: 80px;
	font-weight: bold;
}
.list-result dd {
	padding-left: 80px;
}
.link-button {
	float: right;
}

/* Clearing Fix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/*\*//*/
.clearfix {display: inline-table;}
/* */