.grid1Col {
	width: 96% !important;
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 12px;
}

.grid1Col .note {
	color: #666;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e7e7e7;
	clear: both;
}


h2 {
	padding: 0px;
	margin: 10px 0px;
}

.column {
	float: left;
}

.column sup {
	color: #666;
}

.grid2Col {
	width: 96% !important;
	width: 100%;
	height: auto;
	margin-left: 2%;
	padding-right: 2%;
}

.grid2Col .column {
	width: 48%;
	margin-right: 2%;
}

.grid2Col .column.last {
	width: 48%;
	margin-right: 0%;
	margin-left: 2%;
}

.grid2Col .column .specsGrp {
	width: 100%;
	display: table;
	padding-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #e7e7e7;
}

#mainBlock div.title {
	float: left;
	width: 35%;
	height: auto;
	clear: left;
}

#mainBlock div.title h3 {
	background-image: url('images/more_arrow.gif');
	background-repeat: no-repeat;
	background-position: 3px 2px;
	font-size: 12px;
	font-weight: bolder;
	color: #870c0f;
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	padding-left: 12px;
	margin-bottom: 5px;
}

#mainBlock div.title img {
	margin-top: 5px;
	margin-right: 5px;
	float: left;
}

ul.detail {
	float: left;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	width: 60%;
	line-height: 150%;
}

ul.detail li {
	padding: 0px;
	margin: 0px !important;
	margin-left: 20px;
	list-style-type: square;
}

ul.subDetail {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-left: 20px !important;
	margin-left: 0px;
	width: 100%;
	line-height: 150%;
}

ul.subDetail li {
	padding: 0px;
	margin: 0px !important;
	margin-left: 20px;
	list-style-type: square;
}

ul.detail img {
	margin-left: 10px;
}

.denote {
	vertical-align: super;
	color: #666;
	font-size: 0.8em;
}


table.specChart {
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	font-size: 12px;
	color: #333;
	line-height: 16px;
}

table.specChart td {
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 5px;
	width: 33%;
}

table.specChart tr.head td {
	text-align: center;
}

table.specChart td.char {
	font-weight: bolder;
}

table.specChart tr.odd {
	background-color: #f7f7f7;
}