/* start search field */
.search {
	width: 174px;
	height: 47px;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 9px;
	background-color: #E5E5E5;
}

.searchTxt {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border-style:solid; 
	border-width: 1px;
	border-top-color: #8A8A8A;
	border-left-color: #8A8A8A;
	border-right-color: #CCCCCD;
	border-bottom-color: #CCCCCD;
	width: 105px;
	height: 19px;
	padding-left: 2px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0 0 0 0px;
}

.pdfIcon {
	margin-right: 6px;
	margin-top: 6px;
	margin-bottom: 8px;
	border: 0px;
}

#more1Link {
	color: #666633;
	line-height: 16px;
	text-decoration: none;
}

#more1Link a:link, #more1Link a:visited { text-decoration: none; color:#666633; }
#more1Link a:hover { text-decoration: none; color:#ECA66D; }
#more1Link a:active { text-decoration: none; color:#666633; }
/* end product list and detail */

textarea {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 226px;
	background-color: #FFFFFF;
	border-style:solid; 
	border-width: 1px;
	border-top-color: #404040;
	border-left-color: #404040;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;	
}

/* end contact */

/* start r/h column */
#rhHeading1Txt {
	font-weight: bold;
	color: #666666;
	line-height: 15px;
	padding-top: 4px;
	padding-bottom: 1px;
}

#rhContent1Txt {
	color: #666666;
}

#rhContent1Txt a:link, #rhContent1Txt a:visited { text-decoration: underline; color:#996600; }
#rhContent1Txt a:hover { text-decoration: underline; color:#333333; }
#rhContent1Txt a:active { text-decoration: underline; color:#996600; }

#more3Link {
	color: #666633;
	padding-top: 1px;
	text-decoration: none;
}

#more3Link a:link, #more3Link a:visited { text-decoration: none; color:#666666; }
#more3Link a:hover { text-decoration: none; color:#996600; }
#more3Link a:active { text-decoration: none; color:#666666; }
/* end r/h column */

/* start products */
#productContent {
	padding-bottom: 12px; 
}

/* end products */
/* start layers guide */
.layersTbl {
	border-collapse: collapse;
	border-top: 2px solid #2E5C81;
	border-bottom: 2px solid #2E5C81;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.layersTbl th {
	padding: 2px;
	padding-left: 4px;
	border: 2px solid white;
	background-color: #AFCCE4;
	color: #2D6594;
	font-weight: bold;
	text-align: left;
}

.layersTbl td {
	padding: 2px;
	border: 2px solid white;
	background-color: #D0E8FC;
	color: #2D6594;
	text-align: center;
}
/* end layers guide */