body { 
	background-color: #ccc; 
	text-align: center; 
	margin: 0; 
	padding: 0; 
}

div#subContentsArea {
	background-color: #fff;
	color: #000;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 650px;
}
p#category{
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	background-color: #666;
	color: #fff;
}
p#copyright{
	color: #666;
	text-align: right;
	margin: 1em 10px 0 10px;
	border-top: 1px #666 solid;
}
p#copyright img{
	display: inline;
}

sub{ vertical-align: baseline;}
sup{ vertical-align: top; }

h1{
	font-size: 14px;
	font-weight: bold;
	margin: 0.5em 0 1em 0;
	padding: 0 0 0 35px;
	background: url("../img/heading_misc.gif") 20px 0.25em no-repeat;
}
h2{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

table.overview {
	margin: 0 0 1em 20px;
}
table.overview th,
table.overview td {
	text-align: left;
	color: #000;
	font-weight: normal;
	vertical-align: top;
}

table.overview td {
	padding-right: 3em;
}

table.overview col.col1{
	width: 3.5em;
}
table.overview col.col2{
	width: 2.5em;
}


table.value {
	border-top: 2px #999 solid;
	border-right: 2px #999 solid;
	border-bottom: 2px #999 solid;
	border-left: 2px #999 solid;
	width: 610px;
	margin: 0 0 1em 20px;
}
table.value th,
table.value td {
	border-bottom: 1px #999 solid;
	border-left: 1px #999 solid;
	font-weight: normal;
	text-align: center;
	padding: 0.3em ;

}

table.value th.heading {
	background-color: #ccc;
}
table.value td.item{
	background-color: #f0fff0;
}
table.value td.txtLeft{
	text-align: left;
}


table.spec{
	border: 2px #ccc solid;
	width: 610px;
	margin: 0 0 1em 20px;
}
table.spec caption{
	margin: 0 0 0 20px;
	padding: 10px 0 2px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
table.spec th,
table.spec td {
	border-bottom: 1px #999 solid;
	border-left: 1px #999 solid;
	font-weight: normal;
	text-align: center;
	padding: 0.3em ;
}
table.spec th{
	background-color: #f0fff0;
}
table.spec td.txtLeft{
	text-align: left;
}



div.photoArea{
	width: 610px;
	margin: 0 0 0 20px;
}
div.photoArea p{
	margin-top: 0;
}

div.left{
	width: 390px;
	float: left;
}
div.right{
	width: 210px;
	float: right;
}

div.left2{
	width: 300px;
	float: left;
}
div.right2{
	width: 300px;
	float: right;
}


div.btn {
	text-align: right;
	margin: 1em 10px 0 0;
}
div.btn img{
	display: inline;
}

