﻿.Line_central_page_WZ { position: relative; width: 100%; height: auto;  float: left; border: solid 1px red;  } /* БЛОК ЛИНИЯ 3-Х ТОВАРОВ //------------------------------------// */
.Left_block_WZ { position: relative; width: 400px; height: 400px; float: left; border: solid 1px yellow;  } /* Левый блок линии товаров */
.Central_block_WZ { position: relative; width: 394px; height: 400px; float: left; border: solid 1px yellow;  }  /* Центральный блок линии товаров */
.Right_block_WZ { position: relative; width: 400px; height: 400px; float: right; border: solid 1px yellow;  }  /* Правый блок линии товаров */

.Line_lot_WZ{ position: relative; width: 1200px; height: auto;  float: left; left: 0px; top: 0px;  /*border: solid 1px chartreuse;*/  } /* БЛОК ЛИНИЯ - ОБЩАЯ (ЛОТА) //------------------------------------//*/
.Block_lot_WZ{ position: relative; width: 1176px; height: 300px;  float: left; left: 12px; top: 0px; /*border: solid 1px orange;*/   } /* Блок общий лота ( в нем все остальное заключается) */
.Stand_lot{ position: relative; width: 1176px; height: 300px;  float: left; left: 0px; top: 0px; /*border: solid 1px orange;*/   } /*Рисунок подставка всего блока лота */
.Stripe_stand_top{ position: absolute; width: 1120px; height: 70px;  float: left; left: 26px; top: 40px; z-index: 1; /*border: solid 1px orange;*/   }
.Stripe_stand_bottom{ position: absolute; width: 1120px; height: 70px;  float: left; left: 26px; top: 195px; z-index: 1; /*border: solid 1px orange;*/   }
.Photo_lot{ position: absolute; width: 305px; height: 229px;  float: left; left: 50px; top: 38px; z-index: 2; /*border: solid 1px orange;*/   } /* Фотография лота*/
.Link_Photo_lot{ position: absolute; width: 305px; height: 229px;  float: left; left: 50px; top: 38px; z-index: 3; /*border: solid 1px orange;*/   } /* Прозрачная пластина - кнопка ссылки на лот */
.Arrow_Description{ position: absolute; width: 750px; height: 226px;  float: left; left: 375px; top: 38px; z-index: 1; /*border: solid 1px orange;*/ } /* Стрелка под поставкой описания */
.Stand_Description{ position: absolute; width: 750px; height: 226px;  float: left; left: 375px; top: 38px; z-index: 2; /*border: solid 1px orange;*/ } /* Подставка под описанием */
.Text_Description{ position: absolute; width: 710px; height: 185px;  float: left; left: 395px; top: 60px; z-index: 3; /*border: solid 1px orange;*/ } /* Текст описания лота */
.Link_Red_more{ position: absolute; width: 750px; height: 226px;  float: left; left: 375px; top: 38px; z-index: 4; /*border: solid 1px orange;*/ } /* Блок описания, или перехода к описанию, большой, справа. */

#WZ_1 { color: #FFB402; /* Цвет текста серый */
    font-size: 50px; /* Размер шрифта в процентах */
    text-shadow: 1px 1px 0 #CECCC8;
    /*9text-decoration: overline; /* Подчеркивание заголовка сверху */
    /*text-decoration: underline; /* Подчеркивание заголовка снизу */
    /*border-bottom: 2px solid maroon; /* Параметры линии под текстом - просто полоса под текстом блока */
    font-weight: 600; /* Жирное начертание текста */
    padding-bottom: 5px; /* Расстояние от текста до линии - просто полосы под текстом */
    /*font-family: serif; /* Шрифт с засечками */
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    /*display : inline-block;*/
    text-align: center; /* Выравнивание текста по ширине */
    position: relative; /* Относительное позиционирование */
    top: 0px; /* Сдвиг сверху */}