body {
	background-color: #cc6600;
	background-image: url(graphics/theme/back.jpg);
	background-position: center top;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a, a:active, a:visited {
	color: #cc6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.ThemeMain {
	background-color: #ffffff;
	background-image: url(graphics/theme/middle_back.jpg);
	border: 1px solid #ffffff;
	width: 850px;
}
.ThemeTop {
	background-image: url(graphics/theme/top_back.jpg);
	height: 146px;
}
.ThemeMiddle {
	padding: 0px 0px 0px 0px;
}
.ThemeMiddle2 {
	background-image: url(graphics/theme/sx_bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.ThemeMiddleSx {
	float: left;
	width: 220px;
	height: 560px;
}
.ThemeMiddleSxUp {			
}
.ThemeMiddleDx {
	text-align: left;
	padding: 10px 10px 10px 230px;
}
.ThemeBottom {
	clear: both;
	background-image: url(graphics/theme/bottom_back.jpg);
	height: 50px;
}
.ThemeFooter {
	color: #ffffff;
	font-size: 10px;
}
.ThemeBriciola {
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #cc9933;
}
.divSpecs {
	width: 600px;
	overflow: auto;
}
.tableSpecs {
	border: 1px solid #cc9933;
	background-color: #ffffff;
	text-align: center;
}
.tableSpecs td, th {
	font-size: 9px;
	font-weight: normal;
	padding: 2px;
}
.tableSpecs .model {
	font-weight: bold;
}
.tableSpecs th {
	background-color: #edce70;
	color: #000000;
	border-bottom: 1px solid #cc9933;
	border-right: 1px solid #cc9933;
}
.tableSpecs th .en{
	color: #cd7f0c;
}
.tableSpecs td {
	border-top: 1px solid #cc9933;
}
.tableSpecs .trLast {
	border-bottom: 0px;
}
.tableSpecs sup, sub {
	font-size: 11px;
}