/* CSS Document */

.productSection, .productSection form, .productSection h4 { margin: 0; padding: 0; }
.productSection table {
	width: 658px;
	border-top: 1px solid #343f2c;
	border-left: 1px solid #343f2c;
	margin: 2px 0 0 0;
	}
.productSection th, .productSection td {
	border-bottom: 1px solid #343f2c;
	border-right: 1px solid #343f2c;
	font: 10px Verdana, Arial, sans-serif;
	padding: 6px 5px;
	}
.productSection th {
    color: #FFFFFF;
	background: #4a5a40;
	text-align: left;
	font-weight: bold;
	padding: 3px 5px;
	}
.productSection input, .productSection select {
	border: 1px solid #663366;
	background-color: #EEEEEE;
	font: 10px Verdana, Arial, sans-serif;
	margin: 0;
	padding: 1px 2px;
	}
#rightCol h2 { margin-top: 50px; }
#rightCol>.productSection p { font-size: .8em; margin: 0 0 10px; padding: 0; }
.productSection h3 { font-size: 13px; color: #1e3e09; }
.productSection h3 { margin: 0; padding: 10px 0 3px 0; }

