покрытия 1.1

by mirowin

HTML

<form id="tab">
    <div class="tab-cont"></div>
    <table>
        <tbody>
            <tr>
                <td width="190px">
                    <div class="tab-nav">
                        <table class="tablechar">
                            <tbody>
                                <tr>
                                    <td >
                                        вид покрытия
                                    </td>
                                    <td width="250px">
                                        цена от
                                    </td>
                                </tr>
                                <tr>
                                    <td> <a href="#"><label for="tab1">Полиестер</label></a>

                                    </td>
                                    <td class="">Уточняйте у менеджеров</td>
                                </tr>
                                <tr>
                                    <td> <a href="#"><label for="tab2">Велюр / Викинг</label></a>

                                    </td>
                                    <td class="">Уточняйте у менеджеров</td>
                                </tr>
                                <tr>
                                    <td> <a href="#"><label for="tab3">Гранит / Призма</label></a>

                                    </td>
                                    <td class="">Уточняйте у менеджеров</td>
                                </tr>
                                <tr>
                                    <td> <a href="#"><label for="tab4">Солано / Пластизол</label></a>

                                    </td>
                                    <td class="">Уточняйте у менеджеров</td>
                                </tr>
                                <tr>
                                    <td> <a href="#"><label for="tab5">Принт / Под дерево</label></a>

                                    </td>
                             ...

CSS

@font-face {
       font-family: robotoMedium;
       src: url(/fonts/robotoMedium.ttf);
   }
   @font-face {
       font-family: robotoReg;
       src: url(/fonts/robotoReg.ttf);
   }
   @font-face {
       font-family: roboto;
       src: url(/fonts/roboto.ttf);
   }
   @import url(http://fonts.googleapis.com/css?family=Roboto:400, 500&subset=latin, cyrillic);
   html {
       padding: 0;
       margin: 0;
   }
   body {
       font-family: robotoReg;
       padding: 0;
       margin: 0;
       background-color:#DADFE1
   }
   #content {
       width:100%;
       min-width:998px;
       //width:expression(document.body.clientWidth > 998?'100%' :'998px');
   }
   #otstup {
       height: 15;
   }
   #logo {
       width: 315;
       height: 119;
       background: url('../pic/logo.gif') no-repeat center top;
   }
   #line {
       height: 139;
       width:6;
       background-color:#cc0000;
   }
   #lineb {
       height: 46px;
       background-color:rgb(50, 167, 169);
       margin:0;
       border-left: 47px solid rgb(0, 117, 119);
       color:black;
   }
   #kolaj {
       width: 546;
       height: 141;
       background: url('../pic/kolaj.gif') no-repeat center;
       float: right;
   }
   #decor {
       width: 336;
       height: 144;
       background: url('../pic/decor.gif') no-repeat center;
   }
   #poisk {
       width: 208;
       height: 73;
       background: url('../pic/poisk.gif') no-repeat center;
   }
   #search {
       width: 206;
       height: 72;
       background-color: #cccccc;
   }
   #slogan {
       height: 46px;
       background-color: #33ccff;
       margin:0;
       border-bottom: 4px solid #cc0000;
   }
   #slogan h1 {
       font-size:16pt;
       font-weight: lighter;
       padding: 7 0 0 5;
       margin: 0;
   }
   #start {
       padding: 0 13 0 0;
       border-right: 1px dashed #cecece;
   }
   #start h1 {
       padding: 0;
       margin: 0;
       font-size: 13pt;
       font-weight: lighter;
   }
   .slogan {
    ...