@charset "utf-8";
#main {
	padding: 0px;
	float: right;
	width: 670px;
	/* [disabled]background-color: #0FC; */
	margin-right: 25px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#prolist ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
#prolist ul li {
	background-color: #FFF;
	width: 325px;
	height: 100px;
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
	/* [disabled]border-radius: 5px; */
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #f1f1f1;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #f1f1f1;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
}
#prolist ul li img {
	display: block;
	border: 0;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
}

.h5 {
	color: #333;
	font-size: 9pt;
	text-align: center;
	/* [disabled]font-family: Verdana, Geneva, sans-serif; */
	margin-top: 0px;
	padding-top: 0px;
}

.icon {
	/* [disabled]height: 16px; */
	/* [disabled]width: 16px; */
	/* [disabled]margin: 0px; */
	/* [disabled]padding: 0px; */
}


#prolist {
	width: 705px;
	/* [disabled]border: 1px solid #F00; */
}
