/* CSS Document */

#contentBody h3 {
	font-size: 15px;
	color: #CC0033;
	margin: 0;
	padding: 0;
	border: none;
	}

#contentBody h6 {
	font: 10px Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0 0 0 5px;
	}

.productSection {
	margin: 0 0 50px 0;
	padding: 0;
	}
.productSection table {
	border-top: 1px solid #6d6f85;
	border-left: 1px solid #6d6f85;
	margin: 2px 0 10px 0;
	}
.productSection th, .productSection td {
	border-bottom: 1px solid #6d6f85;
	border-right: 1px solid #6d6f85;
	font: 10px Verdana, Arial, sans-serif;
	padding: 6px 5px;
	}
.productSection th {
    color: #FFFFFF;
	background: #a2a5c5;
	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;
	}
.productSection form, .productSection h4 {
	margin: 0;
	padding: 0;
	}
.productSection h4 {
	font-size: 18px;
	color: #6d6f85;
	}
.productSection h5 {
	font-size: 13px;
	color: #6d6f85;
	margin: 0;
	padding: 10px 0 3px 0;
	}
.productSection p, .productSection ul {
	padding-right: 150px;
	}
