#indexProduct,#news,#search{
	float:left;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
/*-----------------------------------------*/
#indexProduct{
	width:309px;
}
#indexProduct #searchProduct{
	background-color: #EFEFEF;
	background-repeat:no-repeat;
	background-position:left top;
}
#indexProduct #searchProduct form{
	padding:38px 0px  12px 30px;
}
#indexProduct #searchProduct .num{
	width:106px;
}
#indexProduct #searchProduct .keyword{
	width:126px;
}
#indexProduct #newProduct{
	margin-top:1px;
	background: #FFFFFF url(../img/index_newProd_bg.gif) repeat-x left top;
}
#indexProduct #newProduct div{
	margin-top:1px;
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-position:left top;
	padding:45px 5px 12px 30px;
}
#indexProduct #newProduct div .newProdImg{
	border:1px solid #D1D1D1;
	margin:0 10px 30px 0;
	float:left;
}
#indexProduct #newProduct div h2{
	color:#3A297D;
	margin:0 0 2px 0;
	font-size:1.2em;
	line-height:1.2em;
}
#indexProduct #newProduct div h2 a:link,#indexProduct #newProduct div h2 a:hover,#indexProduct #newProduct div h2 a:visited{
	color:#3A297D;
}
#newProduct div a:link,#newProduct div a:hover,#newProduct div a:visited{
	color:#666666;
}
/*-----------------------------------------*/
#news{
	background: #FFFFFF url(../img/index_News_bg.gif) repeat-x left top;
	width:306px;
}
#news div{
	background-repeat: no-repeat;
	background-position: left top;
	padding:45px 15px 12px 20px;
}
#news div ul{
	border-top:1px solid #D1D1D1;
	margin:0;
	padding:0;
}
#news div li{
	border-bottom:1px solid #D1D1D1;
	list-style:none;
	padding:3px 0;
}
* html #news div li a{ /*IE only hack*/
	width: 95%;
}
#news div li a{
	display:block;
	width:95%;
	text-decoration: none;
	padding-left: 18px;
	background-image:url(../img/index_News_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	color:#858789;
}
#news div li a:hover{
	text-decoration: none;
	background-image:url(../img/index_News_icon_Over.gif);
	background-repeat: no-repeat;
	color:#df0023;
}
#news div li a span{
	margin-right:5px;
}
/*-----------------------------------------*/
#indexProduct #newProduct div.more,#news div.more{
	background:none;
	padding:10px 0 15px 0;
	text-align:right;
}
/*-----------------------------------------*/
#search{
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-position:left top;
	padding:45px 15px 12px 20px;
}
#search .keyword{
	width:106px;
}
#search #sideBtn{
	background: #FFFFFF url(../img/dot.gif) repeat-x left top;
	margin-top:30px;
	float:left;
	width:145px;
}
#search #sideBtn div{
	background-image:url(../img/dot_v.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height:84px;
}
#search #sideBtn div span{
	margin-top:15px;
}

