/* product table formatting */

.ic_products { display: block;
position: relative;
background-image: url('images/ic_table_bg.gif');
border-collapse: collapse;
width: 750px;
z-index: 0;
}


.ic_products td { border: solid #fff;
border-width: 0px 0px 1px 1px;
padding: 5px;
border: solid #0F6996;
border-width: 0px 0px 1px 1px;
font: 10pt verdana;
}

.ic_products th { color: #fff;
background-color: #0F6996;
padding: 5px;
border: solid 1px #fff;
}

.ic_products td h5 { font: bold 10pt verdana;
}

.ic_products td a { display: block;

border: solid 1px #0F6996;
text-align: center;
}

.ic_products td a:hover { display: block;
background-color: #FFF;
}

.ic_products td img { border: solid 0px;
}



table.form td { border-style: none; 
}

table.topform td { border-style: none;
padding: 1px; 
}

table.displays td { border-style: dotted;
vertical-align:top; 

}



table.prodopt td { border-style: dotted;            
}

.bold { font-size: 2em;
font-weight: bold;
}

.cen { text-align: center;
}

.sout { font-size: 1em;
font-weight: bold;
font-style:italic;
color: #0000e7;
text-align: left;
}



