@charset "utf-8";

/*--------------------------------------
	Style Name : Haken Style Sheet

	main-content
--------------------------------------*/


/*--------------------------------------
	div#main-content
--------------------------------------*/

#main-content * div.section {
	margin-bottom:0;
}

/*	div#section-04
--------------------------------------*/

#main-content #section-04 h3.section-title {
	margin-bottom:5px;
}

#main-content #section-04 div.section div.step {
	text-align:center;
}

#main-content #section-04 div.section div.group {
	margin-bottom:5px;
	padding:5px 10px;
	background-color:#ffc;
}

* html #main-content #section-04 div.section div.group {
	padding:5px 1px;
}

#main-content #section-04 div.section div.group * {
	margin:0;
}

* html #main-content #section-04 div.section div.group h4,
* html #main-content #section-04 div.section div.group p {
	margin:0 10px;
}

#main-content #section-04 div.section div.flow {
	position:relative;
	width:100%;
	z-index:10;
}

#main-content #section-04 div.section div.flow img {
	position:absolute;
	right:0;
	bottom:-30px;
}

/*	div#section-05
--------------------------------------*/

#main-content #section-05 dl dt {
	color:#32b5fc;
	font-size:125%;
	font-weight:bold;
}

#main-content #section-05 dl dd {
	margin-bottom:2em;
}
#section-05 table {
	width:80%;
	border:0;
}
#section-05 td {
	width:150px;
	padding:5px;
	border:thin solid #666666;
}
#section-05 td.val {
	width:300px;
	background-color:#CCD7FF;
}

#section-05 tr {
	width:150px;
	border:thin solid #666666;
}
#section-05 .caption {
	color:#333333;
	font-size:10px;
	margin-top:-10px;
}
