* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 1em;
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: #757575;
	/*	background: url("../images/background-body.png") no-repeat top left; */
	margin: auto;
}

h2,h3,h4 {
	text-align: left;
	color: #FF9900;
	padding: 5px;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

#layout-header h2 {
	color: #888888;
	padding: 1em 0 0 2.5em;
	font-size: 1.1em;
	font-weight: normal;
}

#layout-footer {
	margin-top: 1em;
	margin-bottom: 1em;
}

#layout-footer p {
	color: #888888;
	padding: 1em;
	font-size: smaller;
	font-weight: normal;
	text-align: right;
}

dt,dd,p {
	font-size: 90%;
	text-align: justify;
}

.text,.faq {
	text-align: left;
	margin-right: 2em;
}

.index {
	margin: auto;
	width: 30em;
}

.product {
	padding: .5em;
	margin-bottom: 1em;
	text-decoration: none;
	margin-bottom: 1em;
}

.product:HOVER {
	background: #dddddd none repeat scroll 0 0;
}

.product strong {
	color: #FF9900;
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 6px 0;
	width: 100%;
}

.product strong:HOVER {
	color: #222222;
}

.product em {
	display: block;
	padding: 0.25em 1em .25em 1em;
	font-size: 0.9em;
	font-style: normal;
	text-align: justify;
}

.product em:HOVER {
	color: #222222;
}

.text h2 {
	padding-top: 1em;
	padding-bottom: 0.25em;
}

.text p {
	padding-bottom: 0.75em;
}

.text dt {
	margin-bottom: 1em;
}

.text dd,.text li {
	font-size: 0.9em;
	text-align: justify;
}

.faq {
	width: 30em;
}

.faq dt {
	text-align: justify;
	padding-top: .25em;
	padding-bottom: .25em;
	border-top: solid 1px #e8e8e8;
}

.faq dd {
	padding-bottom: 1em;
}

.faq p {
	font-size: 0.9em;
	text-align: justify;
	padding-top: .75em;
}

.faq ol {
	font-size: 1.0em;
	text-align: left;
}

.faq li {
	padding: 0.5em;
	border-top: solid 1pt #e8e8e8;
}

.faq-question {
	font-size: 0.9em;
	font-weight: bold;
	color: #555555;
	padding-left: 2em;
	padding-right: 2em;
	display: block;
}

.sidebar {
	clear: right;
	display: inline;
	float: right;
	margin: 1em 0em 1em 2em;
	overflow: hidden;
	position: relative;
	width: 15em;
	color: #505155;
	padding: 1em;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

.sidebar h4 {
	padding: 0 0 0.5em;
}

.sidebar li,.sidebar p {
	font-size: 90%;
	padding-top: 0.5em;
	width: auto;
}

.feature {
	padding: .5em;
	width: 23em;
	border-top: solid 1px #e8e8e8;
	background: #ffffff;
}

.feature-expanded {
	background: #fafafa;
}

.feature ul {
	width: 21em;
	padding-left: 1em;
	padding-right: 1em;
	list-style-type: square;
}

.sidebar li,.feature li {
	padding: .5em;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px .5em;
	padding-left: 24px;
	list-style-type: none;
}

.feature>p {
	margin-top: 0;
	font-size: 0.9em;
	padding-left: 1em;
	padding-right: 1em;
}

.feature-more-control,.lightbox {
	font-size: 75%;
	width: 11em;
	padding: .25em;
	background: #eeeeee;
}

.feature-more {
	padding-top: 1em;
}

.feature-more-control {
	margin-left: 1em;
}

.lightbox {
	float: right;
	margin-right: 1em;
}

.feature-more-control a,.lightbox a {
	color: #555555;
	text-decoration: none;
}

.feature-more-control a:HOVER,.lightbox a:HOVER {
	color: #222222;
	text-decoration: none;
}

.feature .ui-icon {
	float: left;
	margin-left: 4px;
	margin-right: 8px;
}

.ui-widget-content .ui-icon,.faq .ui-icon {
	background-image:
		url(../themes/ui-lightness/images/ui-icons_ef8c08_256x240.png);
}

a,a:FOCUS {
	text-decoration: none;
	color: #444444;
}

a:ACTIVE,a:HOVER {
	text-decoration: none;
	color: #222222;
}
