/* @group reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}

*:focus {outline: 0;}

body {line-height: 1em; color: black; background: #fff;}

ol, ul {list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0; vertical-align: middle;}

caption, th, td {text-align: left; font-weight: normal; vertical-align: middle;}

q, blockquote {quotes: "" "";}
q:before, q:after, blockquote:before, blockquote:after {content: "";}

img a {border: none;}

/* @group reset inputs */
input, button {margin: 0; border: none; padding: 0; background: transparent; vertical-align: middle;}

button {width: auto; overflow: visible; cursor: pointer;}
button * {position: relative;}

input.text, textarea {border: 1px solid #dde3c6; background: #fff;}

input.text {min-height: 17px; padding: 2px 0;}

textarea {height: 81px; resize: vertical;}

/* @end */
/* @end */


/* @group image replacement */
.replacement {display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat;}
/* @end */

/* @group centering */
.centering {overflow: hidden; display: table; text-align: center;}
td.centering {display: table-cell;}
.centering .centering-container {display: table-cell; vertical-align: middle; text-align: center;}
.centering .centering-container .centering-inner {display: block; overflow: hidden; text-align: center;}
.centering .link {display: none;}
/* @end */

/* @group horizontal centering */
.centering2 {overflow: hidden; text-align: center; width: 100%;}
.centering2 .centering2-container {position: relative; left: 50%; float: left;}
.centering2 .centering2-container .centering2-inner {position: relative; left: -50%;}
/* @end */

/* @group columns */
.columns {overflow: hidden; width: 100%;}

.column {float: left; clear: right; overflow: hidden;}

.columns, .column, .column-inner {display: block;}

/* @group two columns ratio */
.one-to-two-thirds .first {width: 33.333%;}
.one-to-two-thirds .second {width: 66.667%;}

.two-to-one-thirds .first {width: 66.667%;}
.two-to-one-thirds .second {width: 33.333%;}

.three-to-two-fifth .first {width: 55%;}
.three-to-two-fifth .second {width: 45%;}

.indented .first .column-inner {margin-left: 0; margin-right: 7px;}
.indented .second .column-inner {margin-left: 7px; margin-right: 0;}

.columns table .first {width: auto;}
/* @end */

/* @group simple columns */
.two .column {width: 50%;}
.three .column {width: 33.333%;}
.four .column {width: 25%;}
.five .column {width: 20%;}
.six .column {width: 16.667%;}
.seven .column {width: 14.286%;}
.eight .column {width: 12.5%;}
/* @end */
/* @end */


/* @group tabs */
.tabs {margin-top: 14px;}
.tabs .tab .box-inner {padding: 6px 7px 7px; text-align: center;}
.tabs .tab .box-inner a {text-decoration: none;}
/* @end */


/* @group basic styles */
body {color: #575757; font: 13px/1.2em Arial, sans-serif;}

a {cursor: pointer; color: #009a9e;}

strong {font-weight: bold;}

em {font-style: italic;}

.clear {clear: both;}

.line {margin: 13px 0; border-top: 1px dashed #d9d9d9;}

h2 {overflow: hidden; margin: 0 0 10px; font: 27px "Myriad Pro Condensed", "Arial", sans-serif;}
.page-index h2 {padding: 24px 0 15px;}

h3 {padding-bottom: 8px; font: bold 16px "Arial", sans-serif;}
.page-index h3,
#rightside h3 {font: 19px "Myriad Pro Condensed", "Arial", sans-serif;}

h4 {padding: 20px 0 15px; font: bold 14px "Arial", sans-serif;}

h2, h3, h4 {color: #003447;}

.quotes {margin-left: -0.35em;}

/*a.magic {border-bottom: 1px dotted #575757; color: #575757; text-decoration: none;}*/
a.magic {text-decoration: none; border-bottom: 1px dashed #009a9e;}

.more {position: relative; width: 72px; height: 22px; overflow: hidden; display: block;}
.more .replacement {background-image: url(../i/button-more.png);}

.stores-list {position: relative; width: 106px; height: 23px; overflow: hidden; display: block;}
.stores-list .replacement {background-image: url(../i/button-stores.png);}

table {width: 100%; border-collapse: collapse;}

/* @group content region */
.content p {margin-bottom: 13px;}
.content ul li {margin-left: 3px; margin-bottom: 5px; padding-left: 10px; background: url(../i/bullet.png) no-repeat 0 6px;}
.content ul li ul {margin-top: 10px;}
.content ul li li {background-image: url(../i/bullet3.png);}
.content ol li {list-style: decimal; margin-left: 26px; margin-bottom: 5px;}
/* @end */
/* @end */


/* @group backgrounds */
body {background-color: #f8faea; background-image: url(../i/bg-gradient.jpg); background-repeat: repeat-x;}
#bg-left {background: url(../i/bg-left.jpg) no-repeat 0 18px;}
#bg-bottom {background: url(../i/bg-bottom.jpg) no-repeat bottom left;}
/* @end */

/* @group inputs containers */
.outer input.text,
.outer select,
.outer textarea {width: 100%;}
/* @end */



/* @group boxes */
/* @group backgrounds */
.box,
.box-left, .box-top-left,
.box-top-right,
.box-middle,
.box-bottom-left,
.box-right, .box-bottom-right,
.box-inner {display: block;}

.box-left,
.box-top-left {background: top left no-repeat;}
.box-top-right {background: top right no-repeat;}
.box-middle {background: center center repeat;}
.box-bottom-left {background: bottom left no-repeat;}
.box-right,
.box-bottom-right {background: bottom right no-repeat;}
/* @end */

/* @group border box */
.box-border .box-middle,
.box-border .box-left,
.box-border .box-right {background-image: url(../i/box-border.png);}
/* @end */

/* @group bordered box */
.box-bordered-transparent .box-inner {border: 1px solid white;}

.box-bordered {overflow: hidden; position: relative; padding: 12px 0;}
.box-bordered .box-inner {margin: -12px 0; border: 1px dashed #d8d8d8;}
.box-bordered .box .box-inner {margin: 0; border: 0;}
.box-bordered .corner {margin-top: -12px; top: -12px; left: -12px; width: 24px; height: 24px; background: url(../i/box-bordered-star.png);}
/* @end */

/* @group second bordered box */
.box-bordered2,
.box-bordered .box-bordered2 {overflow: hidden; position: relative; padding: 5px 0;}
.box-bordered2 .box-inner,
.box-bordered .box-bordered2 .box-inner {margin: -5px 0; border: 1px dashed #d8d8d8;}
.box-bordered2 .corner,
.box-bordered .box-bordered2 .corner {margin-top: -5px; top: -5px; left: -5px; width: 10px; height: 10px; background: url(../i/box-bordered2-star.png);}
/* @end */

/* @group content box */
.box-content {background: white;}
.box-content .box-top-left {background-image: url(../i/box-content-top-left.png);}
.box-content .box-top-right {background-image: url(../i/box-content-top-right.png);}
.box-content .box-bottom-left {background-image: url(../i/box-content-bottom-left.png);}
.box-content .box-bottom-right {background-image: url(../i/box-content-bottom-right.png);}
/* @end */

/* @group menu box */
.box-menu {background: #008a95;}
.box-menu .box-left,
.box-menu .box-middle,
.box-menu .box-right {background-image: url(../i/box-menu.png);}
/* @end */

/* @group bordered blue box */
.box-bordered-blue {padding: 0; height: 37px; background: #e4f7f6;}
.box-bordered-blue .box-left,
.box-bordered-blue .box-right,
.box-bordered-blue .box-middle {background-image: url(../i/box-bordered-blue.png);}
.box-bordered-blue .box-inner {height: 37px; padding: 0 18px; font: bold 13px/37px "Arial", sans-serif;}
/* @end */

/* @group teal box */
.box-teal {background: #008a96;}
.box-teal .box-inner, .box-teal a {color: white;}
.box-teal .box-top-left {background-image: url(../i/box-teal-top-left.png);}
.box-teal .box-top-right {background-image: url(../i/box-teal-top-right.png);}
.box-teal .box-bottom-left {background-image: url(../i/box-teal-bottom-left.png);}
.box-teal .box-bottom-right {background-image: url(../i/box-teal-bottom-right.png);}
/* @end */

/* @group blue box */
.box-blue {background: #e5f7f7;}
.box-blue .box-top-left {background-image: url(../i/box-blue-top-left.png);}
.box-blue .box-top-right {background-image: url(../i/box-blue-top-right.png);}
.box-blue .box-bottom-left {background-image: url(../i/box-blue-bottom-left.png);}
.box-blue .box-bottom-right {background-image: url(../i/box-blue-bottom-right.png);}

.box-content .box-blue .box-top-left {background-image: url(../i/box-blue-contained-top-left.png);}
.box-content .box-blue .box-top-right {background-image: url(../i/box-blue-contained-top-right.png);}
.box-content .box-blue .box-bottom-left {background-image: url(../i/box-blue-contained-bottom-left.png);}
.box-content .box-blue .box-bottom-right {background-image: url(../i/box-blue-contained-bottom-right.png);}
/* @end */

/* @group periwinkle box */
.box-periwinkle {background: #d9eeef;}
.box-periwinkle .box-top-left {background-image: url(../i/box-periwinkle-top-left.png);}
.box-periwinkle .box-top-right {background-image: url(../i/box-periwinkle-top-right.png);}
.box-periwinkle .box-bottom-left {background-image: url(../i/box-periwinkle-bottom-left.png);}
.box-periwinkle .box-bottom-right {background-image: url(../i/box-periwinkle-bottom-right.png);}
/* @end */

/* @group pink box */
.box-pink {background: #fde5e5;}
.box-pink .box-top-left {background-image: url(../i/box-pink-top-left.png);}
.box-pink .box-top-right {background-image: url(../i/box-pink-top-right.png);}
.box-pink .box-bottom-left {background-image: url(../i/box-pink-bottom-left.png);}
.box-pink .box-bottom-right {background-image: url(../i/box-pink-bottom-right.png);}
/* @end */

/* @group darkblue box */
body .box-darkblue {background: #bfe2e4;}
body .box-darkblue .box-top-left {background-image: url(../i/box-darkblue-top-left.png);}
body .box-darkblue .box-top-right {background-image: url(../i/box-darkblue-top-right.png);}
body .box-darkblue .box-bottom-left {background-image: url(../i/box-darkblue-bottom-left.png);}
body .box-darkblue .box-bottom-right {background-image: url(../i/box-darkblue-bottom-right.png);}
/* @end */

/* @group red box */
.box-red {background: #bf0000;}
.box-red .box-top-left {background-image: url(../i/box-red-top-left.png);}
.box-red .box-top-right {background-image: url(../i/box-red-top-right.png);}
.box-red .box-bottom-left {background-image: url(../i/box-red-bottom-left.png);}
.box-red .box-bottom-right {background-image: url(../i/box-red-bottom-right.png);}
/* @end */

/* @group border box */
.box-none .box-top-left,
.box-none .box-top-right,
.box-none .box-bottom-left,
.box-none .box-bottom-right {background: none;}
/* @end */

/* @group corners */
.box .corner,
.box .box .corner {display: block; position: absolute; font: 0/0 none;}
.box .corner-top-left,
.box .corner-top-right,
.box .box .corner-top-left,
.box .box .corner-top-right {margin-top: 0;}
.box .corner-top-right,
.box .corner-bottom-right,
.box .box .corner-top-right,
.box .box .corner-bottom-right {margin-left: 100%;}
.box .corner-bottom-left,
.box .corner-bottom-right,
.box .box .corner-bottom-left,
.box .box .corner-bottom-right {top: auto;}

/* FireFox 3 */
html>/**/body .box .corner-bottom-left,
html>/**/body .box .corner-bottom-right,
html>/**/body .box .box .corner-bottom-left,
html>/**/body .box .box .corner-bottom-right, x:-moz-any-link, x:default {margin-top: 0;}
/* @end */
/* @end */


/* @group headings */
.heading-choose-help {background: url(../i/icon-scales.png) no-repeat;}
.heading-catalog {background: url(../i/icon-catalog.png) no-repeat;}
.heading-interesting-facts {background: url(../i/icon-dialog.png) no-repeat;}
/* @end */


/* @group outer */
#outer {margin: 0 24px; min-width: 931px;}

/* @group menu */
.menu ul {overflow: hidden; padding: 5px 12px; height: 51px;}
.menu ul li {float: left; text-align: center;}
.menu ul li a {position: relative; overflow: hidden; display: block; margin: 0 auto; height: 51px; line-height: 51px; color: white; text-transform: uppercase; text-decoration: none;}
.menu ul li a .replacement {background: url(../i/menu.png);}
.page-index .menu ul li.home a .replacement,
.about .menu ul li.about a .replacement,
.use .menu ul li.use a .replacement,
.catalog .menu ul li.catalog a .replacement,
.service .menu ul li.service a .replacement,
.buy .menu ul li.buy a .replacement,
.shop .menu ul li.shop a .replacement,
.my .menu ul li.my a .replacement {background-image: url(../i/menu-active.png);}
.menu ul li.home {width: 7%;}
.menu ul li.home a {width: 40px;}
.menu ul li.home a .replacement {background-position: 0 0;}
.about .menu ul li.home a .replacement,
.use .menu ul li.home a .replacement,
.catalog .menu ul li.home a .replacement,
.service .menu ul li.home a .replacement,
.buy .menu ul li.home a .replacement,
.shop .menu ul li.home a .replacement,
.my .menu ul li.home a .replacement {background-image: url(../i/menu.png);}
.menu ul li.about {width: 9%;}
.menu ul li.about a {width: 59px;}
.menu ul li.about a .replacement {background-position: -40px 0;}
.menu ul li.use {width: 15%;}
.menu ul li.use a {width: 142px;}
.menu ul li.use a .replacement {background-position: -99px 0;}
.menu ul li.catalog {width: 12%;}
.menu ul li.catalog a {width: 73px;}
.menu ul li.catalog a .replacement {background-position: -241px 0;}
.menu ul li.service {width: 12%;}
.menu ul li.service a {width: 68px;}
.menu ul li.service a .replacement {background-position: -314px 0;}
.menu ul li.buy {width: 12%;}
.menu ul li.buy a {width: 90px;}
.menu ul li.buy a .replacement {background-position: -382px 0;}
.menu ul li.shop {width: 15%;}
.menu ul li.shop a {width: 137px;}
.menu ul li.shop a .replacement {background-position: -472px 0;}
.menu ul li.my {width: 15%;}
.menu ul li.my a {width: 103px;}
.menu ul li.my a .replacement {background-position: -609px 0;}

/* @end */
/* @group header */
#header {position: relative;}
#header #header-inner {height: 181px; color: #006173;}
#header #logo a {position: absolute; top: 56px; left: 43px; z-index: 2; width: 237px; height: 65px; overflow: hidden; display: block; text-align: center; font: 2em bold 'Helvetica', sans-serif; color: black; text-decoration: none; text-transform: uppercase;}
#header #logo a .replacement {background-image: url(../i/logo.png);}
#header #hotline {position: absolute; top: 45px; right: 30px; overflow: hidden; display: block; width: 166px; height: 50px;}
#header #hotline .replacement {background-image: url(../i/hotline.png);}
#header #flowers {position: absolute; z-index: 1; top: 0; right: 200px; width: 461px;}
#header #flowers .part1 {height: 181px; background: url(../i/bg-center.jpg) no-repeat;}
#header #flowers .part2 {height: 16px; background: url(../i/bg-center2.png) no-repeat 112px 0;}
#header .menu {position: relative; z-index: 0;}

/* @group search */
#header .search {position: absolute; z-index: 2; top: 132px; right: 30px; width: 238px;}
#header .search .sitemap {position: relative; overflow: hidden; display: block; margin-left: auto; width: 78px; height: 15px;}
#header .search .sitemap .replacement {background-image: url(../i/sitemap.png);}
#header .search fieldset * {float: left;}
#header .search fieldset button {margin-top: 2px; margin-right: -9px;}
#content .search {margin-bottom: 26px;}
#content .search fieldset {margin: 8px 0 0;}
.search fieldset {margin: 3px 0 0;}
.search label {position: relative; overflow: hidden; display: block; float: left; margin: 7px 12px 0 0; width: 33px; height: 12px;}
.search label .replacement {background-image: url(../i/search.png);}
.search #q {width: 160px;}
.search button {cursor: pointer; margin-left: 5px;}

/* @end */
/* @end */
/* @group path */
#path {margin: 11px 17px; font-size: 11px;}
#path li {margin: 0 10px 0 -10px; padding-left: 10px; background: url(../i/bullet2.png) no-repeat 3px 50%;}
#path a {color: #838a82;}

/* @end */
/* @group middle */
#middle {margin: 12px 6px;}

/* @group content */
.page-index #content-inner,
.page-catalog #content-inner {padding: 0 23px 23px;}

#content-inner, #rightside .box-inner {padding: 24px;}

#content .links {border-top: 1px dashed #c7c7c7;}
#content .links h3 {padding: 9px 0 9px 35px; background-position: 4px 7px; background-repeat: no-repeat;}
#content .links ul {margin-left: 33px; font-size: 11px;}
#content .links ul li {margin-bottom: 1em; padding-left: 8px; background: url(../i/bullet.png) no-repeat 0 5px;}

/* @end */
/* @group rightside */
#rightside .box {margin-bottom: 14px;}
#rightside .box .box {margin-bottom: 0;}
#rightside .heading-catalog, #rightside .heading-choose-help {margin-top: -9px; padding: 9px 0 9px 35px; background-position: 4px 7px;}
#rightside .content li {margin-left: 36px; margin-bottom: 11px; padding-left: 10px;}
#rightside .content .line {margin: 26px 0 9px;}

/* @group assortment block */
#rightside .assortment .content li, .assortment .content li {padding: 0; margin-bottom: 0; background: none;}
#rightside .assortment .content .box, .assortment .content .box {display: table;}
#rightside .assortment .content .box-inner, .assortment .content .box-inner {padding: 7px; padding-left: 24px; background: url(../i/bullet.png) no-repeat 14px 13px;}

/* @end */
/* @group submenu */
#rightside #submenu .content {padding: 17px;}
#rightside #submenu .content li {margin: 0 0 2px; font-size: 13px; line-height: 15px;}
#rightside #submenu .content .box-inner {background-position: 10px 13px;}
#rightside #submenu .content li.level2 {margin-left: 18px;}
#rightside #submenu .content li.level2 .box-inner {background-image: url(../i/bullet3.png);}
#rightside #submenu .content li.level2 a {color: #009a9e;}
#rightside #submenu .content li.level3 {margin-left: 36px;}
#rightside #submenu .content li.level3 .box-inner {background-image: url(../i/bullet3.png);}
#rightside #submenu .content li.level3 a {color: #009a9e;}
#rightside #submenu .content .box-darkblue a {color: #003447; font-weight: bold; text-decoration: none;}
#rightside #submenu .content .box-periwinkle a {color: #008a95; font-weight: bold; text-decoration: none;}

/* @end */
/* @group second submenu */
#submenu2 .box-inner {overflow: hidden; padding: 0 17px 0;}
#submenu2 .box-inner ul {margin: -1px 0 0; padding: 16px 0; border-top: 1px dashed #c7c7c7;}
#submenu2 .box-inner li {padding: 6px 0;}

/* @end */
/* @group login form */
#form-login .box-inner {padding-top: 22px; padding-bottom: 22px;}
#form-login p {text-align: center;}
#form-login .form-inner {overflow: hidden; width: 100%;}
#form-login fieldset {display: block; margin: 0 auto; padding: 0 0 13px; width: 272px;}
#form-login button {margin-bottom: 13px;}
#form-login input.text {width: 162px;}
#form-login label {overflow: hidden; position: relative; float: left; margin: 1px 0 0; width: 56px; height: 23px;}
#form-login label .replacement {background-position: 0 50%;}
#form-login #label-login .replacement {background-image: url(../i/login.png); background-color: white;}
#form-login #label-passwd .replacement {background-image: url(../i/passwd.png); background-color: white;}

/* @end */
/* @end */
/* @group anonses blocks */
/* @group anonses block */
.anons {overflow: hidden; margin: 19px 0 0;}
.anons .anons-image, .anons .anons-inner {display: block; padding: 9px; font-size: 11px;}
.anons .anons-image {width: 180px; background: url(../i/bg-anons-image.png) no-repeat;}

/* @end */
/* @group 2-nd anonses block type */
.anons2 {overflow: hidden; padding: 0 0 1em;}
.anons2 .anons2-image {float: left; width: 160px; text-align: center;}
.anons2 .anons2-image .box-inner {padding: 10px 0;}
.anons2 .anons2-inner {margin-left: 170px;}

/* @end */
/* @end */
/* @group motivators block */
.motivators {border-top: 1px dashed #d9d9d9; padding-top: 26px;}
.motivators li {padding: 0 0 13px; background: none;}

/* @end */
/* @group reasons block */
.page-index #reasons .box-inner {padding: 0 22px;}
.page-index #reasons .heading-know-why-important {display: table-cell;}
.page-index #reasons .heading-know-why-important .box-inner {padding: 8px 24px 3px;}

#reasons .box-inner {padding-bottom: 1px;}
#reasons ul {padding: 24px 0 0;}
#reasons li {margin-bottom: 24px;}
#reasons .columns .first .column-inner {margin: 0 12px 0 2px;}
#reasons .columns .second .column-inner {margin: 0 2px 0 12px;}
#reasons .box-border .box-middle, #reasons .box-border .box-left, #reasons .box-border .box-right, #reasons .box-border .centering {height: 78px;}
#reasons .box-border .box-inner {position: relative; padding: 0 10px 0 116px;}
#reasons i {position: absolute; top: -13px; left: 0; display: block; width: 104px; height: 104px; background-repeat: no-repeat;}
#reasons .box-h1n1 i {background-image: url(../i/box-h1n1.png);}
#reasons .box-mother-n-baby i {background-image: url(../i/box-mother-n-baby.png);}
#reasons .box-beauty-n-health i {background-image: url(../i/box-beauty-n-health.png);}
#reasons .box-flowers-n-plants i {background-image: url(../i/box-flowers-n-plants.png);}
#reasons .box-allergic i {background-image: url(../i/box-allergic.png);}
#reasons .box-microclimate i {margin-left: -2px; background-image: url(../i/box-microclimate.png);}
#reasons a {font-size: 14px; font-weight: bold; color: #008a96;}
#reasons .centering-inner {text-align: left; text-decoration: underline; padding-bottom: 2px;}

/* @end */
/* @group "better for" block */
#better-for {width: 434px; font-size: 11px;}
#better-for li {margin: 0; padding: 0; background: none;}
#better-for h4 {color: #009a9e;}
#better-for .column {width: 36%;}
#better-for .last {width: 28%;}
#better-for .box-inner {padding: 24px; padding-top: 16px; padding-bottom: 16px;}
#better-for .centering {width: 80px; height: 80px;}

/* @end */
/* @group box with heading */
.box-with-heading .heading {position: relative; overflow: hidden; float: left; margin-bottom: -1px; background: white; z-index: 1;}
.box-with-heading .heading .box-inner {border-bottom: none; color: #009a9e;}
.box-with-heading .heading a {font-size: 14px; font-weight: bold;}
.box-with-heading .box {clear: both;}
.box-with-heading .box-inner {padding: 12px 18px;}

/* @end */
/* @group recomendations block */
#recomendations {font-size: 11px;}
#recomendations .columns {margin-top: 50px;}
#recomendations li .column-inner {overflow: hidden;}
#recomendations li .logo {float: left; width: 115px; text-align: center;}
#recomendations li p {margin-left: 115px;}
#recomendations .first .column-inner {border-right: 1px dashed #c1c1c1; padding-right: 10px;}
#recomendations .column-inner a {color: #575757;}

/* @end */
/* @group PDF block */
#content li.pdf {padding-bottom: 13px; padding-top: 2px; padding-left: 43px; margin: 0; background: none; font-size: 13px;}
#content li.pdf i {display: inline; float: left; margin-top: -2px; margin-left: -31px; width: 22px; height: 22px; background: url(../i/icon-pdf.png) no-repeat; cursor: pointer;}

/* @end */
/* @end */
/* @group index page */
/* @end */
/* @group catalog page */
.page-catalog #content-inner {font-size: 11px;}
.page-catalog #content-inner .box-with-heading {margin-bottom: 26px;}
.page-catalog #content-inner .products {font-size: 13px;}
.page-catalog h2 {padding: 13px 0;}

/* @end */
/* @group card page */
/* @group device block */
#device-outer {margin-bottom: 2em;}

.box .first-active .corner-bottom-left, .box .last-active .corner-bottom-right {display: none;}

#device-inner {padding: 18px; text-align: center;}

#device-views {position: relative; margin-top: -1px; width: none; zoom: 1;}
#device-views li {position: relative; margin: 0; padding: 0; background: none; text-align: center;}
#device-views li a {font-size: 11px;}
#device-views .magic {border-bottom: 1px dotted #575757; color: #575757; text-decoration: none;}
#device-views li a.photo-3d {cursor: pointer; padding: 2px 0 2px 30px; background: url(../i/icon-photo.png) no-repeat 0 50%;}
#device-views li .box-inner {border-top: none; padding: 8px 0 0;}
#device-views li .centering {margin: 0 auto; width: 86px; height: 86px; text-decoration: none;}
#device-views .active a {border-color: white; cursor: default;}
#device-views .active .box-inner {background: white;}
/* @end */

/* @group archived product */
#archived-product {margin-bottom: 1em;}
#archived-product .box-inner {padding: 10px;}
/* @end */

/* @group rightside */
/* @group product intro block */
/* @group additional */
#product-intro ul.additional {margin-bottom: 13px;}
#product-intro ul.additional li {margin: 0; padding: 3px 0 7px 30px;}
#product-intro ul.additional .photo-3d {background: url(../i/icon-photo.png) no-repeat;}
#product-intro ul.additional .pdf {background: url(../i/icon-pdf.png) no-repeat;}
/* @end */

/* @group price */
#product-intro .price-outer {overflow: hidden; line-height: 24px; color: #c00000;}
#product-intro .price {float: left; position: relative; margin-bottom: 0; margin-right: 16px; background: #c00000; color: white;}
#product-intro .price .box-top-left, #product-intro .price .box-top-right, #product-intro .price .box-bottom-left, #product-intro .price .box-bottom-right {float: left;}
#product-intro .price .box-inner {padding: 0 4px 0 8px;}
#product-intro .price strong {font-size: 16px;}
/* @end */

#product-intro ul.internet-shop {margin-bottom: 26px; font-size: 11px;}
#product-intro ul.internet-shop li {margin-left: 22px; margin-bottom: 4px; padding-left: 12px;}
#product-intro .buy {margin-bottom: 16px;}
#product-intro .buy a {display: block; padding: 3px 0 6px 34px; background: url(../i/icon-cart-add.png) no-repeat 0 -4px;}
#product-intro .addresses {margin-bottom: 0; border-top: 1px dashed #c7c7c7; padding: 16px 34px 0;}
/* @end */
/* @end */
/* @end */


/* @group rubric page */
/* @group products block */
.products {margin-top: 16px; margin-right: -49px; width: auto;}
.products-catalog .products {margin-right: 0;}

.product .centering {position: relative; width: 99px;}
.products .product {width: 99px; height: 169px; margin-right: 49px; padding: 0; background: none; text-align: center;}
.page-index .products-catalog .product {height: 126px;}
#rightside .products .product {margin-right: 10px;}
.products .product .centering {height: 99px; margin-bottom: 3px; background: url(../i/bg-product.png) no-repeat;}
.products .product .centering-inner {padding: 1px; width: 96px;}
.products-catalog .product {margin: 0; padding: 0; width: 100px;}
.products-catalog .product .centering {margin: 0 auto; padding: 0; height: 90px; width: 100px; background: none;}

/* @end */
/* @end */
/* @group where2buy pages */
/* @group faq page */
.faq h3 {display: table;}
.faq ul {margin: 0 0 26px 15px;}
.faq ul li {margin: 13px 0 0;}

/* @end */
/* @group service page */
.city h3 {padding: 13px 0 26px;}

.service-center {margin-bottom: 13px;}
.service-center h4 {padding: 0; color: #1597a4;}
.service-center p {margin: 0;}

/* @end */
/* @group country page */
.letter {overflow: visible; margin-bottom: 13px;}
.letter .box-bordered-blue {float: left;}
.letter .box-bordered-blue .box-inner {padding: 0; width: 39px; text-align: center;}
.letter ul {margin-left: 51px;}
.letter ul li {padding: 0; background: none;}

/* @end */
/* @group city page */
.market {overflow: hidden; margin-top: 26px;}
.market .market-logo {float: left; width: 106px; height: 66px; background: url(../i/bg-market-logo.png);}
.market .market-inner {margin-left: 145px;}
.market .market-inner .stores li {margin: 13px 0 0; padding: 0; background: none;}
.market .market-inner .stores-opened ul {display: block;}
.market .market-inner .stores-opened .stores-list {display: none;}

/* @end */
/* @end */
/* @group sitemap page */
.page-sitemap .first .column-inner {margin-right: 44px;}
.page-sitemap .second .column-inner {margin: 0 22px;}
.page-sitemap .third .column-inner {margin-left: 44px;}
.page-sitemap .box-teal {margin: 0 0 13px;}
.page-sitemap .box-teal .box-inner {padding: 6px 20px 5px;}
.page-sitemap .content li {margin-top: 10px; margin-left: 10px; margin-bottom: 10px; padding-left: 11px;}
.page-sitemap .content li.level2 {margin-left: 29px; background-image: url(../i/bullet3.png);}
.page-sitemap .content li.level3 {margin-top: 5px; margin-left: 55px; margin-bottom: 5px; background-image: url(../i/bullet4.png); background-position: 0 5px; font-size: 11px;}
.page-sitemap .content li.ellipsis {background-image: none;}

/* @end */
/* @group search page */
.page-search .content ol li {margin: 0 0 26px 26px; padding-left: 0; list-style: decimal; background: none;}
.page-search .content ol h4, .page-search .content ol p {margin: 0 0 13px; padding: 0;}
.page-search .content .pages {display: ; margin: 26px 0 0; border-top: 1px dashed #b6b6b6; padding: 13px 0 0; font-size: 15px;}
.page-search .content .pages a, .page-search .content .pages strong {padding: 3px 8px; font-weight: normal;}
.page-search .content .pages strong {background: #bfe2e4;}

/* @end */
/* @group shop page */
#add-to-cart h3 {font: bold 16px "Arial", sans-serif; padding: 0;}
#add-to-cart .box-inner {padding: 30px 24px 30px 83px; background: url(../i/icon-big-cart-add.png) no-repeat 24px 50%;}

/* @group shop list bloc */
.shop-list {padding: 0 26px 26px;}
.box-bordered .shop-list {padding: 0 21px 10px;}
.shop-list li {clear: both; overflow: hidden; position: relative; margin: 0; border-bottom: 1px dashed #c7c7c7; padding: 20px 0; min-height: 65px; background: none;}
.box-bordered .shop-list li {border-bottom: none; padding: 5px 0;}
.shop-list li h4 {padding-top: 0;}
.shop-list h3 {margin: 0 0 10px; border-bottom: 1px dashed #c7c7c7; padding: 10px 0 13px;}
.shop-list .centering {float: left; display: block;}
.box-bordered .shop-list .centering {margin: 0; height: auto;}
.shop-list .product-description {margin-left: 99px; margin-right: 135px;}
.shop-list .price-outer {float: right; width: 95px;}
.shop-list .price-outer .price {margin-bottom: 13px; color: #008a96; text-align: center;}
.shop-list .price-outer .buy a.box-inner {padding: 9px 9px 9px 38px; background: url(../i/icon-cart-add.png) no-repeat 4px -1px; color: #a70000; text-decoration: none;}

/* @end */
/* @end */
/* @group cart page */
.page-cart #content-inner .box {margin-top: 14px;}
.page-cart #cart .box-inner {padding: 0 21px;}
.page-cart #cart thead th {border-bottom: 1px dashed #d8d8d8; padding: 10px 0 13px; text-align: center; color: #003447;}
.page-cart #cart thead .first {font: bold 16px "Arial", sans-serif;}
.page-cart #cart td {padding: 8px 0; text-align: center;}
.page-cart #cart .first {text-align: left;}
.page-cart #cart .image {width: 99px;}
.page-cart #cart tfoot td {border-top: 1px dashed #d8d8d8; padding: 13px 0;}
.page-cart #cart tfoot td p {margin-bottom: 13px;}
.page-cart #cart tfoot td div {margin-left: 6ex;}
.page-cart #cart input.text {width: 80px;}
.page-cart #cart .remove {display: block; position: relative; margin: 0 auto; width: 32px; height: 32px; overflow: hidden; display: block;}
.page-cart #cart .remove .replacement {background-image: url(../i/icon-cart-remove.png);}
.page-cart #cart strong {color: #003447;}

/* @end */
/* @group order page */
/* @group order step */
#order h4 {padding: 0;}
#order .box-inner {padding: 11px 20px;}
#order fieldset {overflow: hidden;}
#order fieldset label {float: left; width: 111px; line-height: 23px;}
#order fieldset .outer {margin-left: 112px; margin-right: 44px;}
#order button {float: right; margin-right: 60px;}

#error {margin-bottom: 21px;}
#error .box-inner {padding-bottom: 2px;}
#error h4 {margin-bottom: 10px; color: #e80000;}

.mark {color: #e80000;}

.footnote {display: table; margin: 26px 0 0; border-top: 1px dashed #d8d8d8; padding: 10px 0;}

/* @end */
/* @group thanks step */
#thanks {margin: 0 60px;}
#thanks h3 {padding-top: 13px;}
#thanks td {padding: 16px 0;}
#thanks .order td {text-align: center;}
#thanks .order .first {text-align: left; width: auto;}
#thanks .order .last {text-align: right;}

/* @end */
/* @end */
/* @group text page */
.page-text #content-inner {overflow: hidden;}

/* @group dates block */
.dates dt {float: left;}
.dates dd {margin-left: 138px; margin-bottom: 26px;}

/* @end */
/* @group left & right boxes in text */
.left-box, .right-box {width: 162px; margin-bottom: 13px;}
.left-box .box-inner, .right-box .box-inner {overflow: hidden; font-size: 11px;}
.left-box .box-inner img, .right-box .box-inner img {margin-bottom: 13px;}

/* @group left box */
.left-box {float: left; position: relative; margin-left: -25px;}
.left-box .box-inner {padding: 17px 17px 0 25px; text-align: left;}

.left-box-indented {margin-left: 156px;}

/* @end */
/* @group rigth box */
.right-box {float: right; position: relative; margin-right: -25px;}
.right-box .box-inner {padding: 17px 25px 0 17px; text-align: right;}

.right-box-indented {margin-right: 156px;}

/* @end */
/* @end */
/* @group characteristics tables */
.characteristics {margin: 0 0 13px;}
.characteristics caption {font: bold 14px "Arial", sans-serif; color: #003447;}
.characteristics td {border: 1px dashed #d8d8d8; padding: 6px 12px; text-align: center;}
.characteristics .first {text-align: left;}

/* @group first variant */
div.characteristics {padding: 10px 12px 13px; background: #c5e5e8;}
div.characteristics caption {padding: 0 0 8px;}
div.characteristics table {background: white;}

/* @end */
/* @group second variant */
table.characteristics caption {padding: 0 0 13px;}

/* @end */
/* @end */
/* @end */
/* @group footer */
#footer-inner {position: relative; height: 112px;}
#footer-inner .banners {position: absolute; top: 18px; right: 14px;}

#copyright {padding-top: 25px; text-align: center;}

/* @end */
/* @end */


/* @group from evil }:-> */
/* @group city page */
.market-inner .stores2 ul li {list-style: none;  background: none; margin: 0; padding: 0 0 10px;}

.page-card #content-inner p {padding: 5px 0px;}

#error {margin-bottom: 21px;}
#error .box-inner {padding: 20px;}
#error h4 {padding-top: 0px; margin-bottom: 10px; color: #e80000;}

.box-bordered-bottom {overflow: hidden; position: relative; padding: 12px 0;}
.box-bordered-bottom .box-inner {margin: -12px 0; border-top: 1px solid white; border-bottom: 1px dashed #d8d8d8; border-right: 1px dashed #d8d8d8; border-left: 1px dashed #d8d8d8;}
.box-bordered-bottom .box .box-inner {margin: 0; border: 0;}
.box-bordered-bottom .corner {top: -12px; left: -12px; width: 24px; height: 24px; background: url(../i/box-bordered-star.png);}
.box-bordered-bottom .shop-list {padding: 0 20px 10px;}
.box-bordered .bank-box-inner {margin: -12px 0; border-top: 1px dashed #d8d8d8; border-left: 1px dashed #d8d8d8; border-right: 1px dashed #d8d8d8;}

td.bank-box-bordered {vertical-align: top; border-left: 1px dashed #d8d8d8; border-right: 1px dashed #d8d8d8; padding: 0px 20px;}
td.box-bordered-bottom {border-left: 1px dashed #d8d8d8; border-right: 1px dashed #d8d8d8; border-bottom: 1px dashed #d8d8d8;  }

.icon-zip {background: url('/i/zip.png') left center no-repeat; padding-left: 35px; height: 24px; margin-top: 10px;}
p.zip {margin-bottom: 6px;}

table.infobank {width: 100%;}
table.infobank th {padding: 20px 10px; vertical-align: top; border-top: 1px dashed #d8d8d8; border-bottom: 1px dashed #d8d8d8;}
table.infobank td {padding: 20px 10px; border-bottom: 1px dashed #d8d8d8;}
table.infobank td textarea {width: 170px; height: 45px; font: 11px Arial;}

/* ADD 12.10.2009 */
.w100 {width: 100%;}

/* ADD 15.10.2009 */
.list-dl {margin-bottom: 1em;}
.list-dl dd {padding-left: 3em;}
.list-ico {	line-height: 1.3em; } 
.list-ico dt {margin-top: 10px; width: 12em;}
.list-ico dd {margin-top: -42px; margin-left: 47px;	padding-bottom: 1px;}

/* ADD 30.10.2009 */
.ital li {font-style: italic;}

/* ADD 06.11.2009 */
.list-dl2 {margin-bottom: 1em;}
.list-dl2 dd {padding-left: 3em; padding-bottom: 12px;}
/* @end */
/* @end */