@charset "utf-8";
/* CSS Document */

#networking_list {
	display:block;
	width:660px;
	height:260px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/products_review/networking.png);
	background-repeat: no-repeat;
}
#networking_list ul{
	list-style-type:none;
	padding-top: 65px;
	width: 640px;
	padding-left: 18px;
}
#networking_list li{
	font-size:13px;
	display:block;
	float:left;
	width:200px;
	height:55px;
	text-align: center;
	line-height: 35px;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	background-position: left center;
	list-style-type: none;
}
#networking_list li a{
	font-size:12px;
	display:block;
	text-align: center;
	line-height: 40pt;
	font-weight: bold;
	text-decoration: none;
	color: #C60;
	background-image: url(../images/products_review/networking_btn.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	background-position: left top;
	padding-right: 0px;
	padding-bottom: 0px;
}
#networking_list li a:hover{
	font-size:12px;
	font-weight: bold;
	text-align: center;
	line-height: 40pt;
	color: #03C;
	background-image: url(../images/products_review/networking_btn_click.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#iot_list {
	display:block;
	width:660px;
	height:215px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/products_review/iot.png);
	background-repeat: no-repeat;
}
#iot_list ul{
	list-style-type:none;
	padding-top: 65px;
	width: 640px;
	padding-left: 18px;
}
#iot_list li{
	font-size:13px;
	display:block;
	float:left;
	width:200px;
	height:55px;
	text-align: center;
	line-height: 35px;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	background-position: left center;
}
#iot_list li a{
	font-size:12px;
	display:block;
	text-align: center;
	line-height: 40pt;
	font-weight: bold;
	text-decoration: none;
	color: #C60;
	background-image: url(../images/products_review/iot_btn.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	background-position: left top;
	padding-right: 0px;
	padding-bottom: 0px;
}
#iot_list li a:hover{
	font-size:12px;
	font-weight: bold;
	text-align: center;
	line-height: 40pt;
	color: #099;
	background-image: url(../images/products_review/iot_btn_click.png);
	background-repeat: no-repeat;
	background-position: left top;
}
