.searchTextBox {
	height: 22px;
	width: 350px;
	font: 10px, Arial, Helvetica, sans-serif;
	color: gray;
}
.topRowBackground {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.topSecondRow {
	padding-left: 10px;
	padding-top: 19px;
}
.productNameTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.productCodeTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.descriptionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 20px;
	padding-right: 8px;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 30px;
}
.noticeBox {
	border: 1px solid #0066CC;
}

