/* Epos CSS Table styles  */
/* table Specific utility downloads*/
.tablespec
{
color:#666;
font:normal 12px arial ;
width:330px;
margin:0px;
float:left;
clear:both;
}

.tablespec td
{
padding:3px;
color:#666;
font:normal 12px arial ;
border-bottom:1px solid #eee9e4;

}
/* table Specific End*/
/* Product table Specification  */
.tablespec2
{
color:#666666;
font:normal 12px arial ;
width:960px;
margin:0px 0px 0px 0px;
}

.tablespec2 td
{
padding:3px;
color:#666666;
font:normal 12px arial ;
border-bottom:1px solid #eee9e4;

}
.tablespec2 .orange{ background-color:#f6c796;}
.zebra
{ 
background:#f6f6f6;
}
.tablespec2 .datatd
{
padding:0px 0px 0px 13px; 
}
.star{ color:#e78720; font-size:14px; font-weight:bolder;}
/* End Product table Specification  */
/* Configuration table*/
.table_conf
{
color:#666666;
font:normal 12px arial ;
width:960px;
margin:0px 0px 0px 0px;
}
.table_conf .orange{ background-color:#f6c796;}
.table_conf td
{
padding:3px;
color:#666666;
font:normal 12px arial ;
border-bottom:1px solid #eee9e4;

}



