@charset "utf-8";

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

/** Header styles **/
#header {
    top: 20px;
    width:100%;
    height:127px;
    margin:0 auto;
    color:#333333;
    /*background:url("../images/header_bg.png") repeat-x;*/
    background-color: #ffffff;
    /*background-image: -webkit-gradient(linear, center top, center bottom, from(#16679e ), to(#14427a 60%));
    background-image: -webkit-linear-gradient(top, #16679e , #14427a 60%);
    background-image: -moz-linear-gradient(top, #16679e , #14427a 60%);
    background-image: -o-linear-gradient(top, #16679e , #14427a 60%);
    background-image: -ms-linear-gradient(top, #16679e , #14427a 60%);
    background-image: linear-gradient(to bottom, #16679e , #14427a 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: 12px;
    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: 5px;
	float:left;
	margin-left: 30px;
}
#header .region-switcher .region-switcher-link{
    color: #333333;
    border-color: #333333;
}
#header #list-shops{
    display: inline;
    margin-left: 7px;
}

#header .region-main_phone{
   /* position: absolute;
    left: 711px;
    margin-left: 20px;
    top: 14px;*/
	top: 5px;
    right: -110px;
    position: absolute;
    width: 300px;
    list-style: none;
}

#top-page-menu{
    /*top: 5px;
    right: 0px;
    position: absolute;
    width: 300px;
    list-style: none;*/
	    position: absolute;
    left: 711px;
    margin-left: 20px;
    top: 14px;
}
.top-page-menu{
    width: 146px;
    float: left;
    list-style: none;
    padding: 0;
}
#top-page-menu li{
    /*width: 90px;*/
}
#top-page-menu li a{
    color: #333333;
}
#top-page-menu li.opt a{
    color: #e53a30;
}

.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:hover{
    height: 41px;
    background: url(../images/sprite2.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: 0;
}
#footer .column{
    width: 20%;
    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;
}
.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.fade.in{
	    overflow-x: hidden !important;
    overflow-y: auto !important;
}*/

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    font-size: 1.3em;
    font-weight: bold;
}
.product .main .price-info.notify-availability .modal-header{
	display:none;
}

.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;
}

.pravilapr {
    float: right;
    width: 49%;
	margin-top: 15px;
}
.shop-list h4 {
    background-image: url("/images/map_place.png") !important;
    height: 24px;
    width: 25px;
}
#mainRegionSwitcher {
    //left: 237px;
    position: absolute;
   // top: 30px;
   top: 41px;
    right: 73px;
}
.head_shipping {
    position: absolute;
	left: 415px; 
	width: 270px;
	top: 17px;
}
.phone-girl{
	position:absolute;
	    left: 998px;
    top: 24px;
}

.wholesale a {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.2);
    padding: 14px 40px 14px 40px;
    font-size: 18px;
    color: #1ca85c;
    font-weight: bold;
}
.wholesale {
    margin-bottom: 73px;
    margin-top: 20px;
    text-align: center;
}
#footer .column img{
	widows:20px;
	height:20px;
	float: left;
    clear: both;
}
#footer .column a.soc{
	text-decoration: underline;
}
#footer .column a.soc p{
	margin-left:22px;
}

.ui-dialog{
	background-color:#f3ecec !important;
	width:100% !important; 
}
.ui-icon{
	float:right;
}
.main-navigation a:active{
	color:red !important!;
}
.active.cat-item-l1.left-oriental a {
    color: #ffa100;
}
li.active a{
	color: #ffa100 !important;
}