@charset "utf-8";

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

/** Header styles **/
#header {
    top: 0px;
    width:100%;
    height:100px;
    margin:0 auto;
    color:#ffffff;
    /*background:url("../images/header_bg.png") repeat-x;*/
    background-color: #14427a;
    position: absolute;
}
#top-header-line{
	background-color: #083061;
	border-bottom: 1px solid #022146;
	padding: 5px 20px;
}
.header-table{
	margin-top: 10px;
}
.header-table .header-table-col{
	padding: 0 10px;
	width: 1%;
	vertical-align: top;
}
.header-table .header-table-col.search-col{
	width: auto;
	/*vertical-align: middle;*/
}
#logo{
}
#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: 30px;
    left: 63px;
    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;
    right: 0;
    top: 0px;
}
#header .region-main_phone b{
	font-size: 16px !important;
}

#top-page-menu{
    list-style: none;
	padding-left: 0;
}
#top-page-menu li{
	display: inline;
	padding-right: 5px;
}
#top-page-menu li a{
    color: #FFFFFF;
}
#top-page-menu li.opt a{
    color: yellow;
}
#catalog-menu{
	position: absolute;
	top: 100px;
	width: 100%;
	background-color: #F3F0EB;
}

.category-navigation{
	float: left;
	width: 230px;
	
}
.category-button{
	display: block;
	padding: 6px 10px;
	border-style: solid;
	border-color:#ff6f00;
	border-width: 1px;
	background-color: #ff7f00;
}
a.category-button{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.category-button:hover{
	text-decoration: underline;
}
.category-button:hover{
	background-color: #ff9420;
	border-color:#df6100;
}

.yellow, .yellow a{
    color: yellow !important;
}
.sub-header-row
{
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    height: 41px;
}
.sub-header-row .sub-header-col-right
{
    float: right;
    width: 257px;
}
#search-box{
    color: #939598;
    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%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-width: 1px;
	box-shadow: none;
}
#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: 2px;
    text-indent: -10000px;
}

#cart-box{
    background: url(../images/bg_cart.png) no-repeat transparent;
	font-weight: bold;
}
#cart-box a:hover{
	text-decoration: underline;
}
#cart-box a{
    display: block;
    color: #FFFFFF;
    padding: 0 0 0 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
	white-space: nowrap;
}
#user-box{
	text-align: right;
/*    height: 41px;*/
}
#user-box a{
	color: #FFFFFF;
/*    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: 142px 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: 16.5%;
    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.blogger i{
    background-position: -180px 0;
}
#footer .column .social-group li.rss i{
    background-position: -196px 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{
    color: #FFFFFF;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#16679e 63%), to(#1a477d));
    background-image: -webkit-linear-gradient(top, #1275ba 33%, #1a477d);
    background-image: -moz-linear-gradient(top, #1275ba 33%, #1a477d);
    background-image: -o-linear-gradient(top, #1275ba 33%, #1a477d);
    background-image: -ms-linear-gradient(top, #1275ba 33%, #1a477d);
    background-image: linear-gradient(to bottom, #1275ba 33%, #1a477d);
    border-radius: 3px 3px 0 0;
}
.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: #FFFFFF;
    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;
}

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

.footer-menu .vacancy{
    font-weight: bold;
}

.spares a{
    background: url("../images/parts.png") no-repeat scroll 7px 9px transparent;
    padding-left: 25px !important;
}
td:hover .spares a{
    background: url("../images/parts.png") no-repeat scroll 7px 9px #FBE112 !important;
}
.leftust{
	float: left; 
	width: 60%;
}
.rightust{
	float: left; 
	padding-left: 45px; 
	width:30%;
}
.obpict{
	position:relative;
}
.ustpict{
	background:url('/uploads/images/loupe_smallpng.png') no-repeat; 
	position:absolute; 
	left:142px; 
	top:153px; 
	width: 53px; 
	height:53px;
}
.controlled-block{
    position: relative;
}
.controlled-block:hover{
    background:  rgba(127, 127, 127, 0.2);
}
.controlled-block .control-ellements{
    /*border: 1px solid #999;*/
    background:  rgba(255, 255, 127, 0.8);;
    padding: 3px 10px;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
.controlled-block .control-ellements a{
    color: #000000;
}
.controlled-block:hover .control-ellements{
    display: block;
}
.promo-parts{
    background: -moz-linear-gradient(top, #FFFF90, #fbe112);
    background: -webkit-gradient(linear, left top, left bottom,color-stop(0%,#FFFF90), color-stop(100%,#fbe112));
    background: -webkit-linear-gradient(top, #FFFF90, #fbe112);
    background: -o-linear-gradient(top, #FFFF90, #fbe112);
    background: -ms-linear-gradient(top, #FFFF90, #fbe112);
    background: linear-gradient(top, #FFFF90, #fbe112);
}
.promo-parts:hover .promo{
    background-color: #fbe112;
}
.region-main-promo .promo-parts .promo .title
{
    position: absolute;
    left: 75px;
    top: 70px;
    font-size: 2.3em;
}
.promo-parts a{
    background: url("../images/parts-middle.png") no-repeat 10px 50px;
}

.region-main-promo .install-center .description{
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    position: absolute;
    text-align: center;
    z-index: 1000;
}
.region-main-promo .install-center .description a{
    display: inline;
    position: static;
    background-color: #3a82b1;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#4ea1d6 43%), to(#3a82b1));
    background-image: -webkit-linear-gradient(top, #4ea1d6 43%, #3a82b1);
    background-image: -moz-linear-gradient(top, #4ea1d6 43%, #3a82b1);
    background-image: -o-linear-gradient(top, #4ea1d6 43%, #3a82b1);
    background-image: -ms-linear-gradient(top, #4ea1d6 43%, #3a82b1);
    background-image: linear-gradient(to bottom, #4ea1d6 43%, #3a82b1);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255,255,255,0.8);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255,255,255,0.8);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.8);
    transition:background 0.2s ease 0s;
    color:#FFFFFF;
    text-decoration:none;
    border-radius: 5px;
    padding:10px 15px;
}
.region-main-promo .install-center .description a:hover{
    color:#FFFFFF;
    background-color: #3a82b1;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#3a82b1), to(#3a82b1));
    background-image: -webkit-linear-gradient(top, #3a82b1, #3a82b1);
    background-image: -moz-linear-gradient(top, #3a82b1, #3a82b1);
    background-image: -o-linear-gradient(top, #3a82b1, #3a82b1);
    background-image: -ms-linear-gradient(top, #3a82b1, #3a82b1);
    background-image: linear-gradient(to bottom, #3a82b1, #3a82b1);
}
a.cat-link-l2[href="/ucenennie-tovari.php"]{
    background-color: #FBE112;
}
a.cat-link-l2[href="/ucenennie-tovari.php"]:hover{
    background-color: #FFFF90;
}
.opt-red{
    color: red;
    padding-right: 30px;
}
.hapy-new-year{
	background: url(../images/flakes.png);
	
}
.hapy-new-year #content{
	padding-left: 10px;
	padding-right: 10px;
	
}
.hapy-new-year .m-container-main .m-container-inner{
	background-color: #fff;	
}
.hapy-new-year .region-main-promo .promo .image{
	z-index: 0;
}
.ui-dialog{
	background-color:#f3ecec !important;
	width:100% !important; 
}
.ui-icon{
	float:right;
}
