/* 
  Styles for theme BD2005X 
	author: Jonathan Costers
*/

/*Alsett Clearing Method*/
.div-row:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
/*end Alsett Clearing Method*/ 
/*A Fix For IE Mac*/
.div-row {display: inline-block;}
/*end fix for IE Mac*/
/*Holly Hack for bug in IE6 windows*/
* html .div-row {height:1%;}
.div-row {display:block;}
/*end Holly Hack*/

.div-column-left{float: left;}
.div-column-right{float: right;}

/**************************************************************************/

/* Begin global element overrides */
body {
  margin: 0px;
  padding: 0px;
  color: #333;
  font-size: 11px;
  background-color: #fff;
  /*background-color: #ecf3fb;*/
}
body#frameless-body {
  background-color: #fff;
}
body, input, select, textarea {
  font-family : Verdana, Arial, Helvetica;
}
select, input, textarea {
  font-size: 10px;
}
form {
  margin: 0px;
  padding: 0px;
}
table {
  margin: 0px;
  padding: 0px;
  /* IE 5.5 does not inherit font-size inside table! */
  font-size: 1em;
}
a:link, a:visited {
  color: #2f61bd;
  text-decoration: underline;
}
/*a:visited {
  color: #666666;
  text-decoration: underline;
}*/
a:hover, a:active { 
  color: #f60;
  text-decoration: underline;
}
h1 { 
  font-size: 16px;
  color: #000;
  font-weight:bold; 
}
h2 { 
  font-size: 14px;
  color: #000;
  font-weight:bold;
  line-height: 140%;
}
h3 { 
  font-size: 12px;
  color: #000;
  font-weight:bold;
}
h4 {
  font-size: 10px;
  color: #000;
  font-weight:bold;
}
h5 { 
  font-size: 9px; 
  color: #000;  
  font-weight:bold; 
}
h6 { 
  font-size: 8px;
  color: #000;
  font-weight:bold;
}
iframe {
	margin: 0px;
	padding: 0px;
}
/* End global element overrides */

/**************************************************************************/

/* Begin page positioning and layout (bd2005xTemplate.jsp) */
div#wrapper, table#wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #ecf3fb;
}
table#page {
  width: 768px;
  background-color: #fff;
  margin: 0px auto 0px auto;
  text-align: left;
}
td#page-shadow-left {
  background-image: url(/images/bd2005x/shadow_left.gif);
  background-repeat: repeat-y;
  background-position: left;
  width: 4px;
  vertical-align: top;
}
td#page-shadow-right {
  background-image: url(/images/bd2005x/shadow_right.gif);
  background-repeat: repeat-y;
  background-position: right;
  width: 4px;
  vertical-align: top;
}
div#page-shadow-top-right {
  background-image: url(/images/bd2005x/shadow_top_right.gif);
  background-repeat: no-repeat;
  width: 4px;
  height: 7px;
}
div#page-shadow-top-left {
  background-image: url(/images/bd2005x/shadow_top_left.gif);
  background-repeat: no-repeat;
  width: 4px;
  height: 7px;
}
td#page-shadow-bottom-left {
  background-image: url(/images/bd2005x/shadow_bottom_left.gif);
  background-repeat: no-repeat;
  width: 4px;
  height: 8px;
}
td#page-shadow-bottom-right {
  background-image: url(/images/bd2005x/shadow_bottom_right.gif);
  background-repeat: no-repeat;
  width: 4px;
  height: 8px;
}
td#page-shadow-bottom {
  background-image: url(/images/bd2005x/shadow_bottom.gif);
  background-repeat: no-repeat;
  width: 760px;
  height: 8px;
}
td#page-line-bottom {
  
}
td#page-line-bottom div {
	background-color: #2f61bd;
  height: 7px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 0em;
}
/* End page positioning and layout */

/**************************************************************************/

/* Begin header styles */
div#header {
  border-bottom: 1px solid #666;
}
div#header-global {
  background-image: url(/images/bd2005x/global_header_bg.jpg);
  background-repeat: no-repeat;
  width: 760px;
  height: 66px;
}
div#global-logo {
  background-image: url(/images/bd2005x/bd_logo.gif);
  background-repeat: no-repeat;
  width: 106px;
  height: 66px;
}
div#header-local {
  /* background image (banner) is set dynamically */
  background-repeat: no-repeat;
}
div#header-up-links, div#header-down-links {
  padding: 3px 5px;
  font-size: 10px;
}
div#search {
  padding: 2px;
}
input#search-button {
}
div#search-bg {
	background-image: url(/images/bd2005x/search_bg.gif);
  background-repeat: repeat;
  margin: 2px 3px;
}
a#search-button, a#search-button:hover, a#search-button:visited, a#search-button:active, a#search-button:link {
  display: block;
  background-image: url(/images/bd2005x/search_bg.gif);
  background-repeat: repeat;
  padding: 3px 2px;
  min-width: 47px;
  max-width: 57px;
  text-align: center;
  font-size: .8em;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  color: #2f61bd;
}
input#search-field {
  width: 112px;
}
form#search-form {
}
td.adv-search-sep {
	background-image: url(/images/blue_spacer.gif);
	background-repeat: repeat-y;
}
a.header-link:link, a.header-link:visited {
  color: #fff;
  text-decoration: none;
}
a.header-link:active, a.header-link:hover {
  color: #fff;
  text-decoration: underline;
}
a.header-link-tabbed:link, a.header-link-tabbed:visited, a.header-link-tabbed:active, a.header-link-tabbed:hover {
  color: #fff;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
span.header-link-sep {
  color: #fff;
}
div.menu-dropdown {
  position: relative;
}
div.menu-dropdown-content {
  border-bottom: 1px solid #172e62;
  border-left: 1px solid #172e62;
  border-right: 1px solid #172e62;
  position: absolute;
  visibility: hidden;
  z-index: 9999;
  text-align: left;
  left: 0px;
}
div.menu-dropdown-item {
  width: 95px;
  border-top: 1px solid #172e62;
}
div.menu-dropdown-item a {
  padding: 4px 4px 5px 6px;
  color: #213983;
  text-decoration: none;
  display: block;
  background-color: #e6eefb;
}
div.menu-dropdown-item a:visited {
  color: #575757;
}
div.menu-dropdown-item a:hover {
  background: #fff;
  color: #f60;
  text-decoration: underline;
}
div#country { 
  margin-left: 4px;
}
div#country-main {
  padding-top: 15px;
}
div#country-sub {
  padding-bottom: 3px;
}
div#country-main a, div#country-sub a {
  text-decoration: none;
}
span#site-name {
  font-size: 1.2em;
  font-weight: bold;
  color: #2f61bd;
}
span#site-subname {
  font-size: 1.4em;
  font-weight: bold;
  color: #f60;
}
img#site-logo {
  width: 19px;
  height: 13px;
}
#other-location {
  font-size: .9em;
}
#other-location a:link, #other-location a:visited {
  text-decoration: none;
}
#other-location a:hover, #other-location a:active {
  color: #f60;
  text-decoration: underline;
}
/* End header styles */

/**************************************************************************/

/* Begin sidebar styles */
td#sidebar-column {
  max-width: 139px;
  background-image: url(/images/bd2005x/sidenav_bg.gif);
  background-repeat: repeat-y;
  border-bottom: 1px solid #2657bd;
  /*border-left: 2px solid white;*/
}
div#sidebar {
  width: 139px;
  color: #1a4495;
  /*padding-right: 1px;*/
  /* Workaround for refresh problem */
  /*height: 1500px;*/
}
div#sidebar-stretch {
  border-top: 1px solid #2657bd;
  border-left: 1px solid #2657bd;
  border-right: 1px solid #2657bd;
  background-color: #d6e2f9;
  min-height: 3px;
  margin-bottom:1px;
}
div.divider {
  height: 1px;
}
div#navigation {
  background-color: #fff;
}
div.navigation-section {
  background-color: #e6ecf7;
  /*margin-bottom: 1px;*/
  border: 1px solid #2657bd;
  overflow: hidden;
}
a.navigation-section-head:link, a.navigation-section-head:visited, div.navigation-section-head a:link, div.navigation-section-head a:visited {
  font-weight: bold;
  background-color: #d6e2f9;
  color: #213983;
  display: block;
  padding: 5px;
  text-decoration: none;
  overflow: hidden;
}
div.navigation-section-head-nolink {
  font-weight: bold;
  background-color: #d6e2f9;
  color: #213983;
  padding: 5px;
  text-decoration: none;
  overflow: hidden;
}
a.navigation-section-head:hover, div.navigation-section-head a:hover {
  color: #f60;
  background-color: #fff;
  text-decoration: underline;
  overflow: hidden;
}
a.navigation-section-head-active:link, a.navigation-section-head-active:visited, div.navigation-section-head-active, div.navigation-section-head-active a {
  font-weight: bold;
  background-color: #b1c6f1;
  color: #213983;
  display: block;
  padding: 5px;
  text-decoration: none;
  overflow: hidden;
}
div.navigation-section-head-active-nolink {
  font-weight: bold;
  background-color: #b1c6f1;
  color: #213983;
  display: block;
  padding: 5px;
  text-decoration: none;
  overflow: hidden;
}
a.navigation-section-head-active:hover, div.navigation-section-head-active a:visited {
  color: #213983;
  background-color: #fff;
  text-decoration: underline;
  overflow: hidden;
}
div.navigation-sub-nolink {
  background-color: #e6eefb;
  border-top: 1px solid #bcc5ce;
  color: #666;
  display: block;
  padding: 5px 5px 5px 8px;
  text-decoration: none;
  overflow: hidden;
}
a.navigation-sub:link, a.navigation-sub:visited, div.navigation-sub a:link, div.navigation-sub a:visited {
  background-color: #e6eefb;
  border-top: 1px solid #bcc5ce;
  color: #666;
  display: block;
  padding: 5px 5px 5px 8px;
  text-decoration: none;
  overflow: hidden;
}
a.navigation-sub:hover, div.navigation-sub a:hover {
  color: #f60;
  text-decoration: underline;
  background-color: #fff;
  overflow: hidden;
}
div.navigation-sub-active-nolink {
  background-color: #fff;
  border-top: 1px solid #bcc5ce;
  color: #666;
  font-weight: bold;
  display: block;
  padding: 5px 5px 5px 8px;
  text-decoration: none;
  overflow: hidden;
}
a.navigation-sub-active:link, a.navigation-sub-active:visited, div.navigation-sub-active a:link, div.navigation-sub-active a:visited {
  background-color: #fff;
  border-top: 1px solid #bcc5ce;
  color: #666;
  font-weight: bold;
  display: block;
  padding: 5px 5px 5px 8px;
  text-decoration: none;
  overflow: hidden;
}
a.navigation-sub-active:hover, div.navigation-sub-active a:hover {
  color: #f60;
  text-decoration: underline;
  overflow: hidden;
}

div#did-you-know {
  padding: 15px 0px 10px;
  border-right: 1px solid #2657bd;
  border-left: 1px solid #2657bd;
  border-top: 1px solid #2657bd;
  background-color: #e6eefb;
}
div#did-you-know-head-eng {
  background-image: url(/images/bd2005x/did_you_know.gif);
  background-repeat: no-repeat;
  background-position: 3px;
  /*padding-left: 3px;*/
  height: 36px;
}
div#did-you-know-head-fra {
  background-image: url(/images/bd2005x/did_you_know_fra.gif);
  background-repeat: no-repeat;
  background-position: 3px;
  /*padding-left: 3px;*/
  height: 36px;
}
div#did-you-know-head-deu {
  background-image: url(/images/bd2005x/did_you_know_deu.gif);
  background-repeat: no-repeat;
  background-position: 3px;
  /*padding-left: 3px;*/
  height: 36px;
}
div#did-you-know-head-ned {
  background-image: url(/images/bd2005x/did_you_know_ned.gif);
  background-repeat: no-repeat;
  background-position: 3px;
  /*padding-left: 3px;*/
  height: 36px;
}
div#did-you-know-head-esp {
  background-image: url(/images/bd2005x/did_you_know_esp.gif);
  background-repeat: no-repeat;
  background-position: 3px;
  /*padding-left: 3px;*/
  height: 36px;
}
div#did-you-know-head-ita {
  background-image: url(/images/bd2005x/did_you_know_ita.gif);
  background-repeat: no-repeat;
  background-position: 3px;
  /*padding-left: 3px;*/
  height: 36px;
}
div#did-you-know-content {
  background-image: url(/images/bd2005x/did_you_know_bg.gif);
  background-repeat: repeat-x;
  padding: 12px 8px 10px 9px;
  margin: 0px 4px 0px 3px;
  border-bottom: 1px solid #f60;
  border-left: 1px solid #f60;
  border-right: 1px solid #f60;
  color: #575757;
}
div#did-you-know-link {
  margin-top: 4px;
}
a.did-you-know-link:link {
  color: #575757; 
  text-decoration: underline;
}
a.did-you-know-link:hover {
  color: #f60;
}
div#login {
  background-color: #2552a3;
  color: #fff;
  padding: 3px;
  /*margin-top: 1px;*/
  border-top: 1px solid white;
  /*border: 1px solid #2657bd;*/
}
div#login-title {
  margin-bottom: 5px;
  font-weight: bold;
}
input.login-field {
  width: 103px;
  margin: 2px 0px;
}
div#login-navigation {
  margin: 3px 2px 3px;
}
div#login-navigation a:link, div#login-navigation a:active, div#login-navigation a:visited {
  color: #fff;
  text-decoration: none;
}
div#login-navigation a:hover {
  color: #fff;
  text-decoration: underline;
}
div.login-navigation-section {
  margin: 2px 2px 3px;
}
div.language-navigation-section {
  /*margin-bottom: 1px;*/
}
a.language-navigation {
  display: block;
  text-decoration: none;
  padding: 5px;
  font-weight: bold;
  border: 1px solid #2657bd;
}
a.language-navigation:link, a.language-navigation:visited {
  color: #fff;
  background-color: #2552a3;
  /*background-color: #213983;*/
}
a.language-navigation:hover {
  color: #213983;
  background-color: #fff;
}
/* End sidebar styles */

/**************************************************************************/

/* Begin content styles */
div#body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  /*border: 1px solid blue;*/
}
div#content {
  margin: 10px 5px;
  width: 610px;
  background-color: #fff;
  height: 100%;
  /*border: 1px solid black;*/
  /*overflow: auto;*/
}
div#content-main {
  padding-top: 5px;
  border-top: 1px solid #ccc;
  line-height: 140%;
  background-color: #fff;
  /*width: 470px;*/
  /*border: 1px solid black;*/
}
div#content-main-no-panels {
  padding-top: 5px;
  border-top: 1px solid #ccc;
  line-height: 140%;
  background-color: #fff;
  /*width: 610px;*/
  /*border: 1px solid black;*/
}
div.xsl-generated a:link, div.xsl-generated a:visited {
  color: #2f61bd;
  text-decoration: underline;
}
/*div.xsl-generated a:visited {
  color: #666;
  text-decoration: underline;
}*/
div.xsl-generated a:hover, div.xsl-generated a:active { 
  color: #f60;
  text-decoration: underline;
}
div.xsl-generated {	
	background-color: #fff;
}
div#content-header {
  /*width: 610px;*/
  /*border: 1px solid black;*/
}
div#content-intro {
  /*width: 610px;*/
  /*border: 1px solid black;*/
}
div#breadcrumb { 
  font-size: .8em; 
}
div#breadcrumb a, div#breadcrumb a:visited {
  text-decoration: underline;
}
div#breadcrumb a:hover {
  text-decoration: underline;
}
div#breadcrumb a, div#breadcrumb a:link {
  text-decoration: underline;
  }
h1.page-title {
  margin: 10px 0px 10px;
  color: #2f61bd;
}
div#page-actions {
  margin-bottom: 3px;
}
div.page-action {
  font-size: .9em;
  font-weight: bold;
  color: #575757;
  text-align: center;
  margin: 1px 1px 1px 5px;
}
span.page-action-back {
	font-size: .9em;
  font-weight: bold;
  color: #575757;
  text-align: center;
  margin: 1px 1px 1px 5px;
  float: right;
}
div.page-action img {
  /*border: 1px solid #575757;*/
}
div.page-action a, div.page-action a:link, div.page-action a:active, div.page-action a:hover, div.page-action a:visited {
  text-decoration: none;
  color: #575757;
  white-space: nowrap;
}
/* End content styles */

/**************************************************************************/

/* Begin panel styles */
table#panels {
  min-width: 140px;
  width: 140px;
  font-size: .9em;
/*border: 1px solid red;*/
}
div#content-panels {
  text-align: left;
  margin-left: 3px;
  float: right;
/*border: 1px solid black;*/
}
td#panels-column {
  /*min-width: 140px;
  width: 140px;*/
}
/* End panel styles */

/**************************************************************************/

/* Begin class names specified by XSL-generated content and panels */
div.panel-subtitle-a {
  background-color: #2552a3;
  color: #fff;
  padding: 2px;
  font-weight: bold;
  /*font-size: .85em;*/
  /*border: 1px solid #ccc;*/
}
td.panel-subtitle-a {
  background-color: #2552a3;
  color: #fff;
  padding: 2px;
  font-weight: bold;
  /*font-size: .85em;*/
  border: 1px solid #ccc;
}
div.panel-subtitle-b {
  /*font-size: .75em;*/
  text-align: left;
  padding: 2px 2px 3px 5px;
}
td.panel-subtitle-b {
  /*font-size: .75em;*/
  text-align: left;
  padding: 2px 2px 3px 5px;
}
div.panel-subtitle-c {
  /*font-size: .8em;*/
  /*border: 1px solid #ccc;
  background-color: #b1c6f1;*/
  text-align: left;
  font-weight: bold;
  padding: 2px;
}
div.panel-subtitle-a a.panel-subtitle-a {
  color: #fff;
}
td.panel-subtitle-c {
  /*font-size: .8em;*/
  border: 1px solid #ccc;
  background-color: #b1c6f1;
  text-align: left;
  font-weight: bold;
  padding: 2px;
}
div.panel-content {
  padding: 2px 2px 3px 3px;
  /*border: 1px solid black;*/
}
div.panel-content table {
  /*line-height: 120%;*/
  /*border: 1px solid black;*/
}
span.page-subtitle-c, td.columnTitle_big {
  font-weight: bold;
  font-size: 1.2em;
  /*line-height: 120%;*/
}
/* these a's have style properties defined in content,
	those have precedence over this sheet */
/*
td.editorialBack a, td.editorialBack a:link {
  color: #2f61bd;
  text-decoration: underline;
}
td.editorialBack a:visited {
  color: #666;
  text-decoration: underline;
}
td.editorialBack a:hover, td.editorialBack a:active { 
  color: #f60;
  text-decoration: underline;
}
*/
div.editorialBack_bold {
  font-weight: bold;
}
td.editorialBack a {
  /*background-color: #ccc;*/
}
table.homepageHighlightColumns_padded a {
  /*background-color: #ccc;*/
}
div.blueButtonLink {
  /*background-color: #ccc;*/
}
td.page-text, td.page-text_top {
  /*line-height: 150%;*/
}
/* Makes links on BD Diabetes Care white !!!
td.page-text_top a.page-text, td.page-text_top a.page-text:hover, td.page-text_top a.page-text:visited {
  color: #fff;
  text-decoration: underline;
}
*/
td.page-title {
  font-size: 1.3em;
  /*line-height: 120%;*/
  font-weight: bold;
  color: #2f61bd;
}
/* End class names specified by content */

/**************************************************************************/

/* Begin footer styles */
div#footer {
  background-color: #ecf3fb;
  font-size: .8em;
  color: #666;
  text-align: center;
}
div#footer-navigation {
  color: #666;
}
div.footer-navigation-line {
  margin: 5px 10px;
  /*line-height: 120%;*/
}
div#footer-info-left {
  margin: 5px 10px;
  text-align: left;
  color: #666;
  /*line-height: 110%;
border: 1px solid black;*/
}
div#footer-info-right {
  margin: 5px 10px;
  text-align: right;
  color: #666;
  /*line-height: 110%;
border: 1px solid black;*/
}
div#footer-info-down {
  margin: 5px 10px;
  text-align: left;
  color: #666;
  /*line-height: 110%;
border: 1px solid black;*/
}
a.footer-link, a.footer-link:visited {
  text-decoration: underline;
  color: #666;
}
a.footer-link:hover {
  color: #f60;
}
/* End footer styles */

/**************************************************************************/

/* Begin print view styles */
div#printable-page {
  margin: 10px;
  background-color: #fff;
}
div#printable-global-logo {
  text-align: center;
  margin: 5px 5px 0px 0px;
  /*border: 1px solid black;*/
}
div#printable-country {
  text-align: left;
  margin: 0px 5px 5px 5px;
  /*border: 1px solid black;*/
}
div#printable-page-title {
  margin-left: 8px;
}
div#print-icon {
  float: right;
  padding: 15px;
}
/* End print view styles */

/**************************************************************************/

/* Begin BD DIABETIC custom styles */
.columnTitle,
.columnTitle_top,
.columnTitle_middle {
	font-weight: bold;
	color: #f60;
}
.columnTitle_top {
	vertical-align: top;
}
.columnTitle_middle {
	vertical-align: middle;
}
.columnTitle_big {
	font-size: 1.2em;
	color: #f60;
	vertical-align: top;
}
.editorialBack {
	color : #fff;
	background-color: #f90;
}
.editorialBack_bold {
	font-weight: bold;
}
.editorialBack_padded {
	background-color: #CCE4E4;
	padding: 10px;    
}
.alternateEditorial {
  border-top: 1px solid #2657bd;
  border-bottom: 1px solid #2657bd;
	background-color: #e6eefb;
}
.search-sep {
	border-top: 1px solid #2657bd;
  border-bottom: 1px solid #2657bd;
}
.alternateEditorial_padded {
	border-bottom: 1px solid #97B9C2;	
	border-top: 1px solid #97B9C2;
	border-top-color: #97B9C2;
	background-color: #F5FAFA;
}
.page-text-right_padded {
	color: black;
	text-align: right;
	padding: 10px;
}
.page-text_padded {
	color: black;
	padding: 10px;
}
.page-text-right_smpadded {
	color: black;
	text-align: right;
	padding: 5px 10px;
}
.page-text_smpadded {
	color: black;
	padding: 5px 10px;
}
.page-text_bold {
	color: black;
	font-weight: bold;
}
.page-text_top {
	color: black;
	vertical-align: top;
}
.page-text-searchresults {
	color: black;
	font-size: 1.5em;
}
a.page-text_link:link {
	text-decoration: underline;
	color: #009;
}
a.page-text:link, a.page-text:visited, a.page-text:hover {
  color: #fff;
  text-decoration: underline;
}
a.page-text_link:visited {
	text-decoration: underline;
	color: #009;
}
a.page-text_link:hover {
	text-decoration: underline;
	color: #f60;
}
.clickableImg {
	/*cursor: hand;*/
	cursor: auto;
}
select.list-on-master {
	width: 195px;
}
select.varWidthLst {
	width: 100px;
}
.homepageHighlightColumns {
	color: #fff;
	background-color: #f90;
	padding: 0px 8px;
}
.homepageHighlightColumns_noPad {
	color: #fff;
	background-color: #f90;
}
.homepageHighlightColumns_padded {
	color: #fff;
	background-color: #f90;
	padding: 8px;
}
.homepageHighlightColumns a, .homepageHighlightColumns a:visited {
	color: #fff;
}
.homepageColumns_noPad {
}
.homepageColumns_padded {
	padding: 8px;
}
input.searchBox {
	width: 200px; 
}
.blueButton {
	text-align: center;
	padding : 0px 2px;
	background-color: #97B9C2;
	color: #fff;
}
.blueButtonLink {
	color: white; 
	text-decoration: none; 
	font-weight: bold;
	text-align: center;
	padding : 0px 2px;
	background-color: #97B9C2;
}
.blueButtonLink a {
	color: white; 
	text-decoration: none; 
	font-weight: bold;
	text-align: center;
	padding : 0px 2px;
	background-color: #97B9C2;
}
.blueButtonLink a:link {
	color: white; 
}
.blueButtonLink a:visited {
	color: white; 
}
.blueButtonLink a:hover {
	color: white; 
}
.abstract_text {
	text-align: justify;
}
td.tab_active {
	color: white; 
	background-color: #2552a3;
	text-align: center;
	font-weight: bold;
}
td.tab_inactive {
	color: #009; 
	background-color: #d6e2f9;
	text-align: center;
}
td.tab_inactive a:link, td.tab_inactive a:visited {
  text-decoration: none;
}
td.tab_inactive a:hover {
	text-decoration: underline;
}
.tab_border {
	border: 1px solid #d6e2f9;
	padding : 0px 2px;
}
.glossary-text {
	cursor: help;
	font-weight: bold;
	color: #1F6E82;
}
.paginatorBack {
	color : #fff;
	background-color: #d6e2f9;
}
ul.list_arrow_full {
	list-style-image: url(/images/bullet_03.gif);
}
ul.list_arrow_open {
	list-style-image: url(/images/arrow_link.gif);
}
ul.list_square {
	list-style-image: url(/images/bdb/icon_bullet.gif);
}
ul.list_arrow_full_nospace {
	margin-top: 0px;
	list-style-image: url(/images/bullet_03.gif);
}
ul.list_arrow_open_nospace {
	margin-top: 0px;
	list-style-image: url(/images/arrow_link.gif);
}
ul.list_square_nospace {
	margin-top: 0px;
	list-style-image: url(/images/bdb/icon_bullet.gif);
}


/* End BD DIABETIC custom styles */

/**************************************************************************/

/* Begin Ordertracking styles */
a.otdetail:link {
  font-size: 11px;
  color: #2f61bd; 
  text-decoration: underline;
}
a.otdetail:visited {
  font-size: 11px;
  color: #666666;
  text-decoration: underline;
}
a.otdetail:hover { 
  font-size: 11px;
  color: #f60;
  text-decoration: underline;
}
a.otdetail:active {
  font-size: 11px;
  color: #f60;
  text-decoration: underline;
}
a.otbutton {
  color: red;
  text-decoration: none;
}
a.otbutton2 {
  color: #212894;
  text-decoration: underline;
}
th.ot {
}
td.ot {
  color: #212894;
}
td.otTitle {
  font-weight: bold;
}
div.ot {
  font-weight: bold;
  color: #212894;
}
td.otinner {
  padding: 1px;
  text-align: left;
  color: #212894;
  background-color: #eeeeee;
}
td.otshipto {
  color: #666666;
}
input.otnormal {
  width: 200px;
}
select.otnormal {
  width: 200px;
}
input.otdate {
  width: 80px;
}
table.ottop {
  background-color: #212894;
}
td.ottop {
  color: white;
}
.otstatus {
  color: silver;
  text-decoration: underline;
}
.otvet {
  font-weight: bold;
  color: white;
  text-decoration: underline;
}
.otnormal {
  font-weight: normal;
  color: silver;
  text-decoration: underline;
}
.otline {
  background-color: gray;
}
th.otorderlist {
  color: #212894;
  background-color: #dddddd;
  font-weight: normal;
}
td.otorderlist {
  color: #212894;
  background-color: #dddddd;
  font-weight: normal;
}
th.otsortlist {
  font-size: 11px;
  color: #212894;
  background-color: #eeeeee;
  font-weight: normal;
}
td.otbutton {
  font-size: 11px;
  cursor: pointer;
  color: white;
  background-color: #212894;
}
div.otbutton {
  border: #212894 1px solid;
  font-size: 11px;
  width: 190px;
  cursor: pointer;
  color: white;
  background-color: #212894;
  padding: 2px;
}
td.otbutton2 {
  font-size: 11px;
  cursor: pointer;
  color: #212894;
  background-color: silver;
}
div.otbutton2 {
  border: #212894 1px solid;
  font-size: 11px;
  width: 190px;
  cursor: pointer;
  color: #212894;
  background-color: silver;
  padding: 2px;
}
th.otinfo {
  color: gray;
  font-size: 11px;
  text-align: left;
  vertical-align: top;
}
td.otinfowhite {
  color: #212894;
  font-size: 11px;
  text-align: left;
  vertical-align: top;
}
td.otinfosilver {
  background-color: silver;
  color: #212894;
  font-size: 11px;
  text-align: left;
  vertical-align: top;
}
.otdashline1 {
  background-color: #dddddd;
}
.otdashline2 {
  background-color: #ffffff;
}
.otspacer {
  background-color: #dddddd;
}
.otwhitespacer {
  background-color: #eeeeee;
}
.otsorter {
  text-decoration: underline;
  /*cursor: hand;*/
  cursor: auto;
}
/* End Ordertracking styles */

/**************************************************************************/

/* Tabs in Local Header 
	(not used for Europe at this point, maybe later)
.tab {
  font-weight: bold;
}
.tab {
  color: #1E4494;
  text-decoration: underline;
  font-weight: bold;
  line-height:100%;
}
.tab:visited {
  color: #1E4494;
  text-decoration: underline;
  font-weight: bold;
}
.tab:active {
  color: #1E4494;
  text-decoration: underline;
  font-weight: bold;
}
.tab:hover {
  color: #FF6600;
  text-decoration: underline;
  font-weight: bold;
}
.tab-first-off {
  background-image: url(images/tab_first_off.gif);
  width: 19px;
  height: 26px;
}
.tab-first-on {
  background-image: url(images/tab_first_on.gif);
  width: 19px;
  height: 26px;
}
.tab-last-on {
  background-image: url(images/tab_last_on.gif);
  width: 18px;
  height: 26px;
}
.tab-last-off {
  background-image: url(images/tab_last_off.gif);
  width: 18px;
  height: 26px;
}
.tab-divider-on {
  background-image: url(images/tab_divider_on.gif);
  width: 28px;
  height: 26px;
}
.tab-divider-off {
  background-image: url(images/tab_divider_off.gif);
  width: 28px;
  height: 26px;
}
.tab-bg-on {
  background-image: url(images/tab_bg_on.gif);
}
.tab-bg-off {
  background-image: url(images/tab_bg_off.gif);
}*/
/* End tabs in local header */

/**************************************************************************/

/* Begin style defined by (old) Catalog */
.pageTitle {
	
}
.page-searchpromptback-a {
}		
.PAGE_ACTION_ITEM {
}
.titleLevel2 {
  font-weight: bold;
}
.NAV_CHANNEL {
}
table.products {
  border: 2px solid #ccc;
}
div#catalog {
  margin-left: 5px;
}
td.topBack {
  background-color: #ccc;
}
td.page-subtitle-c, div.page-subtitle-c {
	padding: 3px 3px 3px 0px;
	font-weight: bold;
}
div.invoice {
  margin-bottom: 3px;
  color: #2657bd;
  font-size: 1.1em;
}
table.page-text {
  margin-bottom: 3px;
}
/* End style defined by (old) Catalog */

/**************************************************************************/

/* Begin style defined by Literature Library */
td.page-prompt-a {
}
td.page-tableheader-b {
  background-color: #b5c7f7;
  padding: 1px;
}
div.xsl-generated td.page-tableheader-b a.page-tableheader-b {
  color: #fff;
  font-weight: bold;
}
div.xsl-generated td.page-tableheader-b a.page-tableheader-b:hover {
  text-decoration: underline;
}
td.page-tableitem-a, td.page-tableitem-b {
  border-left: 1px solid #b5c7f7;
  border-right: 1px solid #b5c7f7;
  padding: 2px;
}
td.page-tableitem-a {
  background-color: #eef;
}
td.page-tableitem-b {
}
td.page-tableitem-c {
}
td.page-title-searchresults-a {
  padding: 3px;
}
table.page-tableheader-b {
}  
table.page-tableheader-b td.page-tableheader-b {
	font-weight: bold;
}
table.page-tableheader-b td.page-tableitem-c, table.page-tableheader-b td.page-tableitem-b {
	font-weight: normal;
}
table td.page-tableheader-b a.page-tableheader-b {
	color: #2657bd;
}
.page-subtitle-b {
  color: #213983;
  font-size: 1.1em;
  font-weight: bold;
}
.artwork-legenda-text {
	font-size: .9em;
}
/* End style defined by Literature Library */

/**************************************************************************/

/* Begin style for forms */
select.page-prompt-a {
  width: 250px;
}
select.large-page-prompt-a {
  width: 534px;
}
input.page-prompt-a {
  width: 244px;
}
input.page-prompt-a-day {
  width: 25px;
}
input.page-prompt-a-month {
  width: 25px;
}
input.page-prompt-a-year {
  width: 50px;
}
td.page-text-priv, span.page-text-priv {
  font-size: .9em;
  font-style: italic;
  color: #666;
}

div.page-text-priv .page-text {
  font-size: .9em;
  font-style: italic;
  color: #666;
  padding: 3px;
}

/* End style for forms */


/* Begin style for admin website */

.defaultInputText {
  width:175px;
}
.defaultInputSelect {
  width:175px;
}
.defaultInputButton {
  width:80px;
}
.smallInputButton {
  width:160px;
}
.bigInputButton {
  width:160px;
}
.bigInputSelect {
  width:470px;
}
.leftInputText {
  width:40px;
}
.middleInputText {
  width:90px;
}
.rightInputText {
  width:30px;
}

#admin-main th {
  font-weight: bold;
  color: #fff;
  background-color: #2f61bd;
  font-size: xx-small;
}

/***************************************************/
/*    INFORMATIONAL MESSAGES                       */
/***************************************************/

.pageInstructions {
  color: #666666;
  font-size: xx-small;
  text-align: left;
}
.errorMessage {
  font-weight: bold;
  color: #f33;
}

/*********************************************/
/*    Columns, Dialogs and Records           */
/*********************************************/

#admin-main tr.listEven {
  background-color: #ffffff;
  vertical-align: top;
  text-align: left;
}
#admin-main tr.listOdd {
  background-color: #e6eefb;
  vertical-align: top;
  text-align: left;
}
.label {
  color: #333;
  background-color: #fff;
  font-weight: bold;
  font-size: xx-small;
  text-align: left;
}
.labelRight {
  text-align: right;
}
.labelField {
  color: #000;
  background-color: #fff;
  font-size: xx-small;
  text-align: left;
}

tr.search-odd {
	background-color: #fff;
}
tr.search-even {
	background-color: #efefef;
}

/*********************/
/*    TABS           */
/*********************/
.pageTabOn {
  color: #003399;
  background-color: #CCCCCC;
  font-weight: bold;
  text-indent: 5px;
  text-decoration: none;
}
.pageTabOff {
  color: #FFFFFF;
  background-color: #999999;
  text-indent: 5px;
  text-decoration: none;
}
.pageTabDisable {
  color: #CCCCCC;
  background-color: #EEEEEE;
  font-size: xx-small;
  text-indent: 5px;
}

/***************************************************/
/*    TITLEs, HEADERs, DIVIDERs, FOOTERs           */
/***************************************************/

#pageSubtitle {
  background-color: #2552a3;
}
.pageSubtitle {
  color: #FFFFFF;
  font-weight: bold;
}
#pageSubSubtitle {
  color: #FFFFFF;
  background-color: #6699FF;
  font-weight: bold;
}
#sectionRule {
  background-color: #999999;
}

/* End style for admin website */

/* Misc */
span.title, span.edtlink {
  font-weight: bold;
  font-size: 1.1em;
}
a.no-link, a.no-link:hover, a.no-link:active, a.no-link:link, a.no-link:visited {
  color: #000;
  text-decoration: none;
}
ul.list_arrow_open {
  list-style-image: url(/images/arrow_link.gif);
}
ul.list_arrow_closed {
  list-style-image: url(/images/bullet_03.gif);
}
ul.list_square {
  list-style-image: url(/images/bullet_02.gif);
}
/*line in history page */
.page-milestones-tl-a {
  background-image: url(/images/bddotcom/tl_backgr.gif);
}
textarea.page-prompt-a-right, textarea.page-prompt-a {
  width: 250px;
}
td.page-text-left {
  font-size: 11px;
	color: #333;
	font-weight: normal;
}
a.page-text {
  font-size: 11px;
  font-weight: normal;
}
td.page-tableheader-a {
  font-weight: bold;
}
div#back-to-top {
  margin: 5px;
	text-align: right;
	float: right;
}
div#back-to-top a {
	color: #fff;
	font-size: .8em;
	text-decoration: none;
}
div#back-to-top a:hover {
	text-decoration: underline;
}

/* event list */
.events-table {
	border: 1px solid #b5c7f7;
}
.events-header {
	background-color: #b5c7f7;
	font-weight: bold;
}
.event-row {
  background-color: #d6e2f9;
}
.orange {
    color: #f60;
}
.blue {
    color: #009;
}
.background-blue {
    background-color: #213983;
    color: #fff;
    text-align: center;
	padding: 3px 3px 3px 0px;
	font-weight: bold;
	font-size: 1.2 em;
}

a.expander-header-closed {
	background: #213983 url(/images/bdb/arrow-right.png) no-repeat 6px center;
	background-color: #213983;
    color: #fff !important;
    display: block;
    text-align: center;
	padding: 3px 3px 3px 0px !important;
	font-weight: bold !important;
	font-size: 1.2 em !important;
	text-decoration: none !important;
	height: 1%; /* IE6 fix */
}

a.expander-header-closed:hover {
	background-color: #2D4EB0;
	background-image: url(/images/bdb/arrow-right-active.png);
}

a.expander-header-open {
	background: #213983 url(/images/bdb/arrow-bottom.png) no-repeat 6px center;
	background-color: #213983;
    color: #fff !important;
    display: block;
    text-align: center;
	padding: 3px 3px 3px 0px !important;
	font-weight: bold !important;
	font-size: 1.2 em !important;
	text-decoration: none !important;
	height: 1%; /* IE6 fix */
}

a.expander-header-open:hover {
	background-color: #2D4EB0;
	background-image: url(/images/bdb/arrow-bottom-active.png)
}

textarea.feedback {
	background-image:  url(/images/bdb/feedback_eng.jpg);
	width: 470px;
	height: 80px;
	border: 2px solid #D1D1D1;
}

textarea.feedback-focus {
	background-image: none;
	width: 470px;
	height: 80px;
	border: 2px solid #000000;
	color: #000000;
	padding: 5px;
}

textarea.feedback-focus-out {
	background-image: none;
	width: 470px;
	height: 80px;
	border: 2px solid #D1D1D1;
	color: #505050;
	padding: 5px;
}

form td.page-prompt-a label{
	text-align: right;
}

/* Search */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearfix {
	overflow: hidden;	
}

#searchBox {
	float: left;
	width: 610px;
	padding-bottom: 15px;
}

#inputLabel {
	font-weight: bold;
	clear: both;	
}

#searchBoxForm {
	float: left;
	display: inline;
	width: 300px;
	margin: 10px 0px 0px 10px;
}

#searchTip {
	margin: 10px 15px 0px 0px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	float: right;
	margin-left: 15px;
	width: 250px;
	text-align: center;		
	border: 1px solid #C0C0C0;
}


#refinement.sidebar {
	font-size: 9px;
	float: left;
	width: 130px;	
	margin: 15px 15px 10px 0px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#refinement div.loading {
	text-align: center;
	font-size: 15px;	
}

div.loading .loadingImage {
	clear: both;	
	margin-bottom: 8px;
}

.category {
	padding-left: 5px;
	display: block;
}

#narrowToggler {
	float: left;
	display: block;
	margin-right: 10px;
	width: 13px;
	background-repeat: repeat;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	border-left: 1px solid #A0A0A0;
}

#toggleImage {
	margin-top: 10px;
}

.selectedCategory a {
	color: #FF6600 !important;
}

#resultBrowser {
	float: left;
	display: inline;
	width: 585px;
	margin: 0px 15px 0px 10px;
}

#searchNavigation {
	clear: both;
	width: 100%;
	padding: 5px 0px 5px 0px; 
	background-color: #F5F5F5;
	border: 1px solid #C0C0C0;
	margin-bottom: 15px;
}

#searchNavigation div.breadcrumb {
	font-size: 1em;
	display: inline;
	margin-left: 5px;
}

#foundItems {
	width: 560px;
	float: left;
	margin: 15px 0px 15px 0px;
	overflow: hidden; 
	/* Equal columns hack */
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#foundItems.navigationActive {
	width: 400px;
	margin-left: 15px;
}

#foundItems a.title {
	display: block;
	float: left;
}

#foundItems .productCheckbox {
	text-align: right;
}

#commandBar {
	text-align: right;	
	padding-bottom: 15px;
}

.foundItem {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #C0C0C0;	
}

.textDiv {
	clear: both;	
}

table.attributeTable {
	display: inline;
	margin-right: 10px;
}

td.attributeName {
	padding-right: 5px;
	font-weight: bold;
	padding-right: 5px;
}

.pdfDocumentResult {
	border-width: 0px;	
}

.prices {
	font-size: 10px;
}	

.priceLabel {
	padding-right: 5px;
	font-weight: bold;
}

.priceValue {
	padding-right: 15px;
}

.pagerContainer {
	width: 100%;
	margin: 10px 0px 10px 0px;
	clear: both;
	background-color: #D6E2F9;
	color: #213983;
	font-weight: bold;
	overflow: hidden;
}

.pageBrowser {
	float: left;
	display: inline;
	margin: 5px 0px 5px 5px;
}

div.pageBrowser a:link, a:visited, a:active {
	text-decoration: none;
}

span.currentPage {
	cursor: default;
	color: #000000;
}

.pageSummary {
	float: right;
	display: inline;
	margin: 5px 5px 5px 0px;
}

.categoryBrowser {
	margin-left: 5px;
	padding-top: 5px;
	display: block;
	font-size: 9px;
	text-decoration: none;
}

.refineMessage {
	font-weight: bold;
}

#searchMessages .description {
	font-style: italic;	
	padding-right: 3px;
}

.searchMessage {
	display: block;	
}

#searchNavigation a, #searchNavigation a:visited {
	text-decoration: underline;
}

#searchNavigation .loading {
	padding-left: 8px;	
}

.category a, .category a:visited {
	text-decoration: underline;
}

.highlight {
	background-color: #FBEC5D;
	border-bottom: 1px #FFBA00 dashed;	
}

#searchError {
	font-size: 15px; 
	color: red; 
	font-weight: bold;
}

/* end search */

/* Careers section */
table.border-box {
	border: 1px solid #1A4495;
	width: 424px;
}

.cell-box-title-jl {
	background-color:#2552A3; 

}
.cell-box-title {
	background-color:#2552A3; 

}
.cell-box-text {
	background-color:#E6ECF7; 
	padding: 4px 8px 4px 8px;
}
.cell-box-text-list {
	background-color:#E6ECF7; 
}

.cell-box-error-msg { 
	background-color:#ffff99; 
}

.cell-box-warning-msg { 
	padding: 4px; 
	border: solid 1px #ccc 
}

.cell-box-edge { 
	padding:5px; 
	border-style:solid; 
	border-width:1px; 
	border-color:#696969; 
}

.cell-edge {
	padding:5px; 
	border-style: solid; 
	border-width:1px; 
	border-color:#696969; 
}


