/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: black;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	text-decoration:none;
}
a:link{
	text-decoration:none;
	color:#2D4486;
	font-weight:bold;
}

a:visited{
	text-decoration:none;
	color:#2D4486;
}



h4.pagetitle{
  margin:2px 2px 2px 2px;
}


p {
	font-size: 14px;
	color: black;
}

p.style1 {
	font-size: 14px;
	color: black;
}

p.msg{
	font-size:16px;
	color: blue;
}

p.proddesc{
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
}

span.price{

}


.input{
	font-size:11px;
}

/** pricelist table */
table.pricelist { 
  margin: 0px 0px 0px 0px;
	padding: 8px 8px 8px 8px;
	border-width: 2px;
	border-style:dotted;
	border-color: #999999;
	border-collapse: collapse;
	
}

th.pricelist {
	font-size: 10pt;
	color: black;
	align: center;
}

tr.pricelist {

}

td.pricelist {
	font-size: 10pt;
	color: black;
	padding: 8px 8px 8px 8px; 
	text-align: right;
}


/** email order form table */
table.emailorder { 
  padding: 8px 8px 8px 8px;
	border-width: 2px;
	border-style:dotted;
	border-color: #999999;
}

th.emailorder {
	font-size: 10pt;
	color: black;
	align: center;
}

tr.emailorder {

}

td.emailorder {
	font-size: 10pt;
	color: black;
	padding: 8px 8px 8px 8px; 
}