@charset "UTF-8";
/* CSS Document: Suppages www.toyoda-mitsui.com */

/* General Page-Layout / Start / -------------------------*/
html { height: 100%; }


body {
	font: 11px/20px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #000000;
	background-image: url(../template/images/bg-gradient-home.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#page_wrapper {
	width: 920px; /* affects the space between navigation and content, too. */
	position: static;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0px;
	/*background-image: url(../template/images/bg-gradient-home.jpg);*/
	background-repeat: repeat-y;
	background-position: center;
}                                                     


#left_col {
	position: static;
	padding: 0px;
	margin: 0px;
	width: 210px;
	float: left;
}


#content_col {
	position: static;
	background-color: #FFFFFF;
	min-height: 500px;
	width: 590px; 
	bottom: 0px;
	padding: 0 20px 40px 40px;
	margin-left: 40px;
	float: left; 
}


#logo_div {
	padding-top: 0px;
	top: 0px;
	width: 210px;
	height: 90px;
	margin-bottom: 105px;
}


#main_nav {
}


#breadcrum_nav {
	position: relative;
	margin-left: 250px;
	color: #FFFFFF;
}


.clear_floating {
	clear: both;
	margin: 0;
}


/* General Page-Layout / End / -------------------------*/




/* Typo-Styles general / Start / -------------------------*/
.bodytext {
	font: 11px/20px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0px;
}

table {
	font: 11px/20px Arial, Helvetica, sans-serif;
	margin: 0;
	color: #000000;
}

h1 {
	color: rgb(226, 0, 36);
	font: normal 20px/26px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 15px 0 15px 0;
	clear: both;
}

.csc-firstHeader { /* 1. Headline auf Seite*/
	margin: 0px 0 5px 0;
}

h2 { /* wird auch für news Headline genutzt */
	color: rgb(0, 0, 0);
	font: normal 16px/15px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0px 0 10px 0;
}

h3 {
	font-size: 13px;
	margin: 5px 0 2px 0;
}

h4 {
	font-size: 11px;
	margin: 0;
}

img {
	border: none;
}

a {
	color: rgb(0, 0, 0);
	text-decoration: underline;
}


a:hover {
	color: rgb(166, 179, 190);
	text-decoration: underline;
}

sup {
 font-size: 75%;
 vertical-align: 0.6em;
 font-family: Arial, Helvetica, sans-serif;
}

abbr {
	cursor: help;
}

#content_col ul {
	padding-left: 1em;
	list-style-type: square;
	color: rgb(0, 0, 0);
	margin-left: 0;
	margin-top: 0;
}

* html #content_col ul { /*IE6-Hack*/
	padding-left: 1.3em;
	margin: 0em;
}

.contenttable th {
	font-weight: bold;
	text-align: left;
	margin:0;
	padding: 5px;
}

.contenttable td {
	margin:0;
	padding: 5px;
}

.contenttable td p {
	margin:0;
	padding:0;
}

.layout-0 { /* e.g. used for listing fair dates */
	border: 1px solid rgb(166, 179, 190);
	border-collapse: collapse;
}

.layout-0 tr {
	border: 1px solid rgb(166, 179, 190);
}

.layout-0 th {
	background-color: rgb(166, 179, 190);
	padding: 3px 6px 3px 6px;
	text-align: left;
}

.layout-0 td {
	padding: 3px 6px 3px 6px;
	text-align: left;
}

.layout-0 .td-1 {
	font-weight: bold;
}

.csc-linkToTop:after {
	content:" "url(../all/linkToTopArrow.gif);
}

.csc-header h5 { /* für FAQ */
	margin-bottom: 0px;
	border-bottom: 1px solid rgb(226, 0, 36);
}


/* FORMULARE */
input {
	font-size: 11px;
	border: 1px solid rgb(150, 150, 150);
	background-color: #fff;
}

input[type=submit], input[type=reset] {
	width: auto;
	height: 18px;
	padding: 0px 10px;;
	border-top: 1px solid rgb(220, 220, 220);
	border-right: 1px solid rgb(150, 150, 150);
	border-bottom: 1px solid rgb(150, 150, 150);
	border-left: 1px solid rgb(220, 220, 220);
	background-image: url(../template/images/button-bg-navstyle.jpg);
	background-position: center;
}

input[type=checkbox] {
	background-color: transparent;
}

select {
	font-size: 11px;
	border: 1px solid rgb(150, 150, 150);
	background-color: #fff;
}

textarea {
	font-size: 11px;
	border: 1px solid rgb(150, 150, 150);
	background-color: #fff;
}

label {
	font-size: 11px;
	font-weight: normal;
}


/* Typo-Styles general / End / -------------------------*/

/* Table styles / Start / */

table.specifications { margin: 0px; }
table.specifications caption { margin: 0px 2px; background-color: #333; color: white; font-weight: bold; font-size: 13px; border-bottom: 2px solid white }
table.specifications thead th { background-color: #bbb; font-size: 13px; text-align: left; }
table.specifications thead td { background-color: #ccc; font-weight: bold; font-size: 13px; }
table.specifications tbody th { background-color: #ddd; font-size: 11px; text-align: left; }
table.specifications tbody td { background-color: #eee; }
table.specifications .bodytext { margin: 0px; }
/* Table styles / End / */

/* 2nd-Hand-Machines / Start / -------------------------*/
table.used {
	width: 586px;
}

.used th {
	background-color: #333;
	color: white;
	padding: 2px 2px
}

.used td {
	padding: 2px 2px;
}

.used .entry { /* 2nd TH-row*/
	background-color: #ccc;
	color: black;
}
td.used {
	padding: 20px 20px;
}
td.used_thumb {
	background-color: white;
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
}


.usedtb{
	background-color: #fff;
	margin-bottom: 25px;
}

.usedtb th{
	text-align: left;
	padding: 2px 5px;
	background-color: #ccc;
	color: black;
}

.usedtb td{
	text-align: left;
	padding: 2px 5px;
	background-color: #eee;
}

table.used_search  {
	width: 590px;
	border: 1px solid gray;
	background-color: #ccc;
	border-spacing:0px;
}

table.used_search tr, table.used_search td, table.used_search th {
	padding: 0px;
	margin: 0px;
}

.postit {
	background-color: rgb(250, 237, 115);
	padding: 0px 5px;
	margin-bottom: 25px;
}

td.used h2 {
	text-transform: none;
}

/* "Send Inquiry"-Section*/
.used_request input {
	font: 11px Arial, Helvetica, sans-serif;
	width: 180px;
	border: 1px solid rgb(150, 150, 150);
	background-color: rgb(245, 245, 245);
}

.used_request input[type=submit] {
	font: 11px Arial, Helvetica, sans-serif;
	width: auto;
	border: 1px solid rgb(150, 150, 150);
	background-color: rgb(245, 245, 245);
}

.used_request textarea {
	font: 11px Arial, Helvetica, sans-serif;
	width: 450px;
	border: 1px solid rgb(150, 150, 150);
	background-color: rgb(245, 245, 245);
}

.used_request {
	margin: 0; padding: 0;
	border-spacing: 0;
	border-collapse: separate;
}

.used_request th{
	padding: 2px 8px;
	background-color: #eee;
	text-align: left;
}

.used_request td{
	padding: 2px 8px;
	background-color: #fff;
}

.used_cart{
	margin-left: auto!important;
	margin-right: auto!important;
}

.used_cart th{
	background-color: #333;
	color: #fff;
}

.used_cart td{
	background-color: #eee;
	color: #000;
}

/* 2nd-Hand-Machines / End / -------------------------*/


/* Contact u Stafflist / Start / -----------------------*/
.staffTable {
	margin-bottom: 20px;
}

caption.name {
	color: rgb(0, 0, 0);
	font: normal 13px/25px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	border-bottom: 1px solid red;
	text-align: left;
	width: 100%
}

.staffTable td {
	padding-right: 20px;
}

.vcard img { /* Portätfoto */
	border: 1px solid green;
	display:inline;
	margin-top: 45px;
	float: right;
}
.vcard { clear:both; }

/* Contact u Stafflist / End / -----------------------*/



/* News-Styles / Start / -------------------------*/
/* vorerst werden die Styles aus 'Typo-Styles general' genutzt (solange das ausreicht*/
.news_img_left {
	float: left;
	margin-right: 20px;
	border: none;
}


.news_h2 {
	color: rgb(0, 0, 0);
	font: normal 13px/25px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
	border-bottom: 1px solid red;
}

.news_hr {
	margin: 5px 0 10px 0;
	height: 1px;
	background-color: rgb(226, 0, 36);
	border-style: none;
	border-color: rgb(226, 0, 36);
}
/* News-Styles / End / -------------------------*/



/* Dates-Styles / Start / -------------------------*/
.dates_table {
	width: 400px;
}
/* Dates-Styles / End / -------------------------*/



/* Image-Styles / Start / -------------------------*/
.img_margin-b {
	margin-bottom: 20px;
}

.page_banner {
	margin: 20px 0 40px -40px;
}

/* Image captions (dd.) */
.csc-textpic-caption { line-height: 10pt; }

/* Image-Styles  / End / -------------------------*/

/* (E-Mail)Forms /  Start / -------------------------*/
#tx-srfeuserregister-pi1-fe_users_form fieldset {
	border:1px solid rgb(150, 150, 150);
	padding:0;
}

.tx-pilmailform-pi1 input {
	font: 12px Arial, Helvetica, sans-serif;
	width: 350px;
	border: 1px solid rgb(150, 150, 150);
	background-color: rgb(245, 245, 245);
}

.tx-pilmailform-pi1 textarea {
	font: 12px Arial, Helvetica, sans-serif;
	width: 350px;
	border: 1px solid rgb(150, 150, 150);
	background-color: rgb(245, 245, 245);
}

.button {
	width: auto !important;
	/*border: auto !important;*/
}

.attention {
	color: rgb(226, 0, 36);
	font-weight: bold;
}


.tx-pilmailform-pi1 table {
	border: none;
	border-collapse: collapse;
}

.tx-pilmailform-pi1 td {
	border-bottom: 1px solid rgb(166, 179, 190);
	padding: 8px 15px 8px 5px;
}


.csc-mailform {
	/*position: relative;*/
	border: 1px solid black;
/*	padding: 0px; */
	background-color: #eee;
}

.csc-mailform-field {
	border-top: 1px solid white;
	margin: 8px 0px;
	clear: both;
}

.csc-mailform label {
	font-weight: bold;
	margin: 10px 0px;
	float: left;
}

.csc-mailform input {
	width: 370px;
	margin: 10px 0px;
	float: right;
}

.csc-mailform select {
	width: 370px;
	margin: 10px 0px;
	float: right;
}

.csc-mailform .csc-mailform-check {
	border: none!important;
	background-color: transparent!important;
	width: auto;
}

.csc-mailform .csc-mailform-submit {
	width: auto;
}

.csc-mailform textarea {
	margin: 10px 0px;
	float: right;
	width: 370px;
	height: inherit;
}


/* Forms /  End / -------------------------*/


/* Main-Navigation / Start / -------------------------*/
/* Link-Layout ----*/
#main_nav a {
	color: white;
	text-decoration: none;
	display: block; 
}


#main_nav a:hover {
	text-decoration: underline; 
}


/* 1. Level ----*/
#main_nav ul { /*.firstlevel-ul*/
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.firstlevel-li {
	/*margin-top: 10px;*/
}
.firstlevel-li a {
	font: 11px/20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: white;
	
	background-image: url(../template/images/nav_button_bg.jpg);
	background-repeat: no-repeat;
	
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 10px;
}

/* 2. Level ----*/
.secondlevel-ul {
	margin: -10px 0 20px 0 !important; /* Ausgleich v. firstlevel */
	background-image: url(../template/images/nav_subnav_bg.jpg);
	background-repeat: repeat-y;
}
.secondlevel-li {
	list-style-type: none;
	margin: 0 0 -10px 0;
	padding: 0 0 0 10px;
	color: #FFFFFF;
}

.secondlevel-li a {
	text-transform: none !important; /* Einst. aus firstlevel aufheben */
	background-image: url(../template/images/clear_20px.gif) !important;
}


/* 3. Level ----*/
.thirdlevel-ul {
	margin: 0;
	padding: 0;
}
.thirdlevel-li {
	list-style-type: none;
	margin: -10px 0 0 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #FFFFFF;
/*	border: 1px solid red;*/
}
.thirdlevel-li a {
	color: #FFFFFF;
	text-decoration: none;
}



/* 4. Level ----*/
.fourthlevel-li {
	list-style-type: none;
	margin: -10px 0 0 0;
	padding: 0 0 0 10px;
}
.fourthlevel-li a {
	color: #FFFFFF;
}

/* 5. Level ----*/
.fifthlevel-li {
	list-style-type: none;
	margin: -10px 0 0 0;
	padding: 0 0 0 10px;
}
.fifthlevel-li a {
	color: #FFFFFF;
}


/* OverStates ----*/
#main_nav .firstlevel-li a:hover {
	background-image: url(../template/images/nav_button_bg_over.jpg);
	background-repeat: no-repeat;
	background-position: 0;
}

#main_nav .secondlevel-li a:hover {
	text-decoration: none;
}
#main_nav .secondlevel-li span:hover {
	border-bottom:1px solid white;
}

#main_nav .thirdlevel-li a:hover {
	text-decoration: none;
}
#main_nav .thirdlevel-li span:hover {
	border-bottom:1px solid white;
}

#main_nav .fourthlevel-li a:hover {
	text-decoration: none;
}

#main_nav .fourthlevel-li span:hover {
	border-bottom:1px solid white;
}


/* AcitveStates [Current Page Marker] ----*/
#main_nav .firstlevel-li_active a {
	background-image: url(../template/images/nav_button_bg_active.jpg);
}
/* Navigation / End / -------------------------*/




/* Breadcrump Navigation / Start / -------------------------*/
#breadcrum_nav a {
	color: #FFFFFF;
}


#breadcrum_nav .linkSep {
	color: rgb(226, 0, 36);
	font-weight: bold;
}
/* Bread-crum Navigation / End / -------------------------*/


/* Language Navigation / Start / [Addapted from Main-Navigation Styles] -------------------------*/
#lang_nav {
	margin-top: 25px;
	color: white;
}
#lang_nav a {
	color: white;
	text-decoration: none;
}
#lang_nav a:hover {
	border-bottom: 1px solid white;
}

/* 1. Level [Headline] ----*/
#lang_nav ul { /*.firstlevel-ul*/
	margin: 0;
	padding: 0;
}

#lang_nav .firstlevel-li {
	/*margin-top: 10px;*/
}

#lang_nav .firstlevel-li a {
	font: 11px/20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: white;
	
	background-image: url(../template/images/nav_button_bg_blank.jpg);
	background-repeat: no-repeat;
	
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 10px;
}

/* 2. Level [Language-Links] ----*/
#lang_nav .secondlevel-ul {
	margin: -10px 0 20px 0 !important; /* Ausgleich v. firstlevel */
	background-image: url(../template/images/nav_subnav_bg.jpg);
	background-repeat: repeat-y;
}
#lang_nav .secondlevel-li {
	text-transform: none !important; /* Einst. aus firstlevel aufheben */
	list-style-type: none;
	line-height: 25px;
	text-decoration: none;
/*	border: 1px solid blue;*/
	color: #FFFFFF;
}
#lang_nav .secondlevel-li a {
	text-transform: none !important; /* Einst. aus firstlevel aufheben */
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../template/images/clear_20px.gif) !important;
	margin-left: -10px !important;
}

/* Language Navigation / End / -------------------------*/

/* JTEKT-Box / Start / -------------------------*/
#jtekt_box {
	margin-top: 20px;
}

#jtekt-logo {
	margin-left: 50px; 
	margin-top:10px; 
	border: none;
}

/* JTEKT-Box / End / -------------------------*/

/* Search / Start / -------------------------*/
#search {
	margin-top: 35px;
	background-image: url(../template/images/nav_subnav_bg.jpg);
	background-repeat: repeat-y;
	/*outline: 1px dotted red;*/
}

#search label {
	font: 11px/20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	width: 100% !important;
	display: block;
	height: 20px; /* = Hoehe von backround-image */
	padding-left: 10px;
	margin-bottom: 10px;
	background-image: url(../template/images/nav_button_bg_blank.jpg);
	background-repeat: no-repeat;
	/*outline: 1px dashed blue;*/
}

#search form {
	margin: 0;
	padding: 0;
}

#search input {
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #999;
	border: solid 1px gray;
	color: white;
}
/* Search / End / -------------------------*/

/* Search Box / Start / -------------------------*/
#searchbox {
	margin-top: 50px;
	background-image: url(../template/images/nav_subnav_bg.jpg);
	background-repeat: repeat-y;
	/*outline: 1px dotted red;*/
}

#searchbox label {
	font: 11px/20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: white;
	width: 100%;
	height: 20px; /* = Hoehe von backround-image */
	padding-left: 10px;
	margin-bottom: 10px;
	background-image: url(../template/images/nav_button_bg_blank.jpg);
	background-repeat: no-repeat;
	/*outline: 1px dashed blue;*/
}

#searchbox input {
	margin-bottom: 10px;
	margin-left: 10px;
}
/* Search Box / End / -------------------------*/

/* Element-Boxes / Start / -------------------------*/
div.csc-frame {
	padding: 4px 8px 0px 8px;
}

div.csc-frame-frame1 {
	border: 1px solid rgb(166, 179, 190);
	background-color: #eee;
}
/* Element-Boxes / End / -------------------------*/

/* Sales partners (Bw-Address) / Start / -------------------------*/
.tx-bwaddress-pi1-match {
	width: 355px;
}

.tx-bwaddress-pi1-addresslist {
	width: 355px;
	border: none;
}

.tx-bwaddress-pi1-legend {
	position: fixed;
	width: 160px;
	margin-left: 420px;
	background-color: rgb(255,255,255);
	border: 1px solid #666;
	outline: none;
	padding: 0 0 0px 10px;
}

.tx-bwaddress-pi1-legend h3 {
	color: white;
	margin: 0 0 0 -10px;
	padding: 0 10px;
	background-color: #CCC;
}
.tx-bwaddress-pi1-country {
	border: none;
	margin: 0;
	padding: 0;
}
.tx-bwaddress-pi1-countryHeader {
	background-color: rgb(200,200,200);
	border: none;
	display: block;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0;
}

.tx-bwaddress-pi1-countryHeader:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.tx-bwaddress-pi1-countryTitle {
	font-size: 14px;
	font-weight: normal;
	color: rgb(255,255,255);
}

.tx-bwaddress-pi1-countryImage {
	border-right: 10px solid white;
	border-left: 10px solid white;
	margin: 0 5px 0 -10px;
}

.tx-bwaddress-pi1-addressItem {
	margin-bottom: 40px;
}

.tx-bwaddress-pi1-address {
	margin-bottom: 0px;
}

#bwdock { position: relative; height: 117px;}
	#bwdock a { text-decoration: none; color: #000;}
/*
	#bwdock_wrap { position: absolute; height: 117px; background-color: #999999; }
	#bwdock_products {  position: relative;  width: 600px; height: 100px; background-color: #AAAAAA; overflow: hidden; vertical-align: bottom; }
*/
	#bwdock_productpane { position: absolute; width: 1500px; height: 100px; background-image: url(../template/bw_dock/dock-pane-background_rd092009.jpg); }
/*
	.bwdock_product { position: static; font-family: Arial, Helvetica, sans-serif; font-size:10px; top:15px; width: 110px; height: 100px; padding: 0px 0px 0px 0px; text-align: center; float: left; }
*/
	.bwdock_image { position: static; width: 110px; height: 85px; bottom: 0px; vertical-align: bottom; text-align: center; }
	.bwdock_text { position: static; width: 110px; height: 15px; text-align: center; bottom: 0px; color: #000; line-height: 11px; text-decoration: none;}
	.bwdock_text a { color: #000; text-decoration: none; }
	.bwdock_text a:hover { color: #000; text-decoration: none; }
/*
	.bwdock_toyoda { position: absolute; top: 0px; width: 100px; height: 15px; background-image: url("typo3conf/ext/bw_dock/pi1/res/label-toyoda.png"); background-repeat: no-repeat; }
	.bwdock_mitsui { position: absolute; top: 0px; width: 100px; height: 15px; background-image: url("typo3conf/ext/bw_dock/pi1/res/label-mitsui.png"); background-repeat: no-repeat; }
	.bwdock_marker_mitsui { position: absolute; width: 110px; height: 1px; bottom: 0px; background-color: blue; }
	.bwdock_marker_toyoda { position: absolute; width: 110px; height: 1px; bottom: 0px; background-color: red; }
*/
	#bwdock_slidertrack { position: absolute; width: 600px; height: 17px; background-image: url("../template/bw_dock/dock-slider-background_rd092009.jpg"); background-repeat: repeat-x; }

#bwdock_slidershadow { position:absolute; width: 129px; left: 40px; top: 1px; height: 15px; background-image: url(../template/bw_dock/dock-slider_rd092009.jpg); background-repeat: no-repeat; z-index: 1; }
/*
#bwdock_slider { position:absolute; width: 129px; left: 40px; top: 1px; height: 15px; z-index: 10; }
*/
	#bwdock_slidertext { position: absolute; font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000; width: 670px; height: 10px; top: 3px; z-index: 5; line-height: 10px; white-space: nowrap }

	.bwdock_divider { border: dashed 1px silver; margin: 0px 15px 0px 15px; width: 0px; height: 100px; float: left; }
/*
	#bwdock_st1 { position: absolute; left: 12px; cursor: pointer; }
	#bwdock_st2 { position: absolute; left: 100px; cursor: pointer; }
	#bwdock_st3 { position: absolute; left: 300px; cursor: pointer; }
	#bwdock_st4 { position: absolute; left: 450px; cursor: pointer; }
	#bwdock_st5 { position: absolute; left: 580px; cursor: pointer; }
*/
