@charset "windows-1251";
/* @import "main.css"; */
body {        font-family: Times New Roman;
    font-size: 90%;}
table td
{    vertical-align: top;
    font-family: Times New Roman;
}
.mcontent
{
    margin: 3em;
}
.rcontent
{
}

/* Общие */
.hidden           {visibility: hidden; display: none}
input.def         {border: 1px solid #666; padding: 3px; }
.pointer          {cursor: pointer}
#progress         {position: absolute; background: none; z-index: 2000; }
.err              {color: #f00; }
h1                {font-size: 120%; }
hr                {height: 1px; border-top: 1px solid #999; border-right: 0px; border-bottom: 0px; border-left: 0px; }

.pages               {text-align: center; margin: 1em 0px 0px 0em; }
a.page_on:visited    {color: #666; text-decoration: none; margin: 0 2px; text-decoration: none;}
a.page_on            {color: #666; text-decoration: none; margin: 0 2px; text-decoration: none;}
a.page_on:hover      {color: #666; text-decoration: none; margin: 0 2px; text-decoration: none;}
.page_off            {color: #000; background: url('/i/page-bg.png') center top no-repeat; padding: 2px; text-align: center; text-decoration: none;}
.pages #prev:visited, .pages #prev, .pages #prev:hover {background: url('/i/page-prev.png') left bottom no-repeat; text-decoration: none; margin: 0 2px;}
.pages #next:visited, .pages #next, .pages #next:hover {background: url('/i/page-next.png') left bottom no-repeat; text-decoration: none; margin: 0 2px;}

/*  */
.lcolumn         {vertical-align: top; padding: 20px; width: 240px; }
.content         {vertical-align: top; padding: 20px; }

/* Меню каталога */
.lmenu a, .lmenu a:visited {display: block; text-decoration: none; font-size: 100%; }
.lmenu a:hover   {display: block; text-decoration: none; }
.lmenu .grey, .lmenu .grey:visited, .lmenu .grey:hover {color: #000; text-decoration: none; font-weight: bold; }
.lmenu .l1 a, .lmenu .l1 a:hover, .lmenu .l1 a:visited {text-decoration: none;} 
.lmenu .l1       {margin-bottom: 10px; font-weight: bold; }
.lmenu .l2       {background: url('/i/lmenu-1.png') no-repeat; padding-left: 12px; padding-top: 8px; margin-left: 6px; font-weight: normal;}
.lmenu .l2_      {background: url('/i/lmenu-1_.png') no-repeat; padding-left: 12px; padding-top: 8px; padding-bottom: 8px; margin-left: 6px; font-weight: normal;}

/* Список продукции*/
.catalogue       {}
.catalogue .pr td {border-bottom: 1px dotted #888; }
.catalogue .pr #img {width: 180px; }
.catalogue .pr #img img {border: 1px solid #ccc; }
.catalogue .pr #title {}
.catalogue .pr #price {width: 100px; text-align: right; }

.product #price    {font-size: 100%; color: #c00; }
.product #images #imain    {display: block; border: 1px solid #ccc; }
.product #images #ithumb   {margin: 10px 10px 0 0; cursor: pointer; border: 1px solid #ccc;} 

/* Фотогалерея */
.gallery .item
{    float: left;
    margin: 0 20px 20px 0;
    padding-top: 30px;
    border: 1px solid #888;
    width: 260px;
    height: 260px;
    text-align: center;
    background: #E0E0E0;
    overflow: hidden;
}
.gallery .item img
{    border: 1px solid #A4A4A4;
}
.gallery .item .txt
{    margin: 1em 30px;
}
.gallery .item a
{    color: #000;
    text-decoration: underline;
    font-size: 16px;
}
.imgmainpage { 
    margin: 0px 10px 10px 0px;
    display: block;
    float: left;
    width: 125px;
    height: 100px;
}
.imgmainpage img { 
    border: 1px solid #aaaaaa;
}

/* Новости */
.lastnews
{    font-size: 90%;
    margin-bottom: 1em;
}
.lastnews .date, .newslist .date
{    color: #555;
    font-size: 80%;    padding: 3px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5em;
}
.lastnews img, .newslist img
{    float: left;
    margin: 5px 1em 0.5em 0;
    border: 1px solid #ccc;
}
.lastnews .title, .newslist .title
{    font-weight: bold;
    display: block;
    margin: 0.5em 0;
}
.lastnews p, .lastnews p
{    margin: 0;    padding: 0 0 1em 0;
}
.newscontent
{    width:90%;
}
.newscontent .date
{    color: #555;
    font-size: 90%;
}
.newscontent .title
{
    margin-top: 0.5em;
}

