
html,body,form {
	color: #000;
	margin: 0;
	padding: 0;
	font: 12px/ 120% verdana, arial, helvetica;
	background: #ECF3FB;
}
a:link {
	color: #2F61BD;
}
a:visited {
	color: #666;
}
a:hover, a:active {
	color: #F60;
}
p {
	font-size: 11px;
	line-height: 130%;
	margin-top: 0;
	margin-bottom: 14px;
}
ul, ol {
	padding-left: 0;
	margin-left: 0;
	margin-top: -3px;
	margin-bottom: 3px;
}
li {
	list-style: none;
	line-height: 120%;
	margin-top: 6px;
	padding-left: 10px;
	background: url(/msds/images/bullet_orange_big.gif) no-repeat .2em .3em;
}
table {
	margin-top: 0;
	margin-bottom: 0;
}
td {
	color: #000;
	font: 11px/ 130% verdana, arial, helvetica;
}

dd {
	font-size: 11px;
	margin-left: 17px;
	margin-bottom: 10px;
}
dt {
	font-size: 11px;
}
acronym, abbr {
	border-bottom: 1px dotted;
	cursor: help;
}
sub, sup {
	font-size: 90%;
}
input {
	font-size: 12px;
}
hr {
	border: none;
	border-top: 1px solid #ddd;
	height: 1px;
}
a .bodytitle-description {
	text-decoration: underline;
}


/* DIV CONTAINER STYLES */
#header {
    margin-bottom: 3px;
	background: #fff;
}
#content {
	margin-left: 3px;
	margin-right: 3px;
	background: #fff url(/msds/images/sidenav_bg.gif) repeat-y;
}
#wrapper {
    margin-top: 3px;
	background: #fff;
}
#main {
	margin-left: 170px;
}
#left {
	height: 100%;
	float: left;
}
#datacontainer {
	width: 100%;
	float: left;
	margin-right: -184px;
}
#datamain {
	float:left;
	margin-right: 184px;
	display:inline; /* IE fix for double-float bug */
}
#datamain2 {
/* alternate right margin for pages without right nav*/
	float:left;
	margin-right: 11px;
	display:inline;
}
#datarightnav {
	margin-left: 2px;
	width: 173px;
	float: right;
}
#footer {
  clear: both;
  background: #ECF3FB;
  font-size: 10px;
  color: #555;  
}

/************************/
/* ELEMENT-LEVEL STYLES */
/************************/
.bd-blue {
	color:#306;
}
.bd-orange {
	color:#f60;
}
.clear {
	clear: both;
	margin-left: 0px;
	background: #fff;
}

/* body object styles for item lists */
.body-table {
	border: 1px solid #999;
	background: #f0f0ff;	
}
.body-textcell {
	font-size: 11px;
	padding-bottom: 3px;
	vertical-align: top;
}
/* body table styles for individual product pages */
.body-tableheader, a.body-tableheader, a.body-tableheader:visited {
	font-size: 11px;
	vertical-align: top;
	color: #fff;
	background: #01066C;
}
.body-tablerow {
	font-size: 11px;
	vertical-align: top;
	background: #f0f0ff;
}

.body-tablerow2 {
	font-size: 11px;
	vertical-align: top;
	background: #fff;
}

/* footer styles */
.footer-text, .footer-copyright {
  text-align: center;
}
.footer-address {
}

/*****************/
/* left nav */
.divider {
	height: 1px;
	background: #ddd;
}
.leftnav-container {
	height: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	border: 1px solid #2657BD;
	border-bottom: 0;
	background: #E6EEFB;
	color: #1A4495;
	font: 90% verdana;
	clear:both;
}
div.leftnav	a.main, div.leftnav	a.main:visited {
	font-weight: bold;
	background: #D6E2F9;
	color: #1E4495;
}
div.leftnav	a.main:hover, div.leftnav a.main_sel:hover {
	font-weight: bold;
	background: #FFF;
	color: #F60;
}
div.leftnav	a.main_sel, div.leftnav	a.main_sel:visited {
	font-weight: bold;
	background: #B1C6F1;
	color: #1E4495;
}
div.leftnav	a.sub {
	background: #E6EEFB;
	color: #575757;
	border-top: 1px solid #BCC5CE;
	padding: 2px 0 5px 10px;
	font: 100% Arial, Helvetica;
}
div.leftnav	a.sub:visited {
	color: #575757;
	font-size: 100%;
	text-decoration: none;
}
div.leftnav	a.sub:hover {
	background: #FFF;
	font-size: 100%;
	text-decoration: underline;
	color: #F60;
}
div.leftnav	a.sub_sel {
	background: #FFF;
	border-top: 1px solid #BCC5CE;
	padding: 2px 0 5px 10px;
	color: #575757;
	font: bold 100% Arial, Helvetica;
}
div.leftnav	a.sub_sel:visited {
	color: #575757;
	text-decoration: none;
}
div.leftnav	a.sub_sel:hover {
	background: #FFF;
	text-decoration: underline;
	color: #F60;
}
div.leftnav	a:visited {
	color: #2F61BD;
	text-decoration: none;
}
div.leftnav	a:hover {
	background: #FFF;
	text-decoration: underline;
	color: #F60;
}
div.divider {
	width: 163px;
	height: 1px;
	background: #FFF;
}

/*****************/
/* auto complete (JS disabled) */
div.auto_complete {
    display: none;
}
/* auto complete (JS enabled) */
div.auto_complete_js {
    width: 300px;
    background: #fff;
}
div.auto_complete_js ul {
    border:1px solid #888;
    margin:0;
    padding:0;
    width:100%;
    list-style-type:none;
}
div.auto_complete_js ul li {
    margin:0;
    padding:3px;
    background: #fff;
    _width: 100%;    
}
div.auto_complete_js ul li.selected {
    background-color: #ffb;
}
div.auto_complete_js ul strong.highlight {
    color: #800;
    margin:0;
    padding:0;
}
/* auto complete has more text */
div.auto_complete_js div {
  border: 1px solid #888;
  background: #B1C6F1; 
  padding: 3px;
  font-weight: bold;
  font-style: italic;
}

/*****************/
/* search page */
div#w1{
  width: 500px;
}
div#menus {
  border: 1px solid #b3b3b3;
}

div.menu_content {
    padding:0px;
    background: #eff5fa url(/msds/images/menus_repeat.gif) repeat-x top;
    border-bottom: 1px solid #dfe0e0;
    font-size:95%;
    margin: 0px;
}

div.new_menu_bar span.title {
    background: url(/msds/images/right.gif) left no-repeat;
    font-size:110%;
    font-weight:bold;
    padding: 0 0 0 10px;
}

#country_id, #msds_cnum {
  font-size: 100%;
}

#notice {
    color: red;
}

/******************************/
/* TODO Cleanup the following */
/******************************/
p {
	margin-top: 3px;
}

/* DIV CONTAINER STYLES */
#left {
	width: 163px;
}

/* padding page subtitles on non-ie browsers that render tighter */
.bodytitle-description {
	font-size: 13px;
	font-weight: bold;
	line-height: 160%;
	color: #F60;
	
}

/* fix for cross-browser issue with left nav width */
div.leftnav {
	width: 161px;
	_width: 100%;
	border: 1px solid #2657BD;
	color: #1A4495;
	font: 90% verdana;
}
/* make entire <div> a selectable link */
div.leftnav	a {
	padding: 4px 4px 5px 6px;
	text-decoration: none;
	color: #1A4495;
	display: block;
	width: 151px;
	_width: 100%;
}
div.leftnav	a.main:hover {
	font-weight: bold;
	background: #FFF;
	color: #F60;
}



/*************************/
/* BD.COM CORPORATE TAGS */
/*************************/
.tab-nav {
	font-size: 11px;
	color: #1E4494;
}
.tab-nav-on {
	font-size: 11px;
	color: #F60;
}
.tab-nav-cell {
	padding-left: 8px;
	padding-right: 6px;
}
.white-link, a.white-link:link {
	color: #FFF;
	text-decoration: underline;
	font: 10px Verdana, Arial, Helvetica;
}
a.white-link:visited {
	color: #FFF;
	text-decoration: underline;
}
a.white-link:active, a.white-link:hover {
	color: #F60;
	text-decoration: underline;
}
a.white-link-bold:link {
	color: #FFF;
	text-decoration: underline;
	font: bold 10px Verdana, Arial, Helvetica;
}
.white-link-bold, a.white-link-bold:visited {
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
a.white-link-bold:active, a.white-link-bold:hover {
	color: #F60;
	text-decoration: underline;
	font-weight: bold;
}
div.bdworldwide {
	border: 1px solid #172E62;
	border-top: 0;
	background: #e6eefb;
}
div.worldwidenav {
	width: 95px;
	border-top: 1px solid #172E62;
	color: #575757;
	text-decoration: none;
	font: 90%/90% verdana;
}
div.worldwidenav a:link, div.worldwidenav a:active, div.worldwidenav a:visited {
	display: block;
	color: #575757;
	background: #e6eefb;
	padding: 4px 4px 5px 6px;
	text-decoration: none;
}
div.worldwidenav a:hover {
	color: #f60;
	background: #fff;
	text-decoration: underline;
}
.country-cell {
	padding-left: 4px;
	padding-top: 8px;
	text-decoration: none;
}
.country-cell a:link, .country-cell a:visited, .country-cell a:active {
	font-size: 80%;
	color: #2F61BD;
	text-decoration: underline;
}
.country-cell a:hover {
	color: #f60;
	text-decoration: underline;
}
a.country:link, a.country:visited, a.country:active, a.country:hover {
	font-size: 13px;
	color: #2F61BD;
	font-weight: bold;
	text-decoration: none;
}
.section-hd {
	font-size: 125%;
	color: #2F61BD;
	font-weight: bold;
}
a.section-hd-org:link, a.section-hd-org:visited, a.section-hd-org:active, a.section-hd-org:hover {
	font-size: 15px;
	color: #F60;
	font-weight: bold;
	line-height: 90%;
	text-decoration: none;
}
.subsection-hd {
	font-size: 105%;
	color: #666;
	font-weight: bold;
	line-height: 140%;
}
.subsectiontext-hd {
	font-size: 105%;
	color: #666;
	line-height: 120%;
	position: relative;
	top: -6px;
}
