
/* стили внутреннего содержимого*/
.producttable{
 vertical-align:middle;
 text-align:left;
 padding: 12px 0 0 0;
}

.producttable th{
 background:#fff url(../images/bg_th.gif) repeat-x;
 height:33px;
 border-right:#e3e3e3 1px solid;
 border-left:#e3e3e3 1px solid;
 color:#000000;
 font-size:10px; /*fix Mozilla*/
 font-weight: normal;  /*fix Mozilla*/ 
 padding-left:7px;
}

.producttable td{
 border:#cccccc 1px solid;
 border-right:#e3e3e3 1px solid;
 border-left:#e3e3e3 1px solid;
 padding-left:7px;
 font-size:10px;
 overflow: auto;
}

.producttable tr{ 
 height:22px;
}
.bottomtable{
border:none;
height:10px;
background:url(../images/bg_bo_tb.gif) repeat-x;
}

.bottomtable td{
border:none;
}

.zagolovok{
 color:#000;
 font-size:12px;
}
