/* layout */
* {
	 margin:0;
	 padding:0;
}

body form {
	height: 100%;
	min-height: 100%;
}

html, body {
	 padding:0;
	 height:100% !important; /* needed for container min-height */
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #686663;
	 background-color: #686663; 
	 _width: 994px;
	 _margin: 0 auto;
}	

table.customButtons td.customButton {
    padding-right: 5px;
    width: 147px;
    height: 20px;
    background: url(../images/intellichoice/button_small.gif) no-repeat 0% 65%;
}

table.customButtons td.customButton a:link, td.customButton a:hover,
td.customButton a:visited, td.customButton a:active {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11px; 
    font-weight: 600;
    text-decoration: none;
    display: block;
    color: #666666;
    height: 15px;
    padding: 3px 0 2px 10px;
}

table.customButtons td.customBackButton {
    padding-right: 5px;
    width: 147px;
    height: 20px;
    background: url(../images/intellichoice/button_small_back.gif) no-repeat 0% 65%;
}

table.customButtons td.customBackButton a:link, td.customBackButton a:hover,
td.customBackButton a:visited, td.customBackButton a:active {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11px; 
    font-weight: 600;
    text-decoration: none;
    display: block;
    color: #666666;
    height: 15px;
    padding: 3px 0 2px 19px;
}

table.customButtons td.midCustomButton {
    padding-right: 5px;
    width: 185px;
    height: 20px;
    background: url(../images/intellichoice/button_mid.gif) no-repeat 0% 65%;  
}

table.customButtons td.midCustomButton a:link, td.midCustomButton a:hover,
td.midCustomButton a:visited, td.midCustomButton a:active {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11px; 
    font-weight: 600;    
    text-decoration: none;
    display: block;
    color: #666666;
    height: 15px;
    padding: 3px 0 2px 10px;
}

table.customButtons td.midCustomBackButton {
    padding-right: 5px;
    width: 185px;
    height: 20px;
    background: url(../images/intellichoice/button_mid_back.gif) no-repeat 0% 65%;  
}

table.customButtons td.midCustomBackButton a:link, td.midCustomBackButton a:hover,
td.midCustomBackButton a:visited, td.midCustomBackButton a:active {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11px; 
    font-weight: 600;    
    text-decoration: none;
    display: block;
    color: #666666;
    height: 15px;
    padding: 3px 0 2px 19px;
}

a:link {
    color: #0038a8;
} 

a:visited {
    color: #686663;	
}

#wrapper {
	 height: 100%; /* IE6: treaded as min-height*/
     width: 994px;
}

table.center {
	margin: 0px auto 0px auto;
	height: 100%
}
	
#shadowWrap {
	width: 596px;
	height: 100%;
	min-height: 100%;
	height: auto !important;
}

#content {
     width: 560px;
     float: left;
	 font-size: 11px;
	 color: #333333;
	 min-height: 100%;
}	
 
#mainContent {
     width: 795px;
     float: right;
     height: 100%;
     min-height: 100%;
}

#shadow1 {
	 background: url(../images/shadow_bg1.png) repeat-y left bottom;
     width: 10px;
	 min-height: 100%;
	 margin-left: -10px;
	 height: 100%; /* IE6: treaded as min-height*/
}

#shadow2 {
	 background: url(../images/shadow_bg2.png) repeat-y left bottom;
     width: 10px;
	 height: auto; 
	 height: 100%; /* IE6: treaded as min-height*/
	 min-height: 100%;	
	 margin-left: 596px;
}
	
#footer {
	width:100%;
	background:#ffffff;
}

#leftCol {
     width: 199px;
     float: left;
}

.bg1 {
	 width: 10px;
	 height: 100%;
}	 

div#leftCol .topList {
     width: 198px;
     float: right;
}

div#rightCol .topList {
     width: 198px;
     float: left;
}

div#rightCol .subtopList {
     width: 178px;
     float: left;
	 background: #e9e9e9;
}

div#leftCol .subtopList {
     width: 178px;
     float: right;
}

div#content .subtopList {
     width: 100%;
     background: #e9e9e9;
     float: none;
}

/* CMS HACK */
div#rightCol div.subtopList span img, div#rightCol div.subtopList table tr td span input
{
	position: relative;
	z-index: 10001;
}
/* CMS HACK */

#rightCol 
{
     width: 199px;
     float: right;
}

.mainPichome {
     width: 596px;
	 height: 266px;
	 background: #ffffff url(../images/home_pic.jpg) left top;	 
	 text-align: right;
}

.mainPicsmall {
     width: 596px;
	 height: 138px;
	 background: #ffffff url(../images/main_pic_small.jpg) left top;	 
	 text-align: right;
}

.mainPichome, .mainPicsmall
{
	border-bottom: 2px solid #ffffff;
}

.mainPichome h1 {
	 padding-top: 226px;
	 padding-right: 15px; 
	 font-size: 12px;
	 font-weight: bold;
	 color: #ffffff;
}

.mainPicsmall h1 {
	 padding-top: 98px;
	 padding-right: 15px; 
	 font-size: 12px;
	 font-weight: bold;
	 color: #ffffff;
}

.mainPicsmall h1 span {
	 padding-right: 47px; 
}

.mainPichome h1 span {
	 padding-right: 47px; 
}

/* left column menu */ 
div#leftCol div.topNav a {
     display: block;
     width: 198px;
     height: 18px;
     color: #ffffff;
	 font-weight: bold;
	 line-height: 17px;
     text-decoration: none; 
	 text-indent: 20px;
	 background: #686663 url(../images/topnav_left.gif) left top;
}

div.topList span.gray {
    display: block;
    width: 198px;
    background-color: #e9e9e9;
    font-size: 1px;
}

div.topList span.grayRight {
    display: block;
    width: 178px;
    background-color: #e9e9e9;
		padding-bottom: 10px;
		margin-bottom: 12px;
}

div.topList span.graySelect {
    display: block;
    width: 198px;
    background-color: #e9e9e9; 
}

div.topList span.graySelect#sbox1 {
    height:34px;
}
    
div.topList span.graySelect#sbox2 {
    height:33px;
}
    
div.topList span.graySelect select {
    width: 150px;
    font-size: 10px;
    color: #666666;
    margin: 7px 0 0 20px;
}

div.topList span.langselect {
    display: block; 
    color: #666666;
	padding: 9px 0 0 19px;
    width: 150px;
    vertical-align:middle;
}

div.topList span.langselect input {
    margin-left: 5px;
    vertical-align:middle;
    border: 1px solid #e9e9e9;
}
		
div.topList span.langselect img:hover {
    margin-left: 5px;
    vertical-align:middle;
    border: 1px solid #666666;
}
				
div.topList span.langselect img.langflags#active {
    margin-left: 5px;
    vertical-align: middle;
    border: 1px solid #666666;
}

div.topList span.langselect input.activeLanguage {
    margin-left: 5px;
    vertical-align: middle;
    border: 1px solid #666666 !important;
    cursor: default;
}

div.topList span.subgraySelect {
    display: block;
    width: 178px;
    background-color: #e9e9e9; 
}

div.topList span.subgraySelect select {
    width: 125px;
    font-size: 10px;
    color: #666666;
    margin: 8px 0 7px 30px;
}

div.topList span.white {
    display: block;
    width: 178px;
    height: 1px;
    background-color: #ffffff;
    overflow:hidden;
}

div.topList span.whiteBig {
    display: block;
    width: 178px;
    height: 12px;
    background-color: #ffffff;
    font-size: 1px; 
}

div.topList span.whiteBig2 {
    display: block;
    width: 178px;
    height: 10px;
    background-color: #ffffff;
    font-size: 1px; 
}

div.topList span.darkGray {
    display:block;
    width: 198px;
    height: 6px;
    background-color: #686663;
    overflow:hidden;
}

div#leftCol div.topNav span {
    display: block;
    width: 198px;
    height: 18px;
    color: #eeeeee;
    font-weight: bold;
    line-height: 17px;
    text-decoration: none; 
    text-indent: 20px;
    background: #686663;
}

/* right column menu */ 
div#rightCol div.topNav span {
    display: block;
    width: 198px;
    height: 18px;
    line-height: 17px;
    text-decoration: none; 
    background: #686663;
    text-indent: 7px;
}

#rightCol div.topList span.subRight {
    display: block;
    width: 178px;
    height: 18px;
    line-height: 17px;
    background: #a1a4a9;
    text-indent: 15px;
    color: #eeeeee;
    font-weight: bold;
}

#rightCol div.topList  a.down {
    display: block;
    width: 178px;
    height: 18px;
    line-height: 17px;
    text-indent: 18px;
    color: #eeeeee;
    font-weight: bold;
    text-decoration: none;
    background: #a1a4a9 url(../images/middle_down.gif);
}

#rightCol div.topList  a.right {
    display: block;
    width: 178px;
    height: 18px;
	line-height: 17px;
	text-indent: 15px;
	color: #eeeeee;
	font-weight: bold;
	text-decoration: none;
    background: #a1a4a9 url(../images/middle_right.gif);
}

div#rightCol div.topNav span a {
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
    margin-left: 20px; 
}

div#rightCol div.topNav span.logo {
    width: 198px;
    height: 60px;
    background: #ffffff url(../images/logo_bg.gif) left top;
}

div#rightCol div.topNav span.logo_ch {
    width: 198px;
    height: 60px;
    background: #ffffff url(../images/logo_manometer_bg.gif) left top;
}

#rightCol div.topList span.graySelect#searchbox {
	height: 37px;
}

#rightCol div.topList span.graySelect input.search {
    font-size: 9px;
    color: #666666;
		margin: 10px 0 0 20px;
    width: 95px;
    text-indent:inherit;
	vertical-align:bottom;
}

div.topList span.graySelect input.button {
    border: none;
    background: url(../images/search_go.gif) no-repeat bottom left;
    width: 60px;
    height: 17px;
    font-size: 10px;
		margin: 10px 0 0 3px;
    color: #686663;
    cursor: pointer;
    vertical-align:top;
}

/* main menu */ 
#menuWrap {
    font-size: 12px;
    height: 25px;
    padding-left: 5px;
    background: #e9e9e9;
    text-align: center;
    border-top: 1px solid #ff9900;
    width: 591px;
}

div#menuWrap ul {
    margin: 0px 0px 0px 1px;
    padding: 0;
    list-style: none;
    float: left;
}

div#menuWrap ul li {
    float: left;
}

div#menuWrap ul a {
    display: block;
    margin: 0 0.7em;
    _margin: 0 0.3em;
    line-height: 2.1em;
    text-decoration: none;
    color: #686663;
    float:left;
}

div#menuWrap ul a:hover {
    color: #0038a8;
    background: url(../images/main_menu_bg.gif) repeat-x top left;
}

div#menuWrap ul a.active {
    display: block;
    margin: 0 0.7em;
    _margin: 0 0.3em;
    line-height: 2.1em;
    color: #0038a8;
    background: url(../images/main_menu_bg.gif) repeat-x top left;
}

/* breadcrumbs */
div#breadcrumbs {
    clear: both;
    width: 100%;
		vertical-align: middle;
		padding: 4px 0 4px 0;
    line-height: 15px;
    font-size: 9px;
		border-bottom: 2px solid #e9e9e9;
}

div.marg {
    margin-left: 13px;
    margin-right: 13px;
}

div.inMarg {
    margin: 15px;
}

div#leftCol div.marg {
    margin: 5px 18px 5px 18px;
}

div#breadcrumbs a {
    color: #686663;
    text-decoration: none;
}

div#breadcrumbs a:hover {
    color: #0038a8;
    text-decoration: none;
}

div#breadcrumbs a.active  {
    margin: 0px;
    color: #0038a8;
}

/* infooter */
#infooter {
    background: url(../images/footer_bg.gif) no-repeat bottom left;
    width: 596px;
    height: 39px;
    font-size: 11px;
    color: #ffffff;
    line-height: 39px;
}

div#infooter a {
    text-decoration: none;
    color: #ffffff;
}

div#infooter a:hover {
    text-decoration: none;
    color: #ffffff;
}

/* left sub menu */

#leftCol div.subtopList a.fsubmExpanded, #content div.subtopList a.fsubmExpanded {
    display: block;
    line-height: 18px;
    color: #eeeeee;
    font-size: 11px;
    background-color: #616161;
    background-image: none;
    padding: 0 10px 1px 0;
}

#leftCol div.subtopList a.fsubmExpanded:hover, #content div.subtopList a.fsubmExpanded:hover{
    display: block;
    line-height: 18px;
    color: #eeeeee;
    font-size: 11px;
    background-color: #616161;
    background-image: none;
    padding: 0 10px 1px 0;
    cursor: pointer;
}

#leftCol div.subtopList a.fheader, #content div.subtopList a.fheader {
    display: block;
    line-height: 18px;
    color: #eeeeee;
    font-size: 11px;
    background-color: #a1a4a9;
    background-image: none;
    padding: 0 10px 1px 0;
}

#leftCol div.subtopList a.fheader:hover, #content div.subtopList a.fheader:hover {
    display: block;
    line-height: 18px;
    color: #eeeeee;
    font-size: 11px;
    background-color: #616161;
    background-image: none;
    padding: 0 10px 1px 0;
    cursor: pointer;
}

#tdcol {
    padding-top: 1px;
    width: 26;
}

#leftCol div.subtopList a.submExpanded, #content div.subtopList a.submExpanded {
    display: block;
    line-height: 18px;
    background: #616161 url(../images/sub_menu_expand.gif) no-repeat top left;
    padding: 1px 5px 1px 26px;
    color: #eeeeee;
    font-size: 11px;
}

#leftCol div.subtopList a.submExpanded:hover, #content div.subtopList a.submExpanded:hover {
    display: block;
    line-height: 18px;
    background: #616161 url(../images/sub_menu_expand.gif) no-repeat top left;
    padding: 1px 5px 1px 26px;
    color: #eeeeee;
    font-size: 11px;
}

#leftCol div.subtopList a.header, #content div.subtopList a.header {
    display: block;
    line-height: 18px;
    background: #a1a4a9 url(../images/sub_menu_collapsed.gif) no-repeat top left;
    padding: 1px 5px 1px 26px;
    color: #eeeeee;
    font-size: 11px;
    text-decoration: none;
}

#leftCol div.subtopList a.header:hover, #content div.subtopList a.header:hover {
    display: block;
    line-height: 18px;
    background: #616161 url(../images/sub_menu_collapsed.gif) no-repeat top left;
    padding: 1px 5px 1px 26px;
    color: #eeeeee;
    font-size: 11px;
    text-decoration: none;
}

#leftCol div.subtopList span.white {
    display: block;
    width: 178px;
    height: 1px;
    background-color: #ffffff;
    overflow: hidden;
}

#content div.subtopList span.white {
    display: block;
    width: 178px;
    height: 1px;
    background-color: #ffffff;
    overflow: hidden;
}

#rightCol div.subtopList span.white {
    display: block;
    width: 178px;
    height: 1px;
    background-color: #ffffff;
    overflow: hidden;
}

#leftCol div.subtopList span.header {
    display: block;
    width: 178px;
    height: 1px;
    background-color: #7a8187;
    overflow: hidden;
}

#content div.subtopList span.header {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #7a8187;
    overflow: hidden;
}


#leftCol div.subtopList a.submActive0, #content div.subtopList a.submActive0 {
    display: block;
    line-height: 18px;
    background: #e9e9e9 url(../images/sub_menu_active_sm.gif) no-repeat top left;
    padding: 1px 5px 1px 26px;
    color: #033aa8;
    font-size: 11px;
}

#leftCol div.subtopList a.submActive0:hover, #content div.subtopList a.submActive0:hover {
    display: block;
    line-height: 18px;
    background: #e9e9e9 url(../images/sub_menu_active_sm.gif) no-repeat top left;
    padding: 1px 5px 1px 26px;
    color: #033aa8;
    font-size: 11px;
}

#leftCol div.subtopList a, #content div.subtopList a {
    display: block;
    line-height: 18px;
    background: #e9e9e9 url(../images/sub_menu_collapsed_sm.gif) no-repeat top left;
    padding: 1px 5px 1px 26px;
    color: #888d91;
    font-size: 11px;
    text-decoration: none;
}

#leftCol div.subtopList a:hover, #content div.subtopList a:hover {
    display: block;
    line-height: 18px;
    background: #e9e9e9 url(../images/sub_menu_active_sm.gif) no-repeat top left;
    padding: 1px 5px 1px 26px;
    color: #033aa8;
    font-size: 11px;
    text-decoration: none;
}

#leftCol div.subtopList a.sub0, #content div.subtopList a.sub0 {
    display: block;
    line-height: 18px;
    background: #e9e9e9 url(../images/sub_menu_collapsed_sm.gif) no-repeat top left;
    padding: 1px 5px 1px 26px;
    color: #888d91;
    font-size: 11px;
    text-decoration: none;
}

#leftCol div.subtopList a.sub0:hover, #content div.subtopList a.sub0:hover {
    display: block;
    line-height: 18px;
    background: #e9e9e9 url(../images/sub_menu_active_sm.gif) no-repeat top left;
    padding: 1px 5px 1px 26px;
    color: #033aa8;
    font-size: 11px;
    text-decoration: none;
}

#leftCol div.subtopList a.submActive1, #content div.subtopList a.submActive1 {
    display: block;
    line-height: 18px;
    background: #e9e9e9 url(../images/sub_menu_active_sm1.gif) no-repeat top left;
    padding: 1px 5px 1px 40px;
    color: #033aa8;
    font-size: 11px;
}

#leftCol div.subtopList a.submActive1:hover, #content div.subtopList a.submActive1:hover {
    display: block;
    line-height: 18px;
    background: #e9e9e9 url(../images/sub_menu_active_sm1.gif) no-repeat top left;
    padding: 1px 5px 1px 40px;
    color: #033aa8;
    font-size: 11px;
}

#leftCol div.subtopList a.sub1, #content div.subtopList a.sub1 {
    display: block;
    line-height: 18px;
    background: #e9e9e9 url(../images/sub_menu_collapsed_sm1.gif) no-repeat top left;
    padding: 1px 5px 1px 40px;
    color: #888d91;
    font-size: 11px;
    text-decoration:none;
}

#leftCol div.subtopList a.sub1:hover, #content div.subtopList a.sub1:hover {
    display: block;
    line-height: 18px;
    background: #e9e9e9 url(../images/sub_menu_active_sm1.gif) no-repeat top left;
    padding: 1px 5px 1px 40px;
    color: #033aa8;
    font-size: 11px;
    text-decoration:none;
}

#leftCol div.subtopList a.submActive2, #content div.subtopList a.submActive2 {
    display: block;
    line-height: 18px;
    background: #e9e9e9 url(../images/sub_menu_active_sm2.gif) no-repeat top left;
    padding: 1px 5px 1px 54px;
    color: #033aa8;
    font-size: 11px;
}

#leftCol div.subtopList a.submActive2:hover, #content div.subtopList a.submActive2:hover {
    display: block;
    line-height: 18px;
    background: #e9e9e9 url(../images/sub_menu_active_sm2.gif) no-repeat top left;
    padding: 1px 5px 1px 54px;
    color: #033aa8;
    font-size: 11px;
}

#leftCol div.subtopList a.sub2, #content div.subtopList a.sub2 {
    display: block;
    line-height: 18px;
    background: #e9e9e9 url(../images/sub_menu_collapsed_sm2.gif) no-repeat top left;
    padding: 1px 5px 1px 54px;
    color: #888d91;
    font-size: 11px;
    text-decoration:none;
}

#leftCol div.subtopList a.sub2:hover, #content div.subtopList a.sub2:hover {
    display: block;
    line-height: 18px;
    background: #e9e9e9 url(../images/sub_menu_active_sm2.gif) no-repeat top left;
    padding: 1px 5px 1px 54px;
    color: #033aa8;
    font-size: 11px;
    text-decoration:none;
}

span.grayRight a {
    text-decoration: none;
    color: #686663;
}

span.grayRight a:hover {
    text-decoration: underline;
}

span.grayRight a.ql {
    background: url(../images/arrow_ligr.gif) no-repeat top left;
    padding: 0px;
    text-indent: 10px;
    margin: 0px;
    color: #003399;
    font-size: 10px;
    line-height: 14px;
    text-decoration: none;
    display: block;
}

span.grayRight a.ql:hover {
    display: block;
    background: url(../images/arrow_or_new.gif) no-repeat top left;
    margin: 0px;
    padding: 0px;
    color: #003399;
    font-size: 10px;
    line-height: 14px;
    text-decoration: none;
}

span.grayRight div.annotation {
    margin-right: 10px;
    margin-bottom: 4px;
    padding: 0px;
    color: #003399;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
}

/* content area */
#content .textred {
    color:#cc3300;
}

#content div a.printView {
    display: block;
    background: url(../images/print_view.gif) no-repeat top left;
    width: 25px;
    height: 25px;
    padding: 0px;
    text-decoration:none;
}

#content h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#333333;
}

#content select {
    font-size: 11px;
    color: #333333;
    margin-top: 8px;
    margin-bottom: 7px;
    width: 50%;
}

#content td.darkGray {
    height: 2px;
    background: #686663;
}

#content td.lightGray {
    width: 1px;
    background-color: #eeeeee;
}

div.lightGray {
    width: 1px;
    height: 1px;
}

#content td.gray {
    width: 1px;
    background: #e5e2dd;
}

#content td.white {
    width: 1px;
    background: #ffffff;
}

#content table.prodHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0038A8;
    font-weight: bold;
    margin-bottom: 3px;
}

#content table.prodHeader td#harea {
    width: 329px;
}

#content table.prodHeader td#htype {
	text-align: center;
    width: 78px;
}

#content table.prodHeader td#hds {
    width: 78px;
		text-align: center;
}

#content table.prodHeader td#hpage {
    width: 78px;
		text-align: center;
}

#content table.prodHeader div.description {
    text-align: left;
    margin: 0px;
}

#content table.prodContentList {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#333333;
    margin: 5px 0 5px 0;
    width: 566px;
}

#content table.prodContentList#matrixContentTable {
		 margin: 0px 0 10px 0;
		 width: 550px;
}

#content div.prodContentListDivider {
	border-bottom: 1px solid #686663;
}

#content table.prodContentList td {
    
}

#content table.prodContentList td#pimg {
    width: 78px;
		border-right: 1px solid #eeeeee;
}

#content table.prodContentList td#pdesc {
    width: 250px;
		text-align: left;
		border-right: 1px solid #eeeeee;
}

#content table.prodContentList td div.desc {
    margin: 10px;
}

#content table.prodContentList td div.descshort {
    margin: 3px;
}

#content table.prodContentList div.def {
	font-size: 11px;
	padding: 4px 2px 4px 2px;
	text-align: left;
}

#content table.prodContentList div.def#center {
	text-align: center;
}

#content table.prodContentList td#ptype {
	text-align: center;
    width: 78px;
		border-right: 1px solid #eeeeee;
}

#content table.prodContentList td#pds {
text-align: center;
    width: 78px;
}

#content table.prodContentList td#ppage {
text-align: center;
    width: 78px;
		border-left: 1px solid #eeeeee;
}

#content table.prodContentList td a {
    text-decoration:none;
    border: none;
}

#content table.prodContentList td.grayBg {
    background: #e0e1dc;
}

div#content table.prodContentList a.download {
    color: #3e58c0;
    font-size: 12px;
    text-decoration: underline;
}

div#content table.prodContentList a.download:hover {
    color: #3e58c0;
    font-size: 12px;
    text-decoration: none;
}

div#content table.prodContentList a.download:visited {
    color: #810081;
    font-size: 12px;
    text-decoration: underline;
}

a.download:hover {
    color: #3e58c0;
    font-size: 12px;
    text-decoration: underline;
}

#content table.prodContentList input.ch {
    width: 10px;
    height: 10px;
    vertical-align: middle;
}

#content table.prodContentList span.ch {
    font-size: 11px;
}

#content div.inMarg ul {
    margin-left: 6px;
    margin-bottom: 15px;
    list-style-type: none;
    line-height: 16px;
}

#content div.inMarg ul li {
    list-style-type: none;
    background: url(../Images/bullet_s.gif) 0% 50% no-repeat;
    background-position: 0px 4px;
    padding: 0 5px 1px 15px;
}

#content div.inMarg ol {
    list-style-position:inside;
    margin-left: 6px;
    margin-bottom: 15px;
    line-height: 16px;
}

#content div.inMarg ol li {
    padding: 0 5px 1px 2px;
    background:none;
}

/* product details */
#content .inMarg h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color:#333333;
}

#content h4 {
    display:block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#333333;
    background: #e9e9e9;
    height: auto;
    width: 100%;
    text-indent: 5px;
    margin: 10px 0 10px 0;
}

#content h4 p {
    display: inline;
}

.vertical_align {
    vertical-align: top;
}

#content table.prodDetails {
    margin-top: 10px;
}

#content table.prodDetails div.marg {
    text-align: left;
}

ul, #content table.prodDetails ul {
    margin-left: 6px;
    margin-bottom: 15px;
    line-height: 16px;
}

#content span.bold {
    font-weight: bold;
}

#content table.prodDetails p {
    margin-bottom: 10px;
}
#content table.prodDetails tr {
    vertical-align: top;
}

#content table.startBlocks {
    margin-top: 2px;
}

#content table.startBlocks a.start, #content table.startBlocks table.start {
    display: block;
    font-size: 11px;
    width: 276px;
    min-height: 82px;
    height: 82px;
    color: #444444;
    text-decoration: none;
    background: #eeeeee url(../images/starter_blocks_bg.gif) left top;
    cursor:pointer;
}

#content table.startBlocks a.startBig, #content table.startBlocks table.startBig {
    display: block;
    font-size: 11px;
    width: 276px;
    min-height: 166px;
    height: 166px;
    color: #444444;
    text-decoration: none;
    background: #eeeeee url(../images/bstarter_blocks_bg.gif) left top;
    cursor:pointer;
}

#content table.startBlocks span.inStart {
    font-weight: bold;
    color:#0038a8;
}

#content table.startBlocks span.inStart p {
    display:inline;
}

#content table.startBlocks a.subStart {
    font-size: 11px;
    width: 50px;
    min-height: 136px;
    _height: 136px;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

#content table.startBlocks td table.list {
	position: relative;
	float: left;
	width: 102px;
	height: 144px;
	background: url(../images/sub_actuelles_bg5.gif) left top;
	background-repeat: no-repeat;
	margin-right: 12px;
	overflow: hidden;
}

/* CMS HACK */
#content table.startBlocks tr td div.productNewsBoxes div.inner table {
    float: left;
}

#content table.startBlocks tr td div.productNewsBoxes {
    position: relative;
    width: 566px;
    height: 144px;
    overflow: hidden;
}

#content table.startBlocks tr td div.productNewsBoxes div.inner {
    position: relative;
    width: 580px;
    height: 136px;
}

#content table.startBlocks a.subStart2 {
    display: block;
    font-size: 9px;
    width: 107px;
    min-height: 111px;
    _height: 111px;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    line-height: 10px;
    cursor: pointer;
}

/* navigation overview start */
#content table.startBlocks td.navlist1 {
    background: #eeeeee url(../images/nav.overview1.gif) left top;
    width:567px;
    vertical-align:top;
}
#content table.startBlocks td table.navlist1width {
    width:567px;
}

#content table.startBlocks td.navlist2 {
    background: #eeeeee url(../images/nav.overview2.gif) left top;
    width:279px;
    vertical-align:top;
}
#content table.startBlocks td table.navlist2width {
    width:279px;
}

#content table.startBlocks td.navlist3 {
    background: #eeeeee url(../images/nav.overview3.gif) left top;
    width:183px;
    vertical-align:top;
}
#content table.startBlocks td table.navlist3width {
    width:183px;
}

#content table.startBlocks td.navlist4 {
    background: #eeeeee url(../images/nav.overview4.gif) left top;
    width:135px;
    vertical-align:top;
}
#content table.startBlocks td table.navlist4width {
    width:135px;
}

#content table.startBlocks td.navlist5 {
    background: #eeeeee url(../images/nav.overview5.gif) left top;
    width:107px;
    vertical-align:top;
}

#content table.startBlocks td table.navlist5width {
    width:107px;
}

#content table.startBlocks td.navlist6 {
    background: #eeeeee url(../images/nav.overview6.gif) left top;
    width:87px;
    vertical-align:top;
}

#content table.startBlocks td table.navlist6width {
    width:87px;
}

#content table.startBlocks td.navlist7 {
    background: #eeeeee url(../images/nav.overview7.gif) left top;
    width:74px;
    vertical-align:top;
}

#content table.startBlocks td table.navlist7width {
    width:74px;
}

#content table.startBlocks td.navlist8 {
    background: #eeeeee url(../images/nav.overview8.gif) left top;
    width:63px;
    vertical-align:top;
}

#content table.startBlocks td table.navlist8width {
    width:63px;
}

#content table.startBlocks div.navlistSub {
    margin: 3px; 
    min-height: 30px;
} 
/* navigation overview end */

#content table.startBlocks a.subStart3 {
    display: block;
    font-size: 9px;
    width: 133px;
    min-height: 136px;
    _height: 136px;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

#content table.startBlocks td.list3 {
    background: #eeeeee url(../images/sub_actuelles_bg3.gif) left top;
}

#content table.startBlocks div.subAct {
    margin: 3px;
}

#content table.startBlocks div.subAct p{
    display:inline;
}

#content table.startBlocks td.lightGray {
    height: 1px;
    background: #eaeaea;
}

/* product selector */
#content table.prodSelect {
    margin-top: 10px;
}

#content table.prodSelect select {
    font-size: 11px;
    color: #0038A8;
    margin-top: 8px;
    margin-bottom: 7px;
    width: 100%;
    background-color: #eeeeee;
} 

#content table.prodSelect {
    margin-top: 10px;
}

#content table.prodSelect td {
    vertical-align: top;
}
#content table.prodSelect td.mid {
    vertical-align: middle;
}

#content table.prodSelect p.subHeader {
    font-size: 10px;
    font-weight: bold;
    color: black;
    width: 178px;
}

#content table.prodSelect div.subRadio {
    font-size: 10px;
    color: #333333;
    background-color: #eeeeee;
    border-right: #dcddd8 solid 1px;
    border-left: #dcddd8 solid 1px;
    border-bottom: #dcddd8 solid 1px;
    border-top: none;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 18px;
    width: 178px;
    margin-bottom: 10px;
}

#content table.prodSelect div.blue {
    overflow:hidden;
    margin-top: 3px;
    height: 1px;
    background-color: #0038a8;
    width: 100%;
}

#content table.prodSelect .buttonSel {
    margin-left: 5px;
    margin-right: 5px;
}

#content table.prodSelect input {
    vertical-align: middle;
    width: 10px;
    margin-left: 4px;
    margin-right: 3px;
}

/* newsletter */
#content table.newsletter input {
    margin-right: 2px;
}

#content table.newsletter label {
    margin-right:4px;
}

/* form input textarea and buttons */
input.search {
    font-size: 9px;
    color: #666666;
    margin: 8px 0 8px 30px;
    width: 50px;
    text-indent: inherit;
    vertical-align:bottom;
    background-color:white;
}

input.button {
    border:none;
    background: url(../images/search_go.gif) no-repeat bottom left;
    width: 60px;
    height: 17px;
    font-size: 10px;
    margin-left: 6px;
    margin-top: 8px;
    border:1px;
    color: #686663;
    cursor:pointer;
    vertical-align:top;
}

input.button_long {
    border:none;
    background: url(../images/search_go.gif) no-repeat bottom left;
    width: 130px;
    height: 17px;
    font-size: 10px;
    margin-left: 6px;
    margin-top: 8px;
    border:1px;
    color: #686663;
    cursor:pointer;
    vertical-align:top;
}

/* structure elements */
.imageleft {
    float: left;
}

.imageleft img {
    padding: 2px 10px 0 0;
}

.imageright {
    float: right;	
}

.imageright img {
    padding: 2px 0 0 10px;
}

.floatingelement ul {
	margin-top: 10px;
}

.floatingelement li {
	 display: compact;
}

/* WIKA tables*/
/* standard table design */
table.standard {
    width:100%;
    border:0px;
}

table.standard td {
    vertical-align:top;
		padding: 2px;
}

table.standard tr {
	vertical-align:top;
}

table.standard tr.headline {
	border-bottom: 1px solid #e9e9e9;
}

/*tablefora2columndesign*/
table.col2{
    width:100%;
    border:0px;
    table-layout:fixed;
}

table.col2 td {
    width:50%;
    padding-right:5px;
    vertical-align:top;
}

table.col2 tr {
    vertical-align:top;
}

/* Alternating row colors */
table.alternating {
    width:100%;
    border-spacing:0px;
    background:#ffffff;
    border:0.0solid#ffffff;
}

table.alternating th {
    text-align: left;
    font-weight: bold;
    border: 0px;
    border-bottom: 2px solid #0038a8;
}
table.alternating td {
    text-align: left;
    border: 0px;
    border-bottom: 0px solid #686663;
    border-left: 0px solid #686663;
    vertical-align: top;
}

table.alternating tr.Odd {
    background: #eeeeee;
}

table.datatable {
    border-spacing: 1px;
    border: #a1a4a9 1px solid;
    table-layout:fixed;
}

table.datatable tr {
    vertical-align:top;
}

table.datatable td {
    padding:1px;
    margin:0px;
}

div.approvalsPictures table {
    display: inline;
}

div.approvalsPictures img
{
    margin-right: 5px;    
}

#content h2.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	color:#333333;
}

#content .inMarg h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#content table tr.newsHeader td{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold ;
	margin-bottom: 0px;
}

#content table tr.newsHeader div.description {
	text-align: left;
	margin: 5px 0px 5px 3px;
}

#content table tr.pressHeader td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold ;
	margin-bottom: 0px;
}

#content table tr.pressHeader div.description {
	margin: 5px 0px 5px 3px;
}

#content table.prodContentList .pic-news {
	margin: 2px 3px 3px 0px;
}

#content table.prodSelect input.button {
	vertical-align: middle;
	background-color: #eeeeee;
	background-image:url(../images/pr-sel-btn.gif);
	background-repeat: no-repeat;
	border-style: none;
	width:78px;
	height: 21px;
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
}

#content table.prodSelect p.property  {
	margin: 1px 0px 2px 0px; 
	color: #4f4e4c;
	font-weight: bold;
} 

#content table.prodSelect p.value  {
	margin: 1px 0px 6px 0px; 
	color: #000000;
} 

#content td.darkBlue {
	height: 2px;
	background: #0038a8;
}

#content  td.darkBluessss {
	height: 3px;
	background: #0038a8;
}

table.distributor {
	border-color:#e3e3e3;
	border-style:solid;
	border-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
}

table.distributor td {
	border-color:#e3e3e3;
	border-style:solid;	
	border-width:0px;
	border-left-width:1px;
	border-top-width:1px;
	padding:6px
}

table.intellichoice_intro {
	border-color:#e3e3e3;
	border-style:solid;
	border-width:0px;
	border-bottom-width:1px;
	border-top-width:1px;
}

table.intellichoice_intro td {
	border-color:#e3e3e3;
	border-style:solid;	
	border-width:0px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:0px;
}

table.intellichoice_intro td.buttonimages {
	padding: 5px 5px 2px 5px;
}

table.intellichoice_intro td.button a:link, td.button a:hover, td.button a:visited, td.button a:active, td.button a.disabled {
	background: transparent url(../images/intellichoice/entrybutton.gif); 
	background-repeat: repeat-x; 
	/*background-position: 0 -10px; */
	height: 31px;
  display: block;
  position: relative;
	text-decoration: none;
}

table.intellichoice_intro td.button a.navlistSub {
	padding: 15px 0 0 5px;
	font-weight: 600;
	font-size: 11px;
	color: #666666;
}


#content table td.bUnderline {
	border-bottom: 3px solid #003aa8;
	padding: 12px 0px 0px 0px;
	color: #0038a8;
}

#content table td.date_f {
	width: 75px;
	border-right: 1px solid #eeeeee;
	padding-right: 3px;
}

#content table td.country_f {
    width: 25px;
	border-right: 1px solid #eeeeee;
	text-align: center;
}

#content table td.naming_c {
    width: 80px;
	border-right: 1px solid #eeeeee;
	padding-right: 2px;
	padding-left: 3px;
}

#content table td.naming_f {
    width: 200px;
	border-right: 1px solid #eeeeee;
	padding-right: 2px;
	padding-left: 3px;
}

#content table td.naming_loct {
	width: 180px;
	padding-right: 2px;
	padding-left: 3px;
}

#content table td.naming_oth1 {
    width: 80px;
	padding-right: 2px;
	padding-left: 3px;
}

#content table td.naming_oth2 {
    width: 80px;
	padding-right: 2px;
	padding-left: 3px;
}
	
.qlinks_second {
	z-index: 10;
	position: relative;
	float: left;
	clear: left;
}

#content td.headerWelt {
	text-indent: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	border-bottom: solid 2px #1C4EB1;
}

#content td.middle {
	text-align: left;
	border-right: solid 1px #F1F1F1 ;
	line-height: 21px;
	vertical-align: top;
}

#content td.last_middle {
	text-align: left;
	border-left: solid 1px #F1F1F1 ;
	line-height: 21px;
	vertical-align: top;
}

#content td.middle a, #content td.last_middle a {
	display: block;
	margin-left: 5px;
}

#content td.footerWelt {
	border-top: solid 1px #6D6966;
	height:15px;
}

#settlemWorld {
	line-height: 30px;
}

#title_app p {
	width: 100%;
}

#selections_approv .select_items select {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 2px;
}

.header_of_list {
	border-bottom: solid 2px #686663;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 3px;	
}

#content table.listAppr div.description {
	margin: 5px;
	text-align: left;
}

#content td.td_spacing {
	height: 2px;
}

#content td.gray_row_bg {
	background-color: #DDDDDE;
	text-indent: 2px;
	height: 18px;
}

#content div.bold_title_inner_table {
	font-weight: bold;
	margin: 2px;
	height: 18px;
}

div.popup_map {
	height: 350px;
	width: 250px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.popup_map a:link, a:hover {
	color: #000000;
}

div.popup_map a:visited {
	color: #ffffff;
}

div.content_of_links {
	margin: 5px;
	width: 50%;
	text-align: center;
}

#content div.left_margin {
	margin-left: 5px;
}

.shadow_top {
	height: 9px;
}

.shadow_right {
	width: 10px;
	height: 100%;
}

.shadow_bottom {
	height: 9px;
}

#radio_but label {
	display: block;
	left: 18px;
	margin-bottom: -20px;
	position: relative;
	top: -20px;
	width: 139px;
}

#horiz_radio_but input {
	position: relative;
	top:6px;
}

#horiz_radio_but label {
	left: 20px; 
	display: block; 
	width: 60px;
	position: relative;
	top:-6px;
}

div.clear {
	clear:both;
}

div.inMarg div table td label {
	padding: 5px 0 0 3px;
}

div.inMarg div table td input {
	margin: 5px 0 0 0;
}
	
a.subDown0 {
	background-image: url(../images/sub_menu_collapsed_sm_down.gif) !important;
}

a.subDown1 {
	background-image: url(../images/sub_menu_collapsed_sm1_down.gif) !important;
}

a.subDown2 {
	background-image: url(../images/sub_menu_collapsed_sm2_down.gif) !important;
}

a.subDownActive0, a.subDown0:hover {
	background-image: url(../images/sub_menu_active_sm_down.gif) !important;
}

a.subDownActive1, subDown1, a.subDown1:hover {
	background-image: url(../images/sub_menu_active_sm1_down.gif) !important;
}

a.subDownActive2, subDown2, a.subDown2:hover {
	background-image: url(../images/sub_menu_active_sm2_down.gif) !important;
}

/* intellichoice */
.diaphragmSeal {
	background-color:#000000;
	border-collapse:collapse;
}

/* distributors world wide */
div#content .countrySelContacts {
	width: 950px;
	height: 510px;
	z-index: 10;
	position: absolute; 
	color: #686663;
	top: 169px;
	left: -187px;
}

div#content .subcountrySel {
	position: relative !important;
	z-index: 20001 !important;
	background-color: White;
	width: 100%;
	height: 100%;
	margin: 19px;
	padding-bottom: 19px;
	color: #686663;
	border: solid #c7c1c0 1px;
}

div#content .subcountrySel table {
    margin: 15px;
    margin-top: 0px;
    width: 350px;
}


div#content a.close {
    background:url(../images/sportal_close.gif) no-repeat;
    width: 13px;
    height: 13px;
    float:right;
    margin: 7px;
}

div.contactLayer {
    font-size: 8pt;
    float: left;
    width: 220px;
    padding-left: 10px;
    padding-top: 10px;
}

div.contactLayer a {
    position: relative;
    text-decoration: underline;
    color: #0038a8;
}

div.contactLayer a:hover {
    position: relative;
    text-decoration: underline;
    color: #0038a8;
}

.countryLabel, .corporateLinkLabel {
    display: block;
    padding-left: 10px;
}

.corporateLinkLabel a {
	position: relative;
	color: #0038a8;
}

.corporateLinkLabel a:hover {
	position: relative;
	color: #0038a8;
}

/* distributors world wide */
.ebmaintable  { 
    width: 250px; 
}