/* CSS Document */
.category {
	background-image: url(../img/result_top.gif);
	bavkground-color: #fff;
	background-repeat: no-repeat;
	margin: 10px 0;
}
.category-header{
	margin: 10px 46px 10px 40px;
	padding: 6px 6px 0 6px;
	font-size: 134%;
	font-weight: bold;
	color: #09f;
	border-top: none;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
.category-group {
	padding: 0 46px 50px 40px;
}
.category-list {
	list-style: none;
	margin:0;
	padding:0;
}
.category-list li{
	border-bottom: 1px solid #ccc;
	padding: 4px 0 4px 6px;
	margin: 0;
}
.category-list dt{
	padding: 4px 0 2px 6px;
	margin: 10px 0 0 0;
	font-size: 117%;
	font-weight: bold;
	color: #09f;
}
.category-list dd{
	border-bottom: 1px solid #ccc;
	padding: 4px 0 2px 6px;
	margin: 0;
}
.category .category-group{
	background-image: url(../img/result_bottom.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left bottom;
}

