/* box category */
.box-category {
	position: relative;
}
.box-category > ul > li.last{ 
	border:none;
}
.box-category > ul > li.active ul { 
	display:block;
}
.box-category > ul > li  span {
	background: url('../image/exprand.png') 0px 0px no-repeat; 
	width: 30px; 
	height: 20px; 
	float: right; 
	margin-right: -10px; 
	margin-top: -18px; 
}
.box-category > ul > li  span:hover{ 
	cursor:pointer;
}
.box-category .category_pro_info {
	position: absolute;
	background: url('../image/category_pro_info.png') right top no-repeat; 
	width: 15px; 
	height: 15px; 
	right: 0;
	margin-top: -15px;
}
.category_pro_info .category_pro_information {
	display:none;
}
.category_pro_information {
    background-color:#f9f9f9;
    padding:10px;
    position:absolute;    
	z-index:1000;
    -webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border:7px solid #e5e5e5;
	box-shadow: 0px 0px 8px #555;
	-moz-box-shadow: 0px 0px 8px #555;
	-webkit-box-shadow: 0px 0px 8px #555;
}
.category_pro_image {
	float: left;
	margin-right: 10px;
}
.category_pro_image img {
	border:1px solid #e5e5e5;
	padding: 5px;
}
.category_pro_name {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
.category_pro_description {
	
}