/* ------------------------------------------------------------------------- */
/* standard container - type0 - used to display editorials, text, links....  */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------- */
/* standard container (type0) - std. selectors */
/* ------------------------------------------- */
.containerType0 {
  border-left: solid 1px #ccc;
  font: normal 10px verdana;
  margin-bottom: 20px;
  /*width: 100%;   currently not used*/
  height: 100%;
  /*float: left;  currently not used*/
}
html>body .containerType0 {		/* not interpreted by ie */
  height: auto;
}
.containerType0 h1 {
  margin: 0;
  padding: 0 0 2px 3px;
  background-color: #ccc;
  color: #333;
  font: bold 12px verdana;
}
.containerType0 h2 {
  background: transparent url(/base/images/pic_link_arrow.gif) no-repeat scroll 5px 4px;
  margin: 0;
  font: bold 10px verdana;
  padding: 0 0 16px 18px;
}
.containerType0 h3 {
  margin: 0;
  padding: 0 0 2px 3px;
  color: #000;
  font: bold 10px verdana;
}
.containerType0 p {
  padding: 0 0 3px 18px;
  margin: 0;
}
.containerType0 .image{
  float: left;
  padding: 4px 12px 0 4px;  
  text-align: center;
}
.containerType0 .imageRight{
  float: right;
  padding: 4px 0 12px 2px;  
  text-align: right;
}
.containerType0 .textRight{
  text-align: right;	
}
.containerType0 .textLeft{
  text-align: left;	
  margin: 0;
  padding: 2px 0 2px 3px;
}
.containerType0 .itemList li{
  background: none;
  margin: 0 0 0 20px;
  padding: 0 0px 0 0px;
  list-style-type: disc; 
}
.containerType0 .bullet li{
  background: none;
  margin: 0 0 0 20px;
  padding: 0 0px 0 0px;
  list-style-type: disc; 
}
.containerType0 .tooltbl .blankrow {
  width: 268px;
  border-top: solid 0px #ccc;
  vertical-align: top;
  padding: 0 0 0 4px;
}

/* --------------------------------------- */
/* standard container (type0) - subColumns */
/* --------------------------------------- */

.containerType0 .subColLeft_w0_5{  
  float: left;
  width: 87px;
}
.containerType0 .subColLeft_w1_0{  
  float: left;
  width: 179px;
}
.containerType0 .subColRight_w1_0{ 
  float: right;
  width: 179px;
}
.containerType0 .subColLeft_w1_0_ext {
  float: left;
  width: 182px;
  padding: 4px;
}
.containerType0 .subColRight_w1_0_ext {
  float: right;
  width: 182px;
  padding: 4px;
}
.containerType0 .subColLeft_w1_5{
  float: left;
  width: 266px;
  overflow: hidden;
}
.containerType0 .subColRight_w1_5{
  float: right;
  width: 266px;
  overflow: hidden;
}
.containerType0 .subColLeft_w2_0{
  float: left;
  width: 360px;
}
.containerType0 .subColLeft_w2_0 .subColLeft_w0_5{  
  float: left;
  width: 87px;
}
.containerType0 .subColLeft_w2_0 .subColRight_w1_5{
  float: right;
  width: 266px;
}


/* ------------------------------------------- */
/* standard container (type0) - tables				 */
/* ------------------------------------------- */
.containerType0 .table_w3_0 {
  width: 556px;
  /*margin-right: 12px; */
}
.containerType0 .table_w3_0 th {
  width: 268px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 0 0 0 4px;
}
.containerType0 .table_w3_0 td{
  width: 268px;
  border-top: solid 1px #ccc;
  vertical-align: top;
  padding: 0 0 0 4px;
}
.containerType0 .table_w2_0 {
  width: 368px;
  margin-right: 12px; 
}
.containerType0 .table_w2_0 td {
  vertical-align: top;
  padding: 4px 12px 0 0; 
}
.containerType0 .table_w2_0 .tdImage {
  width: 10px;
  padding: 0; 
}

/* ------------------------------------------------------------------------- */
/* form container (type100)- used to display																 */
/* ------------------------------------------------------------------------- */
/* --------------------------------------------- */
/* form container (type100) - std. selectors		 */
/* --------------------------------------------- */
.containerType100 {
  border-left: solid 1px #ccc;
  font: normal 10px verdana;
  margin-bottom: 20px;
  /*float: left;*/
  /*width: 100%;*/
  height: 100%;
}
html>body .containerType100 {		/* not interpreted by ie */
  height: auto;
}
.containerType100 p {
  padding: 0;
  margin: 5px 0 0 0;
}
.containerType100 h1 {
  margin: 0;
  padding: 0 0 2px 2px;
  background-color: #ccc;
  color: #333;
  font: bold 12px verdana;
}
.containerType100 .h1Link {
  padding: 0 3px 0 0;
  margin-top: -15px; 
  text-align: right;
}
.containerType100 .box {
  padding: 0px;
}
.containerType100 .box_title {
  padding: 2px 0 2px 4px;
}
.containerType100 .box_title_bold {
  font-weight: bold;
  padding: 2px 0 2px 4px;
}
.containerType100 .submit {
  padding: 0 3px 0 0;
  text-align: right;
}
.containerType100 .submit img {
  display: inline;
  margin: 0 4px 0 0;
}
.containerType100 .checkbox input{
  clear: both;
  margin: 0 1px 0 0;
  padding: 0 4px;
  border: 0;
}
html>body .containerType100 .checkbox input {	 /* this part is not interpredted by ie but from opera, firefox, netscape,... */
  padding: 0;
  border: 0;
  vertical-align: middle;
  margin: 4px;
}
html>body .containerType100 .checkbox select {	/* this part is not interpredted by ie but from opera, firefox, netscape,... */
  padding: 0;
  border: 0;
  vertical-align: middle;
  margin: 4px;
}
.containerType100 select{
  margin-left: 3px;
}
.containerType100 input{
  margin-left: 3px;
}
.containerType100 textarea {
  margin-left: 3px;
}
.containerType100 .textRight{
  text-align: right;	
}
.containerType100 .textLeft{
  text-align: left;	
  margin: 0;
  padding: 2px 0 2px 3px;
}
.containerType100 .zebra {
	padding: 4px 0px 4px 4px;}
html>body .containerType100 .zebra {
  padding: 4px 0px 4px 4px;
}
.containerType100 .itemList{
  background: none;
  margin: 2px 0 0 0px;
}
.containerType100 .itemList li{
  background: none;
  margin: 0px 0 0 20px;
  padding: 0 0px 0 0px;
  list-style-type: disc; 
}
.containerType100 .bullet{
  background: none;
  margin: 2px 0 0 0px;
}
.containerType100 .bullet li{
  background: none;
  margin: 0px 0 0 20px;
  padding: 0 0px 0 0px;
  list-style-type: disc; 
}

/* --------------------------------------------- */
/* form container (type100) - errors / infos		 */
/* --------------------------------------------- */
.containerType100 .infoTop{			/* form top info message */
	color: #000;
	font: bold 10px verdana;
	padding: 15px 0px 15px 4px;
}
.containerType100 .errorTop{		/* form top error message */
	color: #f00;
	font: bold 10px verdana;
	padding: 15px 0px 15px 4px;
}
.containerType100 .messageTop {	/* form top message */
	color: #f00;
	font: bold 10px verdana;
	padding: 15px 0px 15px 4px;
}
/* --------------------------------------------- */
/* form container (type100) - subColumns   			 */
/* --------------------------------------------- */
.containerType100 .subColLeft_w1_0{
  float: left;
  width: 179px;
}
.containerType100 .subColRight_w1_0{
  float: right;
  width: 179px;
}
.containerType100 .subColLeft_w3_0{
  float: left;
  width: 555px;
}
.containerType100 .subColLeft_w1_5{
  float: left;
  width: 266px;
}
.containerType100 .subColRight_w1_5{
  float: right;
  width: 266px;
}

/* ------------------------------------------- */
/* form container (type100) - tables    			 */
/* ------------------------------------------- */
.containerType100 .table_w3_0 {
  width: 551px;  
  margin-bottom: 20px;
}
.containerType100 .table_w3_0 td{
  width: 276px;
  vertical-align: top;
  /*padding: 2px 0px 2px 4px;*/
}

.containerType100 .table_w3_0 th{
  border-bottom: solid 1px #ccc;
  padding: 4px 0px 4px 4px;
}

.containerType100 .table_w3_0 .tdRowEven{
  background-color: #e9e9e9;
  padding: 4px 0px 4px 4px;
}
.containerType100 .table_w3_0 .tdRowOdd{
  background-color: #ffffff;
  padding: 4px 0px 4px 4px;
}

.containerType100 .table_w3_0 .infoTop{			/* form top info message */
  padding: 15px 0px 15px 4px;
}
.containerType100 .table_w3_0 .infoTop td{ 	/* form top info message */
  width: 551px; 
	color: #000;
	font: bold 10px verdana;
	padding: 15px 0px 15px 4px;
}

.containerType100 .table_w3_0 .errorTop{		/* form top error message */
  padding: 15px 0px 15px 4px;
}
.containerType100 .table_w3_0 .errorTop td{ /* form top error message */
  width: 551px; 
	color: #f00;
	font: bold 10px verdana;
	padding: 15px 0px 15px 4px;
}

.containerType100 .table_w3_0 .messageTop{	/* form top message */
  padding: 15px 0px 15px 4px;
}
.containerType100 .table_w3_0 .messageTop td{ /* form top message */
  width: 551px; 
	color: #f00;
	font: bold 10px verdana;
	padding: 15px 0px 15px 4px;
}

.containerType100 .table_w3_0 .tdError{		/* field error - marks the field*/
  border-top: 1px solid #f00;
  border-bottom: 1px solid #f00;
  padding: 4px 0px 4px 4px;
}
.containerType100 .table_w3_0 .tdErrorLeft{
  border-left: 1px solid #f00;
  border-top: 1px solid #f00;
  border-bottom: 1px solid #f00;
  padding: 4px 0px 4px 4px;
}
.containerType100 .table_w3_0 .tdErrorRight{
  border-top: 1px solid #f00;
  border-right: 1px solid #f00;
  border-bottom: 1px solid #f00;
  padding: 4px 0px 4px 4px;
}
.containerType100 .table_w3_0 .tdErrorText{ /* field error - additional text */
  background-color: #fff;
}
.containerType100 .table_w3_0 .tdErrorText td{ /* field error - additional text */
	color: #f00;
	font: bold 10px verdana;
	padding: 8px 0px 2px 4px;
}


/* ------------------------------------------------------------------------- */
/* form container (typeGrayBG100)- used to display																 */
/* ------------------------------------------------------------------------- */
/* --------------------------------------------- */
/* form container (typeGrayBG100) - std. selectors		 */
/* --------------------------------------------- */
.containerTypeGrayBG100 {
  border-left: solid 1px #ccc;
  font: normal 10px verdana;
  margin-bottom: 20px;
  /*float: left;*/
  /*width: 100%;*/
  height: 100%;
/* New entry start*/
	  background-color: #eee;
/* New entry end */
}
html>body .containerTypeGrayBG100 {		/* not interpreted by ie */
  height: auto;
}
.containerTypeGrayBG100 p {
  padding: 0;
  margin: 5px 0 0 0;
}
.containerTypeGrayBG100 h1 {
  margin: 0;
  padding: 0 0 2px 2px;
  background-color: #ccc;
  color: #333;
  font: bold 12px verdana;
}
.containerTypeGrayBG100 .h1Link {
  padding: 0 3px 0 0;
  margin-top: -15px; 
  text-align: right;
}
.containerTypeGrayBG100 .box {
  padding: 0px;
}
.containerTypeGrayBG100 .box_title {
  padding: 2px 0 2px 4px;
}
.containerTypeGrayBG100 .box_title_bold {
  font-weight: bold;
  padding: 2px 0 2px 4px;
}
.containerTypeGrayBG100 .submit {
  padding: 0 3px 0 0;
  text-align: right;
}
.containerTypeGrayBG100 .submit img {
  display: inline;
  margin: 0 4px 0 0;
}
.containerTypeGrayBG100 .checkbox input{
  clear: both;
  margin: 0 1px 0 0;
  padding: 0 4px;
  border: 0;
}
html>body .containerTypeGrayBG100 .checkbox input {	 /* this part is not interpredted by ie but from opera, firefox, netscape,... */
  padding: 0;
  border: 0;
  vertical-align: middle;
  margin: 4px;
}
html>body .containerTypeGrayBG100 .checkbox select {	/* this part is not interpredted by ie but from opera, firefox, netscape,... */
  padding: 0;
  border: 0;
  vertical-align: middle;
  margin: 4px;
}
.containerTypeGrayBG100 select{
  margin-left: 3px;
}
.containerTypeGrayBG100 input{
  margin-left: 3px;
}
.containerTypeGrayBG100 textarea {
  margin-left: 3px;
}
.containerTypeGrayBG100 .textRight{
  text-align: right;	
}
.containerTypeGrayBG100 .textLeft{
  text-align: left;	
  margin: 0;
  padding: 2px 0 2px 3px;
}
.containerTypeGrayBG100 .zebra {
	padding: 4px 0px 4px 4px;
}

html>body .containerTypeGrayBG100 .zebra {
  padding: 4px 0px 4px 4px;
}
.containerTypeGrayBG100 .itemList{
  background: none;
  margin: 2px 0 0 0px;
}
.containerTypeGrayBG100 .itemList li{
  background: none;
  margin: 0px 0 0 20px;
  padding: 0 0px 0 0px;
  list-style-type: disc; 
}
.containerTypeGrayBG100 .bullet{
  background: none;
  margin: 2px 0 0 0px;
}
.containerTypeGrayBG100 .bullet li{
  background: none;
  margin: 0px 0 0 20px;
  padding: 0 0px 0 0px;
  list-style-type: disc; 
}

/* --------------------------------------------- */
/* form container (type100) - errors / infos		 */
/* --------------------------------------------- */
.containerTypeGrayBG100 .infoTop{			/* form top info message */
	color: #000;
	font: bold 10px verdana;
	padding: 15px 0px 15px 4px;
}
.containerTypeGrayBG100 .errorTop{		/* form top error message */
	color: #f00;
	font: bold 10px verdana;
	padding: 15px 0px 15px 4px;
}
.containerTypeGrayBG100 .messageTop {	/* form top message */
	color: #f00;
	font: bold 10px verdana;
	padding: 15px 0px 15px 4px;
}
/* --------------------------------------------- */
/* form container (type100) - subColumns   			 */
/* --------------------------------------------- */
.containerTypeGrayBG100 .subColLeft_w1_0{
  float: left;
  width: 179px;
}
.containerTypeGrayBG100 .subColRight_w1_0{
  float: right;
  width: 179px;
}
.containerTypeGrayBG100 .subColLeft_w3_0{
  float: left;
  width: 555px;
}
.containerTypeGrayBG100 .subColLeft_w1_5{
  float: left;
  width: 266px;
}
.containerTypeGrayBG100 .subColRight_w1_5{
  float: right;
  width: 266px;
}

/* ------------------------------------------- */
/* form container (type100) - tables    			 */
/* ------------------------------------------- */
.containerTypeGrayBG100 .table_w3_0 {
  width: 551px;  
  margin-bottom: 20px;
}
.containerTypeGrayBG100 .table_w3_0 td{
  width: 276px;
  vertical-align: top;
  /*padding: 2px 0px 2px 4px;*/
}

.containerTypeGrayBG100 .table_w3_0 th{
  border-bottom: solid 1px #ccc;
  padding: 4px 0px 4px 4px;
}

.containerTypeGrayBG100 .table_w3_0 .tdRowEven{
  background-color: #e9e9e9;
  padding: 4px 0px 4px 4px;
}
.containerTypeGrayBG100 .table_w3_0 .tdRowOdd{
  background-color: #ffffff;
  padding: 4px 0px 4px 4px;
}

.containerTypeGrayBG100 .table_w3_0 .infoTop{			/* form top info message */
  padding: 15px 0px 15px 4px;
}
.containerTypeGrayBG100 .table_w3_0 .infoTop td{ 	/* form top info message */
  width: 551px; 
	color: #000;
	font: bold 10px verdana;
	padding: 15px 0px 15px 4px;
}

.containerTypeGrayBG100 .table_w3_0 .errorTop{		/* form top error message */
  padding: 15px 0px 15px 4px;
}
.containerTypeGrayBG100 .table_w3_0 .errorTop td{ /* form top error message */
  width: 551px; 
	color: #f00;
	font: bold 10px verdana;
	padding: 15px 0px 15px 4px;
}

.containerTypeGrayBG100 .table_w3_0 .messageTop{	/* form top message */
  padding: 15px 0px 15px 4px;
}
.containerTypeGrayBG100 .table_w3_0 .messageTop td{ /* form top message */
  width: 551px; 
	color: #f00;
	font: bold 10px verdana;
	padding: 15px 0px 15px 4px;
}

.containerTypeGrayBG100 .table_w3_0 .tdError{		/* field error - marks the field*/
  border-top: 1px solid #f00;
  border-bottom: 1px solid #f00;
  padding: 4px 0px 4px 4px;
}
.containerTypeGrayBG100 .table_w3_0 .tdErrorLeft{
  border-left: 1px solid #f00;
  border-top: 1px solid #f00;
  border-bottom: 1px solid #f00;
  padding: 4px 0px 4px 4px;
}
.containerTypeGrayBG100 .table_w3_0 .tdErrorRight{
  border-top: 1px solid #f00;
  border-right: 1px solid #f00;
  border-bottom: 1px solid #f00;
  padding: 4px 0px 4px 4px;
}
.containerTypeGrayBG100 .table_w3_0 .tdErrorText{ /* field error - additional text */
  background-color: #fff;
}
.containerTypeGrayBG100 .table_w3_0 .tdErrorText td{ /* field error - additional text */
	color: #f00;
	font: bold 10px verdana;
	padding: 8px 0px 2px 4px;
}


/* ------------------------------------------------------------------ */
/* form container right aligned (type101)															*/
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------- */
/* form container right aligned (type101) - std. selectors */
/* ------------------------------------------------------- */
/* currently used on home page for login and quick order */
.containerType101 {
  border-left: solid 1px #ccc;
  font: normal 10px verdana;
  margin-bottom: 20px;
}
.containerType101 p {
  padding: 0;
  margin: 5px 0 0 0;
}
.containerType101 h1 {
  margin: 0;
  padding: 0 0 2px 3px;
  background-color: #ccc;
  color: #333;
  font: bold 12px verdana;
}
.containerType101 .box {
  padding: 0 0 0 15px;
}
.containerType101 .box_title {
  padding: 2px 0 2px 18px;
}
.containerType101 .submit {
  padding: 0 3px 0 0;
  text-align: right;
}
.containerType101 .submit img {
  display: inline;
  margin: 0 4px 0 0;
}
.containerType101 .checkbox {
  margin-bottom: 3px;
}
.containerType101 .checkbox input{
  padding: 0;
  margin: 0 1px 0 14px;
}
html>body .containerType101 .checkbox input{
  padding: 0;
  margin: 0 3px 0 18px;
}
.containerType101 .textRight{
  text-align: right;	
}
.containerType101 .textLeft{
  text-align: left;	
  margin: 0;
  padding: 2px 0 2px 3px;
}

/* --------------------------------------------- */
/* form container (type101) - errors / infos		 */
/* --------------------------------------------- */
.containerType101 .infoTop{			/* form top info message */
	color: #000;
	font: bold 10px verdana;
	padding: 15px 0px 15px 4px;
}
.containerType101 .errorTop{		/* form top error message */
	color: #f00;
	font: bold 10px verdana;
	padding: 15px 0px 15px 4px;
}
.containerType100 .messageTop {	/* form top message */
	color: #f00;
	font: bold 10px verdana;
	padding: 15px 0px 15px 4px;
}

/* ------------------------------------------------------------------ */
/* table container (type1) 																						*/
/* ------------------------------------------------------------------ */
/* currently used for order, fleet management, ..... */

.containerType1 #containerType1_content th {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  background-color: #ccc;
  text-align: left;
  padding: 2px 4px;
  vertical-align: top; 
}
.containerType1 #containerType1_footer{
	margin-top: 5px;
}
.containerType1 #containerType1_footer th {
  background-color: #fff;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  font-weight: normal;  
  padding: 3px 4px 2px 4px;
}
.containerType1 h1 {
  margin: 0;
  padding: 0 0 2px 3px;
  background-color: #ccc;
  color: #333;
  font: bold 12px verdana;
}
.containerType1 th {
  background-color: #ccc;
  text-align: left;
  padding: 2px 4px;
  vertical-align: top;
}
.containerType1 td {
  border-top: solid 1px #ccc;  
  padding: 2px 4px;
}

.containerType1 td.tdBorderNone {
  border-top: none;  
  padding: 2px 4px;
}

.containerType1 td.tdPreSum {
  border-bottom: solid 1px #000;  
  padding: 2px 4px 10px 4px;
}
.containerType1 td.tdBlank {
  border-top: solid 0px #000;  
  border-bottom: solid 0px #000;  
  padding: 2px 4px 2px 4px;
}
.containerType1 input {
  font: normal 10px verdana;
  color: #666;
  height:14px;
  border: solid 1px #000;
  padding: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.containerType1 input .checkbox {
  border: 10;
}
.containerType1 input .checkbox .badItem {
  background-color: red;
}
.containerType1 .textRight{
  text-align: right;	
}
.containerType1 .textLeft{
  text-align: left;	
  margin: 0;
  padding: 2px 0 2px 3px;
}
.containerType1 .toRight {
  padding: 3px 0px 2px 4px;
  text-align:right;  
  width: 320px;
  float: right;
}
.containerType1 .toRight select{
  margin-top: 4px
}	
.containerType1 .toRight td {
  border: 0;
  width:182px;
}
.containerType1 .toLeft {
  padding: 3px 4px 2px 4px;
  text-align:left;  
  width: 320px;
  float: left;
}
.containerType1 .toLeft select{
  margin-left: 4px;
  margin-top: 4px
}	
.containerType1 .toLeft td {
  border: 0;
  width:182px;
}
.containerType1 hr.blackLine {
  height: 1px;
  color: #000;
  background: #000;
  margin: 0;
  padding: 0;
  border: 0;
}
.containerType1 hr.greyLine {
  height: 1px;
  color: #ccc;
  background: #ccc;
  margin: 0;
  padding: 0;
  border: 0;
}
.containerType1 .checkbox {
  border: 0;
  margin-left: 0px;
  padding: 0 2px;
}
#containerType1_content th a:link   {text-decoration: underline; color: #000;}
#containerType1_content th a:visited{text-decoration: underline; color: #000;}
#containerType1_content th a:active {text-decoration: underline; color: #000;}
#containerType1_content th a:hover  {text-decoration: underline; color: #000;}

#containerType1_content .toolTbl{
	width: 750px;
	margin: 0;
	padding: 0;
}
/* --------------------------------------------- */
/* table container (type1) - errors / infos		 */
/* --------------------------------------------- */
.containerType1 .infoTop{			/* top info message */
	color: #000;
	font: bold 10px verdana;
	padding: 15px 0px 15px 4px;
}
.containerType1 .errorTop{		/* top error message */
	color: #f00;
	font: bold 10px verdana;
	padding: 15px 0px 15px 4px;
}
.containerType1 .messageTop {	/* top message */
	color: #f00;
	font: bold 10px verdana;
	padding: 15px 0px 15px 4px;
}


/* ------------------------------------------------------------------ */
/* table container (type2) 																						*/
/* ------------------------------------------------------------------ */
/* currently only used for techlib */
.containerType2 .table_w4_0 {
  border-top: solid 1px #ccc;
  padding: 0;
  width: 750px;
}
.containerType2 .table_w2_0 {
  width: 368px;  
}
.containerType2 .table_w2_0 td {
  padding: 2px 0 6px 0;
  border-right: solid 1px #ccc;
}
.containerType2 .tableLeft_w1_0 {
  width: 182px;
}
.containerType2 .tableLeft_w1_0 td {
  padding: 2px 0 6px 4px;
}
.containerType2 .tableRight_w1_0 {
  width: 182px;  
}
.containerType2 .tableRight_w1_0 td{
  padding: 2px 0;
}
.containerType2 .image {
  padding: 0 4px 0 0;
}
.containerType2 hr.greyLine {
  height: 1px;
  color: #ccc;
  background: #ccc;
  margin: 0;
  padding: 0;
  border: 0;
}
.containerType2 .textRight{
  text-align: right;	
}
.containerType2 .textLeft{
  text-align: left;	
  margin: 0;
  padding: 2px 0 2px 3px;
}


/* ----------------------------------------------------------------------------------- */
/* standard container - type3 - used to display content without container borders....  */
/* ----------------------------------------------------------------------------------- */
/* e.g. used on product range page */
.containerType3 {
  font: normal 10px verdana;
  margin-bottom: 10px;
}
.containerType3 h2 {
  margin: 0;
  padding: 0 0 2px 3px;
  background-color: #ccc;
  color: #333;
  font: bold 12px verdana;
}
.containerType3 h3 {
  margin: 0;
  padding: 0 0 2px 3px;
  color: #000;
  font: bold 10px verdana;
}
.containerType3 p {
  padding: 0 0 3px 18px;
  margin: 0;
}
.containerType3 ul {
  list-style: disc outside none;
  margin: 0 0 1px 0;
  padding: 0 0 0 17px;
  margin-bottom: 20px;
}
.containerType3 ul li {
  margin: 0 0 1px 0;
  padding: 0;
  background: none;
}
.containerType3 .image{
	margin-bottom: 12px;
	padding: 3px 3px 0 3px;
}
.containerType3 .subColRight_w1_0{
  float: right;
  width: 180px;
}
.containerType3 .subColLeft_w2_0{
  float: left;
  width: 362px;
	margin-right: 12px;
}
.containerType3 .infoTop{			/* form top info message */
	color: #000;
	font: bold 10px verdana;
	padding: 0px 0px 3px 4px;
}
.containerType3 .errorTop{		/* form top error message */
	color: #f00;
	font: bold 10px verdana;
	padding: 15px 0px 15px 4px;
}
.containerType3 .messageTop{	/* form top message */
	color: #f00;
	font: bold 10px verdana;
	padding: 15px 0px 15px 4px;
}
.containerType3 .textRight{
  text-align: right;	
}
.containerType3 .textLeft{
  text-align: left;	
  margin: 0;
  padding: 2px 0 2px 3px;
}
.containerType3 .subColLeft_w0_5{  
  float: left;
  width: 87px;
}
.containerType3 .subColLeft_w1_5{
  float: left;
  width: 266px;
}
.containerType3 .subColRight_w1_5{
  float: right;
  width: 266px;
}
.containerType3 hr.greyLine {
  height: 1px;
  color: #ccc;
  background: #ccc;
  margin: 0;
  padding: 0;
  border: 0;
}
.containerType3 .itemList li{
  background: none;
  margin: 0 0 0 0px;
  padding: 0 0px 0 0px;
  list-style-type: disc; 
}
.containerType3 .bullet li{
  background: none;
  margin: 0 0 0 0px;
  padding: 0 0px 0 0px;
  list-style-type: disc; 
}


/* ----------------------------------------------------------------------------------- */
/* standard container - type4 - used to display the print version of the pages....     */
/* ----------------------------------------------------------------------------------- */
.containerType4 {
  font: normal 10px verdana;
  margin-bottom: 10px;
}
.containerType4 h1 {
  margin: 0;
  padding: 0 0 2px 3px;
  background-color: #ccc;
  color: #333;
  font: bold 12px verdana;
}
.containerType4 h1.subTitle{
	margin-bottom: 0px;
	background-color: #fff;
	border-bottom: 1px solid #000;
}
.containerType4 h2 {
  margin-top: 6px;
  margin-bottom: 0px;
  padding: 0 0 2px 3px;
  font: bold 10px verdana;
}
.containerType4 h3 {
  margin-top: 5px;
  padding: 0 0 2px 3px;
  font: bold 16px verdana;
}
.containerType4 .imageCenter{
	margin: auto;
	text-align: center;
}
.containerType4 .image{
	margin: 6px 0px 0px 0px;
}
html>body .containerType4 .itemListDisc li {	 /* not interpredted by ie but from opera, firefox, netscape,... */
  background: none;
  margin: 0 0 0 16px;
  padding: 0px;
  list-style-type: disc; 
}
.containerType4 .itemListDisc li{
  background: none;
  margin: 0 0 0 19px;
  padding: 0px;
  list-style-type: disc; 
}
html>body .containerType4 .itemList li {	 /* not interpredted by ie but from opera, firefox, netscape,... */
  background: none;
  margin: 6px 0 0 3px;
  padding: 0px;
  list-style-type: none; 
}
html>body .containerType4 .bullet li{
  background: none;
  margin: 6px 0 0 3px;
  padding: 0px;
  list-style-type: none; 
}
.containerType4 .itemList li{
  background: none;
  margin: 6px 0 0 3px;
  padding: 0px;
  list-style-type: none; 
}
.containerType4 .bullet li{
  background: none;
  margin: 6px 0 0 3px;
  padding: 0px;
  list-style-type: none; 
}

.containerType4 hr.blackLine {
  height: 1px;
  color: #000;
  background: #000;
  margin: 0;
  padding: 0;
  border: 0;
}

