/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	margin: 0px;
	padding: 0px;
	background: #EEEEEE url(../../graphics/bg/gray1500.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #666666;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #CC0033;

}

/************** header tag styles **************/

h1{
	color: #000000;
	padding: 0px;
	font-size: 140%;
	margin-bottom: 8px;
	margin-top: 8px;
}

h2{
 font-size: 120%;
 margin: 15px 0px 10px;
 padding: 0px;
}

h3{
	color: #000000;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.1em;
	font-weight: bold;
}

h4{
	font-size: 1.05em;
	font-weight: bold;
	color: #000000;
	margin-top: 8px;
	margin-bottom: 8px;
}

h5{
	color: #000000;
	margin: 10px 0px 0px;
	padding: 0px;
	font-size: 1em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}


/*************** list tag styles ***************/

ul{
	list-style-type: circle;
	margin-bottom: 10px;
	margin-top: 10px;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	position: relative;
	left: auto;
	right: auto;
	width:780px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.16;
	color: #333333;
	z-index: 200;
	
}

#pagecell1{
	position:relative;
	top: 36px;
	width:780px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	left: 1px;
	z-index: 200;
	margin-bottom: 50px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}


#popcell{
	position:relative;
	top: 36px;
	width:520px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	left: 1px;
	z-index: 200;

}
#popcontent {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 80%;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 210;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 210;
	font-size: 80%;
	visibility: hidden;
}
td {
	vertical-align: top;
}



#pageNav{
	float: left;
	padding: 0px;
	background-color: #FFFFFF;
	position: absolute;
	width: 176px;
	top: 50px;
	left: 0px;
}

#content{
	margin:0px 0px 0px 176px;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-left: 20px;
	font-size: 80%;
	width: 560px;
	border-left-width: 4px;
	border-left-style: double;
	border-left-color: #CCCCCC;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 9px;
	right: 0px;
	color: #919999;
	width: 400px;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 10px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	text-align: left;
}


#pageName h2{
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.skipLinks {display: none;}

/*************** search styles *****************/

#fbsearch{
	/**position: absolute;**/
	top: 5px;
	right: 10px;
	z-index: 101;
	text-align: right;
	padding-top: 5px;
}

#fbsearch input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#fbsearch a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#fbsearch a:hover{
	margin: 0px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 10px;
	color: #333333;
	padding: 10px;
	margin-top: -1px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 176px;
	border-left-width: 4px;
	border-left-style: double;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;

}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfotip{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 10px;
	color: #333333;
	padding: 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/************ sectionLinks styles **************/

#sectionLinks{

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url(../../graphics/bg/bg_nav.jpg);
	font-weight: normal;
	padding: 3px 0px 3px 10px;
	color: #333333;
	font-size: 80%;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #f4f5f7;
  	background-image:   url("../../graphics/bg/secnav_selected.gif");
	font-weight: normal;
	text-decoration: none;
	font-size: 80%;
	color: #CB0005;
}


/**************** advert styles *****************/

#advert{
	padding: 50px 10px 10px 12px;
	font-size: 70%;
}

#advert img{
	display: block;
}

/********************* tables Could consolidate removing tableleft  **********************/
.items {
	font-weight: normal;
	clear: right;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: thin dashed #DBDBDB;
}

.items td {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
}
.solid td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}


.specifications {
	font-weight: normal;
	clear: right;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.specifications td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
}

.tableleft {
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 6px;
	border-top: thin dashed #DBDBDB;
}
.tableleft td {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
}
.tableleft410 {
	margin-top: 10px;
	margin-bottom: 6px;
	border-top: thin dashed #DBDBDB;
	width: 390px;
}
.tableleft410 td {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
}
.tableleft360 {
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 6px;
	border-top: thin dashed #DBDBDB;
	width: 340px;
}
.tableleft360 td {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
}

.chemical h3 {
	margin-left: 48px;
	padding: 0px;
	margin-bottom: 0px;
}
.chemical p {
	margin-left: 48px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.chemtable {
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 510px;
	margin-left: 48px;
	border: none;
}
.imageright {
	float: right;
	margin: 4 0 4px 5px;
	padding: 0px 0px 0px 10px;
	border: 0px;
	font-size: 10px;
}
.imagerightclear {
	float: right;
	margin: 0 0 4px 10px;
	padding: 0px;
	clear: right;
}
.imageright2 {
	float: right;
	margin: 0 0 4px 10px;
	padding: 0px;
	clear: right;
}
.imagerightclear2 {

	float: right;
	margin: 0 0 4px 10px;
	padding: 0px;
	border: none;
	clear: right;
}
/**td {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
}
th {
	text-align: left;
	padding: 2px;
	vertical-align: top;
}
**/
.itemid {
	font-weight: bold;
	color: #333333;
}
.chemical h5 {
	padding: 0px;
	margin-bottom: 0px;
	width: 510px;
	margin-left: 48px;
	margin-top: 5px;
	font-size: 105%;
}

.h3light {
	font: italic 110%;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #EA008C;
}
.text70 {
	font-size: 95%;
}
pre {
	font-size: 100%;
}
.left {
	width: 230px;
	margin-right: 10px;
	float: left;
	border: none;
}
.right {
	float: none;
	width: 200px;
	margin-left: 230px;
	border: none;
}
.tablehead {

	font-weight: 600;
	color: #000066;
}

.diatome {

	font-style: italic;
	font-weight: bold;
	color: #009BF9;
	letter-spacing: 1px;
}
.chemical h4 {

	margin-left: 48px;
	padding: 0px;

}
/************** home styles ****************/

#tagline {

	padding: 10px 0px 10px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	text-align: left;
	height: 80px;
	background-image: url(/microscopy/graphics/home/home.jpg);
}
#tagline h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F3F3F3;
	font-weight: normal;
	letter-spacing: 1pt;
}
#homeNav {
	float: left;
	padding: 25px 5px 50px 15px;
	background-color: #FFFFFF;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	position: relative;
	width: 150px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	vertical-align: middle;
}
#tagline2 {
	border-bottom:3px solid #DDDDDD;
	vertical-align: middle;
	padding-right: 0px;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#contenth {
	margin:0px 0px 0px 178px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 10px;
	font-size: 80%;
	width: 560px;
}
#tagline2 img {



	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	border: thin solid #CCCCCC;
}
.cart {

	font-weight: bold;
	color: #666666;
}

#chemical {
	width: 510px;
	margin-left: 28px;
}
#next {
	font-size: 85%;
	text-align: right;
	margin:0px 0px 0px 178px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 560px;
	border-left-width: 4px;
	border-left-style: double;
	border-left-color: #CCCCCC;

}
.next {
	text-align: right;
	margin-top: 20px;
}
.clearright {
	clear: both;
}
p {
	margin-top: 0px;
	margin-bottom: 6px;
}
#contentextend {

	margin:0px 0px 0px 176px;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-left: 20px;
	font-size: 80%;
	width: 560px;
	border-left-width: 4px;
	border-left-style: double;
	border-left-color: #CCCCCC;
	height: 1200px;
}
.redlink {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #C40000;
}
#technical {

	margin:0px 0px 0px 176px;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-left: 20px;
	font-size: 80%;
	width: 560px;
	border-left-width: 4px;
	border-left-style: double;
	border-left-color: #CCCCCC;
}
#technical ol {
	margin-left: 0px;
	padding-left: 15px;
}
#technical li {
	padding-bottom: 3px;
	margin: 0;
	padding-left: 0px;
}
#technical ul {

	margin-left: 0px;
	padding-left: 15px;
}
.rightcolumn {
	float: right;
	background-color: #F9F9F9;
	padding: 6px;
	margin-left: 10px;
	font-size: 90%;
	border: 1px dashed #CCCCCC;
	width: 180px;
	clear: right;
}
.picturetable {
	border: 1px dashed #CCCCCC;
	clear: right;
	margin-bottom: 10px;	
	font-size: 85%;
}
.picturetable td{
	padding: 4px;
	background-color: #F9F9F9;
	
}


.imagecolumn300 {
	width: 300px;
	float: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 90%;
	padding-left: 15px;
	padding-right: 0px;
	margin-right: 0px;
	clear: right;
}
.imagecolumn240 {
	width: 240px;
	float: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 90%;
	padding-left: 15px;
	padding-right: 0px;
	margin-right: 0px;
	clear: right;
}
.imagecolumn195 {
	width: 180px;
	float: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 90%;
	padding-left: 15px;
	padding-right: 0px;
	margin-right: 0px;
	clear: right;
}


.pviifoot {
	font-size: 10px;
	letter-spacing: 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.chemicals {
	color: #CC0000;
}
.neon {
	color: #CCFF00;
	font-weight: bold;
	font-style: italic;
}
.immuno {
	color: #EA008C;
}

.grids {
	color: #CC0099;
}
.calibration {
	color: #990099;
}
.accessories {
	color: #9900CC;
}
.standards {
	color: #6600CC;
}
.preparation {
	color: #3300CC;
}
.materials {
	color: #0033CC;
}
.histology {
	color: #1166BB;
}
.sem {
	color: #0066C1;

}
.cryo {
	color: #009ECB;

}
.photo {
	color: #0FA459;

}
.tweezers {
	color: #0FA459;

}
.magnifiers {
	color: #00CC00;

}
.cleaning {
	color: #98C400;

}
.vacuum {
	color: #EAEA1C;

}
.equipment {
	color: #FFCC00;

}
.safety {
	color: #FE8001;

}
.labels {
	color: #DD2D00;

}
.starter {
	color: #F46200;

}
.chapter1 {
	list-style-image:  url("/microscopy/graphics/dots/1_5.gif");
	margin-left: 42px;
}
.chapter2 {
	list-style-image:  url("/microscopy/graphics/dots/2_5.gif");
}
.chapter3 {

	list-style-image:  url("/microscopy/graphics/dots/3_5.gif");
}
.chapter4 {

	list-style-image:  url("/microscopy/graphics/dots/4_5.gif");
}
.chapter5 {

	list-style-image:  url("/microscopy/graphics/dots/5_5.gif");
}
.chapter6 {

	list-style-image:  url("/microscopy/graphics/dots/6_5.gif");
}
.chapter7 {

	list-style-image:  url("/microscopy/graphics/dots/7_5.gif");
}
.chapter8 {

	list-style-image:  url("/microscopy/graphics/dots/8_5.gif");
}
.chapter9 {

	list-style-image:  url("/microscopy/graphics/dots/9_5.gif");
}
.chapter10 {

	list-style-image:  url("/microscopy/graphics/dots/10_5.gif");
}
.chapter11 {

	list-style-image:  url("/microscopy/graphics/dots/11_5.gif");
}
.chapter12 {

	list-style-image:  url("/microscopy/graphics/dots/12_5.gif");
}
.chapter13 {

	list-style-image:  url("/microscopy/graphics/dots/13_5.gif");}
.chapter14 {

	list-style-image:  url("/microscopy/graphics/dots/14_5.gif");
}
.chapter15 {

	list-style-image:  url("/microscopy/graphics/dots/15_5.gif");
}
.chapter16 {

	list-style-image:  url("/microscopy/graphics/dots/16_5.gif");
}
.chapter17 {

	list-style-image:  url("/microscopy/graphics/dots/17_5.gif");
}
.chapter18 {

	list-style-image:  url("/microscopy/graphics/dots/18_5.gif");
}
.chapter19 {

	list-style-image:  url("/microscopy/graphics/dots/19_5.gif");
}
.chapter20 {

	list-style-image:  url("/microscopy/graphics/dots/20_5.gif");
}
.chapter21 {

	list-style-image:  url("/microscopy/graphics/dots/21_5.gif");
}

.embed {
	color: #CC0066;
}
.pviimenudiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	margin-left: -28px;
	padding: 10px;
}

#tagline image {

	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	border: thin solid #CCCCCC;
}
.cart {
	font-weight: bold;
	color: #999999;
}
.diamond {

	color: #009D72;
}
.chapter2b {
	list-style-image:  url("/microscopy/graphics/dots/2_5.gif");
	margin-left: 30px;
}
/** Search and remove all these from content text with upgrade

.height360 {
	height: 360px;
}
.height600 {
	height: 600px;
}
.height1200 {

	height: 1200px;
}
.clear {
	font-size: 10px;
	clear: right;
}
***/
.aurion {
	padding-right: 150px;
	left: 547px;
}
/** Inline list for alphabetical navigation */
.alpha {
	padding: 0;
	margin: 0;
}

.alpha ul {
	padding: 0 0 20px 0;
	margin:  0 0 20px 0;
}
.alpha li {
	list-style-type: none;
	display: inline;
}
.alpha li a {
	color: #333333;
	padding: 3px 4px;
	display: block;
	float: left;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	margin: 0 0.5em 0 0;
}
.alpha li a:visited {
	color: #333333;
	}
.alpha li a:hover,
.alpha li a:active,
.alpha li a:focus {
	color: #BF3F3F;
	border-color: #666666;
	text-decoration: none;
}
.height600 {
	height: 600px;
}
.height1200 {

	height: 1200px;
}
.clear {
	font-size: 10px;
	clear: right;
}
.height900 {

	height: 900px;
}
#popcell{
	position:relative;
	top: 36px;
	width:520px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	left: 1px;
	z-index: 200;

}
#popcontent {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 80%;
}
.chapter1b {
	list-style-image:  url(/microscopy/graphics/dots/1b_5.gif);
}
.smalltext {
	font-size: 90%;
}
.chapter24 {
	list-style-image:  url("/microscopy/graphics/dots/1_5.gif");
}
.tm {
	font-size: 0.9em;
	padding-top: 0px;
	margin-top: 0 px;
}

