body, body *, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#prodinfo {
	background: url(images/prodbg_bot.gif) left bottom no-repeat;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	height: auto;
	min-height: 200px;
	width: 475px;
	float: none;
}
div#prodinfo div ul {
	margin: 0px;
	padding: 5px 5px 5px 40px;
	display: block;    
}
div#prodinfo div ul.prodhead {
	width: 475px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	display: block;
    background: url(images/tabs_bg.gif) left top no-repeat;	
}
div#prodinfo div ul li.desc {
    width: 114px;
	height: 15px;
	min-height: 15px;
	min-width: 114px;	
	text-indent: -999px;
	overflow: hidden;
	display: block;
	float: left;	
	background: url(images/desc_selc.gif) left top no-repeat;
}
div#prodinfo div ul li.spec {
    width: 121px;
	height: 15px;
	min-height: 15px;	
	min-width: 121px;		
	text-indent: -999px;
	overflow: hidden;
	display: block;
	float: left;
	background: url(images/spec_selc.gif) left top no-repeat;
}
div#prodinfo div ul li.tem {
    width: 97px;
	height: 15px;
	min-height: 15px;	
	min-width: 97px;		
	text-indent: -999px;
	overflow: hidden;
	display: block;
	float: left;
	background: url(images/tem_selc.gif) left top no-repeat;
}
div#prodinfo div ul li.desc a {
    width: 114px;
	height: 15px;
    min-width: 114px;
	min-height: 15px;	
	text-indent: -999px;
	overflow: hidden;
	background: url(images/desc.gif) left top no-repeat;
	display: block;	
}
div#prodinfo div ul li.desc a:hover,
div#prodinfo div ul li.desc a:active {
	background: url(images/desc_selc.gif) left top no-repeat;
}

div#prodinfo div ul li.spec a {
    width: 121px;
	height: 15px;
    min-width: 121px;
	min-height: 15px;	
	text-indent: -999px;
	overflow: hidden;
	background: url(images/spec.gif) left top no-repeat;
	display: block;	
}
div#prodinfo div ul li.spec a:hover,
div#prodinfo div ul li.spec a:active {
	background: url(images/spec_selc.gif) left top no-repeat;
}
div#prodinfo div ul li.tem a {
    width: 97px;
	height: 15px;
    min-width: 97px;
	min-height: 15px;	
	text-indent: -999px;
	overflow: hidden;
	background: url(images/tem.gif) left top no-repeat;
	display: block;	
}
div#prodinfo div ul li.tem a:hover,
div#prodinfo div ul li.tem a:active {
	background: url(images/tem_selc.gif) left top no-repeat;
}
div#prodinfo div#prod_descrip {
    background: url(images/desc_bgtop.gif) left 15px no-repeat; 
}
div#prodinfo div#spec {
    background: url(images/spec_bgtop.gif) left 15px no-repeat; 
}
div#prodinfo div#template {
    background: url(images/tem_bgtop.gif) left 15px no-repeat; 	
}
div#prodinfo div p {
    margin: 16px 16px 0px;
	font-size: 12px;
	line-height: 18px;
}
div#prodinfo div p.first {
    margin: 24px 16px 0px;
}
div#prodinfo div h3 {
    margin: 16px 16px 0px;
	font-size: 18px;
	color: #2d6035;
	font-size: 14px;	
}



div#rblock {
    float: right;
	width: 475px;
	height: auto;
}





/* Technical Data Table */
table#newtechdata {
    font-size: 12px;
	color: #000000;
	border-collapse: collapse;  
	margin: 16px 16px 0px;
	padding: 0px;
	border: none;
	display: table;
	width: 443px;
}
table#newtechdata tbody tr,
table#newtechdata tbody tr td,
table#newtechdata tbody tr th
{
    font-weight: normal;
    font-size: 10px;
	text-align: left;
	border-collapse: collapse;
	border: none;
	padding: 4px;
}
table#newtechdata tbody tr th {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-align: right;
	font-weight: bold;
	width: 80px;
}
table#newtechdata tbody tr td {
	border-right: none;
	border-bottom: 1px solid #666666;
}
table#newtechdata tbody tr.lastline th,
table#newtechdata tbody tr.lastline td {
    border-bottom: none;
}



/* New Packages stuff */
div#packagesplash {
  width: 727px;
  background: #eeeeee url(images/price_bot.gif) left bottom no-repeat;  
  padding: 0px 0px 15px;
  margin: 0px;
  clear: left;
} 
div#packagesplash h3 {
  width: 687px;
  height: 30px;
  min-height: 30px;
  background: transparent url(images/price_top.gif) left top no-repeat; 
  margin: 0;
  padding: 5px 20px;   
}
div#packagesplash p {
  padding: 5px 20px;
}



/* New price stuff */
div#opsandprice {
  width: 727px;
  background: #eeeeee url(images/price_bot.gif) left bottom no-repeat;  
  padding: 0px 0px 15px;
  margin: 10px 0px 0px;
  clear: left;
} 
div#opsandprice h3 {
  width: 687px;
  height: 30px;
  min-height: 30px;
  background: transparent url(images/price_top.gif) left top no-repeat; 
  margin: 0;
  padding: 5px 20px;   
}
div#opsandprice p {
  padding: 5px 20px;
}



/* Price Table */
table.pricetable
{
  width: auto;
  font-size: 0.8em;
	color: #000000;
	border-collapse: collapse;  
	margin: 10px 20px;
	float: none;
	clear: none;
	padding: 0px;
/*	background-color: #ff0000; */
	border: 0px solid #000000;
	display: table;
	position: static;
	left: 20px;
}
table.pricetable tbody
{
  border: 1px solid #2d6035;	  
	width: 100%;
}
table.pricetable tbody tr,
table.pricetable tbody tr td,
table.pricetable tbody tr th
{
  width: auto;
  font-weight: normal;
  font-size: 1em;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #2d6035;	  
	background-color: #cceecc;	
	padding: 0px 3px;
}
table.pricetable tbody tr td
{
  text-align: right;
  width: auto;
  padding: 0px;
}
table.pricetable tbody td a,
table.pricetable tbody td a:link
{
	color: #000066;
  display: block;
  text-decoration: none;
  width: auto;
	padding: 0px 3px;
}
table.pricetable tbody td a:hover,
table.pricetable tbody td a:active
{
	color: #000066;
    display: block;
	background-color: #ffffff;
    text-decoration: none;	
    width: auto;	
}
table.pricetable tbody tr td.opnotfound
{
  text-align: center;
  font-weight: bold;
  color: #0000ff;
  width: auto;
  padding: 0px;
}
table.pricetable tbody tr th
{
    font-weight: normal;
	background-color: #99dd99;
    width: auto;		
}
table.pricetable tbody tr th.colhead
{
    text-align: center;
	width: auto;
}
table.pricetable tbody tr th.colop,
table.pricetable tbody tr th.colop a
{
    font-weight: bold;
    color: #000000;	
	text-decoration: none;	
	text-align: right;
	text-align: right; 
	width: auto;
}	
table.pricetable tbody tr th.colop a:hover,
table.pricetable tbody tr th.colop a:active
{
    color: #000066;
    text-decoration: underline;
}
table.pricetable thead tr th,
table.pricetable tfoot tr th,
table.pricetable tfoot tr td
{
    font-size: 1em;
    font-weight: bold;
	text-align: center;
	border: 1px solid #2d6035;	  
	border-collapse: collapse;  
    color: #ffffff;    
	background-color: #2d6035;	
	padding: 0px 3px;
	width: auto;
}
table.pricetable tfoot tr th,
table.pricetable tfoot tr td
{
	line-height: 1.2em;
	color: #333333;	
	background-color: #eeeeee;	
	border: none;
	width: auto;
}
table.pricetable tfoot tr td
{
	width: auto;
	font-weight: normal;	
}
table.pricetable tfoot tr
{
	width: auto;
  border: none;
}

form#opform {
  float: none;
  margin: 10px 20px;
  padding: 0px;
}
table#optable {
  margin: 0px 20px 0px 0px;
}


/* Breadcrumbs navigator */
#breadcrumbs
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	display: block;
	clear: right;
	margin: 0px 0px 20px 0px;
	list-style-image: none;
	list-style-type: none;
	height: 16px;
	padding: 0px;
}

div#leftblock div#imageblock,
div#leftblock div#diagramblock {
    background-color: #eeeeee;
	border: none;
	margin: 0px;
	min-height: 205px;
}
div#leftblock div#diagramblock {
/*    background-color: #cccccc; */
	margin: 0px 0px 10px 0px;
}