@charset "utf-8";

#wrap #all_products {
	width: 900px;
}
#wrap #all_products ul#category {
	margin-left: -20px;
	width: 920px;
}
#wrap #all_products ul#category li {
	float: left;
	display: block;
	width: 210px;
	padding-left: 20px;
}
#wrap #all_products .detail {
	border-right: 5px solid #c0d0a8;
	border-left: 5px solid #c0d0a8;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	width: 850px;
}
#wrap #all_products .detail_household {
	border-right: 5px solid #c0d0a8;
	border-left: 5px solid #c0d0a8;
}
#wrap #all_products .detail_rent {
	border-right: 5px solid #c0d0a8;
	border-left: 5px solid #c0d0a8;
}
#wrap #all_products .detail_care {
	border-right: 5px solid #c0d0a8;
	border-left: 5px solid #c0d0a8;
}
#wrap #all_products .detail:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html #wrap #all_products .detail { 
	height: 1px;
	overflow: visible;
}
/**/
#wrap #all_products .detail .line {
	width: 850px;
	clear: both;
	margin-bottom: 40px;
}
#wrap #all_products .detail .line:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html #wrap #all_products .detail .line { 
	height: 1px;
	overflow: visible;
}
/**/

#wrap #all_products .detail .outline {
	float: right;
	width: 659px;
	line-height: 1.5;
}
#wrap #all_products .detail .outline ul li {
	float: left;
	padding-right: 10px;
}
