
div#content p {
	margin: 0 1.5em;
	margin-bottom: 1.2em;
}

div#content .clear{
	float: none;
	clear: both;
}

div#content p.borderbottom {
	width: 400px;
	float: left;
	clear: rigth;
	border-bottom: 1px solid #9aa2a9;
	margin: 0 0 10px 0;
	padding: 0 0 8px 0;
}

div#content p.catch {
	margin: 0 auto 1.5em auto;
}

div#content p.image img {
	float: left;
	clear: left;
	margin: 0 1.0em 1.0em 0;
}

div#content p.image img.border {
	border: 1px solid #cccccc;
}

div#content p.assertion {
	font-weight: 900;
	border-top: 1px dashed #464646;
	border-bottom: 1px dashed #464646;
	margin: 1.5em 0;
	padding: 6px 0;
}

div#content p.screenshot {
	text-align: center;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 2em;
	padding-bottom: 1em;
}

div#content em.redtext {
	color: #ff0000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

div#content table {
	border: 0 none;
	margin-bottom: 1.2em;
}

div#content table.spec {
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

div#content table.spec tr th {
	background: #f0f0f0;
	border: 1px solid #cccccc;
	padding: 3px 6px;
}

div#content table.spec tr td {
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 3px 6px;
}
	
div#content .leftBox{
	width:181px;
		background-color:#cccccc;
	margin:0 0 0 10px;
	float:left;
	}
	
div#content .rightBox{
	width:424px;
	margin:0 10px 0 10px;
	float:right;
	}

div#content p.borderbottom2 {
	width: 420px;
	font-weight:bold;
	border-bottom: 1px solid #9aa2a9;
	margin: 0 0 10px 0;
	padding: 0 0 8px 0;
}

div#content ul.pagemenu {
	float: left;
	margin: 0 0 1.5em 0;
	padding: 0;
}

div#content ul.pagemenu li {
	display: block;
	list-style-type: none;
	background: transparent url("../img/arrow1.gif") no-repeat 0 8px;
	padding: 0 10px;
}

div#content ul.pagemenu2 {
	margin: 0 0 1.5em 2em;
	padding: 0;
}

div#content ul.pagemenu2 li {
	display: block;
	list-style-type: none;
	background: transparent url("../img/arrow1.gif") no-repeat 0 8px;
	padding: 0 10px;
}

div#content div.question,
div#content p.question {
	color: #83622c;
	background: transparent url("../guide/img/question.gif") no-repeat 10px 0;
	font-weight: 900;
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 1.2em;
	padding: 0 10px 0px 35px;
}

div#content div.answer,
div#content p.answer {
	background: transparent url("../guide/img/answer.gif") no-repeat 10px 0;
	padding: 0 10px 10px 35px;
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 1.2em;
	border-bottom: 1px solid #9aa2a9;
}

