/* STYLE */

/* Content BOX */

div.box {}

/* Links */

a.link_bullet_4,
a.link_bullet_4_pad {
	background-image: url('../img/bullet_4x4_gray.gif');
	/* background-image: see COLORS */
	background-position: 0% 70%;
	background-repeat: no-repeat;
	padding-left: 8px;
}
a.link_bullet_4_pad {
	padding-right: 4px;
	margin-right: 4px;
}
a:hover.link_bullet_4,
a:hover.link_bullet_4_pad {
	background-image: url('../img/bullet_4x4_gray.gif');
}

a.link_block_bullet_4 {
	display: block;
	background-image: url('../img/bullet_4x4_gray.gif');
	background-position: 0px 6px;
	background-repeat: no-repeat;
	padding: 1px 0px;
	padding-left: 8px;
}
a:hover.link_block_bullet_4 {
	/* background-image: see COLORS */
}

a.link_block_bullet_3 {
	display: block;
	background-image: url('../img/bullet_3x3_darkgray.gif');
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding: 1px 0px;
	padding-left: 8px;
}


/* Lists */

ul.unordered_list {
	padding: 7px 0px;
	margin-left: 30px;
}
	ul.unordered_list li {
		background-image: url('../img/bullet_3x3_darkgray.gif');
		background-position: 0px 9px;
		background-repeat: no-repeat;
		padding: 3px 0px;
		padding-left: 8px;
	}


/* Tables */

div.table_content {
	border: 1px solid;
	/* border-color: see COLORS */
	margin: 10px;
	padding: 5px;
}

table.table_content {
	width: 100%;
}

table.table_content td {
	vertical-align: top;
	padding: 5px;
}
	table.table_content td.left {
	}
	table.table_content td.right {
		width: 100%;
	}


/* MIDDLE */

	div#orientation ul {
		float: left;
	}
		div#orientation ul li {
			float: left;
		}
			div#orientation ul li a {
				float: left;
				display: block;
				padding-left: 7px;
				padding-right: 4px;
				margin-right: 6px;
				background-image: url('../img/bullet_arrow_gray.gif');
				background-repeat: no-repeat;
				background-position: left;
			}
			div#orientation ul li a.current,
			div#orientation ul li a:hover {
				background-image: url('../img/bullet_arrow_orange.gif');
				color: #333333;
			}
	div#download {}