@charset "utf-8";
@import url("common.css");

h3{
	margin:20px 0 0 0;
}

h4, h5{
	clear:both;
}

#jump{
	margin:20px 0 20px 20px;
}

#jump li{
	display:inline;
}
#jump li a{
	background:url(../images/fee/marker_1.jpg) no-repeat 0 1px;
	padding:0 0 0 20px;
	margin:0 10px 0 0;
	font-weight:bold;
	color:#333;
}

.cat{
	border:1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior:url(../script/border-radius.htc);
	padding:10px;
	background:#f3f3f1;
	margin:20px 0 0 0;
	clear:both;
}

.cat_name{
	font-weight:bold;
	color:#333;
	background:url(../images/fee/marker_2.jpg) no-repeat 0 3px;
	padding:0 0 0 20px;
}
.subcat_name{
	font-weight:bold;
	color:#222;
	font-size:14px;
	border-bottom:2px solid #e2dfd5;
	margin:10px 0 0 0;
	padding:0 0 5px 0;
}
.cats{
	display:block;
	padding:5px 0;
}
.cats li{
	display:block;
	position:relative;
	width:420px;
	border:1px solid #e2dfd5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px 0 2px 20px;
	margin:5px 0 10px 0;
	background:url(../images/fee/marker_3.jpg) no-repeat 10px 10px #fff;
/*
	behavior:url(../script/border-radius.htc);
*/
}
.cats .price{
	position:absolute;
	right:5px;
	top:5px;
	color:#fe5e00;
	font-weight:bold;
}
	
	


