/* GENERAL
====================================================================== */
html { background: white; }

html, body { width: 100%; }

body {
	padding: 30pt;
	font-size: 10pt;
	line-height: 1.4;
}

body, input, select, textarea {
	font-family: arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 12pt;
	font-family: arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

h1 {
	margin-bottom: 24pt;
	color: #501f73;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 12pt;
	text-align: center;
}

h3, h4, h5, h6 {
	font-size: 10pt;
}

p {
	margin-top: 18pt;
}

img {
	margin: 12pt;
	border: none;
}

ul { margin-top: 12pt; }

li { margin-left: 12pt; }

fieldset {
	border: none;
}

fieldset div {
	margin: 0 0 18pt 0;
}

fieldset input {
	margin-right: 6pt;
}

fieldset label {
	font-weight: bold;
}

fieldset label span {
	font-weight: normal;
}

a:link, a:visited {
	color: #501f73;
	text-decoration: none;
}

#nav, #pga, #toolbar, #footer, #sidebar, #subtotal,
.BtnLg, .Btn, .MoreInfo, .thickbox {
	display: none;
}

a#logo:link,
a#logo:visited {
	color: #501f73;
	margin-bottom: 12pt;
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	text-decoration: none;
	display: block;
	text-align: center;
}

.Feature { overflow: auto; }

.Feature h1, .Feature h2 {
	margin-bottom: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: left;
}

.Feature h1 {
	margin: 24pt 0 6pt 0;
	color: #501f73;
	font-size: 20pt;
}

.Feature h2 {
	color: #333;
	font-size: 14pt;
}

.Feature img {
	float: right;
}

.Option {
	margin-top: 24pt;
	padding-bottom: 24pt;
	border-bottom: 1px dashed #999;
}

.Option img {
	float: left;
}

.Option p, .Option ul, .Option p.Price {
	margin-left: 200pt;
}

.Price {
	margin: 6pt 0 6pt 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
}

.Option .Price {
	margin: 12pt 0 0 0;
}

table#comparison th,
table#comparison td,
table#comparison tr.Heading th {
	padding: 5pt;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
	font-weight: normal;
	text-align: center;
}


table#comparison tr.Heading th {
	border-width: 0 0 1px 0;
}

table#comparison th {
	text-align: right;
}

table#comparison img {
	margin: 0;
}

img.ProductFeature {
	float: right;
}

#description {
	overflow: auto;
	margin-bottom: 24pt;
}

.accessory {
	margin-top: 12pt;
	padding-bottom: 12pt;
	border-bottom: 1px dashed #999;
}