/* ------------------------------------ Details Styles ------------------------------------- */

#details {
	PADDING: 0px; 
	MARGIN: 0px; 
	BACKGROUND: #F6F6F6;
	FLOAT: left; 
	clear: both;
	DISPLAY: block; 
	WIDTH: 762px;
	height: auto;
	border-bottom: 1px solid #CCCCCC;
}
#details A {
	color: #333333;
	text-decoration: none;
}
#details UL {
	display: block;
	FLOAT: left;
	clear: right;
	PADDING: 10px 1px 10px 4px;
	MARGIN: 0px 1px 0px 5px;
	WIDTH: 115px;
	list-style: none;
}
#details LI {
	PADDING: 0px;
	MARGIN: 0px;
	FONT: normal 8pt Geneva, Arial, Helvetica, sans-serif;
	list-style: none;
}
#details IMG {
	FLOAT: none;
	clear: right;
	MARGIN: 0px;
	padding: 0px;
	display: block;
	border: none;
}
#details P {
	display: block;
	width: 110px;
	MARGIN: 0px;
	padding: 0px;
	FONT: normal 8pt Geneva, Arial, Helvetica, sans-serif;
	COLOR: #3c3c3c;
	list-style: none;
	text-align: center;
	border: none;
}
#details ol{
	background: #FFFFFF;
	border: none;
	font: normal 8px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	list-style: decimal url(none) outside;	
}
/* ------------------------------------ Features Styles ------------------------------------- */

#Features {
	display: block;
	padding: 0px 0px 10px 0px;
	margin:0px;
	background: #ffffff;
	border-bottom: solid 1px #999999;
	float: left;
	clear: both;
	width: 762px;
}
#Features H3 {
	display: block;
	padding: 5px 0px 5px 5px;
	margin: 0px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #999999;
	text-align: left;
	background: #E0E2B5;
}
#Features P {
	display: block;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: left;
	color: 3c3c3c;
}
#Features ul {
	display: block;
	float: left;
	clear: none;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CCCCCC;
	color: 3c3c3c;
	list-style: square inside;
	text-align: left;
	text-decoration: none;
	width: 100%;
	background: #ffffff;
	text-indent: 5pt;
}
#Features ol {
	display: block;
	float: left;
	clear: none;
	padding: 10px;
	margin: 10px 10px 0px 10px;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	list-style: decimal inside;
	text-align: left;
	text-decoration: none;
	background: #E0E2B5;
	width: 290px;
	border: 1px solid #999999;
}
#Features img {
	display: block;
	float: left;
	clear: none;
	padding: 10px 0px 0px 7px;
	margin: 10px 0px 0px 7px;
}