.configurator {
    width: 940px;
    margin: 10px auto 0;
    padding: 0;
    overflow: hidden;
}
.configurator {
    font-size: 11px;
}
#mask-loader-layer {
    width: 100%;
    height: 600px;
    background-color: #fff;
    position: absolute;
    top: 100px;
    z-index: 101;
    display: none;
}
#mask-loader-layer span {
    width: 722px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: -97px;
    right: 0;
    z-index: 10;
    display: block;
}
.window-box {
    width: 600px;
    height: 600px;
    margin: 0 0 0 0;
    text-align: left;
    float: left;
    position: relative;
	}
	.window-box .info {
		margin: -50px 0 0 0;
		padding: 0 0 0 30px;
		font-size: 14px;
	}
	.window-box .windowDesc {
		margin: 10px 0 0 0;
		padding: 0 0 0 30px;
		}
		.window-box .windowDesc input.note,
		.container_orders_img .windowDesc input.note {
			width:450px; 
			height:25px;
			padding: 0 5px;
			border: solid 1px #ddd;
			background: #f5f5f5;
			}
		.window-box .windowDesc textarea.note {
			width:450px;
			height: 70px;
			border: solid 1px #ddd;
			background: #f5f5f5;
		}
		.window-box .windowDesc h3 {
			font-size: 14px;
		}
.search-box {
    width: 340px;
    height: auto;
    margin: 0 0 0 0;
    float: left;

}
.search-box p.title {
    width: 340px;
    height: 30px;
    background-color: #333;
    margin: 0;
    color: #fff;
}
.search-box p.title span {
    width: 170px;
    padding-top: 6px;
    font-size: 13px;
    text-align: center;
    display: block;
    float: left;
}
.search-box .dark {
    width: 170px;
    height: 87px;
    padding-top: 10px;
    background-color: #666;
    color: #fff;
    float: left;
}
.search-box .dark span {
    margin-top: 10px;
    display: block;
}
.search-box .dark:first-child {
    margin-top: 0px;
}
.search-box .dark label {
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
}
.search-box .dark input {
    width: 80%;
    height: 40px;
    background-color: #fff;
    color: #707070;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    border: 0;
    margin: 0 auto;
}

.search-box .setting-selects {
	margin: 10px 0 0 0;
	/*border: solid 1px #666666;*/
	height: 100px;
	background: #f5f5f5;
	border-bottom: solid 1px #ddd;
}
.search-box .setting-selects div.title {
	text-align: center;
	font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #666666;
    padding: 3px 0;
}
/*
.search-box .setting-selects span, .search-box .result > span {
    font-size: 14px;
    font-weight: 600;
    color: #727272;
    padding: 10px 0;
    display: block;
}*/
.search-box .setting-selects label {
    width: 60px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #6c6c6c;
    display: block;
    float: left;
    margin: 0 10px 0 5px;
    padding: 4px;
}
.search-box .setting-selects select {
    width: 60px;
    font-size: 12px;
    font-weight: 400;
    color: #6c6c6c;
    border: 1px solid #ebebeb;
    margin: 0 11px 0 12px;
    padding: 4px;
    float: left;
}


.search-box .result {
	margin: 10px 0 0 0;
	/*border: solid 1px #666666;*/
	background: #f5f5f5;
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;

}
.search-box .result div.title {
	text-align: center;
	font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #666666;
    padding: 3px 0;
    margin-bottom: 10px;
}
.search-box .result p {
    text-align: left;
   	padding-left: 10px;
    
}
.search-box .result p strong {
    width: 100px;
    color: #333;
    font-size: 12px;
    display: inline-block;
    
}
.search-box .result p span {
    width: 200px;
    color: #656565;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
}

.search-box .input {
    width: 275px;
    color: #fff;
    margin-top: 10px;
}
.search-box .input label {
    width: 130px;
    height: 40px;
    padding: 10px 10px 0 0;
    text-align: right;
    margin: 0;
    color: #666;
    font-size: 14px;
    float: left;
}
.search-box .input input {
    width: 100px;
    height: 40px;
    background-color: #fff;
    color: #707070;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    border: 0;
    margin: 0;
}
#search-form {
    text-align: center;
}
/*#search-form select {
   width: 310px;
   height: 40px;
   padding: 10px;
   margin-bottom: 20px;
   background-color: #d6d6d6;
   font-size: 13px;
   color: #222;
   border: 0;
}*/
#search-form .inputs {
   height: 85px;
   border-bottom: 1px solid #eee;
}
#search-form .inputs span {
   width: 1px;
   height: 60px;
   background-color: #eee;
   margin: 0 14px;
   float: left;
   display: inline-block;
}
#search-form .selects {
   margin-top: 17px;
}
#search-form button {
    width: 275px;
    height: 60px;
    background-color: #e6e5e5;
    border: 0;
    margin: 20px 0 0;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
#search-form button.green {
    background-color: #59a713;
}
#search-form button.green:hover {
    background-color: #6dca19;
}
#search-form button.basket {
    width: 170px;
    height: 35px;
    margin: 10px 0 0;
    background-color: #666666;
    font-size: 14px;
    text-align: center;
    display: none;
    float: right;
}
#search-form button.basket:hover {
    background-color: #565656;
}
#search-form .price {
    /*width: 351px;*/
    width: 320px;
    height: 80px;
    background-color: #3d4753;
    padding: 10px 0 0 20px;
    margin-top: 20px;
    color: #a0a0a0;
    text-align: left;
    position: relative;
}
#search-form .price-fixed {
    border: 2px solid #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.24);
    position: fixed!important;
    bottom: 20px;
    z-index: 100;
}
#search-form .price p {
    width: 200px;
    height: 60px;
    background-color: #fff;
    padding: 6px 10px 0;
    color: #5a5a5a;
    position: relative;
    float: left;
}
#search-form .price p span {
    width: 200px;
    color: #e2000d;
    font-size: 26px;
    font-weight: 600;
    display: block;
}
#search-form .price .quantity {
    width: 89px;
    height: 70px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    float: left;
}
#search-form .price .quantity input {
    width: 60px;
    height: 32px;
    font-size: 20px;
    font-weight: 600;
    color: #373737;
    text-align: center;
    border: 0;
    display: block;
}


/* -----------------------------------------------------------
 * buttons
 * ----------------------------------------------------------- */

.main-buttons {
    width: 100%;
    height: auto;
    min-height: 120px;
}

.main-buttons .button-box {
    width: 219px;
    height:  65px;
    padding: 5px;
    margin: 3px;
    border: 0px solid #a8a8a8;
    float: left;
    position: relative;
    background:#eee;
    box-shadow: 2px 2px 2px #888888;
}

.main-buttons .button-box:hover {
	 background:#f5f5f5;
	 cursor: pointer;
}
.main-buttons .button-box img {
    vertical-align: middle;
    float: left;
}
.main-buttons .button-box > span {
    width: 16px;
    height: 14px;
    background: url(../img/arrow-down.png) no-repeat 0 0;
    display: block;
    position: absolute;
    top: 14px;
    right: 10px;
    cursor: pointer;
}
.main-buttons .button-box > .open {
    background-position: 0 -14px;
}
.main-buttons .button-box > span:hover {
    opacity: 0.8;
}
.main-buttons .button-box > p {
    width: 120px;
    padding: 5px 0 0 5px;
    float: left;
	line-height: 1.2em;
	display: block;
	padding-left: 10px;
}

.main-buttons .button-box > p strong {
    font-size: 20px;
    color: #737373;
    display: block;
}

.main-buttons .button-box > p span {

}
.main-buttons .button-box > p img {
    margin: 0 5px;
}
.main-buttons .button-box .disabled-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.button-box .option-box {
    width: 393px;
    height: auto;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding-bottom: 10px;
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 102;
    display: none;
}
.button-box .option-box > span {
    width: 88px;
    height: 20px;
    background: url(../img/grey-triangle-top-bg.png) no-repeat;
    position: absolute;
    top: -20px;
    left: 30px;
}
.button-box .option-box > ul {
    padding-top: 20px;
    padding-left: 20px;
}
.button-box .option-box > ul li {
    width: 192px;
    height: 34px;
    font-size: 18px;
    padding: 5px 10px 0;
    color: #737373;
    list-style: none;
    cursor: pointer;
}
.button-box .option-box > ul li:hover {
    color: #9c9c9c;
}
.button-box .color-box {
    width: 560px;
    left: auto;
    right: -1px;
}
.button-box .color-box > span {
    left: 300px;
}
.button-box .color-box .column {
    width: 260px;
    float: left;
}
.button-box .color-box .column p {
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;

}
.button-box .color-box ul {
    padding: 0 22px;
}
.button-box .color-box ul li {
    width: 70px;
    height: 70px;
    list-style: none;
    padding: 0;
    margin: 0px;
    border: 0px solid #fff;
    list-style: none;
    overflow: hidden;
    float: left;
    cursor: pointer;

}
.button-box .color-box ul li.active {
    /*border: 2px solid #d1a50c;*/
}
.button-box .color-box ul li.active img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.right-box {
    width: 285px;
    float: right!important;
}
#schemat img {
    padding-top: 8px;
}
#szyba img {
    padding-top: 0px;
}
#schemat .option-box ul li {
    font-size: 13px;
    padding-top: 8px;
}
ul.image {
    padding-top: 0px!important;
    padding-bottom: 20px;
}
ul.image li {
    width: 70px!important;
    height: 65px!important;
    margin: 10px;
    padding: 0!important;
    float: left;
}

ul.image.szyba li {
    width: 90px!important;
    height: 115px!important;
    margin: 10px;
    padding: 0!important;
    float: left;
    font-size: 11px;
    line-height: 1.2em;
}

ul.image.szyba li img {
    width: 100px;
    height: 100px;
    float: left;
    background:#ddd;
	opacity: 0.4;
	padding:0;
	margin:0;
}
ul.image.szyba li img:hover {
	opacity: 1;
	}
.clear {
    clear: both;
}


.button-box img {width: 50px; height: 50px;}
#schemat img {width: 70px; height: 50px;}
#system .option-box ul li {
    font-size: 13px;
    padding-top: 0px;
}
#kolor .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.button-header {
    font-size: 16px;
    color: #737373;
    float:left; 
    padding-left: 10px
}
.main-buttons #kolor > p {
    /*width: 120px;*/
}
#popup-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}
#popup-overlay span {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: block;
}
