/*
 * ------------------------------------------------------
 * Page Tools Box
 * ------------------------------------------------------
 */

.page_tools_icon {
	margin-right:6px;
}

/*
 * ------------------------------------------------------
 * Content Box
 * ------------------------------------------------------
 */

.contentbox {
	background-color:#fff;
	margin:0px;
	margin-bottom:12px;
	padding: 0px 12px 10px 12px;
}

/*
 * ------------------------------------------------------
 * Simple Image Box
 * ------------------------------------------------------
 */

.imagebox {
	margin-bottom:12px;
	position:relative;
}

.imagebox .imagebox_thumb {
	text-align:left;
	border-bottom:1px solid #d9dbda;
}

.imagebox .imagebox_zoom {
	position:absolute;
	left:0px;
	top:0px;
	z-index:20;
}

.imagebox .imagebox_thumb .imagebox_zoomicon {
	position:absolute;
	left:0px;
	bottom:0px;
}

.ico-zoomin {
	position:relative;
	height:17px;
	margin-top:-17px;
}

.ico-zoomin img, .ico-zoomout img {
	cursor:pointer;
}

.ico-zoomout {
	position:absolute;
	top:0px;
	right:0px;
}

/*
 * ------------------------------------------------------
 * Gallery Box
 * ------------------------------------------------------
 */

.gallerybox {
	margin-bottom:12px;
	position:relative;
	padding: 0 0 0 12px;
	z-index: 2;
}

.gallerybox .contentbox {
	margin-bottom:0px;
	padding-bottom:2px;
	border-bottom:1px solid #d9dbda;
	padding-top:9px;
	margin-right:12px !important;
}

.contentbox h1{
	margin-bottom:2px;
}

.gallerythumbnails {
	position:absolute;
	top:11px;
	left:117px;
	width:75px;
}

.gallerythumbnailszoom {
	position:absolute;
	top:11px;
	right:262px;
	width:75px;
}

.galleryarrow {
	float:right;
	margin-top:6px;
	margin-left:6px;
	cursor:pointer;
}

.gallerythumb {
	width:16px;
	height:17px;
	background-color:#f00;
	border: 1px solid #b0b1b3;
	float:right;
	margin-left:6px;
	cursor:pointer;
}

.gallerybox .gallerypicture {
	position:relative;
}

.gallerypicturezoomin, .gallerypicturezoomout {
	cursor:pointer;
}

.galleryzoomcontent {
	text-align:center;
}

.zoomwindow {
	position:absolute;
	left:12px;
	top:0px;
	width:597px;
	background-color:#fff;
	z-index:20;
}

/*
 * ------------------------------------------------------
 * Related Articles Box
 * ------------------------------------------------------
 */

.relatedarticles {
	background-color:#fff;
	margin:0px;
	margin-bottom:12px;
	padding:0px;
	padding-bottom:7px;
}

.relatedarticles .contentbox {
	margin:0px;
	padding: 0px 12px 6px 12px;
}

.relatedarticles .linkbox {
	margin:0px;
	padding:12px;
	padding-top:4px;
	padding-bottom:4px;
	border-top:1px solid #dadada;
}

.relatedarticles .linkbox a {
	color:#666;
	text-decoration:none;
	display:block;
}

.relatedarticles .linkbox a b {
	color:#666;
}

.relatedarticles .linkbox a:hover {
	color:#88673C;
	text-decoration:none;
}

.relatedarticles .linkbox a:hover b {
	color:#88673C;
	text-decoration:none;
}

/*
 * ------------------------------------------------------
 * Tablebox
 * ------------------------------------------------------
 */

.tablebox {
	background-color:#fff;
	margin:0px;
	margin-bottom:12px;
	padding:0px;
	padding-bottom:20px;
}

.tablebox .contentbox {
	margin:0px;
	padding: 0px 12px 6px 12px;
}

.tablebox table {
	width:100%;
	border:0px;
}

.tablebox table thead tr {
	border:0px;
}

.tablebox table tbody tr td.rowheader {
	background-color:#f9faf9;
	color:#999;
}

.tablebox table thead tr {
	border-bottom: 1px solid #d9dbda;
}

.tablebox table thead tr th {
	font-weight:bold;
	color:#999;
	padding:2px 5px 2px 12px;
	border:0px;
	border-bottom: 1px solid #d9dbda;
}

.tablebox table thead tr th.spacer,.tablebox table tbody tr td.spacer {
	width:12px;
	border:0px;
	margin:0px;
	padding:0px;
	background-color:#fff;
	border-bottom: 1px solid #d9dbda;
}

.tablebox table tbody tr td {
	padding:2px 2px 2px 12px;
	font-size:10px;
	border:0px;
	background-color:#f5f4f2;
	border-bottom: 1px solid #d9dbda;
}

.tablebox table tbody tr td.even {
	background-color:#fff;
}

.tablebox .csc-firstHeader {
	margin-left: 10px;
}

/*
 * ------------------------------------------------------
 * Image Link Box
 * ------------------------------------------------------
 */

.imagelinkbox {
	margin-bottom:12px;
}

.imagelinkbox_text {
	background-color:#fff;
	margin:0px;
	padding:12px;
	position:relative;
}

/*
 * ------------------------------------------------------
 * MTU Report
 * ------------------------------------------------------
 */

.mtureport {
 	position:relative;
 	border-top:1px solid #dadada;
	margin-bottom:4px;
}

.mtureportrow {
 	border-bottom:1px solid #dadada;
	padding:12px 0;
}

.mtureport_image {
	float:left;
	margin-right:12px;
}

.mtureport_text {
	width:500px;
	float:left;
}

.mtureport_text table {
	width:500px;
	margin-bottom:3px;
	margin-top:1px;
}

.mtureport_text table tr td {
	padding:0px;
	border:0px;
}

.mtureport_text table tr td.colwidth_en {
	width: 70%;
}

* html .mtureport_text table tr td.colwidth_en {
	width: 66%! important;
}

*+html .mtureport_text table tr td.colwidth_en {
	width: 66%! important;
}

.mtureport_text table tr td.colwidth_de {
	width: 57%;
}

* html .mtureport_text table tr td.colwidth_de {
	width: 57%! important;
}

*+html .mtureport_text table tr td.colwidth_de {
	width: 57%! important;
}

.mtureport_text table tr td.order {
	text-align:right;
}

.mtureport_text table tr td.order input {
	width:20px;
	border:0px;
}

/*
* ------------------------------------------------------
* Worldwide Table
* ------------------------------------------------------
*/
.worldwide {
 	margin-bottom:4px;
 	border:0px;
 	width:100%;
}

.worldwide tr {
 	border:0px;
}

.worldwide tr td {
 	padding:0px;
 	border:0px;
 	margin-right:12px;
}

.worldwide tr td b {
	display:block;
	margin-top:20px;
	margin-bottom:2px;
}

tr.header td {
 	border-bottom:1px solid #d9dbda;
 	color:#999999;
 	font-weight:bold;
}

tr.header td.spacer {
	border:0px;
}

.values {
 	width:100%;
}

.values tr td {
 	background-color:#f5f4f2;
 	padding:4px 0px 4px 0px;
 	text-align:center;
 	border-top:1px solid #d9dbda;
}

.values tr td.spacer {
 	background-color:#fff;
 	border:0px;
}

.values tr.header td {
 	background-color:#fff;
 	font-weight:normal;
 	border:0px;
}

.values tr {
	border-bottom:1px solid #d9dbda;
}

.values tr.header {
	border:0px;
}

.legend {
	border:0px;
}

.legend tr {
	border:0px;
}

.legend tr.header td {
	color:#666;
}

.legend tr td {
	border:0px;
	padding:0px 3px 2px 0px;
}

 /*
 * ------------------------------------------------------
 * Procurement Table
 * ------------------------------------------------------
 */
.procurement {
	margin-bottom:4px;
}

.tablebox .procurement tr {
	border:0px;
}

.tablebox .procurement tr td {
	border-bottom:1px solid #cccdd1;
}

.procurement .headertop td {
	background-color:#fff;
	font-weight:bold;
	color:#999;
}

.procurement .header td {
	background-color:#fafafa;
	font-weight:normal;
	color:#777;
}

.procurement .start {
	background-color:#f0eff4;
}

.procurement .spacer {
	border-bottom:1px solid #fff;
}

.procurement .spacerlast {
	border-bottom:1px solid #cccdd1;
	background-color:#fff;
	padding:0px;
}


