/* --------------------------- reset + main html redefinitions  */
/*  common tag redefinitions  */
html, body, form, fieldset {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
html {
	font-size:100.01%;
}
body {
	background-color:#fff;
	color:#666;
	line-height:1.3em;
	font-size:0.8em;
}
* {
	font-size:100%; /* avoids font scaling in a table - if this distroys all layout, just use table */
}
*html #main { /* new 20081027 - css hack enkel voor IE */
	zoom:1; /*avoids several IE bugs */
}
a {}
a:visited {}
a:hover {color:#364149;}
a img {
	border:none; /* avoids border when img is link */
}
fieldset {
	border:none;
}
/* Neutralize/reset styling:
   Elements with a vertical margin:*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, dl, hr, address {
	margin:1em 0;
	padding:0;
}
ul, ol {
	margin:1em;
	padding:0;
}
:focus {
	outline:0;
}
h1 {
	color:#f37021;
	border-bottom:3px solid #f37021;
	float:left;
	font-size:1.4em;
	font-weight:normal;
	margin:0;
	padding:0 0.2em 0.3em 28px;
	position:absolute;
	bottom:0;
}
/* The header on the homepage should not show on page but must be visible for indexer bots */
h1.headerTag {
    display: none;
}
h2 {
	border-bottom:1px solid #c7d7e5;
	color:#254771;
	font-size:1.2em;
	font-weight:normal;
	padding-bottom:0.5em;
}
h3 {
	font-size:1em;
	font-weight:bold;
}
h4 {
	color:#999;
	font-size:1em;
	font-weight:bold;
}
h5 {
	font-size:1em;
	font-weight:normal;
}
h6 {
	font-size:0.9em;
	font-style:italic;
	font-weight:normal;
}
hr {
	border:1px solid #c7d7e5;
	margin:0 !important;
	padding !important;
}
input, select, textarea, label {
	font-size:0.85em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#7f9db9;
}
option {
	font-size:1em;
	width:auto;
}
ul li {
	list-style:none;
	padding:0 0 0.4em 1.2em;
	margin:0;
}
ol li {
	padding:0 0 0.4em 0;
	margin:0 0 0 1.2em;
}
select, textarea { /* similar to class 'inputfield' */
}
td {
	vertical-align:top; /* relevant in most cases, i.e. in application layout */
}
/* --------------------------- shared styles  */
/*  common styles  */
.alignC {
	text-align:center;
}
.alignR {
	text-align:right;
}
.clearfloats {
	clear:both;
	zoom:1;
	line-height:0;
	font-size:0;
}
br.clearfloats { /* new 20081027 */
	font-size:1px;
	line-height:0px;
	margin:0px;
	clear:both;
	height:0px;
}
.inline {
	display:inline;}
.floatL {
	float:left;
}
img.floatL {
	margin:0 15px 15px 0;
}
.floatR {
	float:right;
}
img.floatR {
	margin:0 0 15px 15px;
}
.noPadding {
	padding:0;
}
.noWrap {
	white-space:nowrap;
}
.prct100 {
	width:100%;
}
.tabL {
	margin-left:50px;
}
.comment {
	color:#99b1c7;
	color:#7f9db9;
	font-size:0.85em;
	font-style:italic;
}
/* --------------------------- application related  */
#rightColumn {
	overflow:hidden;
}
#content label {
	color:#99b1c7;
	font-weight:bold;
}
#content label.error, #content table.error, #content table.error label{border:none; color:#CE2E00;}
#content label select{margin:4px 0 10px 0;}
#content label strong {
	color:#5a7a99;
}
#content .inputfield {
	background-color:#f9fbfd;
	border:1px solid #b2c4d5;
	margin-bottom:0.5em;
	padding:0.1em 2px;
}
.XS {
	width:45px;
}
.S {
	width:90px;
}
.M {
	width:180px;
}
select.M {
	width:186px;
}
.L {
	width:270px;
}
select.L {
	width:276px;
}
.XL {
	width:398px;
}
select.XL {
	width:404px;
}
.radio {
	vertical-align:middle;
}
.formCol {
	overflow:hidden;
	width:215px;
}
.formCol label {
	padding:0 12px 0 0;
}
#content .btn {
	background:url(../site_images/bck_btn.gif) repeat-x;
	border:none;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	height:20px;
	line-height:20px;	
	margin-left:0.5em;
	padding:0 0.5em 0.2em 0.5em;
}
#content .error {
	border:1px solid #ce2e00;
	color:#ce2e00;
	/*margin-bottom:0;*/
}
#content .error li{ background:none !important;}
#content div.error {
	background:#f9e8e4 url(../site_images/bck_error.gif) 10px 13px no-repeat;
	font-size:0.85em;
	font-weight:bold;
	margin-bottom:1em;
	line-height:1.3em;
	padding:4px 10px 4px 26px;
}
#content span.error {
	display:block;
	border:none;
	font-size:0.85em;
	margin-bottom:1.5em;
	margin-top:0.5em;
}
table.form, table.form table {}
.form td {
}
/* --------------------------- divs cbronologically ordered  */
#main {
	background:url(../site_images/bck_left.gif) repeat-y;
	width:970px;
	margin:0;
}
#main.home {
	background:url(../site_images/bck_homeBot.gif) 0 572px repeat-x;
}
#leftColumn {
	border-top:10px solid #666;
	float:left;
	width:195px;
	overflow:hidden;
}
#brand {
	background-color:#fff;
	border-right:1px solid #d4d4d4;
	min-height:103px;
	height:auto!important; /* for sane browsers, keep it as default */
	height:103px;
}
#brand img {
	margin:35px 0 0 21px;
}
#brand.lang {
	background-color:#fff;
	border-right:1px solid #d4d4d4;
	min-height:83px;
	height:auto!important; /* for sane browsers, keep it as default */
	height:83px;
}
#brand.lang img {
	margin:20px 0 0 21px;
}
#lang {
	background-color:#fff;
	border-right:1px solid #d4d4d4;
	color:#999;
	font-size:0.8em;
	min-height:20px;
	height:auto!important; /* for sane browsers, keep it as default */
	height:20px;
	text-align:center;
}
#lang a {
	color:#999;
	margin:0 0.5em;
	text-transform:uppercase;
	text-decoration:none;
}
#lang a:hover {
	color:#666;
	text-decoration:underline;
}
#leftNav {
	background:url(../site_images/bck_leftNav.gif) no-repeat;
	color:#787f89;
	min-height:460px;
	height:auto!important; /* for sane browsers, keep it as default */
	height:460px;
	padding-bottom:10px;
	padding-top:48px
}
#leftNav.home {
	background:url(../site_images/bck_leftNavHome.gif) bottom left no-repeat;
	margin-bottom:0;
	min-height:395px;
	height:395px!important;
	height:auto!important;
	overflow:hidden;
	padding-bottom:15px;
	position:relative;
}
#leftNav ul a {
	border-bottom:1px solid #becee0;
	border-top:1px solid #fff;
	color:#515e67;
	display:block;
	padding:0.5em 15px;
	text-decoration:none;
	zoom:1;
}
#leftNav ul a:hover {
	background:url(../site_images/bul_leftNav_on.gif) 4px 0.8em no-repeat;
	color:#364149;
}
#leftNav ul {
	background:url(../site_images/ill_leftNavBot.gif) bottom left no-repeat;
	border-top:1px solid #becee0;
	margin:0;
	padding:0 0 11px 0;
}
#leftNav li {
	margin:0;
	padding:0;
}
#leftNav ul ul {
	background:none;
	border-bottom:1px solid #becee0;
	border-top:1px solid #fff;
	font-size:0.85em;
	line-height:1.1em;
	margin:0;
	padding:0.5em 0;
}
#leftNav li li a {
	background:url(../site_images/bul_leftNav.gif) 20px 0.6em no-repeat;
	border:none;
	color:#515e67;
	font-size:inherit;
	padding:0.2em 10px 0.2em 32px;
}
#leftNav li li a:hover, #leftNav li li a.active {
	background:url(../site_images/bul_leftNav_on.gif) 19px 0.5em no-repeat;
	color:#364149;
}
#leftNav ul ul ul {
	background:none;
	border:none;
	font-size:1em;
	font-style:italic;
	padding:0.2em 0 0.5em 0;
}
#leftNav li li li a {
	background:url(../site_images/bul_leftNav2.gif) 30px 0.6em no-repeat;
	padding:0.1em 10px 0.3em 40px;
}
#leftNav li li li a:hover, #leftNav li li li a.active {
	background:url(../site_images/bul_leftNav2_on.gif) 29px 0.5em no-repeat;
}
#leftNav ul ul ul ul {
	padding-left:12px;
}
#leftNav li li li li a {
	background:url(../site_images/bul_leftNav2.gif) 27px 0.6em no-repeat;
	padding:0.1em 10px 0.5em 35px;
}
#leftNav li li li li a:hover, #leftNav li li li li a.active {
	background:url(../site_images/bul_leftNav2_on.gif) 26px 0.5em no-repeat;
}
#leftNav #targetGroup {
	padding:20px;
}
#leftNav #targetGroup img {
	margin:0 0.5em 0 0;
	vertical-align:middle;
}
#leftNav #targetGroup h2 {
	border-color:#a6b2bd;
	color:#666;
	font-size:1em;
}
#leftNav #targetGroup a {
	color:#515e67;
	text-decoration:none;
}
#leftNav #targetGroup a:hover, #leftNav #targetGroup .active {
	color:#364149;
}
#map {
	background:url(../site_images/bck_titleMap.gif) left repeat-y;
	border-bottom:10px solid #71859e;
	margin-top:65px;
	margin-right:1px;
}
#leftNav.home #map {
	position:absolute;
	bottom:30px;
	border-bottom:none;
	margin-top:0;
}
#map h2 {
	border:none;
	color:#fff;
	margin:0;
	padding:0.7em 20px;
}
#rightColumn {
	float:left;
	width:775px;
}
#funcNav {
	border-top:10px solid #666;
	border-bottom:1px solid #d4d4d4;
	float:left;
	width:387px;
	margin:0;
}
#funcNav table {
	border-style:hidden;
	font-size:0.8em;
	width:100%;
}
#funcNav td {
	border-left:1px solid #f6f6f6;
	border-right:1px solid #d4d4d4;
	padding:0;
	text-align:center;
}
#funcNav a {
	background:url(../site_images/bck_funcNav.gif) repeat-x;
	color:#666;
	display:block;
	min-height:22px;
	height:auto!important; /* for sane browsers, keep it as default */
	height:22px;
	line-height:22px;
	text-align:center;
	text-decoration:none;
}
#funcNav a:hover, #funcNav a.active {
	background:url(../site_images/bck_funcNavHover.gif) repeat-x;
}
#otherSites, #search {
	background:url(../site_images/bck_search.gif) repeat-x;
	border-bottom:1px solid #d4d4d4;
	border-left:1px solid #f6f6f6;
	border-right:1px solid #d4d4d4;
	display:inline;
	float:left;
	font-size:0.85em;
	min-height:26px;
	height:auto !important; /* for sane browsers, keep it as default */
	height:26px;
	padding:6px 0 0 7px;
	width:185px;
}
#otherSites option {
	font-size:1.2em !important;
}
#otherSites select {
	border:1px solid #b5b5b5;
	min-height:18px;
	height:auto !important; /* for sane browsers, keep it as default */
	height:18px;
	padding:0 0 0 2px;
}
#otherSites select {
	width:175px;
	font-size:1em;
}
#search input {
	border:1px solid #b5b5b5;
	float:left;
	width:86px;
	height:15px !important;
	padding:3px 0 0 2px;
}
#search input.btn {
	background:#0f0 url(../site_images/bck_btnSearch.gif) right top no-repeat;
	border:none;
	color:#fff;
	min-height:20px !important; /* MozFF */
	height:auto !important; /* for sane browsers, keep it as default */
	height:20px !important; /* MozFF */
	padding:0;
	text-align:center;
	width:77px;
}
#tabs {
	background:url(../site_images/bck_tabsBar.gif) bottom repeat-x;
	border-right:1px solid #d4d4d4;
	padding:38px 0 0 0;
	min-height:42px;
	height:auto!important; /* for sane browsers, keep it as default */
	height:42px;
}
#tabs ul {
	margin:0;
	padding:0;
}
#tabs li {
	background:url(../site_images/bck_tabs.gif) bottom right no-repeat;
	float:left;
	height:34px;
	line-height:34px;
	margin:8px 0 0 0;
	padding:0;
	text-align:center;
	width:198px;
}
#tabs li a {
	color:#6f829c;
	font-size:1.1em;
	text-decoration:none;
}
#tabs li a:hover {
	color:#f37021;
}
#tabs li.active {
	background:url(../site_images/bck_tabs_on.gif) bottom right no-repeat;
	height:42px;
	line-height:42px;
	margin:0;
	padding:0 0 0 16px;
	width:182px;
}
#tabs li.active a, #tabs li.active a:hover {
	color:#fff;
}
#subTabs {
	background:url(../site_images/bck_subTabsBar.gif) repeat-x;
	min-height:98px;
	height:auto!important; /* for sane browsers, keep it as default */
	height:98px;
	padding:18px 0 0 28px;
}
#subTabs ul {
	margin:0;
	padding:0;
}
#subTabs li {
	margin:0 6px 0 0;
	padding:4px 7px 0 7px;
	float:left;
	background:url(../site_images/bck_subTabs.gif) no-repeat;
	color:#FFF;
	height:84px;
	width:125px;
	position:relative;
	text-align:center;
}
#subTabs li.active{background:url(../site_images/bck_subTabs_on.gif) no-repeat;}
#subTabs li a {
	/*background:url(../site_images/bck_subTabs.gif) no-repeat;*/
	color:#fff;
	display:block;
	font-size:0.9em;
	line-height:1.3em;
	bottom:6px;
	left:16px;
	position:absolute;
	text-align:center;
	text-decoration:none;
}
#subTabs li .title a{
	position:relative !important;
	font-size:auto;
	left:auto;
	bottom:auto;
}
#subTabs li a img {
	border:1px solid #7f94ab;
}
#subTabs li .title {
	bottom:56px;
	display:block;
	left:16px;
	font-size:0.9em;
	line-height:1.1em;
	position:absolute;
	width:104px;
}
#subTabs li a:hover, #subTabs li.active a {}
#path {
	color:#8da2b9;
	font-size:0.8em;
	height:18px;
	overflow:hidden;
	margin:10px 0 0 28px;
}
#path a {
	color:#8da2b9;
}
#path a:hover, #path strong {
	color:#576d86;
	font-weight:normal;
}
#path img {
	margin:0 1em;
	vertical-align:middle;
}
#title {
	float:left;
	height:51px;
	overflow:hidden;
	padding-top:1px;
	position:relative;
	width:580px;
}
#contact {
	color:#f37021;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	height:52px;
	line-height:1em;
	overflow:hidden;
	padding-top:0;
	position:relative;
	width:195px;
}
#contact a.btn {
	background:url(../site_images/bck_btnContact.gif) right top no-repeat;
	bottom:0;
	color:#fff;
	cursor:pointer;
	display:block;
	font-size:1.2em;
	height:18px;
	left:0;
	padding-top:5px;
	position:absolute;
	text-align:center;
	text-decoration:none;
	width:100%;
}
#contact a.btn img {
	vertical-align:middle;
 // margin-top:1px !important; /* IE7 */
	margin-left:1em;
}
.module #content {
	background:url(../site_images/bck_content.gif) repeat-x;
	color:#888;
	margin-top:1px;
	zoom:1;
}
.module #content.narrow {
	padding:28px 102px 28px 28px;
}
.module .wide {
	padding:28px 0 28px 28px;
}
.module #content.total {
	padding:0;
}
.module #content #referencesGroupsIntro {padding:10px 102px 0px 28px}
.module #content #referencesGroups {
	padding:10px 5px 0 5px;
}
.module #content ul li {
	background:url(../site_images/bul_listLev1.gif) no-repeat 0 0.5em;
	margin:0;
	padding:0 0.1em 0 1em;
}
.module #content ul li ul {
	margin:0.2em 0 0.7em 1em;
}
.module #content ul li ul li {
	background:url(../site_images/bul_listLev2.gif) no-repeat 0 0.6em;
}
#content a:link {
	color:#254771;
}
#content a:visited {
	color:#888;
}
#content a:hover {
	color:#2547bb;
}
.homeCountry {
	background:url(../site_images/bck_homeContent.jpg) right top no-repeat;
	font-size:0.85em;
	line-height:1.3em;
	min-height:341px;
	height:auto!important; /* for sane browsers, keep it as default */
	height:341px;
	margin-top:1px;
}
.homeCorp {
	background:url(../site_images/bck_homeCorpBot.jpg) bottom repeat-x;
	min-height:341px;
	height:auto!important; /* for sane browsers, keep it as default */
	height:341px;
	margin-top:1px;
}
#content.homeCorp img {
	height:311px;
	width:775px;
}
#content.homeCountry #photo {
	float:left;
	height:341px;
	overflow:hidden;
	width:486px;
	background:url(../site_images/bck_homeContent02.jpg) no-repeat;
}
#content.homeCountry #desc {
	float:left;
	height:301px;
	overflow:hidden;
	padding:20px;
	width:249px;
}
#content.homeCountry h2 {
	border:none;
	color:#f37021;
	font-size:1.8em;
	line-height:1.2em;
	margin:0;
	padding:0.6em 0 1.2em 0;
}
#content.homeCountry ul {
	margin:0;
	padding:0;
}
#content.homeCountry li {
	background:url(../site_images/bul_homeList.gif) no-repeat 0 0.5em;
	margin:0;
	padding:0 0 0.8em 2em;
}
#content.homeCountry .more {
	font-size:0.9em;
	text-align:right;
}
#content.homeCountry .more img {
	margin:0.5em 0 0 0.5em;
	vertical-align:middle;
}
#login {
	color:#4d6684;
	float:left;
	margin:1em 2em 2em 0;
	width:193px;
}
#login .box {
	background:url(../site_images/bck_loginBox.gif) bottom left no-repeat;
}
#login .form {
	margin:10px 20px;
}
#login label {
	display:block;
	margin:6px 0 2px 0;
}
#login .inputfield {
	background:url(../site_images/bck_inputLogin.gif) no-repeat;
	border:none;
	height:17px;
	padding:6px 5px 1px 5px;
	width:146px;
}
#login .btn {
	background:url(../site_images/bck_butLogin.gif) no-repeat;
	border:none;
	color:#fff;
	cursor:pointer;
	height:23px;
	line-height:23px;
	margin:1em 0;
	padding:0;
	width:116px;
}
#login h2 {
	background:url(../site_images/bck_loginTitle.gif) no-repeat;
	border:none;
	color:#fff;
	font-size:1.1em;
	line-height:32px;
	margin:0;
	padding:0 20px;
}
#login .register {
	font-size:0.8em;
}
#login .register ul li {
	background:url(../site_images/bul_listLev1.gif) no-repeat 0 0.8em;
}
#productCategory {}
#productCategory a:link,
#productCategory a:hover,
#productCategory a:visited {
	color:#fff;
}
#productCategory a:link,
#productCategory a:visited {
	text-decoration:none;
}
#productCategory .item table td.title a:link,
#productCategory .item table td.title a:visited {
	display:block;
	padding:3px 20px 0 20px;
	margin:0 !important;
	text-decoration:none;
	z-index:1000000;
}
#productCategory a:hover {
	text-decoration:underline;
}
/*#productCategory h2 {
	border:none;
	color:#fff;
	font-size:0.9em;
	line-height:1.2em;
	font-weight:bold;
	margin:0;
	padding:0 !important;
	display:block;
	height:37px;
}*/
#productCategory .item {
	float:left;
	margin:10px 10px 0 0;
	width:229px;
}
#productCategory .item img {
	height:148px;
	width:229px;
}
#productCategory .item table td.title{
	vertical-align:middle !important;
	min-height:40px;
	height:auto;
	height:40px !important;
	width:185px;
	background:url(../site_images/bck_categoryTitle.png) no-repeat;
	margin:0 !important;
	color:#fff;
	font-size:0.9em;
	line-height:1.2em;
	font-weight:bold;
	zoom:1;
}
.resultBar {
	background:url(../site_images/bck_resultBar.gif) repeat-x;
	color:#fff;
	height:31px;
	line-height:31px;
	padding:0 20px;
}
.resultBar .paging {
	float:right;
	margin-top:7px;
}
.resultBar .paging span{line-height:18px !important; padding-top:7px;}
#content .resultBar a:link, 
#content .resultBar a:visited, 
#content .resultBar a:hover {
	color:#fff;
}
#content .resultBar a {
	/*margin-left:0.5em;*/
}
#corpProductGroups {
}
#corpProductGroups .item {
	background:#d5e1ee url(../site_images/bck_corpProducts.jpg) no-repeat;
	margin-top:10px;
	zoom:1;
}
#corpProductGroups .item .margin {
	padding:1px 23px 10px 23px;
}
#corpProductGroups .item h2 {
	border:none;
	color:#6d8baa;
	font-size:1.6em;
	margin:0.7em 0;
	padding:0;
}
#corpProductGroups .item p {
	margin:0;
}
#corpProductGroups .item img {
	float:right;
	margin:0 0 0 1em;
}
#corpProductGroups .item select {
	margin-top:5px;
}
#countryProductGroups { 
	background-color:#fff;
	padding:10px 0;
}
#countryProductGroups .item {
	background:url(../site_images/bck_prodGroupItem.gif) top right no-repeat;
	height:214px;
	overflow:hidden;
}
#countryProductGroups .photo {
	float:left;
	padding:26px 0 0 26px;
	width:241px;
}
#countryProductGroups .photo img {
	width:215px;
	height:44px;
}
#countryProductGroups .photo a img{
	width:210px !important;
	height:115px !important;
}
#countryProductGroups .desc {
 	float:right;
	padding:11px 10px 0 0;
	width:497px;
}
#countryProductGroups .title {
	background:url(../site_images/bck_prodGroupItemTitle.gif) repeat-x;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	height:25px;
	line-height:25px;
	padding:0 12px;
}
#countryProductGroups .title a:link, #countryProductGroups .title a:visited {
	color:#fff;
	text-decoration:none;
}
#countryProductGroups .title a:hover {
	color:#fff;
	text-decoration:underline;
}
#countryProductGroups .row {
    min-height:25px;
    height:auto!important;
    height:25px;
    line-height:25px;
    padding:0 12px;
    position:relative;
}

#countryProductGroups .even {
	background-color:#eaeef2;
}
#countryProductGroups .label {
	color:#234568;
	float:left;
	font-weight:bold;
	width:100px;
}
#countryProductGroups .rowContent{
	float:right;
	width:337px;
	padding-right:10px;
	line-height:normal;
	padding:4px 0;	
}
#detailTop {
	background:url(../site_images/bck_topBarProdDetail.gif) repeat-x;
}
#detailThumbs {
	border-right:1px solid #bfcbd9;
	padding-left:25px;
	width:363px;
}
#detailTop img {
	border:1px solid white;
    margin:15px 7px 15px 0;
}
#productPhoto {
	border-right:1px solid #e6e6e6;
	float:left;
	padding:34px 0 34px 20px;
	width:368px;
}
#productPhoto img {
	width:346px;
}
#productDesc {
	float:left;
	padding:34px 10px;
	width:366px;
}
#productDesc table {
	width:366px;
}
#productDesc th,
#productDesc td {
	padding:4px 8px;
}
#productDesc th {
	background:url(../site_images/bck_h2ProdDetail.gif) repeat-x;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
}
#productDesc tr.even td {
	background-color:#eaeef2
}
#productDesc .docs {
	margin-top:36px;
}
#productDesc .docs td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1em;
	padding:0;
	text-align:center;
	color:#aaa;
}
#productDesc .docs a:link,
#productDesc .docs a:visited {
	color:#666;
	text-decoration:none;
}
#productDesc .docs a:hover {
	color:#666;
	text-decoration:underline;
}
#productDesc .docs a {
	display:block;
}
a.html {
	background: url(../site_images/ill_docHtml.gif) center top no-repeat;
}
a.pdf {
	background: url(../site_images/ill_docPdf.gif) center top no-repeat;
}
a.dwg {
	background: url(../site_images/ill_docDwg.gif) center top no-repeat;
}
a.cert {
	background: url(../site_images/ill_docCert.gif) center top no-repeat;
}
a.colors {
	background: url(../site_images/ill_docColors.gif) center top no-repeat;
}
#productDesc strong {
	color:#234568;
	font-weight:bold;
}
#detailBot {
	background:url(../site_images/bck_prodDetailBot.gif) repeat-x;
	border-top:1px solid #d3d8dc;
}
#detailBot #colors {
	float:left;
	font-size:0.8em;
	padding:20px;
	width:348px;
}
#detailBot #colors img {
	border:1px solid #fff;
	height:23px;
	margin-right:5px;
	width:23px;
}
#detailBot #related {
	border-left:1px solid #d3d8dc;
	float:left;
	min-height:70px;
	height:auto!important; /* for sane browsers, keep it as default */
	height:90px;
	padding:20px;
	width:346px;
}
#detailBot #related li {
	background-position:0 0.8em;
	font-size:0.8em;
}
#footer, #promo {
	background-color:#fff;
	border-top:3px solid #f37021;
	color:#888;
	font-size:0.85em;
}
#footer {
	padding:0.3em 0 0.5em 195px;
	text-align:center;
}
#promo {
	padding:1em 0;
}
#footer a, #promo a {
	color:#888;
}
#footer a:hover, #promo a:hover {
	color:#666;
}
#promoTxt {
	float:left;
	line-height:1.3em;
	width:460px;
	padding:10px 20px;
}
#promoBanner {
	float:right;
}
/* ------------------------------- sitemap ------------------------------------ */
#sitemap .col {
	overflow:hidden;
	width:190px;
}
#sitemap .marginR {
	margin-right:70px;
}
.module #content #sitemap ul {
	border-bottom:1px solid #999;
	margin:0 !important;
	padding:0 !important;
	font-size:1em !important;
}
.module #content #sitemap ul ul {
	border-bottom:none;
	margin-top:0.4em;
}
.module #content #sitemap li {
	background:none;
	border-top:1px solid #999;
	font-weight:bold;
	margin-left:0;
	padding:0.3em 0 0.3em 0;
}
.module #content #sitemap li li {
	border-top:1px solid #bbb;
	font-weight:normal;
	padding:0.3em 0 0.3em 10px;
	font-size:1em;
}
.module #content #sitemap li li li {
	border-top:1px solid #ddd;
	padding-left:0.3em 0.3em 0.3em 14px;
	background:url(../site_images/bul_leftNav.gif) 0 12px no-repeat;
	font-size:1em;
}
.module #content #sitemap li li li li {
	border-top:1px dashed #ddd;
	font-style:italic;
	padding:0.3em 0.3em 0.3em 10px;
	background:url(../site_images/bul_leftNav2.gif) 0 12px no-repeat;
}
.module #content #sitemap li li li li li {
	font-size:0.9em;
	background:url(../site_images/bul_leftNav2.gif) 0 9px no-repeat;
}
.module #content #sitemap a {text-decoration:none;}
.module #content #sitemap li a {font-size:0.8em !important; padding-bottom:0.5em;}
.module #content #sitemap li li a {}
.module #content #sitemap li li li a {}
.module #content #sitemap li li li li a {}
#content #sitemap a:hover {text-decoration:underline; color:#000;}
#content #sitemap li li li a:link {color:#516c8d;}
#content #sitemap li li li li a:link {color:#7489a4;}
.fsHit {color:#5a7a99; font-weight:bold;}

/*----Reference Overview -----------------------------------------*/
.CategorySelector {
    background-color: #fff; 
    border:1px solid #C7D7E5;
    padding:10px 0 0 0;
}
#referencesGroups { 
	/*background-color:#fff;*/
	padding:10px 0 0 0;
}
#referencesGroups .item {
	background:url(../site_images/bck_prodGroupItem.gif) top right no-repeat;
	height:214px;
	overflow:hidden;
	position: relative;
}
#referencesGroups .photo {
	float:left;
	padding:26px 0 0 26px;
	width:231px;
}
#referencesGroups .desc {
 	float:right;
	padding:11px 10px 0 10px;
	width:487px;
}
.contactnames {
    left:265px;
    position:absolute;
    top:120px;
}
#referencesGroups .contactnames h3 {margin:5px 0 0 0}
/*----Reference Detail -----------------------------------------*/

.ReferenceDetail #detailThumbs {
	border:none;
	padding-left:15px;
	width:auto;
	overflow:hidden;
}
.ReferenceDetail{
	padding:25px 0 0 25px;
}
.ReferenceDetail .bodyText{
	margin-top:20px;
	padding:20px;
	background: #C7D7E5;
	color:#254771;
}
.ReferenceDetail .ico, .downloadsOverview .ico{float:left; margin-right:5px;}

.ReferenceDetail #detailTop{margin-bottom:10px;}
/*----News Overview -----------------------------------------*/
#content .newsItem {border-bottom:1px solid #C7D7E5; margin-bottom:10px;}
#content .newsItem .photo {margin-right: 10px; margin-bottom:10px; float: left}
#content .newsItem .date {font-size: 0.8em; text-transform: capitalize}
#content .newsItem .detailLink {color:#254771; font-size:1.2em;}

#content a.detailLink:link {color:#254771; font-size:1.2em;}
#content a.detailLink:visited {color:#254771; font-size:1.2em;}
#content a.detailLink:hover {color:#2547BB; font-size:1.2em;}
#content a.detailLink:active {color:#254771; font-size:1.2em;}

.newsDetail .date {
    font-size: 0.8em; 
    text-transform: capitalize; 
    border-bottom:1px solid #C7D7E5; 
    display:block; 
    padding-bottom:0.5em;
}
.newsDetail .teaser img {float: right}

/* Downloads overview ---------------------------------------*/

.ico{
	float:left; margin-right:5px;
}
.downloadURL{
	margin-bottom:4px;
}
ul#acc1, 
ul#acc2, 
ul#acc3, 
ul#acc3 ul{
	margin:0; 
	padding:0 0 10px;
}
ul#acc1 li, 
ul#acc2 li, 
ul#acc3 li{
	margin:0; padding:0;
}
ul#acc1 a, ul#acc1 a:visited{
	text-decoration:none;
}
ul#acc1 a:hover{
	color:#364149;	
}
ul#acc1 li {
	padding:0 !important;
	background:url(../site_images/ico_plus.gif) no-repeat right top !important;
}
ul#acc1 li.selected {
	background:url(../site_images/ico_min.gif) no-repeat right top !important;
}
a.acc1, a.acc2, a.acc3{
	border-bottom:1px solid #C7D7E5;
	color:#254771;
	font-size:1.2em;
	font-weight:normal;
	padding-bottom:0.5em;
	display:block;
	margin:0 0 10px 0;
}
a.acc2, a.acc3{
	margin-top:15px;
}
ul#acc01 .level01{}
ul#acc02 .level02{}
ul#acc03 .level03{}

#movie {
	height:200px;
	left:680px;
	position:absolute;
	top:295px;
	width:261px;
	z-index:10;
}
/** Contact label **/
.smallContactLabel{
    padding-left:5px;
    font-size: 0.8em; 
    border-right:1px solid #d4d4d4;
    min-height:15px !important;
    padding-top:3px;
}
#tabs {
    margin-top:-18px;
}
