@charset "utf-8";

.yiiLog tr:hover{text-decoration: underline;}

/** Header styles **/
#header {
    top: 20px;
    width:100%;
    height:127px;
    margin:0 auto;
    color:#ffffff;
    /*background:url("../images/header_bg.png") repeat-x;*/
    background-color: #222222;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#595959 ), to(#222222 60%));
    background-image: -webkit-linear-gradient(top, #595959 , #222222 60%);
    background-image: -moz-linear-gradient(top, #595959 , #222222 60%);
    background-image: -o-linear-gradient(top, #595959 , #222222 60%);
    background-image: -ms-linear-gradient(top, #595959 , #222222 60%);
    background-image: linear-gradient(to bottom, #595959 , #222222 60%);
    position: absolute;

    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
    border-radius: 4px; /* CSS3 */
    /* Для плохих IE */
    behavior: url(border-radius.htc); /* учим IE border-radius */

}
#logo{
    left: 25px;
    top: 16px;
    position: absolute;
    /*padding-left: 55px;
    background: url(../images/logo.png) 0 3px no-repeat;
    color: #FFFFFF;
    height: 33px;
    display: block;

    text-decoration: none;*/
}
#logo b{
    display: block;
    font-size: 1.8em;
    text-shadow: 1px 1px 1px #14427A;
}
#logo strong{
    display: block;
    font-style: italic;
}
#header .region-switcher{
    top: 20px;
    left: 230px;
    position: absolute;
}
#header .region-switcher .region-switcher-link{
    color: #FFFFFF;
    border-color: #FFFFFF;
}
#header #list-shops{
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 20px;
}

#header .region-main_phone{
    position: absolute;
    left: 50%;
    margin-left: 20px;
    top: 20px;
}

#top-page-menu{
    top: 5px;
    right: 0px;
    position: absolute;
    width: 260px;
    list-style: none;
}
.top-page-menu{
    width: 130px;
    float: left;
    list-style: none;
    padding: 0;
}
#top-page-menu li{
    /*width: 90px;*/
}
#top-page-menu li a{
    color: #FFFFFF;
}
#top-page-menu li.opt a{
    color: yellow;
}

.sub-header-row
{
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    height: 41px;
}
.sub-header-row .sub-header-col-right
{
    float: right;
    width: 257px;
}
#search-box{
    /*border: 2px solid #02aee7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc);*/
    color: #939598;
    margin-right: 272px;
    margin-top: 2px;
    position: relative;
}
#search-box input[type="text"]{
    width: 100%;
    color: #939598;
    background-color: transparent;
    float: left;
}
#search-box .w-input{
    width: 100%;
}
#search-box .w-input label{
    color: #939598;
}
#search-box .w-input.focus label, #search-box .w-input:hover label {
    color: #E9E9E9;
}
#search-box input[type="submit"]{
    background: url(../images/sprite.png) no-repeat -68px -1px transparent;
    border: 0;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0px;
    top: 4px;
    text-indent: -10000px;
}

#cart-box{
    height: 41px;
    background: url(../images/sprite.png) no-repeat -3px -36px transparent;
}
#cart-box a{
    display: block;
    color: #FFFFFF;
    padding: 0 15px 0 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}
#user-box{
/*    height: 41px;*/
}


.m-container{
    padding: 0 20px;
}
.m-container-inner{
    margin: 0 auto;
    max-width:1230px;
    min-width:1000px;
    position: relative;
}
/** Content styles **/
#content {
    min-height: 300px;
    padding: 210px 0 0;
    /*width:980px;*/
    margin:0 auto;
}


#successAddedToCart {
    display: none;
}

#productErrors {
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7;
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #FBEED5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
}


div.flash_messages {
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 5px;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

div.flash_messages ul {
    list-style: none;
    padding: 0;
}

div.flash_messages button.close {
    position: relative;
    top: -2px;
    right: -21px;
    float: right;
    font-size: 1.4em;
    font-weight: bold;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    cursor: pointer;
    background-color: transparent;
}

div.flash_messages button.close:hover {
    color:#989898;
}
div.flash_messages.hide{
    opacity: 0;
    display: none;
}


.region-over_footer{
    margin-top: 20px;
}

/** Footer styles **/
#footer {
    margin-top:5px;
    padding:20px 0 65px;
    color:#000;
    /*height:150px;*/
    clear:both;
    border-top: 3px solid #F3F0EB;
    position: relative;
}
#footer .copyright{
    position: absolute;
    bottom: 35px;
    left: 100px;
}
#footer .column{
    width: 17%;
    float: left;
}
#footer .column ul{
    list-style: none;
    padding: 0;
}
#footer .column li{
    display: block;
    padding: 1px 0;
}
#footer .column li a{
    color: #000000;
}
#footer .column .social-group li{
    position: relative;
    padding-left: 20px;
}
#footer .column .social-group li i{
    background-image: url(../images/sprite.png);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top:0;
    display: block;
}
#footer .column .social-group li.vk i{
    background-position: -116px 0;
}
#footer .column .social-group li.facebook i{
    background-position: -132px 0;
}
#footer .column .social-group li.twitter i{
    background-position: -100px 0;
}
#footer .column .social-group li.google i{
    background-position: -148px 0;
}
#footer .column .social-group li.youtube i{
    background-position: -164px 0;
}
#footer .column .social-group li.vk i{
    background-position: -116px 0;
}
#footer .column .social-group li.mail i{
    background-position: -180px 0;
}
#footer .column .social-group li.skype i{
    background-position: -196px 0;
}
#footer .column .social-group li.pinterest i{
    background-position: -212px 0;
}
#footer .column .social-group li.instagram i{
    background-position: -228px 0;
}
.ui-autocomplete{
    max-height: 310px;
    overflow-y: auto;
    padding: 0;
}

.ui-autocomplete{
    width: 300px;
    transition:opacity 0.2s linear;
    list-style: none;

    background-color: #F0F0F0;
    background-image: none;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    -khtml-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    behavior: url(border-radius.htc);
    -moz-box-shadow:0 5px 10px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);

}
.ui-autocomplete li{
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #FFF;
}
.ui-autocomplete li a{
    cursor: pointer;
    display: block;
    padding: 5px 10px;
    font-size: 0.9em;
    color: #666;
    text-decoration: none;
}
.ui-autocomplete li b{
    color: #000;
    font-size: 1.4em;
    font-weight: normal;
}
.ui-autocomplete li a:hover, .ui-autocomplete li a.ui-state-focus{
    /*text-decoration: underline;*/
    background: #e5e5e5;
}
.ui-autocomplete li a:hover b, .ui-autocomplete li a.ui-state-focus b{
    text-decoration: underline;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.navigation {
    float:left;
    width:230px;
    /*margin-bottom: -500px;
    padding-bottom: 500px;*/
    position: relative;
}
.navigation ul{
    overflow: hidden;
    padding: 0;
}
.navigation .menu.rounded{
    padding: 0;
}
.navigation .menu li:first-child{
    border-top: none;
}
.navigation .menu li:last-child{
    border-bottom: none;
}
.navigation .menu  li
{
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #d1d0d0;
    padding: 0;
}
.navigation .menu li a{
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    cursor: pointer;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.navigation  li a:hover{
    /*text-decoration: underline;*/
    background-color: #d1d0d0;
    color: #000;
}
.navigation .menu li.active a{
    background-color: #d1d0d0;
    /*text-decoration: underline;*/
    color: #000;

}

.navigation .rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*padding:10px 10px 10px 15px;*/
    margin-bottom:10px;
    background-color:#e9e9e9;
    box-shadow:2px 2px 2px #d1d0d0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}
.html-backdrop{
    overflow: hidden;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0,0,0,0.8);
    overflow-x: auto;
    overflow-y: scroll;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal {
    position: relative;
    z-index: 1050;
    width: 560px;
    margin: 30px auto;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.modal.fade {
    -webkit-transition: opacity 0.3s linear, margin 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, margin 0.3s ease-out;
    -o-transition: opacity 0.3s linear, margin 0.3s ease-out;
    transition: opacity 0.3s linear, margin 0.3s ease-out;
    margin-top: -1000px;
}

.modal.fade.in {
    top: 0;
    margin-top: 30px;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    font-size: 1.3em;
    font-weight: bold;
}

.modal-header .close {
    float: right;
    font-size: 1.4em;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #000000;
    text-decoration: none;

}

.modal-header h3 {
    margin: 0;
    line-height: 30px;
}

.modal-body {
    /*max-height: 400px;
    overflow-y: auto;*/
    padding: 15px;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

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

.modal-footer:after {
    clear: both;
}


.modal-auth-block
{
    width: 300px;
}
.modal.fade.in.modal-auth-block{
    margin-top: 200px;
}
.modal-auth-block .row{
    padding-bottom: 5px;
}
.modal-auth-block .row .w-input
{
    width: 100%;
}
.modal-auth-block span{
    color: #595959;
}
.modal-auth-block .btn-submit
{
    width: 100%;
    text-align: center;
    -moz-border-radius: 0 0 3px 3px; /* Firefox */
    -webkit-border-radius: 0 0 3px 3px; /* Safari, Chrome */
    -khtml-border-radius: 0 0 3px 3px; /* KHTML */
    border-radius: 0 0 3px 3px; /* CSS3 */
}

.detail-view{
    font-size: 1.2em;
}
.detail-view th{
    line-height: 1.5em;
    text-align: left;
    padding-right: 10px;
}

.navigation .block{
    padding: 5px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*padding:10px 10px 10px 15px;*/
    margin-bottom:10px;
    background-color:#e9e9e9;
    box-shadow:2px 2px 2px #d1d0d0;
}

article td, article th{
    border: 1px solid #d1d0d0;
    padding: 5px 10px;;
    vertical-align: top;
}
article td.pl0, article th.pl0{
    padding-left: 0;
}
article .no-border td, article .no-border th{
    border-width: 0px;
}
article .with-border td, article .with-border th{
    border-width: 1px;
}


article .with-border td, article .with-border th{
    border-width: 1px;
}

article .rounded{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

article .rounded10{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

article .rounded20{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

li.excel a:first-child{
    background: url(../images/icons/excel.png) no-repeat;
    padding-left: 20px;
}

.footer-menu .vacancy{
    font-weight: bold;
}
#top-page-menu li.fblue a {
  color: #5892d1;
}
#top-page-menu li.fblue{
background: url(/images/vk.png) no-repeat;
text-indent:19px;}

.with-border td, .with-border th{
    border: 1px solid #d1d0d0;
}

.paypal-icon{
	background: url(../images/paypal.jpg) no-repeat 0 0;
	width: 200px;
	height: 118px;
}
.payment img{
padding-left:14px;
height: 19px;
}
.product .main .paymentn {
    float: left;
   margin-left: -413px;
    margin-top: 155px;
    width: 250px;
}
.aniva {
    position: absolute;
	font-size: 30px;
    left: 92px;
    top: 671px;
}
.aship{
border-bottom: 3px solid #f3f0eb;
    border-left: 3px solid #f3f0eb;
    border-top: 3px solid #f3f0eb;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.acol{
border-right: 3px solid #f3f0eb;
    width: 33.09%;
	float:left;
}
.acol h2{
font-size: 26px;
    line-height: 31px;
    padding-top: 8px;
    text-align: center;
}
.acol img{
display: block;
    margin: 0 auto;
	height:74px;
	padding-top: 8px;
}

.scrollup{
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 100px;
	right: 0px;
	z-index: 10;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #333 url(../images/top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	cursor: pointer;
}
.scrollup.active{
	visibility: visible;
	opacity: 1;
}
.selectlang{
	color:#ffffff;
	position: absolute;
	right: 320px;
    top: 15px;
	font-size: 17px;
}
.selectlang select{
	width: 125px;
}
.selectlang .chosen-container{
	color:#000000;
}