/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */ /* Getting Started
-------------------------------*/
table.steps {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 0.5cm;
}

table.steps td {
	padding-top: 15px;
	vertical-align: top;
}

table.steps td.pict {
	text-align: center;
	width: 200px;
}

table.steps li {
	margin-bottom: 5px;
}

img.cut {
	border-left: dashed black 1px;
	border-right: dashed black 1px;
	padding-left: 1px;
	padding-right: 1px;
}

/* Vertical navigation
-------------------------------*/
#navi-V li.sub {
	margin: 0 0 0 0.5em;
	padding: 0;
	background: #EFEFEF;
	color: #000099;
	font-size: small;
	text-align: left;
}

#navi-V li.sub a {
	display: block;
	width: 100%;
	padding: 0.5em;
	border: 1px solid;
	border-color: #EFEFEF;
	background: #EFEFEF;
	color: #000099;
	text-decoration: none;
}

#navi-V li.sub a:link,#navi-V li.sub a:visited {
	border: 1px solid;
	border-color: #EFEFEF #EFEFEF #EFEFEF #EFEFEF;
	background: #EFEFEF;
	color: #000099;
	text-decoration: none;
}

#navi-V li.sub a:hover {
	border: 1px solid;
	border-color: #E8E8E8 #707070 #707070 #E8E8E8;
	background: #EFEFEF;
	color: red;
	text-decoration: none;
}

