/*------------------------ Home Product List -------------------------*/
.home-product-list-bound{
	margin-bottom:5px;
}
.home-product-title-bound{
	background:url(../images/product/home_product_title_bg.png) 0% 100% no-repeat;
	line-height:34px;
}
.home-product-tilte{
	background:url(../images/product/home_product_title.png) 0% 50% no-repeat;
	line-height:36px;
	text-indent:40px;
	font-weight:bold;
	text-transform:uppercase;
	color:#2A2B7B;
	font-size:16px;
}
.home-product-content{
	margin-top:5px;
}
.home-product-item{
	position:relative;
	width:248px;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	vertical-align:top;
}
.home-product-view-all{
	list-style:none;
	position:absolute; bottom:10px; right:10px;
}
.home-product-frame-title{
	background-color:#EBFBFF;
	text-transform:uppercase;
	border:1px solid #B3B3B3;
	border-bottom:0px;
	line-height:46px;
	text-align:center;
	font-weight:bold;
}
.home-product-frame-title a,
.home-product-frame-title a:visited,
.home-product-frame-title a:hover{
	color:#fff; font-weight:bold; font-size:14px;
}
.home-product-frame-content{
	min-height:150px;

}
.home-product-frame-content div{
	min-height:150px;
	background:url(../images/product/home_product_bg_content.png) 0% 0% no-repeat;
}
.home-product-frame-content div div{
	background:url(../images/product/home_product_bg_content.png) 100% 0% no-repeat;
	padding:10px;
	line-height:18px;
}
*html .home-product-frame-content div{
	height:150px;
}
.home-product-list{
	clear:both;
	background:url(../images/home/icon_home_news.gif) no-repeat 0 6px;
	list-style:none;
	margin-top:5px; padding-left:13px;
	font-weight:bold;
}
.home-product-list-child{
	margin-left:20px;
/*	background:url(../images/arrow.png) no-repeat 0 8px;
	padding-left:13px;
*/	list-style:disc;
	font-weight:normal;
}
.home-product-list img.product-list-image{
	float:left;
	margin-right:5px;
	border:1px solid #CCCCCC;
	padding:1px;
}
