/*
 * Top
 * -------------------------------------------- */

div#top
{
	height:auto;
	background:url(subpage-bg.gif) no-repeat top left;
}

div#subbody
{
	padding:0px 0px 50px 0px;
}

div#subbody h1
{
	font-weight:normal;
	font-size:48px;
	color:#545555;
	margin-bottom:50px;
}

div#subbody p
{
	line-height:1.4em;
}

/*
 * Spec-list
 * -------------------------------------------- */
 
div#subbody dl
{
	width:800px;
	line-height:1.4em;
}

div#subbody dl dt
{
	font-size:24px;
	color:#6699CC;
	color:#ffffff;
	padding:10px;
	background:#B1CCE8;
	margin-bottom:10px;
	background:url(specbar.gif) no-repeat top left;
}

div#subbody dl dd
{
	overflow:auto;
	text-align:justify;
	margin-bottom:20px;
}

div#subbody dl dd img.picture
{
	float:left;
	margin:0px 20px 20px 0px;
}

a.speclink img,
div#subbody dl dd img.picture
{
	padding:5px;
	border:1px solid #95BAE0;
	background:#ffffff;
}

a.speclink
{
	display:block;
	text-decoration:none;
	color:#22346C;
	padding:5px 0px 5px 0px;
	text-align:right;
}

a.speclink:hover
{
	color:#545555;
}

a.speclink img
{
	position:relative;
	top:6px;
	margin-left:5px;
}


p.actions
{
	margin-top:20px;
}

p.actions a
{
	margin-right:20px;
	color:#22346C;
}

p.actions a:hover
{
	color:#545555;
}