сайдинг винил
by mirowin
HTML
<table class="cardstyle" style="margin:15px 15px 15px 15px;">
<tbody>
<tr>
<td>
<table>
<tbody>
<tr>
<td style="vertical-align: middle; width: 250px;">
<div style="position: relative; overflow: hidden;">
<img src="http://www.fineber.ru/upload/iblock/6f6/6f6c61cfae4b4c2f8ae2d6653eeb1686.jpg" alt="Корабельный брус" height="118" width="250"></img>
</div>
</td>
<td style="vertical-align: top;">
<p style="text-align: center;"><strong>Сайдинг FineBer — корабельный брус</strong>
</p>
<p>Цена от 99,99р</p>
<hr/>
<strong>Длина панели:</strong> 3660 мм<br> <strong>Рабочая ширина:</strong> 205 мм<br> <strong>Площадь покрытия:</strong> 0.75 м²<br> <strong>Количество в упаковке:</strong> 16 шт.<br> <strong>Масса упаковки:</strong> 24.7 кг.<br>
</td>
<td style="vertical-align: middle; width: 250px;">
<div style="position: relative; overflow: hidden;">
<img style="vertical-align: middle;" src="http://www.fineber.ru/upload/iblock/cd7/cd78d63526288efe28999a04824ff2fb_thumb_2f90904ae3a03b27.jpg" alt="Корабельный брус" height="167" width="250"></img>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
...
CSS
@import url(http://fonts.googleapis.com/css?family=Bad+Script&subset=latin, cyrillic);
@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;
...