article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover,
a:active {
    outline: 0;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    width: auto\9;
    height: auto;
    max-width: 350px;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

i {
    font-style: normal;
    font-family: 'PTSansItalic', sans-serif;
}

#map_canvas img,
.google-maps img {
    max-width: none;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    vertical-align: middle;
}

input,
textarea,
.uneditable-input {
    width: 206px;
}

textarea {
    height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;
    cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

select,
input[type="file"] {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */

    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */

    line-height: 30px;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.collapse {
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.collapse.in                                     {height: auto;}
a {
    color: #333;
}

a:hover {
    color: #333;
 
}

html
{
    min-height: 100%;
    height: 100%;
    overflow: auto;
}
body
{
    position: relative;
    margin: 0;
    min-height: 100%;
    min-width: 1000px;
    /*font-family: 'PTSerif', 'sans serif';*/
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #2c2c2c;
    background: #fff;
}
input, textarea
{
    font-family: Arial, sans-serif;
    color: #000;
}
.center                                                    {text-align: center;}

/*==============================================================================================
    header styles.
================================================================================================*/

header
{
    height: 492px;
    background: #449cc4 url(../images/header.png) repeat-x;
}
header .wrap
{
    margin: 0 auto;
    width: 1200px;
    height: 492px;
    background: url(../images/header.jpg) no-repeat;
}
header .content
{
    position: relative;
    margin: 0 auto;
    width: 1000px;
}
header .logo
{
    float: left;
    display: block;
    width: 255px;
    height: 72px;
    background: url(../images/logo.png) no-repeat;
}
header .main-menu
{
    float: left;
    margin: 5px 0 0 15px;
    padding: 0;
    list-style: none;
    font-size: 14px;
}
header .main-menu li
{
    float: left;
    padding: 25px 15px;
}
header .main-menu li.active         {background: url(../images/corner.png) bottom center no-repeat;}
header .main-menu li a
{
    color: #fff;
    text-decoration: none;
    line-height: 18px;
}
header .be-healthy
{
    position: absolute;
    top: 90px;
    left: 0;
    width: 470px;
}
header .be-healthy h1
{
    margin: 10px 0;
    color: #fff;
    font-family: Georgia, sans-serif;
    font-size:  60px;
    font-weight: normal;
    line-height: 60px;
    text-shadow: 0 2px 2px #15588a;
}
header .be-healthy h2
{
    color: #1a3c56;
    font-weight: normal;
    text-shadow: 0 1px 1px #5fa3ce;
}

.hello
{
    margin: 10px 0;
    color: #fff;
    font-family: Georgia, sans-serif;
    font-size:  60px;
    font-weight: normal;
    line-height: 60px;
    text-shadow: 0 2px 2px #15588a;
}
.hello2
{
    color: #1a3c56;
    font-weight: normal;
    text-shadow: 0 1px 1px #5fa3ce;
    font-size: 16px;
}

header .be-healthy p
{
    font-size: 13px;
    color: #fff;
    line-height: 24px;
    text-shadow: 0 2px 1px #0b4875;
}

header .price-discont
{
    position: absolute;
    top: 340px;
    left: 0;
}
header .price-discont h2
{
    margin: 10px 0;
    text-shadow: 1px 2px 1px #0b4875;
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    line-height: 36px;
}
.price-d
{
    margin: 10px 0;
    text-shadow: 1px 2px 1px #0b4875;
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    line-height: 36px;
}
header .price-discont span
{
    font-size: 20px;
    line-height: 20px;
    color: #8dcff9;
}
header .price-discont a
{
    display: block;
    margin: 15px 0 0 0;
    padding: 12px 0 0 40px;
    width: 108px;
    height: 32px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #ad6f11;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/details.png) no-repeat;
}

header .tel
{
    position: absolute;
    left: 500px;
    top: 120px;
    font-size: 12px;
    font-family: Tahoma, sans-serif;
    text-shadow: 1px 2px 2px #afd5ec;
    color: #00508e;
}
header .tel h2
{
    margin: 0;
    font-size: 27px;
    line-height: 27px;
    font-weight: normal;
    font-family: Tahoma, sans-serif;
}
.telnum
{
    margin: 0;
    font-size: 27px;
    line-height: 27px;
    font-weight: normal;
    font-family: Tahoma, sans-serif;
}

header .tel span                                            {font-size: 13px;}

/*==============================================================================================
    cart styles.
================================================================================================*/

.cart
{
    margin: 0 auto;
    width: 1000px;
    height: 45px;
    font-family: Tahoma, sans-serif;
    background: url(../images/cart-ico.png) 0 13px no-repeat;
}
.cart div
{
    float: left;
    padding: 0 0 0 50px;
    line-height: 45px;
}
.cart div:first-child                           {padding: 0 0 0 40px;}
.cart .cart-text
{
    color: #282423;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.cart .cart-amount input
{
    margin: 0;
    width: 30px;
    background: #c0def1;
    text-align: right;
    font-weight: bold;
    font-family: Tahoma, sans-serif;
    color: #2c2c2c;
}
.cart button
{
    float: right;
    padding: 0 15px;
    height: 45px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    border: 0;
    background: url(../images/button.png) 0 -38px repeat-x;
}

/*==============================================================================================
    section of goods on main page styles.
================================================================================================*/

.main-goods
{
    min-height: 199px;
    background: url(../images/main-bg.png) repeat-x;
}
.main-goods .list
{
    position: relative;
    float: right;
    right: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-goods .list li
{
    position: relative;
    float: left;
    left: 50%;
    padding: 0 0 60px;
    width: 300px;
    background: url(../images/vline.png) right top no-repeat;
}
.main-goods .list li:first-child:before
{
    position: absolute;
    top: 0;
    left: -9px;
    width: 9px;
    height: 100%;
    content: "";
    background: url(../images/vline.png) no-repeat;
}
.main-goods .list .image
{
    display: table;
    width: 100%;
    height: 199px;
    text-align: center;
}
.main-goods .list .image span
{
    display: table-cell;
    vertical-align: middle;
}
.main-goods .list .text                                         {padding: 10px 25px 10px 75px;}
.main-goods .list .text h2
{
    margin: 15px 0;
    font-family: Georgia, sans-serif;
    font-size: 18px;
    font-weight: normal;
}
.main-goods .list .text p
{
    line-height: 24px;
    color: #777;
}
.main-goods .list .to-cart
{
    text-align: center;
    height: 26px;
    line-height: 26px;
    color: #4d4d4d;
    font-size: 13px;
}
.main-goods .list .to-cart input
{
    margin: 0;
    width: 30px;
    height: 16px;
    font-weight: bold;
    text-align: right;
}
.main-goods .list .to-cart button
{
    float: right;
    margin: 3px 0 0 0;
    padding: 0 12px;
    height: 21px;
    border-radius: 10px;
    border: 1px solid #9f9f9f;
    font-weight: bold;
    color: #fff;
    text-shadow: -1px -1px 1px #929292;
    box-shadow: 0 3px 5px #aeaeae;
    background: url(../images/button.png) repeat-x;
}

.main-goods .list .to-cart button:hover
{
    border: 1px solid #49a3e4;
    text-shadow: -1px -1px 1px #5194c4;
    background: url(../images/button.png) 0 -19px repeat-x;
}

a.moreButton{
    display: inline-block;
    text-decoration: none;
    margin: 3px 0 0 0;
    padding: 0 12px;
    height: 19px;
    line-height: 19px;
    border-radius: 10px;
    border: 1px solid #9f9f9f;
    font-weight: bold;
    color: #fff;
    text-shadow: -1px -1px 1px #929292;
    box-shadow: 0 3px 5px #aeaeae;
    background: url(../images/button.png) repeat-x;
}

/*==============================================================================================
    main page styles.
================================================================================================*/

.main
{
    margin: 0 auto;
    width: 1000px;
}
.main .left-col
{
    float: left;
    width: 300px;
}

/*==============================================================================================
    sidebar menu styles.
================================================================================================*/

.main .aside-menu
{
    margin: 0;
    padding: 0;
    border-radius: 10px;
    list-style: none;
    border-bottom: 1px solid #d7d8d8;
    background: #f2f4f4;
}
.main .aside-menu li
{
    padding: 2px 0 0 0;
    background: url("../images/gline.png") repeat-x;
}
.main .aside-menu li:first-child                                {background: none;}
.main .aside-menu li a
{
    display: block;
    margin: 0 0 0 1px;
    padding: 0 0 0 7px;
    padding-left:27px;
    line-height: 45px;
    color: #3a3a3a;
    text-decoration: none;
}
.main .aside-menu li a:hover                                    {background-color: #dadada;}
.main .aside-menu li:first-child a:hover                        {border-radius: 0 10px 0 0;}
.main .aside-menu li.last a:hover                               {border-radius: 0 0 10px 0;}
.main .aside-menu li.active a
{
    padding: 0 0 0 24px;
    background-color: #dadada;
}

/*==============================================================================================
    enter form on sidebar styles.
================================================================================================*/

.main .aside .enter
{
    position: relative;
    margin: 20px 0 30px 0;
    padding: 1px 18px 50px 35px;
    border-radius: 10px;
    font-family: Tahoma, sans-serif;
    background: #e8e8e8;
}
.main .aside .enter h2
{
    margin: 12px 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #282423;
}
.main .aside .enter label
{
    display: block;
    margin: 0 0 5px 0;
    line-height: 24px;
    color: #2c2c2c;
}
.main .aside .enter span                                            {float: left;}
.main .aside .enter input
{
    margin: 0;
    float: right;
    border: 0;
    height: 16px;
    line-height: 16px;
    width: 170px;
}
.main .aside .enter a
{
    margin: 5px 0 0 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #0082bd;
}
.main .aside .enter a + a                                   {margin-left: 15px;}
.main .aside .enter button
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    border: 0;
    border-radius: 0 0 10px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    text-shadow: 0 0 1px #fff;
    background: url(../images/button.png) 0 -38px repeat-x;
}

/*==============================================================================================
    content styles.
================================================================================================*/

.main .right-col
{
    float: right;
    width: 633px;
}
.main .content
{
    padding: 0 20px;
    line-height: 21px;
    font-size: 13px;
    color: #504f4f;
}
.main .content h1
{
    font-family: Georgia, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    color: #2d2d2d;
}
.main .content h2
{
    font-family: Georgia, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    color: #2d2d2d;
}
.stitle
{
    font-family: Georgia, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    color: #2d2d2d;
}
.main .content p                                        {margin: 24px 0;}
.simpleCart_shelfItem p{
    margin:4px 0 !important;
}
.simpleCart_shelfItem td{
    vertical-align: top;
}
h1.item_name{
    text-align: left;
}
/*==============================================================================================
    footer styles.
================================================================================================*/

footer
{
    margin: 0 0 21px 0;
    height: 91px;
    background: #0d7299;
}
footer .wrap
{
    margin: 0 auto;
    height: 91px;
    width: 1200px;
    background: url(../images/footer.png) no-repeat;
}
footer .content
{
    position: relative;
    margin: 0 auto;
    padding: 1px 0 0 0;
    width: 1000px;
}
footer .logo
{
    display: block;
    margin: 10px 0 0 0;
    width: 289px;
    height: 72px;
    background: url(../images/footer-logo.png) no-repeat;
}
footer .copyright
{
    position: absolute;
    top: 0;
    left: 300px;
}
footer .copyright p
{
    margin: 15px 0;
    color: #fff;
}
footer .copyright a                                         {color: #74e5d6;}
footer .tel
{
    position: absolute;
    top: 23px;
    left: 730px;
    font-family: Tahoma, sans-serif;
    text-align: center;
}
footer .tel p
{
    margin: 0;
    font-size: 27px;
    line-heigth: 27px;
    color: #d8eef5;
}
footer .tel span
{
    font-size: 13px;
    color: #6adcff;
}
footer .liveinternet
{
    margin: -52px 0 0 0;
    float: right;
}


/*catalog*/
div.catalog{
    position: relative;
    box-shadow: 0 0 4px #c6c6cd;
    padding-bottom: 18px;
}
div.goods{
    display: table;
    width: 100%;
    margin: 0 1px;
    padding-top: 17px;
    padding-bottom: 4px;
    border-spacing: 7px 0;
}
div.tovar{
    display: table-cell;
    width: 135px;
    font-size: 10px;
    color: #2e2e2e;
}
a.image{
    display: block;
    margin-bottom: 4px;
}
div.tovar a{
    font-size: 12px;
    color: #002e4a;
}
div.description{
    font-size: 12px;
    color: #323232;
    padding: 21px 10px 0 20px;
    line-height: 1.5;
}

div.tovar {
    border-bottom: 1px dotted #CCCCCC;
    display: table;
    margin-bottom: 3px;
    margin-left: -5px;
    margin-top: 3px;
    width: 100%;
}

table.tovarTable {
    font-family: Tahoma;
    width: 100%;
    text-align: left;
}
table.tovarTable tr > td:first-child, table.tovarTable tr > td:last-child {
    padding-left: 0;
}
table.tovarTable tr > td {
    padding: 0 10px;
}
div.tovar img.item_thumb {
    width: 148px;
}
td.boldText {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}
td.Price {
    font-family: Arial;
    text-align: left;
}
span.old {
    color: #3D9DF2;
    font-size: 15px;
}
span.new {
    color: #E5193A;
    font-size: 15px;
}
span.slash {
    color: #000000;
    font-size: 15px;
}
span.redText {
    color: #E5193A;
}




.simpleCart_shelfItem{
}
.item_name{
    text-align: center;
}
.iname{
    text-align: center;
    padding-top:10px;
}
.iname a{
    font-size:16px;

}

.hideMe{
	display:none;
}



/*      loginFORM           */
.hide{
    display:none;
}
#logform{
    position: absolute;
    z-index: 100;
    border-radius: 7px;
    padding:20px;
    border:1px #666 solid;
    box-shadow: 1px 1px 5px #666;
}

/*      end loginFORM       */

/*  dle admin           */
.bhinfo ul{
    display:table;
}
.bhinfo ul>li{
    display:table-cell;
    vertical-align: top;
    padding: 3px;
}
/*  end dleAdmin        */

.dpad h3{
    font-size:28px;
    margin-bottom:10px;
    margin-top:10px;
    font-family: 'MyriadPro-BoldCond',Arial;
}
.dpad h2{
    color: #E45293;
}

.shortstory img{
    margin:0 5px;
}
.hideMe{
    display: none;
}

.enter1 .button {
    background:#000 url(/templates/applicator/images/enter-bg.png);
    background-position: left 5px;
    background-repeat: no-repeat;
    padding-left: 23px;
}

.login
	{
    height: 24px;
    width: 250px;
    top: 0;	}
.login>li
	{
	list-style: none;
	float: left;
	font-size: 11px;
	height: 23px;
	line-height: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	}
.login>li>a					{
    font-size: 10px;
    text-transform: uppercase;
    color: #666;
}
.login>li ul a{
    border:0;
}
.login>li>a:hover				{    color: #0096ff;    text-decoration: none;}
.login>li ul{
    list-style: none;
    font-size:12px;
    white-space: nowrap;
    letter-spacing:normal;
    margin: 0;
    padding: 0;
	}
#logform label{
	width:60px;
	display:inline-block;
}


.treeCol{
    width: 33%;
    float:left;
    text-align: center;
}

.treeCol img{
    width: 125px;
}


.topMa{
    margin-top:30px !important;
}
.simpleCart_shelfItem{
    padding-top:5px;
    padding-bottom:5px;
}
.short_prew img{
    width: 158px;
}
div.tovar{
    display: table;
    width: 100%;
    margin-left: -5px;
    border-bottom: 1px dotted #cccccc;
    margin-bottom:3px;
    margin-top:3px;
}
.full_price
{
font-size: 14px;
}
.argo_price
{
font-size: 13px;
}

#background { 
  left: 0; 
  top: 0; 
  position: absolute; 
  background: #000; 
  opacity: 0.7; 
  z-index: 999; 
  display: none; 
  height: 100%; 
  width: 100%; 
} 
 
#modal_window { 
  display: none; 
  z-index: 9999; 
  /*border: 1px solid #444; */
  background-color: #FEFEFE; 
  border-radius: 10px; 
  padding: 0px; 
  margin: 0px; 
  height: 290px; 
  width: 350px; 
}
.text_form_phone {
font-size:11px;
width:250px;

}
#phone_form {
  border-radius: 5px; 
  width:120px;
  height:20px;
  

}
.header_modal img {
float:right;
padding-right:5px;
}

.header_modal {
padding-top:9px;
border-radius: 10px 10px 0px 0px;
  color:#fff;
  text-align:center;
width:100%;
height:30px;
background:#4E88C4;
/*
background: linear-gradient(to bottom, #4E88C4 0px, #235895 100%) transparent;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.102) inset, 0px 2px 0px 0px rgba(255, 255, 255, 0.102) inset;*/
}