@charset "utf-8";
/* CSS Document */
#rightContentDiv h1 {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 40px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	overflow: hidden;
	line-height: 40px;
	position: relative;
	color: #FFF;
	text-indent: 5px;
	font-size: 30px;
}
#rightContentDiv h1 span {
	color: #ffb0b0;
	font-size: 14px;
	margin-left: 15px;
}
#indexProductsDiv {
	height: auto;
	width: 910px;
	margin-top: 35px;
	overflow: auto;
}
#researchDiv {
	height: auto;
	width: 900px;
	border: 5px solid #E7D6C2;
	background-color: #FEF5EC;
	overflow: auto;
}
#researchDiv div {
	height: auto;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
#researchDiv div h3 {
	font-size: 12px;
	display: block;
	position: absolute;
	height: 25px;
	width: 50px;
	margin: 0px;
	padding: 0px;
    top: 0px;
	left: 0px;
}
#researchDiv div div {
	display: block;
	margin-left: 50px;
	width: auto;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: static;
	white-space: normal;
	overflow: auto;
}
#researchDiv div div a {
	padding-right: 5px;
	padding-left: 5px;
	line-height: 25px;
	height: auto;
	width: auto;
	float: left;
	display: block;
}
#researchDiv div div span {
	width: 10px;
	text-align: center;
	float: left;
	display: block;
	height: 25px;
}
.productListUlStyle {
	background-color: #fef5ec;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: auto;
	overflow: auto;
	width: 900px;
	display: block;
	border: 5px solid #E7D6C2;
}
.productListUlStyle li {
	float: left;
	height: 275px;
	width: 120px;
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	text-align: center;
	overflow: hidden;
}
.productListUlStyle h4 {
	font-size: 14px;
	font-weight: normal;
	margin:0px;
	padding-top:10px;
	line-height:20px;
}
