<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Created on : May 30, 2015, Jun 15, 2015 2:28:23 AM
    Author     : Jaroslaw J. Kowalski &lt;jk@jaroslawk.com&gt;
*/

#wrap {
	float: left;
	width: 100%;
	height: 600px;
}

#item-editor {
	position: relative;
	float: left;
	width: 800px;
	height: 100%;
}
#model-size-box {
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 0;
	width: 100px;
	padding-left: 15px;
}
#model-size-box p { margin: 0; }
#model-size-box img { margin-bottom: 10px; }
#btn-show-inside {
	position: absolute;
	top: 45px;
	left: 20px;
	z-index: 1;
}
#btn-show-markers {
	position: absolute;
	top: 15px;
	left: 20px;
	z-index: 1;
}

#configurator {
	position: relative;
	width: 100%;
	height: 100%;
}
#configurator canvas,
#configurator img {
	position: absolute;
}
#configurator img.hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}



#menu {
	float: right;
	width: 410px;
	height: 100%;
}
#menu-header {
	width: 100%;
	height: 40px;
	padding: 9px 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #585858;
	box-sizing: border-box;
	background-position: right 10px center;
	background-position-x: 98%;
	background-position-y: 50%;
	background-repeat: no-repeat;
}
#menu-content,
.menu-content {
	width: 100%;
	height: 480px;
}	
	.model-list-item {
		float: left;
		width: 100%;
		height: 150px;
		border-bottom: 1px solid gray;
	}
	.model-list-item:last-of-type {
		border: none;
	}
	.model-list-item-image {
		position: relative;
		float: left;
		width: 152px;
		height: 100%;
	}
	.model-list-item-image img {
		position: absolute;
		left: 0;
		top: 0;
		width: 90%;
	}
	.model-list-item-desc {
		float: left;
		height: 100%;
		padding-top: 65px;
	}
	.model-list-item-desc p {
		margin: 0;
	}
	



#menu-footer {
	width: 100%;
	border-top: 1px solid #585858;
	background-color: white;
}
	#menu-footer-price {
		width: 100%;
		height: 30px;
		padding: 6px 15px 0 0;
		text-align: right;
		font-size: 14px;
	}
		#menu-footer-price .price-old {
			color: #BBBCBE;
			font-size: 16px;
			text-decoration: line-through;
		}
		#menu-footer-price .price-new {
			color: #DA2128;
			font-size: 16px;
			font-weight: bold;
		}
		#menu-footer-price .price-standard {
			color: #585858;
			font-size: 16px;
			font-weight: bold;
		}
	#menu-footer-buttons {
		width: 100%;
		padding-right: 15px;
	}

	
	
	


#modal-exit-warning .modal-dialog {
	margin-top: 160px; width: 500px;
}

#modal-to-basket-info .modal-dialog {
	margin-top: 160px; width: 430px;
}
#modal-to-basket-info .add-to-basket-notice {
	padding: 2px 0 0 0;
}
#modal-to-basket .modal-dialog {
	margin-top: 100px;
}
#modal-to-basket .modal-body {
	padding: 0 25px
}
#modal-to-basket .modal-content-header {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 0;
	border-bottom: 1px solid #666;
	font-size: 16px;
	font-weight: bold
}
#modal-to-basket .modal-content-footer {
	float: left;
	width: 100%;
	height: 50px;
	margin: 0 0 15px 0;
	padding-top: 5px;
	border-top: 1px solid #666;
}
#modal-to-basket .item-wrap {
	overflow: hidden;
	width: 100%;
}

#modal-to-basket .item {
	position: relative;
	float: left;
	width: 200px;
	height: 260px;
	margin-right: 10px;
	color: inherit;
}
#modal-to-basket .item:hover {
	color: inherit;
}
#modal-to-basket .item-menu {
	width: 100%;
	height: 34px;
	margin: 5px 0 1px 0;
	text-align: center;
}
#modal-to-basket .item-menu .delete-confirm {
	display: none;
	position: absolute;
	left: 49px;
	top: 25px;
	width: 98px;
	height: 54px;
	padding: 12px 8px 0 8px;
	border: 2px solid #999;
	z-index: 111;
	background-color: white;
}
#modal-to-basket .item-menu .delete-confirm .yes,
#modal-to-basket .item-menu .delete-confirm .no {
	text-align: center;
	padding: 7px 0 0 0;
	width: 35px;
	height: 30px;
	color: white;
	font-size: 12px;
	cursor: pointer;
}
#modal-to-basket .item-menu .delete-confirm .yes {
	float: right;
	background-color: #BDC405;
}
#modal-to-basket .item-menu .delete-confirm .no {
	float: left;
	background-color: #DA2128;
}
#modal-to-basket .ico-delete {
	position: relative;
	display: inline-block;
	margin: 3px;
	z-index: 112;
	background-color: white;
}

#modal-to-basket .item .overlay {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 140px;
	margin: 0 auto;
	padding: 0;
	background-color: rgba(255,255,255,0.3);
	z-index: 2;
}
#modal-to-basket .item:hover .overlay {
	display: block;
}
#modal-to-basket .item .image {
	position: relative;
	width: 100%;
	height: 140px;
	margin: 0 auto;
	padding: 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}
#modal-to-basket .item .image img {
	position: absolute;
	width: 70%;
}
#modal-to-basket .item .image .element-left {
	left: -10px;
	top: -10px;
}
#modal-to-basket .item .image .element-right {
	left: 70px;
	top: -10px;
}
#modal-to-basket .item .description {
	float: left;
	width: 100%;
	/*height: 60px;*/
	padding: 0;
	line-height: 13px;
	font-size: 12px;
	font-weight: normal;
	box-sizing: border-box;
	color: #585858;
	padding-left: 10px;
}
#modal-to-basket .item .description .item-size {
	font-size: 11px;
}
#modal-to-basket .item .description p {
	margin: 0;
}
#modal-to-basket .item .description .item-name {
	font-weight: bold;
	font-size: 14px;
}
#modal-to-basket .item .description .item-size {
	font-size: 11px;
}
#modal-to-basket .item .item-price {
	float: left;
	width: 100%;
	height: 30px;
	margin-top: 5px;
	padding-top: 9px;
	text-align: right;
	font-size: 12px;
	border-top: 1px solid #666;
}

#modal-to-basket .modal-summary {
	color: #585858;
	font-size: 16px;
	margin-right: 15px;
	margin-top: 10px;
}
#modal-total-count,
#modal-total-price {
	font-weight: bold;
}</pre></body></html>