/* =============== Default =============== */
body {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	color: #4e5551;
	font-style: normal;
	text-decoration: none;
}

A:link {
	color: #00539c;
	text-decoration: underline;
}

A:visited {
	color: #00539c;
	text-decoration: underline;
}

A:active {
	color: #00539c;
	text-decoration: underline;
}

A:hover {
	color: #00539c;
	text-decoration: none;
}

#body {
    width: expression((documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':''); /* IE <= 6.0 */
	min-width: 1000px; /* Opera & FF & IE 7.0 */
}

td {
    font: 0.8em/1.2em Verdana;
	margin: 0px 0px 0px 0px;
}

td.center {
    font: 0.8em/1.2em Verdana;
	margin: 0px 0px 0px 0px;
    text-align: center;
}

img {
    border: none;
}


/* =============== Header =============== */
#container-header {
	width:100%;
	height: 135px;
	background-color: #ffffff;
	position: relative;
}

.logotype {
	width: 235px;
	height: 25px;
	margin: 110px 0px 0px 8%;
	position: absolute;
}

.sign {
	width: 63px;
	height: 60px;
	margin: 50px 0px 0px 8%;
	position: absolute;
    z-index: 1;
}

.sign-mosaic {
	width: 100%;
	height: 60px;
    background: url(/images/elements/bg_sign.png) left repeat-x;
	margin: 50px 0px 0px 0px;
	position: absolute;
}

.imenu {
	margin: 10px 5% 0px 0px;
	float: right;
}

.icons {
	width: 13px;
	height: 12px;
    margin-left: 20px;
}

.i-store {
	font-size: 0.85em;
    font-style: italic;
	margin: 9px 30px 0px 0px;
	float: right;
}

.i-phone {
	font-size: 1.2em;
	margin: 6px 50px 0px 0px;
	float: right;
}


/* =============== Content =============== */
#container {
	width:100%;
    min-height: 600px;
	background-color: #ffffff;
    overflow: hidden;
    height: expression(this.scrollHeight < 600? "600px" : "auto");
	position: relative;
}

.content-box {
	margin: 0px 5% 32px 30%;
    padding-left: 20px;
    position: relative;
}

.content-box-seo{
	display:none;
	width:70%;
    margin: 15px 0px 0px 30%;
    padding-top: 15px;
}

.link-box {
	font-size: 0.85em;
    font-style: italic;
	color: #8b9891;
	margin: 60px 35% 5px 30%;
    padding-left: 20px;
    position: relative;
}

.left-box {
	width:18%;
	/* margin: 88px 74% 0px 8%; */
	left:8%;
	margin-top:88px;
    position: absolute;
    z-index: 3;
}

.block-box {
	width:100%;
	margin: 60px 0px 0px 0px;
	float:left;
}


/* ============= General menu ============= */
ul.gmenu {
    font: 1.2em/1.6em Verdana;
	margin: 0px 0px 0px 0px;
  	display:block;
    list-style: none;
    padding: 0px;
	float:left;
    position: relative
}

ul.gmenu li {
    padding: 0px;
	padding-bottom: 10px;
    list-style: none;
}

ul.gmenu-sub {
    font: 0.8em/1.0em Verdana;
	margin: 0px 0px 20px 25px;
    padding: 0px;
  	display: block;
}

ul.gmenu-sub li {
    list-style: none;
    padding: 0px;
    padding-top: 15px;
}


/* ============= Content text ============= */
H1 {
    font: 2.25em/1.2em Verdana;
	color: #6d7671;
	margin: 0px 5% 14px 30%;
}

H2 {
	font: 1.4em/1.4em Verdana;
    margin: 0px 0px 6px 0px;
}

H2.listing {
	font: 1.4em/1.4em Verdana;
    margin: 0px 0px 16px 0px;
}

H2.shop {
	font: 1.8em/1.4em Verdana;
    margin: 0px 0px 32px 0px;
}

p {
    font: 1.0em/1.6em Verdana;
	margin: 0px 10% 16px 0px;
}

p.pb8 {
    font: 1.0em/1.6em Verdana;
	margin: 0px 10% 8px 0px;
}

p.pb32 {
    font: 1.0em/1.6em Verdana;
	margin: 0px 10% 32px 0px;
}

p.pb64 {
    font: 1.0em/1.6em Verdana;
	margin: 0px 10% 64px 0px;
}

p.small {
    font: 0.85em/1.5em Verdana;
    font-style: italic;
    padding-left: 20px;
	margin: 0px 10% 16px 0px;
}

p.button {
    font: 1.0em/1.6em Verdana;
	margin: 0px 10% 16px -5px;
}

.img {
    margin: 32px 0px 32px 0px;
    text-align: right;
}

ul.listing {
  	font: 1.0em/1.6em Verdana;
	margin: 0px 0px 32px 0px;
    margin-left: 0px;
    padding-left: 0px;
}

ul.listing16 {
  	font: 1.0em/1.6em Verdana;
	margin: 0px 10% 10px 0px;
    margin-left: 0px;
    padding-left: 0px;
}

ul.listing li {
    padding: 0px 0px 6px 20px;
    background: url(/images/elements/bullet.png) no-repeat 0px 10px;
    list-style-position: outside;
    list-style: none;
}

ul.listing16 li {
    padding: 0px 0px 6px 20px;
    background: url(/images/elements/bullet.png) no-repeat 0px 10px;
    list-style-position: outside;
    list-style: none;
}

span.drb {
    leter-spacing: -1px;
}

span.drb font.top {
    font-size: 0.65em;
    vertical-align: super;
    vertical-align: top;
}

span.drb font.btm {
    font-size: 0.65em;
    vertical-align: sub;
    vertical-align: bottom;
}


/* ============== Important box ============== */
#fonbox-red {
    background-color: #fee9f1;
    padding-bottom: 4px;
}

#fonbox-yellow {
    background-color: #fffbe0;
	margin: 32px 0px 32px 8%;
}

#fonbox-price {
    width: 23%;
    height: 100px;
    background-color: #fffbe0;
	margin: 0px 0px 0px 74%;
    position: absolute;
}

#fonbox-price-v {
    width: 23%;
    line-height: 25px;
	margin: 110px 0px 0px 74%;
    padding-left: 8px;
    position: absolute;
    z-index: 11;
}

.fonbox-yellow-text {
    padding-bottom: 9px;
    padding-top: 8px;
    margin: 0px 10px 0px 35px;
}

.fonbox-yellow-text ul {
    margin: 0px;
}

#fonbox-shop {
    width: 28%;
    height: 74px;
	margin: 0px 0px 0px 67%;
    background: url(/images/elements/shop_bag.png) no-repeat left top;
    background-color: #e5f4fb;
	position: absolute;
    z-index: 2;
}

.fonbox-shop-text {
	font: 0.9em/1.6em Verdana;
    padding-bottom: 6px;
    padding-top: 6px;
    margin: 0px 10px 0px 80px;
}

.fonbox-shop-text-c {
	font: 1.2em/1.0em Verdana;
    margin: 6px 0px 0px 0px;
}

#fonbox-buble {
    width: 57%;
    margin: 65px 0px 0px 0px;
    background: url(/images/people/em-dash.png) no-repeat left top;
    background-color: #fffbe0;
}


/* =============== Navigation =============== */
a.link-line:link {
	color: #8b9891;
	text-decoration: underline;
}

a.link-line:visited {
	color: #8b9891;
	text-decoration: underline;
}

a.link-line:active {
	color: #8b9891;
	text-decoration: underline;
}

a.link-line:hover {
	color: #8b9891;
	text-decoration: none;
}


/* =============== Copyright =============== */
#container-footer {
	width:100%;
	height: 450px;
    font: 0.85em/1.0em Verdana;
    color: #6d7671;
	background-color: #ffffff;
	position: relative;
    clear: both
}

#container-footer-small {
	width:100%;
	height: 250px;
    font: 0.85em/1.0em Verdana;
    color: #6d7671;
    background-image: url(/images/elements/point_gray.png) no-repeat left top;
	background-color: #ffffff;
	position: relative;
    clear: both;
}

.grayline {
	width: 100%;
	height: 60px;
	margin: 255px 0px 0px 0px;
	position: absolute;
    background-color: #d7dbd9;
}

.copyright {
	width: 220px;
	margin: 335px 0px 0px 8%;
	position: absolute;
    left: -1.5em;
  background-color: #EEEEEE
}

.scona-sign {
	margin: 385px 0px 0px 8%;
	position: absolute;
}

.thone {
	margin: 335px 0px 0px 30%;
    padding-left: 20px;
	position: absolute;
}

.thone-number {
    font: 1.6em/1.0em Verdana;
	margin: 352px 0px 0px 30%;
    padding-left: 20px;
	position: absolute;
    left: -0.5em;
}

.contact {
    line-height: 1.6em;
    width: 350px;
    height: 30px;
	margin: 380px 0px 0px 30%;
    padding-left: 20px;
	position: absolute;
    z-index: 11;
}

.brands-box {
    width: 55%;
    height: 60px;
	margin: 255px 0px 0px 8%;
	position: absolute;
    z-index: 8;
}

#brands-box div.scrollableArea a {
    float: left;
    width: 150px;
    /*margin-left: 30px;
    margin-left: 30px;*/
}


/* ========== Copyright small =========== */
.copyright-small {
	margin: 135px 0px 0px 8%;
	position: absolute;
    left: -1.5em;
}

.scona-sign-small {
	margin: 185px 0px 0px 8%;
	position: absolute;
}

.thone-small {
	margin: 135px 0px 0px 30%;
    padding-left: 20px;
    position: absolute;
}

.thone-number-small {
    font: 1.6em/1.0em Verdana;
	margin: 152px 0px 0px 30%;
    padding-left: 20px;
	position: absolute;
    left: -0.5em;
}

.contact-small {
    height: 12px;
	margin: 185px 0px 0px 30%;
    padding-left: 20px;
	position: absolute;
}


/* =============== People =============== */
.people-box {
    width: 57%;
    height: 450px;
	margin: 0px 3% 0px 40%;
    position: absolute;
    z-index: 7;
}

#people-box-i1 {
    background: url(/images/people/p_zaslavskaya.jpg) no-repeat right;
}

#people-box-i2 {
    background: url(/images/people/p_zaharov.jpg) no-repeat right;
}

#people-box-i3 {
    background: url(/images/people/p_shevtsov.jpg) no-repeat right;
}

#people-box-i4 {
    background: url(/images/people/p_mits.jpg) no-repeat right;
}

#people-box-i5 {
    background: url(/images/people/p_parhomenko.jpg) no-repeat right;
}

.people-text {
    font: 1.6em/1.4em Georgia;
    font-style: italic;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    margin-left: 35px;
}

.people-name {
	width:60%;
    font: 1.2em/1.2em Verdana;
    font-style: italic;
    background: url(/images/people/buble_replay.png) no-repeat left top;
    padding-left: 35px;
    padding-top: 12px;
}

.people-prof {
    font: 0.85em/1.2em Verdana;
    font-style: italic;
}


/* =============== News =============== */
.news-box-years {
	width:40px;
	margin: 0px 5% 0px 0px;
    z-index: 6;
    float: right
}

ul.list-years {
	margin: 0px 0px 0px 0px;
	list-style-position: inside;
	list-style: none;
}

ul.list-years li {
    padding: 0px;
	padding-bottom: 6px;
}

.news-date {
    font: 0.85em/1.0em Verdana;
    color: #8b9891;
    margin: 0px 0px 0px 0px;
    padding-bottom: 2px;
    padding-top: 5px
}


/* ============== Contact ============== */
.text-small {
    font: 0.85em/1.0em Verdana;
	margin: 0px 10% 10px 0px;
}

.map-box-office {
    width: 40%;
    height: 350px;
	margin: 200px 0px 0px 60%;
    background: url(/images/elements/map_office.png) no-repeat left;
    position: absolute;
    z-index: 6;
}

.map-box-salon {
    width: 40%;
    height: 350px;
	margin: 900px 0px 0px 60%;
    background: url(/images/elements/map_salon.png) no-repeat left;
    position: absolute;
    z-index: 6;
}


/* =============== Shop ================ */
.shop-content-box {
    min-height: 620px;
	margin: 0px 0px 32px 30%;
    position: relative;
    overflow: hidden;
    height: expression(this.scrollHeight < 620? "620px" : "auto");
}


.shop-tb {
	float: left;
	width: 33%;
	height: 310px;
}

.shop-tb-text {
	font: 0.9em/1.6em Verdana;
	margin: 0px 30px 4px 0px;
}

.shop-tb-image {
    width: 188px;
    height: 188px;
  	margin: 0px 0px 0px 0px;
}

.shop-tb-label {
    width: 158px;
    height: 79px;
  	margin: 0px 0px 0px 0px;
    position: absolute;
    z-index: 7;
    float:left;
}

.img-shop {
    margin: 32px 20% 32px 0px;
    text-align: center;
}

.shop-sort {
    padding-left: 20px;
}

.shop-sort-select {
    background-color: #fffbe0;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
}

.shop-info {
	margin: 0px 28% 0px 0px;
}

.shop-bay {
    width: 28%;
	margin: 0px 0px 0px 45%;
    position: absolute;
    z-index: 8;
}

.shop-bay-text {
    padding-top: 24px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.shop-price {
	font: 1.6em/1.0em Verdana;
    color: #0054a2;
    margin: 0px 0px 5px 0px;
}

.t-box {
    width: 78%;
    margin: 0px 0px 32px 0px;
}

.t-box TR TD {
    border-bottom: #d7d7d7 1px solid;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    height: 25px;
}


/* ============== Order =============== */
.order-link {
	color: #4e5551;
}

.order-link-select {
	color: #4e5551;
    background-color: #fffbe0;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
}

.link-box-shop {
	font-size: 0.85em;
    font-style: italic;
	color: #8b9891;
	margin: 60px 20% 5px 30%;
    padding-left: 20px;
    position: relative;
}

#order-content-box {
	margin: 0px 20% 32px 8%;
    background-color: #fffbe0;
    position: relative;
}

.order-content-box-goandpay {
	margin: 0px 20% 32px 8%;
    position: relative;
}

.ifr{
    border: #cccccc 1px solid;
    width: 100%;
    height: 10em;
}

.b-anketa {
    width: 115px;
    margin: 360px 0px 0px 388px;
    text-align: center;
    position: absolute;
}

.tbl{
    width:95%
}

.order-content-box-text {
    padding-bottom: 16px;
    padding-top: 8px;
    margin: 0px 10px 0px 70px;
}

.order-content-box-text-end {
    padding-bottom: 25px;
    padding-top: 8px;
    margin: 0px 10px 0px 70px;
    font-weight: bold;
    background: url(/images/elements/point_gray.png) repeat-x left top;
}

.order-text-amount {
    margin: 4px 0px 0px 58%;
    position: absolute;
}

.order-text-price {
    width: 100px;
    margin: 8px 0px 0px 74%;
    position: absolute;
    text-align: right;
}

.order-delete {
    width: 100px;
    margin: 8px 0px 0px 78%;
    position: absolute;
    text-align: right;
}

.order-content-box-button {
	margin: 0px 20% 32px 8%;
    text-align: center;
}

.products-listing {
    width: 93%;
    border-style: none;
    padding-bottom: 10px;
}

.products-listing TR TD {
    padding: 6px 10px 6px 0px;
    border-bottom: #e4e4e4 1px solid;
    border-right-style: none;
    border-left-style: none;
    border-top-style: none;
    height: 26px;
    text-align: left;
}

.products-listing TR TD.center {
    padding: 6px 5px 6px 5px;
    border-bottom: #e4e4e4 1px solid;
    border-right-style: none;
    border-left-style: none;
    border-top-style: none;
    height: 26px;
    text-align: center;
}

.products-listing TR TD.right {
    padding: 6px 0px 6px 10px;
    border-bottom: #e4e4e4 1px solid;
    border-right-style: none;
    border-left-style: none;
    border-top-style: none;
    height: 26px;
    text-align: right;
}

.products-listing TR TH {
    font: 0.8em/1.4em Verdana;
    font-weight: bold;
    padding: 4px 10px 4px 10px;
    border-bottom: #e4e4e4 1px solid;
    border-right-style: none;
    border-left-style: none;
    border-top-style: none;
    background-color: #f0f0f0;
    height: 26px;
    text-align: center;
}


/* ============= Form order ============== */
.buybox {
    width: 570px;
    height: 470px;
    background-image: url(/images/elements/fon-form.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -285px;
    top: 50%;
    margin-top: -235px;
    z-index: 1000000;
    display: none;
}

.buybox2 {
    width: 570px;
    height: 470px;
    background: url(/images/elements/fon-form2.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -285px;
    top: 350px;
    margin-top: -235px;
    z-index: 100;
    display: none;
}

.b-close {
    width: 23px;
    height: 23px;
    margin: 18px 0px 0px 530px;
    position: absolute;
}

.b-content {
    width: 500px;
    height: 390px;
    margin: 45px 0px 0px 35px;
    position: absolute;
}

.b-box {
    width: 500px;
    margin: 16px 0px 16px 0px;
}

.b-box TR TD {
    border-bottom: #f3efd5 1px solid;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    height: 35px;
}

.b-shop-bay-text {
    width: 177px;
    margin: 335px 0px 0px 328px;
    text-align: center;
    position: absolute;
}

.b-shop-sort-select {
    background-color: #f3efd5;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
}


/* =============== Form ================ */
form {
	display: inline;
}

input, option {
    font-size: 1.0em;
    color: #4e5551;
    border: 1px #d7dbd9 solid;
}
.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
    z-index: 100000;
}

.jqmOverlay {
    background-color: #000;
    z-index: 10;
}

textarea {
    font-size: 1.0em;
    color: #4e5551;
    border: 1px #d7dbd9 solid;
}

#bg {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background:url(/images/bg.png);
}

.new_price{
    padding: 3px;
    background-color: #fffce1;
}


/* ============= Menu Listing ============== */
#masterdiv A:link {
	color: #00539c;
	text-decoration: none;
    border-bottom: 1px dashed #00539c;
}

#masterdiv A:visited {
	color: #00539c;
	text-decoration: none;
    border-bottom: 1px dashed #00539c;
}

#masterdiv A:active {
	color: #00539c;
	text-decoration: none;
    border-bottom: 1px dashed #00539c;
}

#masterdiv A:hover {
	color: #00539c;
	text-decoration: none;
    border-bottom: none;
}

.prc{
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: left;
	margin-top:6px;
	margin-right:5px;	
}

.prc_item{
	background-image:url(/images/ico_price-lens.png);
}
	


.prc_pack{
	background-image:url(/images/ico_price-pack.png);
}

.block-links {
	width: 320px;
	margin: 20px 20px 0px 0px;
	float:left;
}

.block-links ul {
    margin: 0px;    
    padding: 0px; 
    margin-top: 10px;  
}

.block-links ul li {
    padding: 0px 0px 6px 20px;
    background: url(/images/elements/bullet.png) no-repeat 0px 10px;
    list-style-position: outside;
    list-style: none;
}

.clr{
	clear: both;
}

.big-height{
	/* height:340px !important; */
}

.nopad-left{
	padding-left: 0px !important;
}

