
.table.mode1{
  border: #CCC 1px solid; 
  padding: 10px;
  background-color: #FFF;
}

.table.mode1 table{
  width: 100%;
  border-collapse: collapse;
}
 
.table.mode1 tr.last *{ border-bottom: none;}

.table.mode1 tr.mark *{ background-color: #F0f5f7; }
 
.table.mode1 th{
  border-right: #CCC 1px solid;
  border-bottom: #CCC 1px solid;
  font-family: Verdana,Helvetica, san-serif;
  font-size: 11px;
  color: #069;
  font-weight: normal;
}
 
 .table.mode1 td{
  font-family: Verdana,Helvetica, san-serif;
  font-size: 10px;
  line-height:150%;
  border-bottom: #CCC 1px solid;
  padding: 5px 10px;
}

.table.mode2 td{ 
  border-left: #CCC 1px solid;
  padding-left: 10px;
}

.table.mode2 .simb{
  border-left: 0;
  text-align: center;
} 


.table.mode2 th{ 
  border-left: #CCC 1px solid;
  border-right: 0;
  padding: 10px 10px;
}

/************************************************/

.table.mode3{ 
  border: #EDEEEC 10px solid;
  text-align: right;
  padding: 0;
  width:728px;
  background-color: #EDEEEC;
} 

.table.mode3 table{
  background-color: #FFF; 
  width: 708px; 
  margin: 0 auto;
  padding: 0;
  border-collapse: collapse;
  border-width: 0 10px;
  border-style: solid;
  border-right-color: #FFF ;
  border-left-color: #EDEEEC;
}

.table.mode3 .last *{ border: none;}

  .table.mode3 th{
    background-color:#EDEEEC;
    border-bottom: #CCC 1px solid;
  }
  
  .table.mode3 td{
    border-bottom: #CCC 1px solid;
    background-position: left 0;
  }

  .table.mode3 th .icon{ background-position: left center; }
  .table.mode3 td .icon{ background-position: 20px center; }

  .table.mode3 .icon{
    width: 350px;
    height: 140px;
  }

    .table.mode3 .icon.bojo_bolha{ background-image: url(../images/icon_bojo_bolha.jpg);}
    .table.mode3 .icon.bojo_bolha_desc{ background-image: url(../images/icon_bojo_bolha_desc.jpg);}
    .table.mode3 .icon.bojo_conforto{ background-image: url(../images/icon_bojo_conforto.jpg);}
    .table.mode3 .icon.bojo_conforto_desc{ background-image: url(../images/icon_bojo_conforto_desc.jpg);}
    .table.mode3 .icon.bojo_memoria{ background-image: url(../images/icon_bojo_memoria.jpg);}
    .table.mode3 .icon.bojo_memoria_desc{ background-image: url(../images/icon_bojo_memoria_desc.jpg);}
    .table.mode3 .icon.bojo_regular{ background-image: url(../images/icon_bojo_regular.jpg);}
    .table.mode3 .icon.bojo_regular_desc{ background-image: url(../images/icon_bojo_regular_desc.jpg);}

.noBorderR{ border-right: 0 !important; }
.noBorderL{ border-left: 0 !important;  }

.full{ width: 100%;}
.big{ width: 80%; }
.medium{ width: 40%; }
.small{ width: 20%; }
