
h3 {
	float: left;
	width: 685px;
	height: 50px;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-left: 20px;
	font-size: 30px;
	color: #ee0000;
	line-height: 50px;
	border-left: 10px solid #a0a0a0;
}

h3 > span {
	padding-left: 10px;
	font-size: 18px;
	font-weight: lighter;
	color: #444;
}


.productsPic {
	float: left;
	width: 250px;
	margin-right: 40px;
}

.productsSpec {
	float: right;
	width: 445px;
}




/* Start framePageTitle */
#framePageTitle {
	width: 100%;
	height: 90px;
	margin: 0px auto;
	margin-bottom: 30px;
	background: url(../../common/images/headerBg.png) repeat;
}

#areaPageTitle {
	width: 980px;
	height: 90px;
	margin: 0px auto;
}

#areaPageTitle h2 {
	margin-left: 10px;
	padding: 0px;
	font-size: 30px;
	font-weight: lighter;
	line-height: 90px;
	color: #fff;
	border: 0px;
}
/* End framePageTitle */



/* Start frameNavPosition */
#frameNavPosition {
	width: 100%;
	margin: 0px auto;
	margin-bottom: 30px;
}

#areaNavPosition {
	width: 970px;
	margin: 0px auto;
	padding-left: 10px;
	font-size: 14px;
}
/* end frameNavPosition */






/* Start areaNewProducts */
#areaNewProducts {
	float: left;
	width: 100%;
	margin-bottom: 75px;
}

#areaNewProducts dl {
	float: left;
	width: 705px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 5px 25px 5px 5px;
	background: #eee;
}

.newProductsPic {
	float: left;
	width: 105px;
	height: 105px;
	margin-right: 15px;
	background: #999;

}

.newProductsDate {
	float: right;
	width: 585px;
	padding: 15px 0px 5px 0px;
	font-size: 12px;
}

.newProductsTitle {
	float: right;
	width: 585px;
	padding: 0px 0px 5px 0px;
	font-size: 18px;
}

.newProductsDescription {
	float: right;
	width: 585px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
}
/* End areaNewProducts */



/* Start areaProductsList */
.areaProductsList {
	float: left;
	width: 100%;
	margin-bottom: 75px;
}

.areaProductsList ul {
	float: left;
	width: 685px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 20px 25px;
	background: #eee;
}

.areaProductsList li {
	padding-left: 15px;
	font-size: 18px;
	line-height: 36px;
	background: url(../../common/images/arrow5x9Red.png) no-repeat;
	background-position: left center;
}
/* End areaProductsList */



/* Start areaImportantNotification */
#areaImportantNotification {
	float: left;
	width: 100%;
	margin-bottom: 75px;
}

#areaImportantNotification dl {
	float: left;
	width: 685px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 20px 25px;
	background: #eee;
}

.importantNotificationDate {
	font-size: 12px;
	padding-bottom: 5px;
}

.importantNotificationTitle {
	font-size: 18px;
	padding-bottom: 5px;
}

.importantNotificationDescription {
	font-size: 12px;
	line-height: 16px;
}
/* End areaImportantNotification */
