@charset "utf-8";
/* CSS Document */



#category{
	float:left;
	margin-left:5px;
}
#hot_product{
	width:726px;
	height:289px;
	float:left;
}
#index_info{
	width:218px;
	height:289px;
	margin-left:3px;
	padding:0 6px;
	background-color:#62b946;
	float:left;
	overflow:hidden;
}

.boardbox h2{
	background-image:url(img/index_board.gif);
}
.newsbox h2{
	background-image:url(img/index_news.gif);
}
.boardbox ul{
	height:67px;
	overflow:hidden;
}
.boardbox li{
	color:#04404a;
	padding:0 0 10px 10px;
	background:url(img/point.gif) no-repeat 0 5px;
}
.boardbox li a,.boardbox li a:visited{
	color:#04404a;
	text-decoration:none;
}
.boardbox li a:hover{
	color:#fff;
}


.newsbox ul{
	
}
.newsbox li{
	padding:6px 0;
	background:url(img/line.gif) repeat-x 0 25px;
}
.newsbox li a,.newsbox li a:visited{
	display:block;
	background:url(img/point.gif) no-repeat 0 7px;
	padding-left:10px;
	color:#04404a;
	text-decoration:none;
}
.newsbox li a:hover{
	color:#fff;
}

