* {
 margin: 0;
 padding: 0;
}

body {
 background-color: #0066ab;
}

body, td {
 font-size: 12px;
 font-family: Arial,Verdana,sans-serif;
 color: #000000;
}

a {
 color: #0066ab;
 text-decoration: underline;
}
a:hover {
 color: #cc0000;
}

h1, h2, h3 {
 color: #0000FF;
 margin-bottom: 10px;
}
h1 {
 font-size: 20px;
}
h2 {
 font-size: 17px;
}
h3 {
 font-size: 12px;
}
h6 {
 color: #FFFFFF;
 margin-bottom: 10px;
}
h6 {
 font-size: 1px;
}
h1 a, h2 a, h3 a {
 text-decoration: none;
}
img {
 border: none;
}

/* Верх страницы, белый фон */
.header0 {
 width: 100%;
 height: 30px;
 background-color: #FFFFFF;
}
/* текст слева */
.header0 .l {
 width: auto;
 font-size: 16px;
 font-weight: bold;
 color: #CC0000;
 padding: 6px 10px 0 10px;
}

/* Верх страницы, голубой */
.header {
 width: 100%;
 height: 458px;
 position: relative;
}
/* логотип */
.header .logo {
 width: 416px;
 height: 458px;
 position: relative;
 top: 0;
 left: 0;
 background-image: url('/images/header_logo.jpg');
 background-repeat: no-repeat;
 z-index: 1;
}
/* задний фон */
.header .bg {
 width: 100%;
 height: 220px;
 position: absolute;
 top: 0;
 left: 0;
 background-image: url('/images/header_bg.jpg');
 background-repeat: repeat-x;
}
/* домик справа */
.header .bg .home {
 width: 400px;
 height: 220px;
 position: absolute;
 top: 0;
 right: 0;
 background-image: url('/images/header_home.jpg');
 background-repeat: no-repeat;
}
/* блок кубиков */
.header .cubes {
 width: 330px;
 height: 220px;
 position: absolute;
 top: 0;
 left: 248px;
}
/* сам кубик */
.header .cubes a {
 display: block;
 width: 83px;
 height: 73px;
 position: absolute;
 background-image: url('/images/header_cube.gif');
 background-repeat: no-repeat;
 color: #FFFFFF;
 font-size: 10px;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
}
/* отступ текста в кубике */
.header .cubes a p {
 padding: 0 3px;
}
/* фон кубика */
.header .cubes .bg {
 width: 5px;
 height: 80px;
 background-image: url('/images/header_bg.jpg');
 background-repeat: repeat-x;
 position: absolute;
 top: 0;
 left: 164px;
}
/* позиционирование всех кубиков */
.header .cubes .c1_1 {
 top: 0;
 left: 0;
}
.header .cubes .c1_2 {
 top: 0;
 left: 83px;
}
.header .cubes .c2_1 {
 top: 73px;
 left: 83px;
}
.header .cubes .c2_2 {
 top: 73px;
 left: 166px;
}
.header .cubes .c3_1 {
 top: 146px;
 left: 166px;
}
.header .cubes .c3_2 {
 top: 146px;
 left: 249px;
}
/* блок контактов под логотипом */
.header .contacts {
 width: 200px;
 height: 200px;
 position: absolute;
 top: 240px;
 left: 25px;
 text-align: center;
 z-index: 15;
 color: #0260DD;
 font-weight: bold;
 font-size: 14px;
 text-shadow: -1px 0px 5px #ffffff, 1px 1px 5px #ffffff, -1px -1px 5px #ffffff;
}
/* отступ текста */
.header .contacts p {
 margin-bottom: 15px;
}
.header .contacts p a {
 text-decoration: none;
 color: #0260DD;
}

div.clear {
 clear: both;
}



/* основной блок */
.content {
 width: 100%;
 margin: -236px 0 0 0;
 position: relative;
 z-index: 10;
 border: 0;
}
.content td {
 vertical-align: top;
 padding: 0;
}
/* левый блок */
.content .side {
 width: 253px;
 padding-top: 234px;
}
/* блок содержимого страницы */
.content .page {
 width: 100%;
 padding: 0 5px 5px 5px;
}


/* меню слева */
.content .side .menu1 {
 width: 253px;
 height: auto;
 margin: 0 0 7px -1px;
}
/* элемент меню */
.content .side .menu1 a {
 display: block;
 width: 253px;
 height: fit-content;
 background-image: url('/images/menu1_bg.jpg');
 background-repeat: no-repeat;
 color: #FFFFFF;
 text-decoration: none;
 font-size: 13px;
 font-weight: bold;
 min-height: 35px;
 background-size: cover;
}
/* отступ текста в элементе меню */
.content .side .menu1 p {
 padding: 8px 0 4px 10px;
}
/* смена фона при наведении */
.content .side .menu1 a:hover {
 background-image: url('/images/menu1_bg_h.jpg');
}

/* блок горячего предложения */
.content .side .hot_block {
 width: 248px;
 height: auto;
 margin: 0 0 10px 3px;
 position: relative;
 background-color: #bdfabc;
 border: 1px solid #999999;
 border-radius: 12px;
 -moz-border-radius: 12px;
 -webkit-border-top-left-radius: 12px;
 -webkit-border-bottom-left-radius: 12px;
 -webkit-border-top-right-radius: 12px;
 -webkit-border-bottom-right-radius: 12px;
}
.content .side .hot_block div.wrap {
 width: auto;
 padding: 10px;
 position: relative;
}
/* заголовок h6 в блоке */
.content .side .hot_block h6.hot {
 color: #cc0000;
 font-size: 15px;
 margin-bottom: 15px;
 letter-spacing: 1px;
}
.content .side .hot_block,
.content .side .hot_block td {
 color: #cc0000;
 font-size: 11px;
}
.content .side .hot_block td {
 vertial-align: top;
}
.content .side .hot_block a,
.content .side .hot_block td a {
 text-decoration: none;
 color: #cc0000;
}
.content .side .hot_block td img {
 margin: 0 10px 10px 0;
 float: left;
}


/* меню вверху */
.content .page .menu2 {
 width: auto;
 height: 32px;
 background-image: url('/images/menu2_bg.jpg');
 background-repeat: repeat-x;
 position: relative;
 margin: -4px -7px 10px -9px;
}
/* заглушки слева и справа */
.menu2 .bg_l,
.menu2 .bg_r {
 width: 32px;
 height: 32px;
 background-repeat: no-repeat;
 position: absolute;
 top: 0;
}
.menu2 .bg_l {
 background-image: url('/images/menu2_bg_left.jpg');
 left: 0;
}
.menu2 .bg_r {
 background-image: url('/images/menu2_bg_right.jpg');
 right: 0;
}

/* элементы меню */
.menu2 #menu2_items {
 width: 100%;
 height: 32px;
 position: relative;
 z-index: 30;
}
.menu2 #menu2_items,
.menu2 #menu2_items ul {
 list-style: none;
}
.menu2 #menu2_items a {
 display: block;
 text-decoration: none;
}
.menu2 #menu2_items a.trigger {
 display: block;
 float: left;
 width: auto;
 height: 23px;
 padding: 8px 20px 0 20px;
 margin: 1px 0 0 0;
 color: #FFFFFF;
 font-size: 13px;
 text-decoration: none;
}
.menu2 #menu2_items li {
 float: left;
 width: auto;
 position: relative;
}
.menu2 #menu2_items li a.haschild {
 background-image: url('/images/bg_arrow_right.png');
 background-position: 100% 75%;
 background-repeat: no-repeat;
 padding-right: 20px;
}

/* hide from IE mac */
.menu2 #menu2_items li {position: static; width: auto;}
/* end hiding from IE5 mac */

.menu2 #menu2_items li ul {
 margin-top: 32px;
 z-index: 18;
 box-shadow: 3px 3px 10px #000;
 -moz-box-shadow: 3px 3px 10px #000;
 -webkit-box-shadow: 3px 3px 10px #000;
}
.menu2 #menu2_items li ul,
.menu2 #menu2_items ul li  {
 width: auto;
 float: none;
}
.menu2 #menu2_items ul li a  {
 padding: 5px 15px 5px 20px;
}
.menu2 #menu2_items li ul {
 width: 300px;
 position: absolute;
 display: none;
 z-index: 50;
 background-color: #0066ab;
}
.menu2 #menu2_items li:hover a,
.menu2 #menu2_items a:focus,
.menu2 #menu2_items a:active {
 color: #ffffff
}
.menu2 #menu2_items li:hover ul {
 display: block;
}
.menu2 #menu2_items li:hover ul a {
 background-color: #0066ab;
}
.menu2 #menu2_items li:hover ul a:hover {
 background-color: #0076ca;
}
.menu2 #menu2_items ul ul {
 left: 300px;
 margin-top: -25px;
 width: auto;
 display: none !important;
 white-space: nowrap;
}
.menu2 #menu2_items ul li:hover ul {
 display: block !important;
}


/* основная часть страницы */
.page_content {
 width: 100%;
 position: relative;
 border: 0;
}
.page_content td {
 vertical-align: top;
 padding: 0;
}
/* содержимое страницы */
.page_content .main {
 padding: 15px;
 background-color: #FFFFFF;
 border: 1px solid #999999;
 border-right: 1px solid #0066ab;
 border-radius: 12px 0 0 12px;
 -moz-border-radius: 12px 0 0 12px;
 -webkit-border-top-left-radius: 12px;
 -webkit-border-bottom-left-radius: 12px;
}
/* колонка новостей */
.page_content .news {
 padding: 10px;
 width: 170px;
 background-color: #ffffcd;
 border: 1px solid #999999;
 border-left: 1px solid #0066ab;
 border-radius: 0 12px 12px 0;
 -moz-border-radius: 0 12px 12px 0;
 -webkit-border-top-right-radius: 12px;
 -webkit-border-bottom-right-radius: 12px;
}
.page_content .sep {
 width: 3px;
}
/* стиль параграфов */
.page_content .main p {
 margin-bottom: 10px;
 text-indent: 30px;
}
/* стиль маркированных списков */
.page_content .main ul {
 margin-left: 20px;
}
/* стиль таблиц */
.page_content .main table {
 border-collapse: collapse;
}
/* фон нечетных строк таблиц */
.page_content .main table tr:nth-child(odd) {
 background: #f0f0f0;
} 
/* стиль ячеек таблиц */
.page_content .main table td {
 border: solid 1px #999999;
 padding: 5px;
}
.page_content .main table td * {
 text-indent: 0;
}



/* блок новостей */
.news_block {
 font-size: 10px;
 padding: 0 0 10px 0;
 margin-bottom: 15px;
 border-bottom: solid 1px #cccccc;
}
/* дата */
.news_block .date {
 color: #cc0000;
}
/* заголовок h3 */
.news_block h3 {
 font-size: 12px;
 font-weight: bold;
 margin-bottom: 5px;
 color: #000000;
}
/* блок новостей, нормальный размер шрифта */
.news_block_norm {
 font-size: inherit;
}


/* блок статей */
.articles_block {
 padding: 0 0 10px 0;
 margin-bottom: 15px;
 border-bottom: solid 1px #cccccc;
}
/* дата */
.articles_block .date {
 color: #cc0000;
}
/* заголовок h3 */
.articles_block h3 {
 font-size: 12px;
 font-weight: bold;
 margin-bottom: 5px;
 color: #000000;
}





/* низ страницы (меню) */
.footer {
 width: 100%;
 height: 45px;
 background-color: #FFFFFF;
 position: relative;
 border-bottom: 1px solid #CCCCCC;
 text-align: center;
 color: #C00505;
 font-size: 11px;
}
/* отступ текста */
.footer p {
 padding-top: 15px;
}
/* ссылки */
.footer a {
 color: #C00505;
 text-decoration: none;
 padding: 0 10px;
}

/* самый низ страницы */
.footer0 {
 width: 100%;
 height: 55px;
 background-color: #FFFFFF;
 position: relative;
}
/* блок слева */
.footer0 .l {
 width: auto;
 position: absolute;
 top: 10px;
 left: 10px;
 font-size: 11px;
}
.footer0 .l a {
 color: #C00505;
 text-decoration: none;
}
/* блок справа */
.footer0 .r {
 width: auto;
 position: absolute;
 top: 20px;
 right: 10px;
 font-size: 11px;
}


/* элемент каталога товаров */
.gbox {
 display: block;
 width: 176px;
 height: 164px;
 border: 1px solid #82bbb4;
 background-image: url('/images/group_bg.jpg');
 background-repeat: no-repeat;
 position: relative;
 float: left;
 margin: 0 3px 20px 3px;
 text-decoration: none;
}
/* заголовок */
.gbox .t {
 width: 145px;
 height: 40px;
 position: absolute;
 top: 5px;
 right: 3px;
 color: #cc0000;
 text-align: right;
 font-size: 12px;
 font-weight: bold;
}
/* картинка */
.gbox img {
 display: block;
 position: absolute;
 bottom: 2px;
 left: 2px;
 border: 1px solid #cdcdcd;
}


/* заголовок каталога товаров */
h1.catalogtitle {
 font-size: 16px;
 color: #0066ab;
}
/* ссылки в заголовке */
h1.catalogtitle a {
 color: #cc0000;
 text-decoration: none;
}
/* ссылки в заголовке при наведении */
h1.catalogtitle a:hover {
 color: #0066ab;
}
/* разделитель в заголовках */
h1.catalogtitle .sep {
 font-size: 13px !important;
}


/* фотоальбом */
div.photoalbum {
 width: 80%;
}
/* заголовок фотоальбома */
div.photoalbum div.album_title { 
 width: auto;
 font-size: 16px;
 margin: 0 0 15px 0;
}
/* элемент фотоальбома */
div.photoalbum div.item { 
 border: solid 1px #999999;
 padding: 10px;
 margin: 0 10px 10px 0;
 float: left;
 text-align: center;
 overflow: hidden;
 position: relative;
}
/* кнопка удаления */
div.photoalbum div.item div.del {
 position: absolute;
 top: 2px;
 right: 2px;
 width: 16px;
 height: 16px;
}
/* заголовок элемента */
div.photoalbum div.item span.title {
 display: block;
 margin-top: 3px;
 font-size: 12px;
}


/* карта сайта */
/* цвет ссылок */
.sitemap a {
 text-decoration: none;
 color: #0066ab;
}
.sitemap a:hover {
 color: #cc0000;
}
/* элемент карты сайта */
.sitemap ul li {
 margin: 3px 3px 3px 0;
 list-style: none;
}
/* вложенные уровни */
.sitemap ul ul {
 font-size: 95%;
 margin-left: 30px;
}


/* поиск по прайсу */
div.price_search {
 width: auto;
 padding: 10px;
 background-color: #efefef;
}
/* стиль элементов формы */
div.price_search input,
div.price_search select {
 border: solid 1px #dddddd;
 background-color: #ffffff;
 padding: 2px;
}
/* строка поиска */
div.price_search .q {
 width: 400px;
 margin-right: 10px;
}
/* таблица результатов */
table.price_search_table {
 border: none;
 width: 100%;
}


/* постраничный навигатор */
.paginator {
height: 30px;
margin: 0 0 15px 0;
padding: 7px 0;
}
.paginator .active, .paginator a:hover {
padding: 2px 6px;
margin: 0 3px;
border: solid 1px #0066ab;
color: #FFFFFF;
background: #0066ab;
text-decoration: none;
}
.paginator a {
padding: 2px 6px;
margin: 0 3px;
border: solid 1px #0066ab;
color: #0066ab;
background: #FFFFFF;
text-decoration: none !important;
}
				
