/* CSS Document */

#preamble {
	margin: 0 0 40px 0;
	padding: 0;
	}
#preamble p {
	margin: 0 0 20px 0;
	padding: 0 50px;
	}

.productSection {
	margin: 0 0 50px 0;
	padding: 0;
	}
.productSection table {
	border-top: 1px solid #663366;
	border-left: 1px solid #663366;
	margin: 2px 0 10px 0;
	}
.productSection th, .productSection td {
	border-bottom: 1px solid #663366;
	border-right: 1px solid #663366;
	font: 10px Verdana, Arial, sans-serif;
	padding: 6px 5px;
	}
.productSection th {
    color: #FFFFFF;
	background: #72678f;
	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: #72678f;
	}
.productSection h5 {
	font-size: 13px;
	color: #72678f;
	margin: 0;
	padding: 10px 0 3px 0;
	}
.productSection p, .productSection ul {
	padding-right: 150px;
	}
.free {color: #CC0000}
.strikeThrough {text-decoration: line-through}

.notice {
	font: 10px Verdana, Arial, sans-serif;
	}
.box {
	background:  #EEEEEE;
	border: 1px solid #888888;
	margin: 0 0 20px 0;
	padding: 25px 20px 10px;
	}
.box p {
	margin: 0;
	padding: 0;
	}
