.tbox{
	width:540px;
	height:30px;
	display:block;
	background:#909ECD url(../images/tbox_adhesives.gif);
	float:left;
}

.content_list{
	width:830px;
	margin-top:10px;
	margin-bottom:10px;
}

.content_list .box{
	width:151px;
	height:121px;
	background:url(../images/bg_box.gif) no-repeat top;
	float:left;
	margin: 5px;
}
.content_list .box_sec{
	width:151px;
	height:121px;
	background:url(../images/bg_box.gif) no-repeat top;
	float:left;
	margin: 5px;
}
.content_list .box_over,.content_list .box:hover{
	width:151px;
	height:121px;
	margin: 5px;
	background:url(../images/bg_box_over3.gif) no-repeat top;
	float:left;
}
.content_list .box_over .logo,.content_list .box .logo,.content_list .box_sec .logo{
	text-align:center;
	padding:5px;
	height:62px;
	overflow:hidden;
}
.content_list .box_over .description,.content_list .box .description,.content_list .box_sec .description{
	padding:2px 5px;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
	height:23px;
	font-size:10px;
	line-height: 12px;
}

.content_list .box_over .link, .content_list .box .link, .content_list .box_sec .link{
	text-align:right;
	padding-right:5px;
	font-size:10px;
}
.content_list .box_over .link a,.content_list .box .link a,.content_list .box_sec .link a{
	padding:2px 20px 2px 5px;
	display:block;
	color:#8E9FD7;	
	text-decoration:none;
	font-weight:bold;
	height:18px;
	background:url(../images/icon_more3.gif) right no-repeat;
}
.content_list .box_over .link a:hover,.content_list .box .link a:hover,.content_list .box_sec .link a:hover{
	padding:2px 20px 2px 5px;
	display:block;
	color:#8E9FD7;	
	text-decoration:underline;
	font-weight:bold;
	background:url(../images/icon_more3.gif) right no-repeat;
}
