@font-face {
    font-family: 'E111viva';
    src: url('/inc/fontsE111Viva.ttf') format('truetype');
}

body {
	margin:0;
	background:#f0eee9 top repeat-x url(./../images/bg.jpg);
	/*font-family: Arial,Verdana,Tahoma,sans-serif;
	font-family: 'Times New Roman',Times,serif;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;	*/
	font-family: 'Tinos', serif;
	color:#666;
	font-size:16px;
}

/* all */
::-webkit-input-placeholder { color:#999; font-style:italic; }
::-moz-placeholder { color:#999; font-style:italic; } /* firefox 19+ */
:-ms-input-placeholder { color:#999; font-style:italic; } /* ie */
input:-moz-placeholder { color:#999; font-style:italic; }

a {
	color:#cab308;
}

img {
	border:none;
}

div.clear {
	clear:both;
}

div#content {
	background: center top no-repeat url(./../images/header.jpg);
	min-height: 500px;
}

div#rightColumn {
	width:280px;
	float:right;
	height:500px;
	border-left:#FFF 1px solid;	
}

div#upHeader {
	width:1000px;
	height:150px;
	margin:0px auto;
	position:relative;
}

div#content a.logo {
	left:50%;
	margin-left:-580px;
	position:absolute;
	top:10px;
	background:no-repeat left top url('./../images/webLogo.png');
	display:block;
	width:300px;
	height:130px;
}

div#upHeader div.mainMenu {
	position:relative;
	padding-top:60px;
	width:800px;
	float:right;
	z-index:99;
}

div.mainMenu ul.mainMenuUl  {
	width:800px;
	list-style:none;
}

div.mainMenu ul#mainMenuUl li  {
	text-align:left;
	position:relative;
	display:block;
	padding: 0px 15px;
	float:right;
	zoom: 1;
	
}
div.mainMenu ul#mainMenuUl li a {
	
	font-size:14px;
	text-transform:capitalize;
	text-decoration:none;
	padding:10px 2px 22px;
	color:#c1c1c1;
	display:inline-block;
}

div.mainMenu ul#mainMenuUl li a:hover {
	color:#796C04;
}

div#footer {
	font-size:12px;
	color:#999;
	border-top:#e1dede 1px solid;
	width:1000px;
	margin:50px auto;
}

div#content div#siteContent {
	margin: 0px auto;
	width:1000px;
}

div#siteContent div.content {
	/*background-color:#FFF;*/
	width:700px;
	float:left;
}
div#siteContent div.content  div.text_art {
	padding:20px;
}

div.text_artList .articleListItem,
.text_art {
	margin-bottom:20px;
	padding:20px 20px 40px;
	background:rgba(255,255,255,0.8);
	position:relative;
	box-shadow:5px 5px 1px rgba(202,179, 8, 0.2);
	-webkit-box-shadow:5px 5px 1px rgba(202,179, 8, 0.2);
	-moz-box-shadow:5px 5px 1px rgba(202,179, 8, 0.2);
}

div.text_artList .articleListItem h1,
.text_art h1 {
	border-bottom:#CAB308 2px solid;
}

div.text_artList .articleListItem img,
.text_art img {
	max-width:100%;
}
div.text_artList .articleListItem a.moreLink {
	float:right;
	background-color:#CAB308;
	color:#FFF;
	padding:4px 10px;
	display:block;
	text-decoration:none;
	position:absolute;
	right:5px;
	bottom:5px;
	font-family: 'Tinos', serif;	
	box-shadow: inset 1px 1px 1px rgba(88,79, 8, 0.2);
	-webkit-box-shadow: inset 1px 1px 1px rgba(88,79, 8, 0.2);
	-moz-box-shadow: inset 1px 1px 1px rgba(88,79, 8, 0.2);
}

div.mainMenu ul#mainMenuUl li.mLevel1 ul, 
div.mainMenu ul#mainMenuUl li.mLevel1_bip ul {
	left:0;
	clear: both;
    background:#AC9A06;
    /*border: 1px solid #cab308;
	border-top:none;*/
    display: none;
    margin:0;
	padding: 10px 0;
    position:absolute;
    z-index: 99;
	max-width:250px;
	-webkit-box-shadow: 0px 10px 10px rgba(5, 5, 5, 0.4);
	-moz-box-shadow: 0px 10px 10px  rgba(5, 5, 5, 0.4);;
	box-shadow: 0px 10px 10px  rgba(5, 5, 5, 0.4); 
}


div.mainMenu ul#mainMenuUl ul ul {
    left: 100%;
    top: 0;
}

#pageNav {
	margin:5px auto;
	padding:20px 10px;
	text-align:center;
	clear:both;
}

#pageNav .pageCount {
	text-align:right;
	padding:10px 0px;
	font-size:13px;
	color:#AC9A06;
	border-bottom:#AC9A06 1px dotted;
	margin-bottom:10px;
}

#pageNav .pPage {
	float:left;
	font-size:13px;
	color:#AC9A06;
}

#pageNav span.pageNumOn,
#pageNav a {
	margin:0px 5px;
	padding:3px;
	text-decoration:none;
	text-shadow:1px 1px 0px #FFF;
	-moz-text-shadow:1px 1px 0px #FFF;
	-webkit-text-shadow:1px 1px 0px #FFF;
}

#pageNav a.pageNum {
	background:#FFF;
	
}

#pageNav span.pageNumOn {
	color:#FFF;
	background:#CAB308;
	text-shadow:-1px -1px 0px #AC9A06;
	-moz-text-shadow:-1px -1px 0px #AC9A06;
	-webkit-text-shadow:-1px -1px 0px #AC9A06;
}

.articleCategory {
	color: #CAB308;
    font-size: 22px;
    margin: 10px 0;
    padding: 10px 0;
    text-transform: uppercase;
}

div.mainMenu ul#mainMenuUl li.mLevel1 {

    list-style: none outside none;
    text-align: center;
}

div.mainMenu ul#mainMenuUl li ul li a {
	padding:5px 10px 5px 0px;
	white-space: nowrap; 
    color: #FFF;
    font-size: 10px;
    text-decoration: none;
}

div.mainMenu ul#mainMenuUl li ul li a:hover {
    color: #cab308;
 }

div.mainMenu ul#mainMenuUl li.mLevel1 a span {
    text-transform:uppercase;
}

div.mainMenu ul#mainMenuUl li ul li {
	position:relative;
	padding:5px 10px;
	width:200px;	
    list-style: none;
	display:block;
    text-align: left;
	float:left;
}

div.mainMenu ul#mainMenuUl li.mLevel1, div.mainMenu ul#mainMenuUl li.mLevel1_bip {
    list-style: none outside none;
    text-align: center;
}


/****** KOLEKCJA **********/

a.GalleryPhotoLink {
	min-height:130px;
	display:block;
}

img.productMiniImage {	
	display:block;
	vertical-align:bottom;
}

div.productListitem,
div.productImage {
	text-align:center;
	float:left;
	padding:10px;
	background-color:#FFFFFF;
	margin:10px;
}


a.prevProduct,
a.nextProduct {
	width:80px;
	height:100px;
	margin:0px 20px;
	transition-duration: 0.5s;
    transition-property: all;
	padding-top:100px;
	text-decoration:none;
	font-size:12px;
	position:relative;
}

a.prevProduct img,
a.nextProduct img {
	max-width:50px;
	max-height:50px;
	margin:5px auto;
	display:block;
	border:#DDD 1px solid;
	transition-duration: 0.5s;
    transition-property: all;
	padding:5px;
	background:#FFF;
	box-shadow:inset 2px 2px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 2px 2px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 2px 2px 1px rgba(0,0,0,0.1);
}

a.nextProduct {
	background:center 30px  no-repeat  url(/images/next.png);
	float:right;
	text-align:center;
	border-left:#FFF 1px dashed;
	box-shadow:inset 2px 2px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 2px 2px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 2px 2px 1px rgba(0,0,0,0.1);
}

a.prevProduct {
	background: center 30px  no-repeat  url(/images/prev.png);
	float:left;
	text-align:center;
	border-right:#FFF 1px dashed;
	box-shadow:inset -2px 2px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:inset -2px 2px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset -2px 2px 1px rgba(0,0,0,0.1);
}

a.nextProduct:hover {
	background:35px 30px  no-repeat  url(/images/nextOn.png) rgba(255,255,255,0.5);
	display: block;
}

a.prevProduct:hover {
	background:10px 30px  no-repeat url(/images/prevOn.png) rgba(255,255,255,0.5);
}

a.nextProduct:hover  img,
a.prevProduct:hover  img {
	display:block;
}


div.collectionList div.productListitem,
div.productImage {
	-webkit-box-shadow: -2px 2px 2px 2px rgba(5, 5, 5, 0.1);
	-moz-box-shadow: -2px 2px 2px 2px rgba(5, 5, 5, 0.1);;
	box-shadow: -2px 2px 2px 2px rgba(5, 5, 5, 0.1); 
}

div.collection {
	background-color:#FFF;
	padding:10px;
	margin-bottom:20px;
	-webkit-box-shadow: -2px 2px 2px 2px rgba(5, 5, 5, 0.1);
	-moz-box-shadow: -2px 2px 2px 2px rgba(5, 5, 5, 0.1);;
	box-shadow: -2px 2px 2px 2px rgba(5, 5, 5, 0.1);
}

div.collection a.showMore {
	float:right;
	color:#cab308;
}

div.productListitem a.showMore {
	display:block;
	font-size:12px;
	text-decoration:none;
}

div.collection h2 {
	color:#cab308;
}

div.productDescription {
	float:left;
	margin-left:20px;
}

div.productDescription h1 {
	color:#333;
	margin:2px;
}
div.productDescription h3 {
	font-size:14px;
	font-weight:normal;
	margin:2px;
	color:#900;
}

/***** END KOLEKCJA ********/
div#cookiesAlert {
	font-size:11px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:absolute;
	top:100px;
	left:50px;
	color:#333;
	background-color:#EEE;
	border:#cab308 1px solid;
	border-top:25px #cab308 solid;
	border-bottom:3px #cab308 solid;
	padding:20px;
	width:150px;
	z-index:199;
	-moz-box-shadow: 3px 3px 2px #666;
	-webkit-box-shadow: 3px 3px 2px #666;
	box-shadow: 3px 3px 2px #666;
}

div#cookiesAlert a {
	color:#C00;
}

div#cookiesAlert a.closeCookiesAlert {
	position:absolute;
	top:-20px;
	right:10px;
	color:#FFF;
	font-size:11px;
	text-decoration:none;
}

/********* Login Panel *********/

#loginPanel {
	width:200px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-110px;
	padding:10px 20px;
	background:rgba(255,255,255,0.7);
	box-shadow:0px 6px 15px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 6px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 6px 15px rgba(0,0,0,0.2);
	z-index:102;
	border-bottom:#877905 2px solid;
	border-top:6px solid #C5B743;
}
#loginPanel h3,
#fullLoginPanel h3 {
	font-family: 'Great Vibes', cursive;
	color:#877905;
	font-size:30px;
	text-align:center;
	margin:10px 0px;
}

#fullLoginPanel {
	width:50%;
	margin:20px auto;
}

#loginPanel input[type=text],
#loginPanel input[type=password],
#fullLoginPanel input[type=text],
#fullLoginPanel input[type=password] {
	width:90%;
	padding:5px 5%;
	background:#FFF;
	border:#D3C348 1px solid;
	margin-bottom:5px;
	color:#666;
	font-size:13px;
}

#loginPanel input[type=submit],
#fullLoginPanel input[type=submit] {
	background-color:#CAB308;
	padding:5px 10px;
	float:right;
	border:#F9E653 1px solid;
	box-shadow: inset 0px 0px 10px rgba(121,108,4,0.5);
	color:#FFF;	
}

#loginPanel a {
	display: block;
    float: left;
    font-size: 14px;
    padding-top: 6px;
	color:#999;
}

#loginPanel input[type=submit]:hover,
#fullLoginPanel input[type=submit]:hover {
	background:#F9E653;
	color:#796C04;
}

#panelMenu {
	top:10px;
	right:15px;
	position:absolute;	
	z-index:100;
}

#panelMenu a {
	cursor:pointer;
	text-decoration:none;
	float:left;
	margin:0px 0px 0px 20px;
	font-size:14px;
}

#panelMenu .loginBtn,
#panelMenu .logoutBtn {
	background:no-repeat left center url('./../images/loginIco.png');
	display:block;
	padding-left:20px;
}

a.czcionkiPDF {
	background:no-repeat left center url('./../images/pdf_ico.png');
	width:20px;
	height:20px;
	display:block;
	float:right;
}

.error {
	color:#C00;
}

.konf {
	padding:10px;
	clear:left;
}
.cenaDetal {
	margin-top:10px;
	clear:both;
	border-bottom:1px dotted #CAB308;
	background-color:#FFF;
	color:#CAB308;
}

.photo {
	text-align:center;
}

.konf label {
	display: block;
    float: left;
    padding-right: 10px;
    text-align: right;
    width: 135px;
}

.konf img {
	background:#FFF;
	padding:5px;
	border:1px solid #CCC;
}
.konf div {
	float:left;
}

.konfiguratorPrawa, 
.konfiguratorLewa,
#CenySklep {
	float:left;
	width:47%;
	padding:1%;
}
.konfiguratorLewa {

}

.konfiguratorPrawa,
#CenySklep {
	margin-bottom:10px;
	background:rgba(255,255,255,0.5);
	box-shadow:5px 6px 5px rgba(100, 100, 100, 0.2);
	-moz-box-shadow:5px 6px 5px rgba(100, 100, 100, 0.2);
	-webkit-box-shadow:5px 6px 5px rgba(100, 100, 100, 0.2);
}
#CenySklep {
	background:#FFF;
}

.konfiguratorPrawa .konf span {
	width:80px;
	padding-right:5px;
	font-weight:bold;
	float:left;
	display:block;
	text-align:right;
	border-bottom:#CCC 1px dashed;
}

.submitBtn {
	cursor:pointer;
	background:#F9E653;
	padding:5px 20px;
	border:#796C04 1px solid;
	color:#796C04;
	float:right;
	margin:10px 0px;
}

.realizujBtn,
.usunBtn {
	cursor:pointer;
	background:#F9E653;
	padding:2px 10px;
	font-size:11px;
	border:#796C04 1px solid;
	color:#796C04;
}

.usunBtn {
	background:#ed1c24;
	border:#ad141a 1px solid;
	color:#FFF;
}

.submitBtn:hover,
.realizujBtn:hover,
.usunBtn:hover {
	background:#FFF;
	border:#796C04 1px solid;
	color:#796C04;
}

.noEditable {
	background:none;
	border:none;
	color:#796C04;
}

#listaZamowien {
	width:100%;
}

#listaZamowien td {
	font-size:12px;
	text-align:right;
}
#listaZamowien th {
	font-size:13px;
	text-align:right;
}

#valuationForm td span {
	color:#F00;
	padding-left:3px;
}

#valuationForm input[type=text],
#valuationForm input[type=email],
#valuationForm input[type=tel],
#valuationForm textarea {
	width:300px;
	padding:5px 10px;
	color:#666;
	border:#CCC 1px solid;
	margin-left:10px;
}

td.tdLabel {
	text-align:right;
	vertical-align:top;
}

table tr.status1 td,
option.status1 {
	background-color:#f3f0e8;
}
table tr.status2 td,
option.status2 {
	background-color:#f3f0e8;
	color:#666;
}
table tr.status3 td,
option.status3 {
	background-color:#e1a6a6;
	color:#FFF;
}
table tr.status4 td,
option.status4 {
	background-color:#cde1a6;
}
table tr.status5 td,
option.status5 {
	background-color:#a6e1de;
}
table tr.status6 td,
option.status6 {
	background-color:#a6d2e1;
}

table tr.orderProperties {
	background-color:#FFF;
}
table tr.orderItem {
	cursor:pointer;
}

table tr.orderItem td:hover {
	background-color:#FFF !important;
	color:#333;
}

.nav {
    line-height: 22px;
    margin: 0;
    padding: 0;
    position: relative;
	float:right;
}
.nav > li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
.nav > li > a {    
    color:#c1c1c1;
    display: block;
    font-family: "Open Sans Condensed",Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease-in 0s;
}
.nav > li > a:hover, .nav > li:hover > a {
    color: #cab308;
}
.nav > .dropdown > a {
    padding: 10px 30px 10px 20px;
}
.dropdown > a:after {
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    content: "";
    height: 7px;
    position: absolute;
    right: 10px;
    top: 17px;
    transform: rotate(45deg);
    width: 7px;
}
.dropdown > a:hover:after, .dropdown:hover > a:after {
    border-color: #cab308;
}
.nav ul {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
}
.nav ul li {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -9999px;
    transition: height 0.2s ease-in 0s;
}
.dropdown:hover > ul > li {
    height: 30px;
    position: relative;
    top: auto;
}
.nav ul li a {
    background: none repeat scroll 0 0 rgba(59, 53, 10, 0.8);
    color: #bbb;
    display: block;
    font-family: "Open Sans Condensed",Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 4px 20px;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease-in 0s, background 0.3s ease-in 0s;
    width: 180px;
}
.nav ul li:hover > a, .nav ul li a:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    color: #cab308;
}
.nav ul .dropdown:hover ul {
    left: 220px;
    top: 0;
}
.nav ul .dropdown a:after {
    border-bottom: 0 none;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 6px;
    top: 12px;
    width: 6px;
}
.nav ul .dropdown:hover > a:after, .nav ul .dropdown > a:hover:after {
    border-right: 1px solid #cab308;
    border-top: 1px solid #cab308;
}

#productPage {
	padding-top:30px;
}

/********** BreadCrumbs ************/

div#breadCrumbs {
	padding:10px 0px;
	overflow: hidden;
	display:block;
	font-size:13px;
	color:#999;
	margin-bottom:10px;
}

div#breadCrumbs ul {
	 list-style: none outside none;
	 vertical-align: baseline;
	 padding:0px;
	 margin:0px;
}

div#breadCrumbs ul li {
	padding-left:5px;
	float: left;
}

div#breadCrumbs ul li a {	
	text-decoration:none;
}

#upHeader #productSearcher {
	position:absolute;
	top:10px;
	left:50%;
	width:400px;
	margin-left:-200px;
	z-index:101;
}

#productSearcher {
	text-align:center;
}

#productSearcher input[type=text]{
	padding:5px 10px 5px 30px;
	background:left no-repeat url('../images/searchIco.png');
	border:none;
	border-bottom:#D3C348 1px dashed;
	color:#666;
	font-size:13px;
	transition-duration: 0.5s;
    transition-property: all;
}

#productSearcher input[type=text]:focus {
	background-color:#FFF;
}

#productSearcher input[type=submit] {
	background-color:#D3C348;
	padding:4px 10px;
	border:none;
	border:#D3C348 1px dashed;
	color:#FFF;	
}
#productSearcher input[type=submit]:hover {
	background-color:#FFF;
	color:#D3C348;
}