/*
pomarańcz	#FF7700
szary		#999999
c.szary		#666666
j.szary		#DDDDDD
b.j.szary	#EEEEEE
*/





body {
 margin:0px; 
 background: url(/images/background-home.gif) #FFF repeat-x !important;
 font-family: calibri, Trebuchet MS, Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: normal;
 color: #666666;
 line-height: 1.5em;
}

p {
 font-family: calibri, Trebuchet MS, Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: normal;
 color: #666666;
 line-height: 1.5em;
}

h1 {
 margin: 0px 0px 0px 0px;	/* top right bottom left */
 color: #D0D0D0;
 font-size: 1px;
 font-weight: normal;
 text-align: center;
 line-height: 1em;
}

h2 {
 margin: 0px 0px 5px 0px;	/* top right bottom left */
 font-size: 13px;
 font-weight: normal;
 color: #BF3047;
}

.h2_list {
	font-size: 12px;
}

h3 {
 margin: 0px;
 font-size: 13px;
 font-weight: normal;
 color: #BF3047;
}

h4 {
 margin: 0px;
 font-size: 13px;
 font-weight: normal;
 color: #999999;
}

.box_header {
 margin: 0px 0px 12px 0px;	/* top right bottom left */
 font-size: 16px;
 font-weight: normal;
 color: #BF3047;
 line-height: 1.1em;
}

.small {
 font-size: 11px;
}

.lh12 {
	line-height: 12px;
}
.tdpad5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.bold {
 font-weight: bold;
}

.customer_colour {
 color: #BF3047;
}

.h4_colour {
 color: #999999;
}

.formbuttonorange.nowidth {
	width: auto;
	min-width: 60px;
	padding-left: 3px;
	padding-right: 3px;
}

table {
 font-size: 13px;	
}

#contentpage {
 margin: 0 auto; 
 width: 970px;
}

#margin_content {
 width: 5px;
 height: 700px;
 background: url(/images/background-content.gif) repeat-x;
 float: left;
}

#content {
 width: 960px;
 float: left;
 background-color: white;
}

.formfield, .file, .formbutton { 
	font-family: Calibri, Verdana; 
	font-size: 12px; 
	border: 1px solid #999999; 
	background-color: #FFFFFF; 
	color: #666666; 
	vertical-align: bottom; 
	margin: 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	
	box-shadow: 1px 1px 4px #DDD;
	-moz-box-shadow: 1px 1px 4px #DDD;
	-webkit-box-shadow: 1px 1px 4px #DDD;
}
.formfield { 
	padding: 3px 3px; 
}
.file { 
	cursor:pointer;  
}
.cursor {
	cursor:pointer;	
}

select.formfield {
/*	padding: 1px 1px 1px 2px;
	height: 1.75em; */
	padding: 2px;
}

.formfield option[disabled] {
	color: #CCCCCC;
}


/*
.formfield:focus, .file:focus { 
    outline:none;
    border-color: #BF3047;
    box-shadow: 0 0 3px #BF3047;
    -moz-box-shadow: 0 0 3px #BF3047;
    -webkit-box-shadow: 0 0 3px #BF3047;
}
*/



.formcheckbox { 
	margin: 0px 10px 0px 0px; 
	border: 0px none; 
	padding: 0px; 
	vertical-align: -10%; 
}

/*
input[type=checkbox].formcheckbox {
							display:none;
						}

						input[type=checkbox].formcheckbox + label.formcheckboxlabel {
							padding-left:20px;
							height:15px; 
							display:inline-block;
							background-repeat:no-repeat;
							background-position: 0 0;
							vertical-align:middle;
							cursor:pointer;
							margin: 0px 10px 3px 0px;
						}

						input[type=checkbox].formcheckbox:checked + label.formcheckboxlabel {
							background-position: 0 -15px;
						}
						
						.formcheckboxlabel{
							background-image:url(http://csscheckbox.com/checkboxes/lite-gray-check.png);
						}
						
*/

.formbutton	{ 
	font-family: Calibri, Trebuchet MS, Arial, Helvetica, sans-serif; 
	background-color:#DDDDDD; 
	padding: 0px 6px; 
	cursor:pointer; 
}

.formbuttonorange {
	width: 60px; 
	height: 21px; 
	color: #FFFFFF; 
	font-family: Calibri, Verdana; 
	font-size: 11px;
	padding: 0px 0px 3px 0px; /* było 0px 0px 2px 2px; */
	vertical-align: bottom; 
	background-color: #BF3047; 
	border: 1px solid #BF3047; 
	cursor:pointer;

	background: #BF3047;  /* Old browsers */
	background: -moz-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,48,71,0.6)), color-stop(100%,rgba(191,48,71,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#b3BF3047, endColorstr=#BF3047, GradientType=0 ); /* IE6-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#b3BF3047, endColorstr=#BF3047, GradientType=0 )";

	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;

	box-shadow: 1px 1px 5px #BBB;
	-moz-box-shadow: 1px 1px 5px #BBB;
	-webkit-box-shadow: 1px 1px 5px #BBB;
}

.formbuttonorange:hover { background-color: #BF3047; }


/*
.formbuttongrey_old	{ 
	font-size: 10px; 
	color: white; 
	background: url(/images/button-grey-19.gif) no-repeat; 
	width: 60px; 
	height:19px; 
	border: 0px; 
	padding: 0px 0px 2px 2px; 
	vertical-align: bottom; 
}
*/
.formbuttongrey { 
	width: 60px; 
	height: 21px; 
	color: #fff; 
	font-family: Calibri, Verdana; 
	font-size: 11px;
	padding: 0px 0px 3px 0px; /* było 0px 0px 2px 2px; */
	vertical-align: bottom; 
	background-color: #bbb; 
	border: 1px solid #888; 
	margin: 0px 5px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}




.calcvalue			{ width:79px; text-align:right; border:0px; padding:1px 2px; vertical-align: baseline; 
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none; }
.calcoffer			{ width:90px; text-align:right; }

.calcreadonly { 
	background-color: #F3F3F3; 
}
.calcreadonly:focus {
	border-color: #999999;
}


.rounded_corners {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

.shadow {
	box-shadow: 1px 1px 5px #BBB;
	-moz-box-shadow: 1px 1px 5px #BBB;
	-webkit-box-shadow: 1px 1px 5px #BBB;
}

.lightshadow {
	box-shadow: 1px 1px 4px #DDD;
	-moz-box-shadow: 1px 1px 4px #DDD;
	-webkit-box-shadow: 1px 1px 4px #DDD;
}


.search	{
 color: #AAAAAA;
 background: url(/images/lupa.gif) no-repeat right;
}

.searchon {
 color: #666666;
}



/* ikonki za "karteczki" */
a.newmenu {
 color: #FFFFFF; 
 text-decoration: none; 
 font-weight: normal; 
 padding: 4px 10px; 
 background-color: #BF3047; 
 border: 1px solid #BF3047; 
 margin: 0px 5px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;
 width: auto;
 height: auto;
 float: left;
 text-align: center;

	background: #BF3047;  /* Old browsers */
	background: -moz-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,48,71,0.6)), color-stop(100%,rgba(191,48,71,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#b3BF3047, endColorstr=#BF3047, GradientType=0 ); /* IE6-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#b3BF3047, endColorstr=#BF3047, GradientType=0 )";
}

a.newmenu:hover {
 background-color: #BF3047; 
}

a.newmenu.selected {
 color: #999;  
 background: none;
 background-color: #f3f3f3; 
 border: 1px solid #ccc;
 cursor: auto;
}

a.newmenu.big {
 padding: 7px 30px;
}




/* UPLOAD */
#visualization_fileUploader {
/*	background: url(/images/button-BF3047-19_upload_1.gif) no-repeat; */
	background: url(/images/button-19_upload_1.gif) no-repeat;
	background-color: #BF3047;  /* Old browsers */

	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;

	box-shadow: 1px 1px 5px #BBB;
	-moz-box-shadow: 1px 1px 5px #BBB;
	-webkit-box-shadow: 1px 1px 5px #BBB;
}


#visualization_fileUploader object {
	width: 20px;
}

.image_delete_link {
	cursor: pointer;
}


/* Header */

#header {
 width: 960px;
 min-height: 180px;
 background-color: #FFFFFF;
 text-align: left;
}

#header_homepage_info {
 color: #BF3047;
 margin: 15px 10px;
 padding: 0px 15px;
 border: 1px solid #ddd;
 background: #f3f3f3;
}

.headerpartnerlogo {
 height: 35px;
 margin-right: 15px;
}

#headerflags {
 height: 20px;
 padding: 20px 20px 0px 0px;
}

#headerflags a { color: #BF3047; text-decoration: none; font-weight: bold; }
#headerflags a:hover img {
	box-shadow: 0 0 3px #CCC;
	-moz-box-shadow: 0 0 3px #CCC;
	-webkit-box-shadow: 0 0 3px #CCC;
}
/*
#headerlogin {
 height: 50px;
 padding: 0px 15px 5px 0px;
}

#headerlogin a { color: #FFFFFF; text-decoration: none; font-weight: normal; }
*/

#headerloging {
 height: 50px;
 padding: 0px 15px 5px 0px;
 margin: 0px;
}

#headerloging .ukraina img {
	margin-top: 5px;
	margin-right: 30px;
	border: none;
}




#headersearch {
 height: 30px;
 padding: 10px 20px 5px 0px;
}

#headermenu {
 margin: 0px 17px;
 font-size: 16px;
 font-weight: bold;
 color: #999999;
 height: 25px;
}

#headermenu a {
	color: #666666; 
	text-decoration: none; 
	font-weight: normal;
	padding: 4px 9px;
	border: 1px solid #FFF;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;
}

/*
#headermenu a:hover		{ color: #FFFFFF; background-color: #BF3047; }
*/
#headermenu a:hover {
	color: #FFFFFF;
	border: 1px solid #BF3047;
	background: #BF3047;  /* Old browsers */
	background: -moz-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,48,71,0.6)), color-stop(100%,rgba(191,48,71,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#b3BF3047, endColorstr=#BF3047, GradientType=0 ); /* IE6-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#b3BF3047, endColorstr=#BF3047, GradientType=0 )";
	box-shadow: 1px 1px 5px #CCC;
	-moz-box-shadow: 1px 1px 5px #CCC;
	-webkit-box-shadow: 1px 1px 5px #CCC;
}

#headermenu a.wyprz {
	color: #00980F;
	border: 1px solid #00980F;
}
#headermenu a.wyprz:hover  {
	color: #FFFFFF;
	border: 1px solid #00980F;
	background: #00980F;  /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,152,15,0.6) 0%, rgba(0,152,15,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,152,15,0.6)), color-stop(100%,rgba(0,152,15,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,152,15,0.6) 0%, rgba(0,152,15,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,152,15,0.6) 0%, rgba(0,152,15,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,152,15,0.6) 0%, rgba(0,152,15,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,152,15,0.6) 0%, rgba(0,152,15,1) 100%); /* W3C */
	box-shadow: 1px 1px 5px #CCC;
	-moz-box-shadow: 1px 1px 5px #CCC;
	-webkit-box-shadow: 1px 1px 5px #CCC;
}

#headermenu a.carebymaxim {
	float: left;
	margin-top: -5px;
	color: #FFFFFF;
	border: 1px solid #6fdcde;
	background: #6fdcde;  /* Old browsers */
	background: -moz-linear-gradient(top, rgba(111,220,222,0.6) 0%, rgba(111,220,222,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(111,220,222,0.6)), color-stop(100%,rgba(111,220,222,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(111,220,222,0.6) 0%, rgba(111,220,222,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(111,220,222,0.6) 0%, rgba(111,220,222,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(111,220,222,0.6) 0%, rgba(111,220,222,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(111,220,222,0.6) 0%, rgba(111,220,222,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#b36fdcde, endColorstr=#6fdcde, GradientType=0 ); /* IE6-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#b36fdcde, endColorstr=#6fdcde, GradientType=0 )";
	box-shadow: 1px 1px 5px #CCC;
	-moz-box-shadow: 1px 1px 5px #CCC;
	-webkit-box-shadow: 1px 1px 5px #CCC;	
}
#headermenu a.carebymaxim:hover {
	color: #6fdcde;
	background: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#b3FFFFFF, endColorstr=#FFFFFF, GradientType=0 ); /* IE6-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#b3FFFFFF, endColorstr=#FFFFFF, GradientType=0 )";
}


#headerbasket {
 height: 40px;
 padding: 15px 15px 0px 0px;
}

#headerbasket a {
 color: #FFFFFF; 
 text-decoration: none; 
 font-weight: normal; 
 padding: 4px 10px; 
 background-color: #BF3047; 
 border: 1px solid #BF3047; 
 margin: 0px 2px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;
}

#headerbasket a.ukraina {
 background-color: #FFF; 
 border: 1px solid #FFF; 
 vertical-align: top;
}
#headerbasket a.ukraina img {
	margin-top: -5px;
	margin-right: 20px;
	border: none;
}


#headerbasket .messages {
 color: #BF3047; 
 text-decoration: none; 
 font-weight: normal; 
 padding: 3px 10px; 
 background-color: #FFFFFF; 
 border: 2px solid #BF3047; 
 margin-right: 20px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;
}

#headerbasket a.gradient {
	background: #BF3047;  /* Old browsers */
	background: -moz-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,48,71,0.6)), color-stop(100%,rgba(191,48,71,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#b3BF3047, endColorstr=#BF3047, GradientType=0 ); /* IE6-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#b3BF3047, endColorstr=#BF3047, GradientType=0 )";
}

#headerbasket a.gradient:hover {
	background: #BF3047;
}
#headerbasket a.messages:hover {
	background: #F6F6F6;
}

/* Footer */

#footer {
 width: 960px;
 min-height: 100px;
 background-color: #FFFFFF;
 text-align: right;
}



/* Baner */

#slider {		/* 960x290 px */
	height: 290px;
}
#slider .nivo-controlNav {
	position:absolute;
	right:0px;	/* Put the nav below the slider */
	height: 290px;
	z-index: 1000;
	padding-top:4px;
}
#slider .nivo-controlNav img {
	display:block;	/* Unhide the thumbnails */
	position:relative;
	padding:2px;
	background-color: rgb(180,180,180);	/* było 150 */
	border: 0px solid rgb(250,250,250); /* było 1px */
	background-color: rgba(150,150,150,0.5); /* było 100 */
	border: 0px solid rgba(200,200,200,0.5); /* było 1px */
}
#slider .nivo-controlNav a {
	padding: 12px 10px 0px 10px;
	display: block;
	border: 0;
}

#slider .nivo-controlNav a.active {
	border: 0;
	display: none;
}

/*
.baner_more {
	position:absolute;
	top: 180px;
	z-index: 1000;
	width:150px; 
	height:38px; 
	background: url(/images/button-BF3047-baner.gif) no-repeat;
}

.baner_more span {
	position:relative;
	top: 10px;
	left: 55px;
	color: #DDDDDD;
}
*/

/* Home page */

#baner {			/* 960x290 px */
 background-color: #FFFFFF;
}

#menu_dolne {
 width: 960px;
 background: url(/images/background-menu-dolne.gif) no-repeat center #FFFFFF;
 text-align: left;
 margin-top: 5px;
}

.kolumna {
 width: 200px;			/* width + padding = 240px */
 text-align: left;
 padding: 10px 20px 10px 20px;	/* top right bottom left */
 float: left;
}

.kolumna ul {
 margin: 0px 0px 0px 15px;	/* top right bottom left */
 padding: 0px;
}

.kolumna ol {
 margin: 0px 0px 0px 10px;	/* top right bottom left */
 padding: 0px;
 list-style-type: none;
}

.kolumna li {
 margin: 0px;	/* top right bottom left */
	line-height: 1.3em;
	margin: 4px 0px;
}

.kolumna li.selected {
 color: #BF3047;
}

.kolumna li.selected a {
 color: #BF3047;
}

#kolumna_2 ul {
 margin: 0px;	/* top right bottom left */
 padding: 0px;
 list-style-type: none;
}

#kolumna_2 li {
 margin: 0px 0px 8px 0px;	/* top right bottom left */
 list-style-type: none;
	line-height: 1.5em;
}

.kolumna a:link		{ color: #666666; text-decoration: none; font-weight: normal}
.kolumna a:visited	{ color: #666666; text-decoration: none; font-weight: normal}
.kolumna a:active	{ color: #666666; text-decoration: none; font-weight: normal}
.kolumna a:hover	{ color: #BF3047; text-decoration: none; font-weight: normal}

.kolumna a.h1_box { 
 color: #BF3047;
}


.kolumnaicon {
 margin-top: -9px;
}

.kolumnapasek {
 padding: 15px 0px 20px 0px;
}





/* Account */

#accountmenu {
	width: 920px; 
	float: right; 
	padding: 0px 20px;
	margin-bottom: 10px;
}





/* Oferta */

#main {
 width: 960px;
 background: url(/images/background-main.gif) no-repeat #FFFFFF 50% 270px;
 text-align: left;
}

#baner_main {			/* 680x205 px */
 background-color: #FFFFFF;
}

#baner_main img {
 width: 680px;
/* height: 205px;*/
 border: 0px;
 margin-bottom: 20px;
}

.kolumna_main {
 width: 680px;			/* width + padding = 720px */
 text-align: left;
 padding: 10px 20px 10px 20px;	/* top right bottom left */
 float: left;
}

.kolumna_main a:link	{ color: #BF3047; text-decoration: none; font-weight: normal}
.kolumna_main a:visited	{ color: #BF3047; text-decoration: none; font-weight: normal}
.kolumna_main a:active	{ color: #BF3047; text-decoration: none; font-weight: normal}
.kolumna_main a:hover	{ color: #BF3047; text-decoration: none; font-weight: normal}


.special_offer {  
	margin: 0px 0px 15px 10px;
	float:right;
}
.special_offer a {
	padding: 2px 10px; 
	background-color: #BF3047; 
	background-color: #EE0000; 
 
/*	border: 2px solid #eee;
	-webkit-box-shadow: 0 0 10px rgba(48,47,47,.4);
	box-shadow: 0 0 10px rgba(48,47,47,.4); */
}
.special_offer a:link 		{ color: #FFFFFF; text-decoration: none; font-weight: bold; }
.special_offer a:visited 	{ color: #FFFFFF; text-decoration: none; font-weight: bold; }
.special_offer a:active 	{ color: #FFFFFF; text-decoration: none; font-weight: bold; }
.special_offer a:hover 		{ color: #FFFFFF; text-decoration: none; font-weight: bold; }



/* Produkty */

#produkty_main {
 margin: 5px 0px;	/* było 15 */ 
}

.produkty_main_img {
 width: 100px;
 height: 100px;
 border: 0px;
 padding: 10px;
 margin: 0px;
}

#produkty_main input {
 margin: 5px 5px 0px 0px; 
 border: 0px none;
 padding: 0px;
 vertical-align: -20%;
}

.produkt_main {
 width: 120px;			/* width + padding = 680px */
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD;
 border-right: 1px solid #DDDDDD;
 padding: 0px 7px 10px 8px;
 margin: 15px 0px 0px -1px;
 float: left;
 line-height: 1.2em;
 background: url("/images/results-bottom-gradient.png") repeat-x scroll left bottom transparent;
}

.produkt_main_img {
 width: 120px;
 height: 128px;
 padding: 0px;
 margin: 0px;
 background: url("/images/photo-border-bg.png") no-repeat;
}


/* Produkt detail */


#product_main {
 width: 960px;
 background: url(/images/background-product-detail.gif) no-repeat #FFFFFF center 70px;
 text-align: left;
}

#product_main.vizual {
 background: none;
}

#product_main .kolumna {
 width: 400px;			/* width + padding = 440px */
 text-align: left;
 padding: 10px 20px 10px 20px;	/* top right bottom left */
 float: left;
}

#product_main .kolumna_main {
 width: 480px;			/* width + padding = 520px */
 text-align: left;
 padding: 10px 20px 10px 20px;	/* top right bottom left */
 float: left;
}

#product_main .colours_img {
 cursor: pointer;
}

#product_main .stany_ilosc {
 color: #BF3047; 
 padding-right: 5px;
 text-align: right;
}

#product_main .stany_nazwa {
 padding-right: 5px;
}

#product_main .procuct_img {
 width: 400px;
 height: 400px;
 border: 1px solid #DDDDDD;
}

#product_main .procuct_mini_img {
 width: 60px;
 height: 60px;
 border: 1px solid #DDDDDD;
 margin: 5px 6px 0px 0px;
 padding: 0px;
 cursor: pointer;
}

#product_main .procuct_mini_img.last {
 margin-right: 0;
}

.product_prices {
/* position: absolute; 
 left: 1px; 
 top: 48px; 
 top: 65px;*/ 
 width: 56px; 
/* height: 17px; */
 overflow: hidden; 
/* background: rgb(255,119,0); 
 background: rgba(255,119,0,0.7); */ 
 padding: 0px 2px 2px 2px; 
/* color: white; */
 text-align: center;
 font-size: 11px;
}

#product_main .package_img {
 width: 60px;
 height: 60px;
 border: 1px solid #DDDDDD;
}

#product_main .a_packages {
 color: #666666;
}

#product_main .hline {
 margin: 20px 0px; 
 width: 480px; 
 height:1px;
}

#product_header {
 width: 920px;
 padding: 10px 20px 0px 20px;
 text-align: left;
}

#product_baner, #product_link_baner, #promobaner {
 width: 960px;
 margin: 0px 0px 10px 0px;
 overflow: hidden;
}

#product_header .selected {
 min-width: 100px;
/* background: url(/images/button-white-40.gif) no-repeat; */
 padding: 7px 10px;
 margin: 0px 10px 0px 0px;
 float: left;
 color: #999999;
 text-align: center;
 border: 1px solid #ccc;

	background: #f3f3f3;
	box-shadow: 1px 1px 5px #CCC;
	-moz-box-shadow: 1px 1px 5px #CCC;
	-webkit-box-shadow: 1px 1px 5px #CCC;
}

#product_header .link {
 min-width: 100px;
/* background: url(/images/button-BF3047-40.gif) no-repeat; */
 padding: 7px 10px;
 margin: 0px 10px 0px 0px;
 float: left;
 color: #FFFFFF;
 text-align: center;
 border: 1px solid #BF3047;

	background: #BF3047;  /* Old browsers */
	background: -moz-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,48,71,0.6)), color-stop(100%,rgba(191,48,71,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#b3BF3047, endColorstr=#BF3047, GradientType=0 ); /* IE6-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#b3BF3047, endColorstr=#BF3047, GradientType=0 )";

	box-shadow: 1px 1px 5px #999999;
	-moz-box-shadow: 1px 1px 5px #999999;
	-webkit-box-shadow: 1px 1px 5px #999999;
}
/*
#product_header .link a:link	{ color: #FFFFFF; text-decoration: none; font-weight: normal}
#product_header .link a:visited	{ color: #FFFFFF; text-decoration: none; font-weight: normal}
#product_header .link a:active	{ color: #FFFFFF; text-decoration: none; font-weight: normal}
#product_header .link a:hover	{ color: #FFFFFF; text-decoration: underline; font-weight: normal}
*/
#product_header a.link			{ color: #FFFFFF; text-decoration: none; font-weight: normal}
#product_header a.link:hover	{ background: #BF3047; }

table.stany_table {
 width: 100%;
}

table.stany_table tbody td {
/* vertical-align: top; */
 padding: 2px;
 line-height: 1.2em;
}


.logistic_tr_out {
 background-color: #FFFFFF;
}
.logistic_tr_over {
 background-color: #F0F0F0;
}


.kalkulator_detail_choosen table tbody tr.logistic_tr_out {
 background-color: inherit;
}
.askoffer_detail_choosen table tbody tr.logistic_tr_out {
 background-color: inherit;
}


/* Kalkulator */

#calculator_path {
 margin: 15px 0px;
/* border: 1px solid #DDDDDD; */
}

#calculator_path td {
 background-color: #f3f3f3;
 padding: 2px 15px;
 text-align: center;
 border: 1px solid #DDDDDD;
 color: #CCCCCC;
}

#calculator_path td.selected {
 background-color: #BF3047;
 color: white;
 border-color: #BF3047;
}


#kalkulator_header_main {
 min-height: 40px;
}

#order_header_main {
 min-height: 40px;
 margin-bottom: 15px;
}

.kalkulator_main {
 width: 120px;			/* width + padding = 680px */
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD;
 border-right: 1px solid #DDDDDD;
 padding: 0px 7px 10px 8px;
 margin: 15px 0px 0px -1px;
 float: left;
 line-height: 1.2em;
 background: url("/images/results-bottom-gradient.png") repeat-x scroll left bottom transparent;
}

.kalkulator_main img {
 width: 100px;
 height: 100px;
 border: 0px;
 padding: 10px;
 margin: 0px;
}

.kalkulator_main_img {
 width: 120px;
 height: 128px;
 border: 0px;
 padding: 0px;
 margin: 0px;
 background: url("/images/photo-border-bg.png") no-repeat;
}

.kalkulator_main a:hover h2	{ text-decoration: underline; }


#kalkulatory_main a:link	{ color: #666666; text-decoration: none; font-weight: normal}
#kalkulatory_main a:visited	{ color: #666666; text-decoration: none; font-weight: normal}
#kalkulatory_main a:active	{ color: #666666; text-decoration: none; font-weight: normal}
#kalkulatory_main a:hover	{ color: #BF3047; text-decoration: none; font-weight: normal}




.kalkulator_input {
 margin: 0px 5px 0px 3px;
 padding: 0px;
}

.kalkulator_img {
 width: 70px;
 height: 70px;
 border: 0px;
 margin: 0px;
}

.kolor_img {
 width: 20px;
 height: 20px;
 border: 0px;
 margin: 8px 0px 0px 1px;
}

.kalkulator_detail {
 width: 660px;			/* width + padding = 680px */
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD;
 border-right: 1px solid #DDDDDD;
 padding: 0px 10px 15px 10px;
 margin: 20px 0px 0px 0px;
 float: left;
 line-height: 1.2em;
 background: url("/images/results-bottom-gradient.png") repeat-x scroll left bottom transparent; 
}

.kalkulator_detail_choosen {
 width: 660px;			/* width + padding = 680px */
 background-color: #EEEEEE;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD;
 border-right: 1px solid #DDDDDD;
 padding: 10px;
 margin: 0px;
 float: left;
 line-height: 1.2em;
}

.askoffer_detail_choosen {
 width: 660px;			/* width + padding = 680px */
 background-color: #EEEEEE;
 border: 1px solid #DDDDDD;
 padding: 10px;
 margin: 20px 0px 10px 0px;
 float: left;
 line-height: 1.2em;
}

.kalkulator_color {
 background-color: #eee6e3;
}
.order_color {
 background-color: #e0eeee;
}

/*
#kalkulator_table {
 width: 100%;
}
*/
.kalkulator_table {
 width: 100%;
}

.doplaty_table {
 width: 100%;
 margin: 0px 0px 10px 0px;
}

.doplaty_table td {
 height: 19px;
 width: 50%;
}


.kalkulator_button_offer, .vis_button_view {
 float: right;
 cursor:pointer;
 color: #FFFFFF; 
 text-align: center;
 text-decoration: none; 
 font-family: Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;
 font-size: 12px; 
 font-weight: normal; 
 margin: 0px;
 padding: 7px 15px; 
 background-color: #BF3047; 
 border: 1px solid #BF3047; 
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;
 min-width: 120px;
 height: auto;

	background: #BF3047;  /* Old browsers */
	background: -moz-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,48,71,0.6)), color-stop(100%,rgba(191,48,71,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#b3BF3047, endColorstr=#BF3047, GradientType=0 ); /* IE6-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#b3BF3047, endColorstr=#BF3047, GradientType=0 )";

	box-shadow: 1px 1px 5px #999999;
	-moz-box-shadow: 1px 1px 5px #999999;
	-webkit-box-shadow: 1px 1px 5px #999999;
}

.kalkulator_button_offer:hover	{ background-color: #BF3047;}
.vis_button_view:hover			{ background-color: #BF3047;}


.kalkulator_send_offer_table {
 width:120px; 
 float:left; 
 text-align:right;
}

#transport_costs {
	border:1px solid #999999; 
	background-color:#FFFFFF;
}

#transport_costs td {
	background-color:#EEEEEE;
	padding:3px 5px;
}
 
.dishwasher_icon {
	float: left;
	vertical-align: middle; 
	margin-right: 10px;
	margin-top: 2px;
}




/* Wydarzenia */

/*
.events_main {
 width: 600px;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD;
 border-right: 1px solid #DDDDDD;
 padding: 0px 7px 10px 8px;
 margin: 15px 0px 0px -1px;
 float: left;
 line-height: 1.2em;
}

.events_main img {
 width: 110px;
 height: 110px;
 border: 0px;
 padding: 5px;
 margin: 0px;
}
*/

.event_main {
 margin: 5px 0px;
}

.event_main a:link		{ color: #666666; text-decoration: none; font-weight: normal}
.event_main a:visited	{ color: #666666; text-decoration: none; font-weight: normal}
.event_main a:active	{ color: #666666; text-decoration: none; font-weight: normal}
.event_main a:hover		{ color: #BF3047; text-decoration: none; font-weight: normal}

.event_main a:hover h2	{ text-decoration: underline; }

.event_main a.selected {
	color: #BF3047;
}




/* Maxletter */

.maxletter_main {
 margin: 10px 0px;
}

.maxletter_main a:link		{ color: #666666; text-decoration: none; font-weight: normal}
.maxletter_main a:visited	{ color: #666666; text-decoration: none; font-weight: normal}
.maxletter_main a:active	{ color: #666666; text-decoration: none; font-weight: normal}
.maxletter_main a:hover		{ color: #BF3047; text-decoration: none; font-weight: normal}

.maxletter_main a:hover h2	{ text-decoration: underline; }

.maxletter_main a.selected {
	color: #BF3047;
}
.kolumna a.max_read_archiv {
	margin-top:10px; 
	float: right; 
	color: #BF3047;
}



/* Promotions */

.promotions_main {
 margin: 5px 0px;
}

.promotions_main a:link		{ color: #666666; text-decoration: none; font-weight: normal}
.promotions_main a:visited	{ color: #666666; text-decoration: none; font-weight: normal}
.promotions_main a:active	{ color: #666666; text-decoration: none; font-weight: normal}
.promotions_main a:hover	{ color: #BF3047; text-decoration: none; font-weight: normal}

.promotions_main a:hover h2	{ text-decoration: underline; }

.promotions_main a.selected {
	color: #BF3047;
}

#promotions_main .procuct_img {
 width: 200px;
 height: 200px;
 border: 1px solid #DDDDDD;
}



/* Skype kontakt */

#skypecontacts_main {
 width: 680px;
 float: left;
}

.skype_main {
 width: 304px;			/* width + padding = 680px */
 width: 340px;
 background: url(/images/pasek-poziom.gif) no-repeat #FFFFFF center bottom;
 margin: 15px 0px 0px -1px;
 float: left;
 line-height: 1.2em;
}

.skype_main a:hover h2	{ text-decoration: underline; } 

.skype_main img {
 border: 0px;
}

.skype_face_img {
 width: 50px;
 height: 50px;
 padding: 0px 15px 25px 0px;
 margin: 0px;
}

.skype_status_img {
/* width: 114px; */
 width: 40px;
 height: 20px;
 padding: 5px 0px 0px 0px;
 margin: 0px;
 border: 0px;
}

.skype_menu {
 width: 200px;
 min-height: 420px;
 padding: 0px;
 margin: 0px;
 float: left;
}

.skype_detail {
 width: 478px;			/* width + padding = 680px */
/* border: 1px solid #DDDDDD; */
 padding: 0px;
 margin: 0px;
 line-height: 1.2em;
 float:left;
}

.skype_detail_td_pad {
 padding-top: 300px;
}
.skype_qr_code {
 padding-top: 100px;
 max-width: 210px;
}


.skype_toggle_link {
/* background-color: #BF3047; */
/* background: url(/images/button-orange-22x180.gif) no-repeat; */
 display: block;
 margin: 4px 10px 4px 0px;
 padding: 2px 10px 2px 20px;
 color: white;
 text-decoration: none;
 cursor: default;
 border: 1px solid #BF3047;
 
 	background: #BF3047;  /* Old browsers */
	background: -moz-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,48,71,0.6)), color-stop(100%,rgba(191,48,71,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#b3BF3047, endColorstr=#BF3047, GradientType=0 ); /* IE6-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#b3BF3047, endColorstr=#BF3047, GradientType=0 )";

	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;

	box-shadow: 1px 1px 3px #BBB;
	-moz-box-shadow: 1px 1px 3px #BBB;
	-webkit-box-shadow: 1px 1px 3px #BBB;
}

a.skype_toggle_link:link {
 color: white;
}
a.skype_toggle_link:visited {
 color: white;
}
a.skype_toggle_link:active {
 color: white;
}
a.skype_toggle_link:hover {
 color: #BF3047;
/* background: url(/images/button-grey-22x180.gif) no-repeat; */
 background: #EEE;
 border: 1px solid #CCC;
}





/* Kontakt */

#contactcontacts_main {
 width: 680px;
 float: left;
}

.contact_main {
 width: 644px;			/* width + padding = 680px */
 width: 680px;
 margin: 15px 0px 0px -1px;
 float: left;
 line-height: 1.2em;
}

.contact_main img {
 border: 0px;
 padding: 0px;
 margin: 0px;
}

.contact_main a:hover h2	{ text-decoration: underline; } 




/* Designers */

.designers_img {
	width: 220px;
	float:left;
}
.designers_pasek {
	width: 20px;
	float: left;
}
.designers_txt {
	width: 420px;
	text-align: justify;
	float: left;
}




/* Registration */

#registration b {
 font-size: 13px;
 font-weight: normal;
 color: #BF3047;
}

#registration input {
 margin-right: 20px;
}

#registration input.grey {
 margin-right: 0px;
 background-color: #EEEEEE;
}

#registration input.white {
 margin-right: 0px;
 background-color: #FFFFFF;
}

#registration textarea {
 margin-right: 20px;
 vertical-align: top;
}

#registration a:link	{ color: #BF3047; text-decoration: none; font-weight: normal}
#registration a:visited	{ color: #BF3047; text-decoration: none; font-weight: normal}
#registration a:active	{ color: #BF3047; text-decoration: none; font-weight: normal}
#registration a:hover	{ color: #BF3047; text-decoration: underline; font-weight: normal}

#registration a.del:link	{ color: #999999; text-decoration: none; font-weight: bold; border:1px solid #666666; background-color: #FFFFFF; padding: 0px 5px; }
#registration a.del:visited	{ color: #999999; text-decoration: none; font-weight: bold; border:1px solid #666666; background-color: #FFFFFF; padding: 0px 5px; }
#registration a.del:active	{ color: #999999; text-decoration: none; font-weight: bold; border:1px solid #666666; }
#registration a.del:hover	{ color: #FFFFFF; text-decoration: none; font-weight: bold; border:1px solid #666666; background-color: #FF0000; }

#registration .formbuttonorange {
	padding: 0 0 1px;
}

#company_colour .profile {
 width:15px; 
 height:15px; 
 border:1px solid #FFFFFF; 
 cursor:pointer;
}
#company_colour .profile:hover {
 border:1px solid #000000;
}
#company_colour .profile.selected {
 border:1px solid #000000; 
}

.profile_a {
	color: #BF3047;
	text-decoration: none; 
	font-weight: bold;
}

.pad_left {
	padding-left: 5px;
}

.pad_right {
	padding-right: 5px;
}








/* do input type=file */
.file_input_textbox
{
	float: left;
	border: 1px solid #999999;
	color: #666666;
	font-family: Calibri, Verdana;
	font-size: 12px;
	padding: 2px;
	vertical-align: bottom;
}
.file_input_div
{
	position: relative; 
	width: 82px; 
	height: 19px; 
	overflow: hidden;
}
.file_input_button
{
	width: 80px; 
	height: 19px;
	position: absolute; 
	top: 0px;
	left: 2px;
/*	background: url(/images/button-BF3047-19.gif) 0 0 no-repeat;*/
	background-color: #DDDDDD;
	color: #666666;
	border: 1px solid #999999;
	font-size: 11px; 
	padding: 0 0 2px 2px;
    vertical-align: bottom;
}
.file_input_hidden
{
	font-size: 45px; 
	position: absolute; 
	right: 0px; 
	top: 0px; 
	opacity: 0; 
/*	cursor: hand;
	cursor: pointer;
*/	
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0;
}






/* Wizualizacja */


#chooseFile img {
	border: 1px solid #DDDDDD;
	margin: 2px 2px 0px 0px; 
	padding: 2px;
}

#vis_view {
	position: relative;
}

#preview{
	position:absolute;
	border:1px solid #999;
	background:#fff;
	padding:3px;
	display:none;
	color:#666;
	text-align: center;
}

#preview img {
	margin-bottom: 2px;
	border:1px solid #999;
}

.vis_window {
	width: 500px;
	height: 500px;
	border: 1px solid #999;
}


.vis_button_view {
 width: 130px;
}



.ph {
	overflow: hidden;
	border: 1px dashed black;
	cursor: move;
	position: absolute;
}

.printbox{
	border: 1px dashed #bbb;
	position: absolute;
}

.active {
	border: 1px dashed red;
}





.hidden {
 visibility: hidden;
 height: 0px;
}

.none {
 display: none;
}
 



#archival_xmases {
	width: 680px;
}
#archival_xmases img {
	width: 200px;
	height: 200px;
	border: solid 1px #999;
	margin: 0px 20px 20px 0px;
}



#message_info_window {
	width:560px;
	border: solid 1px #eee;
	background-color: #ddd;
	padding: 5px 20px;
}



#social {
	position: fixed;
	right: 0px;
	top: 50%;
	width: 40px;
	height: 150px;
	z-index: 9989;
}

.fb-slider {
	position: fixed;
	right: -296px;
	width: 336px;
	height: 41px;
	z-index: 9991;
}

.fb-slider .fb-body, .fb-slider a {
	float: left;
}
.fb-slider .fb-body {
    background: none repeat scroll 0 0 white;
    border: 3px solid #3A5A95;
}
.fb-slider a img {
    border: 0 none !important;
    float: left;
}

.yt-slider {
    position: fixed;
    right: -212px;
	width: 252px;
    height: 41px;
    margin-top: 45px;
    z-index: 9992;
}
.yt-slider .yt-body, .yt-slider a {
    float: left;
}
.yt-slider .yt-body {
    background: none repeat scroll 0 0 #4F4F4F;
    padding: 34px;
    width: 144px;
}

.gp-slider {
    position: fixed;
    right: -212px;
	width: 252px;
    height: 41px;
    margin-top: 90px;
    z-index: 9993;
}

.pi-slider {
    position: fixed;
    right: -262px;
	width: 302px;
    height: 41px;
    margin-top: 135px;
    z-index: 9994;
}
.pi-slider .pi-body, .pi-slider > a {
    float: left;
}
.pi-slider .pi-body {
    background: none repeat scroll 0 0 white;
    border: 1px solid #DDDDDD;
    overflow: hidden;
    width: 250px;
}
.pi-slider a img {
    border: 0 none !important;
    float: left;
}
.pi-body > span {
    border: 0 none !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: none !important;
}


#sugester {
	position: fixed;
	right: 0px;
	top: 10%;
	width: 35px;
	height: 150px;
	z-index: 9990;
}

a#sugester {
	background: #BF3047;  /* Old browsers */
	background: -moz-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,48,71,0.6)), color-stop(100%,rgba(191,48,71,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(191,48,71,0.6) 0%, rgba(191,48,71,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#b3BF3047, endColorstr=#BF3047, GradientType=0 ); /* IE6-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#b3BF3047, endColorstr=#BF3047, GradientType=0 )";

	border: 1px solid #BF3047;
	background-color: #ffffff;

	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;

	box-shadow: 1px 1px 5px #999;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
}

a#sugester:hover {
	background: #BF3047;
}

#sugester_window {
	width:560px;
	border: solid 1px #eee;
	background-color: #ddd;
	padding: 20px;
}

#sugester_menu {
	float:left; 
	width:180px;
}

#sugester_menu img {
	width:20px;
	height:20px;
	border:0;
	margin-right:15px;
}

#sugester_form {
	float:left; 
	width:350px; 
	background-color: #EEEEEE; 
	padding:15px;
}

#sugester_idea, #sugester_problem, #sugester_question {
	display: block;
	background-color: #D0D0D0; 
	padding:10px;
	cursor:pointer;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}

#sugester_idea.selected, #sugester_problem.selected, #sugester_question.selected {
	background-color: #EEEEEE; 
	border: solid 1px #EEEEEE;
}

#sugester_idea input, #sugester_problem input, #sugester_question input {
	display: none;
}

#sugester_window a:link		{ color: #BF3047; text-decoration: none; font-weight: normal}
#sugester_window a:visited	{ color: #BF3047; text-decoration: none; font-weight: normal}
#sugester_window a:active	{ color: #BF3047; text-decoration: none; font-weight: normal}
#sugester_window a:hover	{ color: #BF3047; text-decoration: underline; font-weight: normal}




.imprint_around, .imprint_obverse, .imprint_reverse, .imprint_opposite, .imprint_double, .imprint_tripple {
	display: inline-block;
	background-color: #EEEEEE; 
	padding:5px;
	cursor:pointer;
	border: solid 1px #BBB;
}

.imprint_around.selected, .imprint_obverse.selected, .imprint_reverse.selected, .imprint_opposite.selected, .imprint_double.selected, .imprint_tripple.selected {
	background-color: #FFFFFF; 
	border: solid 1px #999999;
}

.imprint_around input, .imprint_obverse input, .imprint_reverse input, .imprint_opposite input, .imprint_double input, .imprint_tripple input {
	display: none;
}







/* kolor podpowiedzi placeholder */
input:-webkit-input-placeholder		{ color: #CCCCCC; }
input:-moz-placeholder 				{ color: #CCCCCC; }
input:-ms-input-placeholder 		{ color: #CCCCCC; }
textarea:-webkit-input-placeholder	{ color: #CCCCCC; }
textarea:-moz-placeholder 			{ color: #CCCCCC; }
textarea:-ms-input-placeholder 		{ color: #CCCCCC; }


/* cookies */
#cookie_banner {
	width: 100%;
	position: relative;
	top: 0;
	background-color: #777;
	border-bottom: 1px solid #333;
}

#cookie_banner .wrapper {
	margin: 0 auto;
	padding: 15px;
	width: 940px;
	color: #eee;
	text-align: justify;
}

#cookie_banner .wrapper .close_btn {
	float: right;
	cursor: pointer;
}

#cookie_banner .wrapper .text {
	margin-top: 10px;
	line-height: 1.2em;
}



#supported_browsers {
	float: right;
/*	border: 1px solid #ddd; */
}
#supported_browsers td {
	text-align: center;
	width: 40px;
	line-height: 120%;
/*	border-left: 1px solid #ddd; */
}



/* toogle-checkbox */
div.tog.on { background:#BF3047; }



.stock_hack, table.stany_table td.stock_hack {
	background:#BF3047;
	color: #FFF;
	padding: 7px 12px;
	font-weight: bold;
}


