﻿body {
}
.carro
{
 
    border: medium solid #808080;
}

.tddescr
{
    border-width: thin;
    border-color: #808080;
    font-family: 'Times New Roman' , Times, serif;
    font-size: 10px;
    font-style: italic;
    text-align: center;
    border-top-style: solid;
}
.tdqta
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 10px;
     text-align:center;
      border-top-style: solid;
      border-width: thin;
    border-color: #808080;
}
.tdprezzo
{
   
    font-family: 'Times New Roman' , Times, serif;
    font-size: 10px;
    text-align:center;
     border-top-style: solid;
     border-width: thin;
    border-color: #808080;
}
.tdtotline
{
font-family: 'Times New Roman' , Times, serif;
    font-size: 10px;
     text-align:center;
      border-top-style: solid;
      border-width: thin;
    border-color: #808080;
}

#popCliente
{
    border: thin solid #808000;
    width: 1000px;
    height: 600px;
    left: 300px;
    top: 100px;
    z-index: 59999;
    background-color: #FFFFFF;
    position: absolute;
}