﻿/* ------------------------------------------------------------------------
    Default CSS styles for all common browsers
-------------------------------------------------------------------------*/

/*  BODY AND PAGE CONTAINER
-------------------------------------------------------------------------*/
body {
  background-color: #698199;
  background-image: url(../gfx/background.gif);
  background-repeat: repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #173456;
  line-height: 18px;
}
/*  Keeping it all together */
#container {
  background-image: url(../gfx/container_bg.gif);
  background-repeat: repeat-y;
  position: relative;
  width: 960px;
  margin: 0px auto 0px auto;
}
/*  Starts graphical pane */
#pageHeader {
  position: relative;
  height: 12px;
  width: 960px;
  background-image: url(../gfx/header_bg.gif);
  background-repeat: repeat-x;
}
#Header1 {
  float: right;
  width: 936px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 12px;
  margin-right: 12px;
  background-color: #F9FAFC;
}
/*  Left header graphic */
#pageHeaderLeft {
  float: left;
  height: 12px;
  width: 12px;
  position: relative;
  background-image: url(../gfx/header_left.gif);
  background-repeat: no-repeat;
  overflow: hidden;
}
/*  Right header graphic */
#pageHeaderRight {
  float: right;
  height: 12px;
  width: 12px;
  position: relative;
  background-image: url(../gfx/header_right.gif);
  background-repeat: no-repeat;
  overflow: hidden;
}
/*  Closes the graphical pane */
#pageFooter {
  position: relative;
  height: 12px;
  width: 960px;
  background-image: url(../gfx/footer_bg.gif);
  background-repeat: repeat-x;
}
/*  Left footer graphic */
#pageFooterLeft {
  float: left;
  height: 12px;
  width: 12px;
  position: relative;
  background-image: url(../gfx/footer_left.gif);
  background-repeat: no-repeat;
  overflow: hidden;
}
/*  Right footer graphic */
#pageFooterRight {
  float: right;
  height: 12px;
  width: 12px;
  position: relative;
  background-image: url(../gfx/footer_right.gif);
  background-repeat: no-repeat;
  overflow: hidden;
}
/*  Content container */
#pageContent {
  background-image: url(../gfx/content_bg.gif);
  background-repeat: repeat-x;
}
/*  Side panel */
#contentSide {
  float: left;
  width: 260px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  margin-left: 12px;
  background-color: #F9FAFC;
}
/*  Main content area */
#contentMain {
  width: 671px;
  float: right;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  margin-left: 3px;
}

/*  GENERAL STYLES
-------------------------------------------------------------------------*/
/*  clears floating div's */
.clear {
  width: 0px;
  height: 0px;
  clear: both;
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #E01030;			/* #DC1E5D; */
}
a:hover {
  text-decoration: underline;
  color: #E01030;			/* #DC1E5D; */
}
img {
  border: 0px;
}
p {
  margin-top:6px;
}

/*  BREADCRUMBS
-------------------------------------------------------------------------*/
#breadcrumbs {
  height: 19px;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #646769;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: normal;
  color: #838794;
  padding: 5px 4px 3px 6px;
  margin: 0px 0px 4px;
  background-color: #FFF;
}
#breadcrumbs IMG {
  margin-bottom: 2px;
  vertical-align: middle;
}
#breadcrumbs a {
  color: #0060A0;
}
#breadcrumbs a:hover {
  color: #0060A0;
}

/*  NAVIGATION
-------------------------------------------------------------------------*/
#nav {
  height: 27px;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #007CC3;
}
#nav IMG {
  border: 0px;
}
/*  creates 2level navigation dropdown menu */
#dropMenu li {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}
#dropMenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}
#dropMenu {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}
#dropMenu a {
  display: block;
  width: auto;
}
#dropMenu li {
  float: left;
  width: auto;
}
#dropMenu li ul {
  position: absolute;
  background-color: #F9FAFC;
  width: 185px;
  left: -1999px;
  border-top: 1px solid #E4E5EA;
  border-left: 1px solid #E4E5EA;
  border-right: 1px solid #C4C5CA;
  border-bottom: 1px solid #C4C5CA;
  margin: -2px 0 0 5px;
  clear: both;
}
#dropMenu li ul A {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #494C4E;
  text-decoration: none;
  border-top: 1px solid #F9FAFC;
  border-left: 1px solid #F9FAFC;
  width: 175px;
  margin: 2px;
  padding: 4px;
  clear: both;
}
#dropMenu li ul A:HOVER {
  background-color: #007CC3;
  border-top: 1px solid #0064B2;
  border-left: 1px solid #0064B2;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
}
.dropMenuSub {
  background-image: url(../gfx/dropdown_arrow.gif);
  background-repeat: no-repeat;
  background-position: 160px 0px;
}
:hover.dropMenuSub {
  background-image: url(../gfx/dropdown_arrow2.gif);
}
#dropMenu li ul ul {
  margin: -20px 0 0 170px;
}
#nav li.sfhover ul ul {
  left: -1999px;
}
#dropMenu li:hover ul ul {
  left: -1999px;
}
#dropMenu li li.sfhover ul {
  left: auto;
}
#dropMenu li.sfhover ul {
  left: auto;
}
#dropMenu li li:hover ul {
  left: auto;
}
#dropMenu li:hover ul {
  left: auto;
}
*:first-child+html #dropMenu {
  height: 1%;
}
*:first-child+html #dropMenu li {
  height: 1%;
}

/* Navigation - Reference to Chinese website */
#nav_chinese {
	position: absolute;
	width: 46px;
	height: 18px;
	z-index: 0;
	left: 897px;
	top: 77px;
}
#nav_chin {
  float: right;
  margin-top: 5px;
}	
/*  FEATURE IMAGE
-------------------------------------------------------------------------*/
#feature {
  margin-top: 14px;
  height: 364px;
  width: 671px;
}

/*  SIDE PANEL BOXES
-------------------------------------------------------------------------*/
/*  Box container */
.sideBox {
  width: 260px;
  background-color: #F9FAFC;
  background-image: url(../gfx/side_bg.png);
  background-repeat: repeat-x;
  background-position: 0px 4px;
  color: #585C5E;
  margin-top:18px;
}
/***  Home Page - Product Tables ***/
.ProductCategory {
  color: #8E9092;
  float: left;
  font-weight: bold;
  margin-top: 22px;
}
.ProductMore {
  color: #8E9092;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-top: 22px;
}
.ProductMore img {
  margin-bottom: 2px;
  vertical-align: middle;
}
.ProductMore a:hover {
  color: #494C4E;
}
.ProductMore a {
  color: #B96C3E;
}
.ProductTable table {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E2E5EC;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #E2E5EC;
  clear:both;
  width: 247px;
  margin: 0px;
  padding: 0px;
}
.ProductTable td {
  border: 0px;
  color: #5D6062;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
  margin: 0px;
  padding: 2px 0px 2px 0px;
  text-align: left;
  vertical-align: top;
}
/* Product code (=type number) cell */
.ProductTable .code {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #E01030;
  width: 65px;
}
/* Product name cell */
.ProductTable .productName {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #5D6062;
}
/*  Product name link styles */
.ProductTable .productName a {
  color: #5D6062;
}
.ProductTable .productName a:hover {
  color: #5D6062;
}
/*  Product name highlight (used by DtGen.js) */
.ProductTable .productNameHL {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #444;
}
/*  Product name highlight link styles (used by DtGen.js) */
.ProductTable .productNameHL a {
  color: #444;
}
.ProductTable .productNameHL a:hover {
  color: #444;
}
/*  Product row highlight (used by DtGen.js) */
.ProductTable .productHL {
  background-color: #ECEEF2;
}
/*** Other Pages - Side Boxes ***/
.sideBoxHeader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  color: #65686A;
  width: 252px;
  padding-top: 7px;
  padding-left: 6px;
}
/*  Box content */
.sideBoxContent {
  padding: 10px 6px 12px 6px;
}
.sideBoxContent p {
  margin-bottom: 0px;
  margin-top: 6px;
}
/*  Box sub header */
.sideBoxSubHeader {
  font-weight: bold;
  color: #8E9092;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E2E5EC;
  margin-top: 15px;
  padding-left: 6px;
}
.sideBoxSubHeader a {
  border-bottom-width: 0px;
}
.sideBoxSubHeader a:hover {
  color: #65686A;
  text-decoration: none;
}

/*  QUICKFINDER
-------------------------------------------------------------------------*/
.sideBoxContent FORM {
  margin: 0px;
}
/*  Prettified input box */
.formInputCoat {
  float:left;
  margin: 0px 0px 0px 0px;
  padding: 4px;
  height: 25px;
  width: 178px;
  background-image: url(../gfx/form_input.gif);
  background-repeat: no-repeat;
}
/*  Fully white input field */
.formInputCoat INPUT{
  height: 17px;
  width: 170px;
  background-color: #FFFFFF;
  border: 0px;
  margin: 0px;
  padding: 0px 0px 0px 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #686C6E;
}
/*  Form button container */
.formButtonCoat {
  float:left;
  margin: 0px;
  height: 25px;
  width: 44px;
}
/*  Prettified button */
.formButtonCoat INPUT{
  background-image: url(../gfx/form_button.gif);
  background-repeat: no-repeat;
  height: 25px;
  width: 44px;
  background-color: #FFFFFF;
  border: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #65686A; 
}

/*  PRODUCT OVERVIEW
-------------------------------------------------------------------------*/
/*  Product image */
.prodViewImg {
  padding: 3px;
  border: 1px solid #E4E5EA;
  text-align: center;
}
:hover.prodViewImg {
  padding: 3px;
  border: 1px solid #A4A5AA;
}
.prodViewImg IMG{
  border: 0px;
}
/*  Table */
.sideBoxAttrTable table {
  border: 0px;
  width: 247px;
  margin: 0px;
  padding: 0px;
}
.sideBoxTable table {
  border: 0px;
  width: 247px;
  margin: 0px;
  padding: 0px;
}
.sideBoxTable td {
  border: 0px;
  color: #5D6062;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
  margin: 0px;
  padding: 2px 0px 2px 0px;
  text-align: left;
  vertical-align: top;
}
/* Lines "close" together */
.sideBoxTable .close {
  line-height: 14px;
}
/* Product type number */
.sideBoxTable .code {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #E01030;
  width: 65px;
}
/* Product code cell */
.sideBoxTable .productName {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #5D6062;
}
.sideBoxTable a {
  color: #585C5E;
}
/* Product name */
.sideBoxTable .productName a {
  color: #5D6062;
}
.sideBoxTable .productName a:hover {
  color: #5D6062;
}
.sideBoxTable .productPrice {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #696C6E;
  text-align: right;
}
.prodMore {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: normal;
  padding: 2px 0 0 2px;
  text-align: left;
  border-top: 1px solid #E4E5EA;
  margin: 5px 0 0 0;
}
.prodMore IMG{
  margin-bottom: 2px;
  vertical-align: middle;
}
.prodMore A:HOVER{
  color: #494C4E;
}
.prodMore a {
  color: #B96C3E;
}
/* ***  Price table *** */
.sideBoxPriceTable TABLE{
  border: 0px;
  width: 247px;
  margin: 0px;
  padding: 0px;
}
.sideBoxPriceTable TR{
}
.sideBoxPriceTable TD{
  border: 0px;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  text-align: left;
  vertical-align: top;
}
/* Price table: product name or typenumber */
.sideBoxPriceTable .productName {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 100%;
  color: #0060A0;
}
.sideBoxPriceTable a {
  color: #0060A0;
}
.sideBoxPriceTable a:hover {
  color: #00A060;
}
/* Price table: price */
.sideBoxPriceTable .productPrice {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 100%;
  color: #494C4E;
  text-align: right;
}
/* Price table: product description */
.sideBoxPriceTable .productDesc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 110%;
  text-align: justify;
  color: #696C6E;
  padding: 0px 0px 6px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E2E5EC;
}

/* ***  Option table *** */
.SideBoxOptionTable table {
  border: 0px;
  width: 247px;
  margin: 0px;
  padding: 0px;
}
.SideBoxOptionTable tr {
}
.SideBoxOptionTable td {
  border: 0px;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  text-align: left;
  vertical-align: top;
}
/* Option table: title line */
.SideBoxOptionTable .OptionTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 100%;
  color: #696C6E;
  padding: 10px 0px 3px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E2E5EC;
}
/* Option table: option typenumber */
.SideBoxOptionTable .OptionName {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 100%;
  color: #0060A0;
}
.SideBoxOptionTable a {
  color: #0060A0;
}
.SideBoxOptionTable a:hover {
  color: #00A060;
}
/* Option table: option description */
.SideBoxOptionTable .OptionDesc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 100%;
  color: #696C6E;
}
/* Option table: price */
.SideBoxOptionTable .OptionPrice {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 100%;
  color: #494C4E;
  text-align: right;
}

/*  AWARDS
-------------------------------------------------------------------------*/
.awardImg {
  float: left;
  clear: both;
  margin: 0px 10px 0px 10px;
}

/*  MAIN CONTENT LAYOUT
-------------------------------------------------------------------------*/
/*  Full row with line at the bottom */
.row {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	padding: 20px 23px 0px 15px;
	margin: 0px 10px 0px 10px;
}
.rowClean {
	padding: 20px 23px 20px 15px;
	margin: 0px 10px 0px 10px;
	height: 500px;
}
.rowUnfixed {
	padding: 20px 23px 0px 15px;
	margin: 0px 10px 0px 10px;
}
/*  Full row with line in the middle */
.rowSplit {
	padding: 20px 23px 0px 15px;
	margin: 0px 10px 0px 10px;
	background-image: url(../gfx/rowsplit.gif);
	background-repeat: no-repeat;
	background-position: 324px 3px;
}
/*  Full row with line in the middle and line at the bottom */
.rowSplitBtmLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	padding: 20px 23px 0px 15px;
	margin: 0px 10px 0px 10px;
	background-image: url(../gfx/rowsplit.gif);
	background-repeat: no-repeat;
	background-position: 324px 3px;
}

/*  Left cell */
.firstCol {
  float: left;
  width: 278px;
  padding: 0px 0px 0px 0px;
}
/*  Right cell */
.secCol {
  float: right;
  width: 278px;
  padding: 0px 0px 0px 0px;
}

/*  MAIN CONTENT HEADER STYLES
-------------------------------------------------------------------------*/
h1 {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 24px;
  line-height: normal;
  font-weight: lighter;
  color: #B9C0C6;
  margin: 0px 0px 0px -1px;
  padding: 0px 0px 12px 0px;
  letter-spacing: 0px;
}
h1.prodCode {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 38px;
  line-height: normal;
  font-weight: bold;
  color: #0060A0;
  margin: 0px 0px 0px -2px;
  padding: 0px 0px 0px 0px;
  letter-spacing: 0px;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  color: #0060A0;
  margin: 0px;
  padding: 0px 0px 2px;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: normal;
  font-weight: 700;
  color: #0060A0;
  margin: 10px 0 0 0;
  padding: 0px 0px 2px;
}

/*  MAIN CONTENT NEWS BLOCK
-------------------------------------------------------------------------*/
.newsDate {
  font-size: 10px;
  color: #173456;
  margin-bottom: 3px;
}
.newsHeadline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  margin: -4px 0px 15px 0px;
}
.newsHeadline A {
  color: #E01030;
}
.newsHeadline A:HOVER {
  color: #E01030;
}

/*  MAIN CONTENT TRADE SHOWS BLOCK
-------------------------------------------------------------------------*/
.imgLeft {
  float: left;
  width: 50px;
  text-align: center;
}
.textRight {
  float:right;
  width: 221px;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 10px;
}

/*  TRADE SHOWS PAGE
-------------------------------------------------------------------------*/
.tradeShowLogo {
	width: 120px;
	text-align: center;
	vertical-align: top;
	margin-top: 4px;
}
.tradeShowName {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0060A0;
	margin-left: 10px;
	vertical-align: top;
	margin-top: 3px;
}
.tradeShowRight {
	width: 270px;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
	margin-top: 1px;
	height: 70px;
}

/*  'MORE' LINKS
-------------------------------------------------------------------------*/
.moreLink {
  font-weight: bold;
  font-size: 12px;
  margin-top: 0px;
  padding-left: 10px;
  background-image: url(../gfx/breadcrumb_arrow.gif);
  background-repeat: no-repeat;
  background-position: -1px 1px;
}
.moreLink a {
  color: #0060A0;
}
.moreLink A:HOVER {
  color: #0060A0;
}

.TwitterLink {
  font-weight: bold;
  font-size: 12px;
  color: #0060A0;
}
.TwitterLink a {
  color: #0060A0;
}
.btmLink {
  font-weight: bold;
  font-size: 10px;
  margin-top: 0px;
  padding-left: 10px;
  background-image: url(../gfx/breadcrumb_arrow.gif);
  background-repeat: no-repeat;
  background-position: -1px 1px;
}
.btmLink a {
  color: #5D6062;
}
.btmLink A:HOVER {
  color: #0060A0;
}

/*  NEWS
-------------------------------------------------------------------------*/
p.news {
  margin-top: 3px;
  margin-bottom: 0px;
}
.Article {
  padding: 20px 23px 0px 15px;
  margin: 0px 10px 0px 10px;
}
.Article p {
  margin: 3px 40px 0 0;
  text-align: justify;
}

/*  PRODUCT LISTING
-------------------------------------------------------------------------*/
.prodFeatureImg {
  float: right;
  margin-top: 5px;
  margin-right: 12px;
}
/*  lists in row */
.rowSplitBtmLine UL {
  margin-left: 4px;
  padding: 0px;
}
.rowSplit UL {
  margin-left: 4px;
  padding: 0px;
}
.row UL {
  margin-left: 4px;
  padding: 0px;
}
.rowSplitBtmLine LI {
  list-style: none;
  padding-bottom: 5px;
  padding-left: 10px;
  background: url(../gfx/arrow_bullet.gif) no-repeat left top;
}
.rowSplit LI {
  list-style: none;
  padding-bottom: 5px;
  padding-left: 10px;
  background: url(../gfx/arrow_bullet.gif) no-repeat left top;
}
.row LI {
  list-style: none;
  padding-bottom: 5px;
  padding-left: 10px;
  background: url(../gfx/arrow_bullet.gif) no-repeat left top;
}
/*  sidebar */
.pdfImg {
  vertical-align: middle;
  clear: both;
  margin: 5px 5px 0px 10px;
}
.sideboxPrice {
  font: bold 21px Arial, sans-serif;
  padding-left: 13px;
  padding-top: 10px;
}
.prodNote {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: normal;
  padding: 2px 0 0 2px;
  text-align: justify;
  margin: 5px 0 0 0;
}
.sideBox UL {
  margin-left: 14px;
  margin-bottom: 0px;
  padding: 0px;
}
.sideBox LI {
  list-style: none;
  padding-bottom: 5px;
  padding-left: 15px;
  background: url(../gfx/arrow_bullet.gif) no-repeat left top;
}
.sideBox .regList UL {
  margin-left: 14px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}
.sideBox .regList LI {
  list-style: none;
  padding-bottom: 6px;
  padding-left: 15px;
  background: url(../gfx/arrow_bullet.gif) no-repeat left top;
}
/*  product and download lists */
TABLE.distributorList {
	border-top: 1px solid #F0F0F0;
}
TABLE.productList {
	border-top: 1px solid #F0F0F0;
}
TABLE.distributorList TH {
	font-weight: bold;
	color: #0060A0;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid #007CC3;
	border-left: 1px solid #F0F0F0;
	background: url(../gfx/th_bg.gif) repeat-x;
	padding: 3px 3px 3px 5px;
	background-color: #F9FAFC;
}
TABLE.productList TH {
	font-weight: bold;
	color: #0060A0;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid #007CC3;
	border-left: 1px solid #F0F0F0;
	background: url(../gfx/th_bg.gif) repeat-x;
	padding: 3px 3px 3px 5px;
	background-color: #F9FAFC;
}
TABLE.productList TD{
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	border-left: 1px solid #F0F0F0;
	padding: 3px 3px 3px 5px;	
	border-bottom: 1px solid #007CC3;
	line-height:14px;
}
TABLE.distributorList TD{
	font-size: 11px;
	vertical-align: top;
	border-left: 1px solid #F0F0F0;
	padding: 3px 3px 3px 5px;	
	border-bottom: 1px solid #007CC3;
}
TABLE.distributorList TD.middle{
	vertical-align: middle;
}
TABLE.productList TD.sec {	
	border-bottom: 1px solid #E2E2E2;
}
TABLE.productList P.price {
	margin-left: 4px;	
}
TABLE.productList TD.type {
	font-size: 11px;
	font-style: normal;
	color: #E01030;
	font-weight: bold;
}
TABLE.productList TD.typesec {
	font-size: 11px;
	font-style: normal;
	color: #E01030;
	font-weight: bold;
	border-bottom: 1px solid #E2E2E2;
}
TABLE.productList TD UL {
	margin: 0px;
	padding: 0px;
}
TABLE.productList TD LI {
  list-style: none;
  padding-bottom: 1px;
  padding-left: 10px;
  background: url(../gfx/arrow_bullet.gif) no-repeat left top;
}
TABLE.productList TD.center {
	text-align: center;
}
TABLE.productList TD.image {
	margin: 3px;
	text-align: center;
}
/* Extra space at top and bottom for wider lists */
TABLE.productList .ExtraMargin {
	margin-bottom: 10px;
	margin-top: 10px;
}

/*  BOTTOM NAVIGATION
-------------------------------------------------------------------------*/
/*  Container */
#navBottom {
  background-image: url(../gfx/container_bottombg.gif);
  background-repeat: repeat-y;
  height: 36px;
  padding: 4px 12px 0px 12px;
}
/*  Back to top link */
#backToTop {
  width: 240px;
  float: left;
  border-top: 4px solid #646769;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 11px;
  line-height: 14px;
  padding: 9px 8px 0px 12px;
}
#backToTop a {
  color: #65686A;
}
#backToTop a:HOVER {
  color: #65686A;
}
/*  Copyright statement */
#copyright {
  float: right;
  width: 651px;
  border-top: 4px solid #007CC3;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 11px;
  line-height: 14px;  
  color: #007CC3;
  padding: 9px 8px 0px 12px;
}
#copyright a {
  color: #007CC3;
}
#copyright a:hover {
  color: #007CC3;
}
/*  Style element in bottom right corner */
#bolletjes {
  float: right;
}

/*  EOT
-------------------------------------------------------------------------*/
