/* Datatable Styles */
#datatable table {
	border-collapse: collapse;
	border: 0;
	font-size: .95em;
	width: 300px;
}
#datatable th, #datatable td {
	text-align: left;
	vertical-align: top;
	padding: 2px 6px 2px 8px;
	border: 1px solid #999;
	font-weight: normal;
}

/*products list table*/
.namecell {width: 100px;}

.mainheader {
	background-color: #E6E3D2;
	color: #333333;
	text-align: center;
}
#datatable h2, #datatable h3 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	letter-spacing: normal;
}
#datatable h3 {
	font-size: 1.3em;
}
.rowLite {
	background-color: #F9F3DD;
	cursor: default;
}
#pmmcrumb {font-size: .9em; margin: 16px 0 0 0;}
#pmmcrumb a, #pmmcrumb a:hover {border: 0; text-decoration: underline;}
