@CHARSET "UTF-8";



/* ***************************************************************** *
 *   OBJECTS IN THE CONTENT AREA  
 * ***************************************************************** */
#content a, #content a:visited {
  color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #9999ff;
}
#content a:hover {
  border: 0;
	text-decoration: underline;
	color: #003366;
	background: #E5E5E5;
}
#content a img {
  border: 0;
}
#content ul {
  margin-top: 0;
	list-style-type: square;
}
#content ul li {
  margin-bottom: 10px;
}
#content ol {
  margin-top: 0;
}
#content ol li {
  margin-bottom: 14px;
}
#content blockquote {
  margin-top: 10px;
	margin-bottom: 10px;
}
#content h1 {
  padding: 10px 0 16px 0;
  font-size: 18px;
  color: #003366;
	letter-spacing: 0.1em;
  font-weight: lighter;
}
#content h2 {
  padding: 8px 0 12px 0;
  font-size: 14px;
	color: #003366;
}
#content h3 {
  padding: 0; /*6px 0 0 0;*/
	margin: 0;
  font-size: 12px;
	line-height: 1.3em;
	color: #666666;
}
#content h4 {
  padding: 10px 0 8px 0;
  font-size: 12px;
	color: #000000;
}
#content p {
  padding: 5px 0 10px 0;
	margin: 0;
}
#content div.htmlText {
	padding: 5px 0 10px 0; 
	line-height: inherit;
	color: inherit; 
	font-size: inherit;
}
#content div.htmlText p {
  padding: 0 0 10px 0;
	margin: 0;
  font-size: inherit;
	color: inherit;
}
#content div.htmlText strong {
  color: #333333;
}
#content div.smallHtmlText {
	padding: 3px 0 5px 0; 
	line-height: inherit;
	color: inherit; 
	font-size: 11px;
}
#content div.smallHtmlText p {
  padding: 0 0 5px 0;
	margin: 0;
  font-size: 11px;
	color: inherit;
}
#content div.impHtmlText {
  margin: 10px 0 10px 0;
	padding: 8px 20px 4px 20px;
	background: #E5E5E5;
	border: 1px dotted #cc0000;
	color: #000000; 
	font-size: 12px;
}
#content div.impHtmlText p {
  padding: 0 0 8px 0;
	margin: 0;
  font-size: 12px;
	color: inherit;
}
#content div.boxHtmlText {
  margin: 10px 0 10px 0;
	padding: 8px 20px 4px 20px;
	background: #E5E5E5;
	border: 1px dotted #333333;
	color: #000000; 
	font-size: 12px;
}
#content div.boxHtmlText p {
  padding: 0 0 8px 0;
	margin: 0;
  font-size: 12px;
	color: inherit;
}
#content div.tipHtmlText {
  margin: 10px 0 10px 0;
	padding: 8px 12px 4px 12px;
	background: #E5E5E5;
	border: 1px dotted #333333;
	color: #000000; 
	font-size: 11px;
}
#content div.tipHtmlText div.title {
    color: #333333;
		padding: 2px;
		margin-top: -20px;
		margin-left: 10px;
}
#content div.tipHtmlText span.title {
    background-color: #FFFFFF;
}
#content div.tipHtmlText p {
  padding: 0 0 8px 0;
	margin: 0;
  font-size: 11px;
	color: inherit;
}

#content .distance {
  height: 25px;
}



/* img left/right aligned. 
   problem: not knowing the img width, the subtitle might stretch the whole div!  
*/
#content .imgLeftAlignedWithText {
	padding: 5px 0 10px 0; 
}
#content .imgLeftAlignedWithText .image {
  float: left;
	margin: 0 15px 10px 0;
}
#content .imgRightAlignedWithText {
	padding: 5px 0 10px 0; 
}
#content .imgRightAlignedWithText .image {
  float: right;
	margin: 0 0 10px 15px;
}
#content .imgRightAlignedWithText .image .subtitle, #content .imgLeftAlignedWithText .image .subtitle {
  padding-top: 3px;
	font-size: 11px;
	color: #666666;
	text-align: center;
}
#content .imgRightAlignedWithText a, #content .imgLeftAlignedWithText a {
  border: 0;
}


#content .image1 a {
  border: 0;
}

#mainCol .separator {
  height: 30px;
	padding: 14px 0;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 2px;
}
html>body #mainCol .separator {
	height: 2px;
}
#mainCol .separator .in {
  height: 2px;
	border-bottom: 1px dotted #003366;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 1px;
}
html>body #mainCol .separator .in {
	height: 1px;
}


#content .downloadLink {
  margin: 25px 0 20px 0;
	padding-left: 8px;
}
#content .downloadLink .ico {
  float: left;
	width: 40px;
	margin-right: 10px;
	text-align: center;
}
#content .downloadLink h3, #content .downloadLink p {
  clear: none;
}
#content .downloadLink h3 {
  padding: 0 0 3px 0;
	margin: 0;
}
#content .downloadLink p {
  margin: 0;
	padding: 0;
}

#content div.extLink {
	margin-bottom: 8px;
}
#content div.extLink p {
  padding: 2px 0 0 0;
	margin: 0;
}
#content div.extLink .link {
  padding-bottom: 6px;
	font-size: 11px;
}


#leftCol h2 {
  color: #003366;
	font-size: 12px;
	padding: 2px 0;
}
#leftCol .separator {
  height: 8px;
	padding: 6px 0;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 2px;
}
html>body #leftCol .separator {
	height: 2px;
}
#leftCol .separator .in {
  height: 2px;
	border-bottom: 1px dotted #666666;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 1px;
}
html>body #leftCol .separator .in {
	height: 1px;
}

/* ***************************************************************** *
 *   SPECIAL TPL  
 * ***************************************************************** */
/* news */
div.pageDate {
  float: right;
	margin: 2px 0 2px 5px;
	font-size: 11px;
}
#content p.intro {
  padding: 0 0 10px 0;
	color: #666666;
  font-style: italic;
} 

/* ***************************************************************** *
 *   CONTAINER IN THE CONTENT AREA  
 * ***************************************************************** */
#content div.topicList {
  
}
#content div.topicList div.item {
  margin: 5px 0 5px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}
#content div.topicList div.item p {
  margin: 0;
	padding: 0 0 3px 0;
}
 
/* List of products */
table#prodList {
  width: 448px;
	border: 0;
	margin-top: 15px;
}
table#prodList tr {
	height: 100px;
}
table#prodList td {
	padding: 0;
	vertical-align: top;
}
table#prodList td.image {
  width: 100px;
	overflow: hidden;
	padding: 5px 0 0 0;
	text-align: center;
	vertical-align: middle;
}
table#prodList td.desc {
  width: 348px;
	border-bottom: 1px solid #C61D00;
	padding: 0 10px 5px 10px;
  z-index: 1;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 328px;
}
html>body table#prodList td.desc {
	width: 328px;
}
table#prodList td.desc div.nextLink {
  z-index: 1;
  position: relative;
	top: 85px;
	left: 292px;
}
table#prodList td.desc h2 {
  font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 2px 0;
}
table#prodList td.desc h2 a, table#prodList td.desc h2 a:visited {
  font-size: inherit;
	font-weight: inherit;
	color: #C61D00;
	text-decoration: none;
}
table#prodList td.desc h2 a:hover {
	text-decoration: underline;
}
table#prodList td.desc p {
  margin: 0;
	padding: 0;
}



/* news */
#content table.newsList {
  width: 100%;
	margin-top: 15px;
}
#content table.newsList tr td {
  padding: 0;
}
#content table.newsList tr td.date {
  padding-left: 8px;
}
#content table.newsList tr td.text {
  padding-left: 15px;
	padding-bottom: 15px;
}
#content table.newsList tr td.text h3 {
  margin: 0;
	padding: 0 0 3px 0;
}
#content table.newsList tr td.text p {
  margin: 0;
	padding: 0;
}


/* ***************************************************************** *
 *   CONTACT FORM  
 * ***************************************************************** */
#cForm {
  margin-bottom: 20px;
}
#cForm .noteRequiredFields {
  padding: 4px 0;
  color: #003366;
	font-weight: bold;
	font-size: 12px; 
}
#cForm h2 {
  padding-top: 0;
}
#cForm fieldset {
  border: 0;
	padding: 15px;
	margin: 15px 0;
	background: #E5E5E5;
}
#cForm table {
  width: 630px;
	border: 0;
}
#cForm table tr td {
  padding: 5px 0;
}
#cForm .fieldNameO, #cForm .fieldNameM {
  padding: 2px 15px 0 15px;
}
#cForm .fieldNameM {
  background: url(/images/marker_required_field.gif) 6px 8px no-repeat;
}

#cForm table.twoCol tr td.name {
  width: 130px;
}
#cForm table.twoCol tr td.field {
  width: 185px;
	padding-right: 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 180px;
}
html>body #cForm table.twoCol tr td.field {
	width: 180px;
}
#cForm table.twoCol tr td input.inputText, #cForm table.twoCol tr td textarea.inputTxtArea {
  width: 180px;
	padding: 2px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 176px;
}
html>body #cForm table.twoCol tr td input.inputText, html>body #cForm table.twoCol tr td textarea.inputTxtArea {
	width: 176px;
}

#cForm table.oneCol tr td.name {
  width: 315px;
}
#cForm table.oneCol tr td.field {
  width: 315px;
	padding-right: 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 305px;
}
html>body #cForm table.oneCol tr td.field {
	width: 305px;
}
#cForm table.oneCol tr td input.inputText, #cForm table.oneCol tr td textarea.inputTxtArea {
  width: 325px;
	padding: 2px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 321px;
}
html>body #cForm table.oneCol tr td input.inputText, html>body #cForm table.oneCol tr td textarea.inputTxtArea {
	width: 321px;
}


#cForm input.inputTextShort {
  width: 100px;
	padding: 2px;
}
#cForm input.inputTextTight {
  width: 70px;
	padding: 2px;
}
#cForm .output input {
  background: #F2F2F2;
	border: 1px solid #333333;
}
#cForm .result input {
  background: #F2F2F2;
	border: 1px solid #cc0000;
}
#cForm .sendbutton {
  margin: 15px auto;
	text-align: center;
}



/*  ************************************************************************ 
 *   SITEMAP PAGE     
 *  ************************************************************************ */
/* the columns left and right */
.sitemapBox {
	float: left;
	width: 295px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1em;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 265px;
}
html>body .sitemapBox {
	width: 265px;
}

.sitemapLev3 {
  height: 22px;
}
.sitemapLev1  {
	font-weight: bold;
}
.sitemapLev1 a, .sitemapLev1 a:link, .sitemapLev1 a:active, .sitemapLev1 a:visited {
  color: #009900;
	font-size: 14px;
	text-decoration: none;
}
.sitemapLev1 a:hover {
	text-decoration: underline;
}
.sitemapLev2 {
  height: 16px;
	font-weight: bold;
}
.sitemapLev2 a, .sitemapLev2 a:link, .sitemapLev2 a:active, .sitemapLev2 a:visited {
  color: #009900;
	font-size: 12px;
	text-decoration: none;
}
.sitemapLev2 a:hover {
	text-decoration: underline;
}
.sitemapLev3 {
  height: 16px;
}
.sitemapLev3 a, .sitemapLev3 a:link, .sitemapLev3 a:active, .sitemapLev3 a:visited {
  color: #009900;
	font-size: 12px;
	text-decoration: none;
}
.sitemapLev3 a:hover {
	text-decoration: underline;
}
 
