@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

ul, li, h1, h2, h3, h4, h5, h6, form, label, fieldset, input, p, span, button, textarea {
	padding: 0px;
	margin: 0px;
}

input[type="submit"] {
	padding: 3px 6px;
}

input[type="password"]:focus,
input[type="text"]:focus {
	border: solid 1px #fe9601;
}

img {
	border: none;
}

.body {
	clear: both; margin: 0 auto; width: 1170px;
}

a {
	text-decoration: none;
}

noscript div {
	display: block;
	padding: 30px;
	font-size: 14px;
	background: #ffff90;
	text-align: center;
}

form .button {
	display: block;
	padding: 4px 6px;
	border: solid 1px #aaa;
	background-color: #efefef;
	cursor: pointer;	
	text-align: center;
}

#social {
	position: absolute;
	right: 0px;
	top: 160px;
	padding: 15px 15px 5px 15px;
	border: solid 1px #dbdbdb;
	border-right: none;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}

#social > a {
	display: block;
	width: 19px;
	height: 20px;
	margin-bottom: 10px;
}

#social .facebook {
	background: url('/gfx/social-facebook.png') no-repeat center center;
}

#social .youtube {
	background: url('/gfx/social-youtube.png') no-repeat center center;
}

#social .rss {
	background: url('/gfx/social-rss.png') no-repeat center center;
}

/* #content {
	width: 100%;
} */

#content_text ul {
  margin-left: 30px;
}

#cms_photo_box ul {
	list-style: none;
	margin:0px;
}

#cms_photo_box li {
	margin-bottom: 8px;
	border: solid 1px #444444;
}

#cms_photo_box img {
	border: none !important;
}

#cms_photo_box a {
	display: block;
}

.photo_type_txtgfx {
	float: right;
	margin-left: 10px;
	text-align: center;    
}

.photo_type_txtgfx ul {
	list-style: none;    
}

.photo_type_txtgfx span {
	display: block;  
	background-color: #EDF2F8;
	color: #004D95;
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
}

#middle {
	display: table;
	margin-bottom: 10px;
}

#middle > div {
	display: table-cell;
	vertical-align: top;
}

#middle-title {
	font-size: 16px;
	margin-bottom: 10px;
}

#menu-categories {
	text-align: left !important;
}

#menu-categories > ul > li a {
	padding-left: 12px !important;
	background-position: 1px 11px !important;
}

#menu-categories > ul > ul > li a {
	background-position: 7px 11px !important;
}

#script {
	margin-top: 40px;
}

#breadcrumbs {
	height: 32px;
	line-height: 32px;
	padding: 0px 10px;
	color: #42454a;
	font-size: 12px;
	margin-bottom: 5px;
	position: relative;
}

#breadcrumbs a {
	color: #42454a;
}

#breadcrumbs > a:last-child {
	font-weight: bold;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#path-cart-info {
	position: absolute;
	right: 5px;
	top: 15px;
	height: 37px !important;
}

#path-cart-info > div {
	position: absolute;
	right: 0px;
	top: 32px;
	z-index: 10000;
	padding: 10px;
	border: solid 1px #2885b1;
	background-color: #ffffff;
	font-size: 10px;
	line-height: normal;
	-webkit-box-shadow:  2px 2px 3px 1px rgba(1, 1, 1, 0.4);
	-moz-box-shadow:  2px 2px 3px 1px rgba(1, 1, 1, 0.4);
	box-shadow:  2px 2px 3px 1px rgba(1, 1, 1, 0.4);
	display: none;
}

#basket-hidden {
	width: 204px;
	padding-left: 20px;
	text-align: left;
}

#basket-hidden > a {
	color: #000;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	display: block;
	padding-left: 52px;
	font-weight: 600;
	border: 1px #000 solid;
}

#basket-hidden > a:hover {
	color: #e50012;
	border: 1px #e50012 solid;
}

#order-form3 > div > label {
	display: block;
	margin-bottom: 10px;
}

#order-steps {
	margin-bottom: 10px;
}

#order-steps span {
	display: inline-block;
	font-size: 18px;
	color: #dddddd;
}

#order-steps .step-notactive {
	color: #dddddd !important;
}

#order-steps .step-notactive a {
	color: #dddddd !important;
	border-bottom: solid 4px #DDD !important;
}

#order-steps span a {
	display: inline-block;
	color: #dddddd;
	width: 242px;
	border-bottom: solid 4px #DDD;
}

#order-steps .step-1 a {
	color: #3081f6;
	border-bottom: solid 4px #3081f6;
}

#order-steps .step-2 a {
	color: #fe9601;
	border-bottom: solid 4px #fe9601;
}

#order-steps .step-2 a:hover {
	color: #fe9601 !important;
	border-bottom: solid 4px #fe9601 !important;
}

#order-steps .step-3 a {
	color: #279000;
	border-bottom: solid 4px #279000;
}

#order-steps .step-3 a:hover {
	color: #279000 !important;
	border-bottom: solid 4px #279000 !important;
}

#path-cart-info > div tr {
	white-space: nowrap;
}

#path-cart-info > div span {
	margin-left: 10px;
	width: 85px;
	display: inline-block;
}

#path-cart-info > div h4 {
	color: #2d82f6;
	font-weight: bold;
	text-align: right;
	font-size: 11px;
	margin-top: 8px;
}

#path-cart-info .table-price {
	width: 80px;
	text-align: right;
}

#sidepanel > div {
	width:240px;
	text-align: center;
}

#sidepanel ul {
	list-style: none;
}

#sidepanel ul li {
	display: block;
}

#sidepanel > div {
	background-color: #e9e9e9;
	border: 1px solid #d6d6d6;
	margin: 0px 10px 10px 0px;
	padding: 5px;
}

#sidepanel > div > h3 {
	background-color: #ffffff;
	border: 1px solid #3081f6;
	padding: 5px;
	color: #42454a;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}

.product-list {
	border: 1px solid #d6d6d6;
	width: 900px;
	overflow-x: hidden;
}

.toolbar h1 {
	margin: -5px;
	font-size: 14px;
	color:#ffffff;
	background-color: #3081f5;
	height: 21px;
	line-height: 21px;
	padding-left: 4px;
	width: 260px;
	background: url('/gfx/cat_blue.png') #0284c3 no-repeat right center;
}

.toolbar h1 a {
	color: #ffffff;
}
 
.toolbar > div {
	color: #919191;
	font-size: 12px;
	padding: 5px;
}
 
#opis h3 {
	font-size: 24px;
	line-height: 22px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#opis p {
	text-align: justify;
	padding-bottom: 10px;
}
 
#opis {
	padding-bottom: 20px;
}
 
/* START widok 1 */

#product-list {
}

#product-list ul {
	list-style: none;
	margin: 10px 0px 10px 20px
}

#product-list li {
	float: left;
	width: 126px;
	height: 208px;
	background-color: #ffffff;
	margin: 5px;
	border: solid 1px #C7C7C7;
	position: relative;
}

#product-list .product-list-img {
	display: block;
	width: 124px;
	height: 100px;
	position: absolute;
	top: 60px;
	left: 1px;
	text-align: center;
	background: #fff;
}

#product-list .product-list-img img {
	border: 0;
	width: 100%;
}

#product-list .product-list-url {
	height: 36px;
	width: 118px;
	overflow: hidden;
	background-color: #e6e6e6;
	position: absolute;
	left: 0px;
	top: 164px;
	font-size: 11px;
	padding: 4px;
	line-height: 13px;
}

#product-list .product-list-url a {
	color: #040001;
	font-weight: normal;
}

#product-list .product-list-url a:hover {
	color: #E51212;
}

#product-list .product-carts {
	position: absolute;
	right: 4px;
	top: 8px;
	background: url('/gfx/map.png') no-repeat -31px 0px;
}

#product-list .product-carts > a {
	display: block;
	height: 20px;
	width: 23px;
}

#product-list .cart-add {
	width: 32px;
	height: 32px;
	left: 0px
}

#product-list .product-configurate {
	position: absolute;
	right: 4px;
	top: 33px;
	background: url('/gfx/gear.png') no-repeat;
}

#product-list .product-configurate > a {
	display: block;
	height: 20px;
	width: 23px;
}

#product-list .configurate-add {
	width: 32px;
	height: 32px;
	left: 0px
}

#product-list .cart-more {
	width: 69px;
	right: 0px;
}

#product-list .product-prices {
	padding: 2px 4px;
}

#product-list .product-prices > span {
	display: block;
	padding: 2px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
}

#product-list .product-list-price-brutto {
	font-weight: bold;
	font-size: 18px;
}

#product-list .product-list-price-netto {
	font-size: 11px;
}

#product-list .product-bar {
	width: 38px;
	height: 35px;
	position: absolute;
	left: 5px;
	top: 35px;
}

/* KONIEC widok 1 */

/* START widok 2 */


#promotion-box-products h3 {
	 background: url('/gfx/cat_red.png') #0284c3 no-repeat right center;
	 background-color: #900023;
	 width: 254px;
	 color: #ffffff;
	 font-size: 14px;
	 padding: 1px 5px;
}

#promotion-box-products ul {
	list-style: none;
	margin: 10px 21px;
	width: 690px;
}

#promotion-box-products > div {
	height: 234px;
}

#promotion-box-products > span {
	position: absolute;
	width: 32px;
	height: 208px;
	display: block;
	cursor: pointer;
	top: 25px;
	z-index: 10;    
}

#promotion-box-products {
	position: relative;
}

#promotion-box-products ul li {
	display: inline-block;
	width: 126px;
	height: 208px;
	border: solid 1px #c7c7c7;
	vertical-align: top;
	margin: 0px 5px;
}
  
#promotion-box-products #prev-promo {
	background: url('/gfx/arrow-left.png') no-repeat center center;
	left: -7px;
}

#promotion-box-products #next-promo {
	background: url('/gfx/arrow-right.png') no-repeat center center;
	right: -5px;
}

#product-list-2 ul {
	list-style: none;
	margin-bottom: 8px;
}

#product-list-2 li {
	height: 35px;
	clear: both;
	border-top: dashed 1px #858585;
	position: relative;
	overflow: hidden;
	padding-left: 8px;
}

/* #product-list-2 li:hover {
	background: url('/gfx/prod-bg.png') repeat-x 0px 0px;
} */

#product-list-2 .product-list-img {
	display: none;
	width: 157px;
	height: 152px;
}

#product-list-2 .product-list-url {
	color: #858585;
	line-height: 35px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	display: block;
	width: 540px;
	overflow: hidden;
}

#product-list-2 .product-list-url a {
	color: #4b4b4b;
	line-height: 35px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	display: block;
	width: 540px;
	overflow: hidden;
}

#product-list-2 .product-list-link {
	text-align: right;
	color: #000000;
	display: block;
	margin-right: 10px;
	font-size: 12px;
}

#product-list-2 .product-list-link:hover {
	text-decoration: underline;
}

#product-list-2 .product-list-url a:hover {
	color: #000;
	background-color: #fff;
}

#product-list-2 .product-carts > p {
	margin-top: 5px;
	position: relative;
	width: 157px;
	height: 23px;
	background: url('/gfx/cart-more.png') no-repeat;
}

#product-list-2 .product-carts {
	position: absolute;
	right: 4px;
	top: 8px;
	background: url('/gfx/map.png') no-repeat -31px 0px;
}

#product-list-2 .product-carts > a {
	display: block;
	height: 20px;
	width: 23px;
	background: transparent;
}

#product-list-2 .product-configurate > p {
	margin-top: 5px;
	position: relative;
	width: 157px;
	height: 23px;
	background: url('/gfx/gear.png') no-repeat;
}

#product-list-2 .product-configurate {
	position: absolute;
	right: 23px;
	top: 10px;
	background: url('/gfx/gear.png') no-repeat;
}

#product-list-2 .product-configurate > a {
	display: block;
	height: 20px;
	width: 23px;
	background: transparent;
}

#product-list-2 .cart-more {
	width: 69px;
	right: 0px;
}

#product-list-2 .product-prices {
	width: 95px;
	position: absolute;
	right: 30px;
	top: 0px;
}

#product-list-2 .product-prices > span {
	display: block;
	padding: 2px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
}

#product-list-2 .product-list-price-brutto {
	font-weight: bold;
	font-size: 14px;
	line-height: 35px;
}

#product-list-2 .product-list-price-netto {
	font-size: 11px;
}

#product-list-2 .product-bar {
	width: 38px;
	height: 35px;
	position: absolute;
	right: 140px;
	top: 0px;
}

#toolbar-title {
	font-weight: bold;
	font-size: 11px;
	margin-left: 8px;
	display: none;
}

.bar-0 {
	background: url('/gfx/bar-0.png') no-repeat right center;
}

.bar-1 {
	background: url('/gfx/bar-1.png') no-repeat right center;
}

.bar-2 {
	background: url('/gfx/bar-2.png') no-repeat right center;
}

.bar-3 {
	background: url('/gfx/bar-3.png') no-repeat right center;
}

.bar-4 {
	background: url('/gfx/bar-4.png') no-repeat right center;
}

.bar-5 {
	background: url('/gfx/bar-5.png') no-repeat right center;
}

/* KONIEC widok 2 */

#top-logo > div {
	margin: 0px auto;
	position: relative;
	padding: 15px 0px;
}

#top-logo > div .logo {
	width: 255px;
	height: 55px;
	background: url('/gfx/map.png') no-repeat -1542px -0px;
	display: block;
}

#top-logo > div .partners { 
	display: block;
	position: absolute;
	top: 20px;
	right: 0px;
} 
 
#mini-panel {
	position: absolute;
	right: 5px;
	top: 4px;
	font-size: 12px;
	color: #949494;
} 
 
#mini-panel a {
	display: inline-block;
	color: #434449;
}
 
#mini-panel a:hover {
	text-decoration: underline;
}
 
#menu-bar {
	background: #000;
	margin-bottom: 5px;
}
 
#menu-bar > div {
	height: 42px;
	position: relative;
}
	 
#menu-bar #search-form {
	position: absolute;
	right: 0px;
	top: 8px;
	z-index: 20;
}
 
#search-form span:first-child {
	width: 214px;
	height: 30px;
	display: inline-block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	vertical-align: middle;
}
 
#search-form span {
	vertical-align: middle;
	display: inline-block;
}
 
#search-form form {
	height: 30px;
}
 
#search-form input[type='text'] {
	border: 0px;
	width: 98%;
	height: 27px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #fff;
	color: #000;
	border: none;
	border-radius: 10;
	padding-left: 10px;
}
 
#search-form input[type='text']:focus {
	border: none !important;
}
 
 #search-form input[type='submit'] {
	height: 30px;
	width: 95px;
	border: 0px;
	cursor: pointer;
	margin-left: 6px;
	margin-top: -2px;
	background: #3081f5;
	color: #fff;
}

#banner-table {
	height: 205px;
}

#banner-table > div {
	vertical-align: top;
}

.top-banner-parent {
  width: 100%;
  z-index: 19;
  position: relative;
}
 
.top-banner-parent > div {
	z-index: 19;
	position: relative;
	


}
  /*
.top-banner-parent > div > span {
	position: absolute;
	width: 32px;
	height: 208px;
	display: block;
	cursor: pointer;
	top: 0px;
	z-index: 200;
}
 
.top-banner-parent #prev-banner {
	background: url('/gfx/arrow-left.png') no-repeat center center;
	left: -7px;
}
 
.top-banner-parent #next-banner {
	background: url('/gfx/arrow-right.png') no-repeat center center;
	right: -5px;
}
 
#top-banner {
/*	width: 738px;
	height: 208px; */
}
/* slider */

/* #top-banner2 {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#top-banner2 ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 465px;
  list-style: none;
}

#top-banner2 ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 1175px;
  height: 465px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

*/
.rslides {
  margin: 0 auto;
  }
  
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: transparent url("themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }
  
  .large-btns_nav.prev {
  left: -25px;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }
/* slider */
 
#login-box {
	background-color: #3784f0;
	width: 230px;
	color: #ffffff;
	font-size: 12px;
	padding: 8px;
	float: right;
}
 
#login-box a {
	color: #ffffff;
}
 
#login-box a:hover {
	text-decoration: underline;
}
 
#login-box label {
	font-size: 14px;
}
 
#login-box form > span {
	height: 22px;
	background: url('/gfx/szukaj-bg.gif') repeat-x top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	border: solid 1px #000000;
	margin: 2px 0px;
}
 
#cart-box {
	background: url('/gfx/cart.png') no-repeat 164px 10px;
	padding-top: 8px;
	height: 66px;
}
 
#cart-box a {
	display: block;
	margin-top: 25px;
}
  
#login-box span input {
	background: transparent;
	border: 0px;
	width: 98%;
}
 
#login-box input[type='submit'] {
	background: url('/gfx/map.png') no-repeat -139px -0px;
	border: 0px;
	display: block;
	width: 95px;
	height: 30px;
	cursor: pointer;
	float: right;
}
 
#login-box input[type='submit']:hover {
	background: url('/gfx/map.png') no-repeat -139px -30px;
}
 
#main-categories {
	margin-top: 10px;
	border-top: solid 1px #b2b2b2;
}
 
#main-categories ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
 
#main-categories li {
	margin: 0px;
	padding: 0px;
}
 
  
#main-categories h2 {
	margin: 0px;
	font-size: 15px;
	color:#000;
	min-height: 30px;
	line-height: 21px;
	padding-left: 4px;
	width: 210px;
	font-weight: 300;
	padding-top: 4px;
}
 
.homeh2 {
	margin: 0px;
	font-size: 18px;
	color:#000;
	height: 21px;
	line-height: 21px;
	padding-left: 4px;
	font-weight: 500;
}
 
.right {
	float: right;
}
   
#main-categories h2 a {
	color: #000;
}
 
#main-categories > ul > li {
	width: 233px;
	height: 170px;
	float: left;
	border: solid 1px #b2b2b2;
	border-top: none;
	position: relative;
	margin-left: -1px;
	background-color: #ffffff;
}
 
#main-categories > ul > li > a {
	display: block;
	padding: 2px 4px;
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 12px;
	color: #222222;
	font-weight: bold;
}
 
#main-categories > ul a:hover {
	text-decoration: underline;
}
  
#main-categories > ul > li > ul {
	font-size: 12px;
}

#main-categories > ul > li > ul li {
	padding: 1px 4px;
}

#main-categories > ul > li > ul a {
	color: #535353;
}

#main-categories span {
	position: absolute;
	right: 2px;
	top: 21px;
	width: 90px;
	height: 86px;
}

#main-categories .cat_138 {
	background: url('/gfx/categories/icon-138.png') no-repeat 140px 50px;
}

#main-categories .cat_140 {
	background: url('/gfx/categories/icon-140.png') no-repeat 142px 48px;
}

#main-categories .cat_141 {
	background: url('/gfx/categories/icon-141.png') no-repeat 142px 48px;
}

#main-categories .cat_144 {
	background: url('/gfx/categories/icon-144.png') no-repeat 142px 48px;
}

#main-categories .cat_142 {
	background: url('/gfx/categories/icon-142.png') no-repeat 142px 48px;
}

#main-categories .cat_143 {
	background: url('/gfx/categories/icon-143.png') no-repeat 142px 48px;
}

#main-categories .cat_145 {
	background: url('/gfx/categories/icon-145.png') no-repeat 142px 48px;
}

#main-categories .cat_146 {
	background: url('/gfx/categories/icon-146.png') no-repeat 142px 48px;
}

#main-categories .cat_149 {
	background: url('/gfx/categories/icon-149.png') no-repeat 142px 48px;
}

#main-categories .cat_150 {
	background: url('/gfx/categories/icon-150.png') no-repeat 142px 48px;
}

#main-categories .cat_151 {
	background: url('/gfx/categories/icon-151.png') no-repeat 142px 48px;
}

#main-categories .cat_152 {
	background: url('/gfx/categories/icon-152.png') no-repeat 134px 48px;
}

#main-categories .cat_190 {
	background: url('/gfx/categories/icon-190.png') no-repeat 155px 48px;
}

#main-categories .rest-categories {
	position: absolute;
	border: solid 1px #1173a4;
	padding: 10px;
	background-color: #ffffff;
	opacity:0.9;
	filter:alpha(opacity=90);
	bottom: 25px;
	right: 6px;
	z-index:500;
}

#main-categories .rest-categories a {
	color: #222222;
}

.cat_1 span {
	background: url('/gfx/cat_map.png') no-repeat -437px 0px;
}

#news-promotion {
	display: table;
	padding-top: 10px;
	margin-bottom: 10px;
}

#news-promotion h2 {
	margin: 0px;
	font-size: 14px;
	color:#ffffff;
	height: 21px;
	line-height: 21px;
	padding-left: 4px;
	width: 240px;
}

#news-promotion > div {
	display: table-cell;
	vertical-align: top;
}

#news-box {
	border: solid 1px #b2b2b2;
	width: 495px;
	position: relative; 
}

#news-box h2 {
	color: #000;
	font-size: 18px;
	padding: 10px 5px 5px 10px;
	font-weight: 300;
}

#news-box h2 > a {
	color: #000;
}

#news-box h2 > a:hover {
	color: #000;
	text-decoration: underline;
}

#promotion-box h2 {
	background: url('/gfx/cat_red.png') #0284c3 no-repeat right center;
	background-color: #900023;
}

#promotion-box {
	border: solid 1px #b2b2b2;
}

#promotion-box > div > div {
	height: 234px;
	margin: 30px 0px 0px 18px;
}

#promotion-box > div > span {
	position: absolute;
	width: 32px;
	height: 208px;
	display: block;
	cursor: pointer;
	top: 55px;
	z-index: 7000;    
}

#promotion-box > div {
	position: relative;
}
  
#promotion-box #prev-promo {
	background: url('/gfx/arrow-left.png') no-repeat center center;
	left: -7px;
	
}

#promotion-box #next-promo {
	background: url('/gfx/arrow-right.png') no-repeat center center;
	right: -5px;
}

/* lista produktów w box'ie' z promocjami */

#promotion-box .product-bar, #promotion-box-products .product-bar {
	height: 15px !important;
	line-height: 15px !important;
	width: 92px !important;
	top: 43px !important;
	font-size: 8px;
}

/* end */

#stopka {
	border-top: solid 1px #118cc7;
	background-color: #f0f0f0;
	color: #3e3e3e;
	padding: 20px 0px;
}

#stopka a {
	color: #3e3e3e;
}

#stopka a:hover {
	text-decoration: underline;
}
 
#contact-info {
	font-size: 14px;
}
 
#contact-info .logo-info {
	background: url('/gfx/map.png') no-repeat -1797px -0px;
	width: 173px;
	height: 50px;
	display: block;
}
 
#menu-bottom {
	list-style: none;
	float: right;
}
 
#menu-bottom .menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
 
#menu-bottom .menu li {
	display: inline-block;
	font-size: 14px;
	border-right: solid 1px #3e3e3e;
	padding: 0px 9px 0px 5px;
	font-weight: bold;
}
 
#menu-bottom .menu li:last-child {
	border-right: none;
}
 
#menu-bottom .menu li a {
	display: inline-block;
}
 
#menu-bottom-sklepy {
	display: block;
	width: 423px;
	height: 30px;
	background: url('/gfx/nasze-sklepy.png') no-repeat;
	margin: 35px 0px;
	float: right;
	position: relative;
}
 
#menu-bottom-sklepy a {
   position: absolute;
   top: 0px;
   height: 30px;
}
 
#menu-bottom-sklepy #mb-a-netland {
   left: 0px;
   width: 86px;
}
 
#menu-bottom-sklepy #mb-a-wynajemit {
   left: 100px;
   width: 85px;
}
 
#menu-bottom-sklepy #mb-a-dellpromocje {
   left: 192px;
   width: 110px;
}
 
#menu-bottom-sklepy #mb-a-nieprzegap {
   left: 306px;
   width: 120px;
}
 
.pomoc {
	font-size: 13px;
	width: 740px;
	clear: both;
	margin-bottom: 20px;
	text-align: right;
}
 
.pomoc span {
	display: block;
}
 
.pomoc ul {
	list-style: none;
}
 
.pomoc li {
	display: inline-block;
	padding: 5px;
	vertical-align: top;
}
 
#categories-bottom h2 {
	font-size: 14px;
}

#categories-bottom ul {
	font-size: 10px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
 
#categories-bottom li {
	margin: 0px;
}
 
#categories-bottom span {
	font-size: 12px;
	font-weight: bold;
}

.clear {
	clear: both;
	display: block;
}

.toolbar {
	position: relative;
}

.toolbar p {
	padding: 8px;
	font-size: 15px;
	margin-bottom: 5px;
	text-align: right;
}

#view-2 {
	display: block;
	position: absolute;
	right: 8px;
	top: 0px;
	width: 42px;
	height: 28px;
	cursor: pointer;
	background: url('/gfx/sort_foto.gif') #000000 no-repeat;
	border: solid 1px #0283c4;
}

#view-text {
	display: block;
	position: absolute;
	right: 105px;
	top: 8px;
	color: #878787;
	font-size: 10px;
}

#view-1 {
	display: block;
	position: absolute;
	right: 55px;
	top: 0px;
	width: 42px;
	height: 28px;
	cursor: pointer;
	background: url('/gfx/sort_lista.gif') #000000 no-repeat;
	border: solid 1px #0283c4;
}

/* Autocomplete start */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('/gfx/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/* Autocomplete end */

.user-panel {
	margin-bottom: 10px;
}

.user-panel ul {
	margin-left: 16px;
	margin-bottom: 10px;
}

.user-panel li > a {
	color: #000000;
	text-decoration: underline;
}

.user-panel a {
	color: #062858;
}

.rounded {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#system_message {
	margin: 0 auto;
	border: solid 1px #FFB5AF;
	border-left: none;
	border-right: none;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	background-color: #FFE1DF;
	color: #EF2C1D;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.home-flags {
	height: 266px;
}

.home-flags li {
	text-align: left !important;
}

.home-flags #product-list {
	width: 126px;
	margin: 0 28px;
}

#product_filtr {
	background: url('/gfx/bg_filters.png') #0283c4 repeat-x top center;
	color: #ffffff;
	font-size: 12px;
	border: solid 1px #d6d6d6;
	border-left: none;
	border-right: none;
	margin-bottom: 10px;
}

#product_filtr > div {
	padding: 10px;
}

#product_filtr input {
	border: solid 1px #3081f5;
	padding: 5px;
}

#product_filtr h3 {
	background: url('/gfx/cat_white.png') #f6f6f6 no-repeat right center;
	background-color: #f6f6f6;
	width: 254px;
	color: #000000;
	font-size: 14px;
	padding: 1px 5px;
}

#filters-podst {
	border-bottom: dashed 1px #ffffff;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

#filters-podst .filter-price {
	width: 60px;
}

#filters-rest > div {
	float: left;
	width: 285px;
	position: relative;
}

#filters-rest > div > span {
	width: 102px;
	float: right;
	margin-right: 10px;
	display: block;
	background-color: #ffffff;
	color: #929292;
	border: solid 1px #015c89;
	line-height:  20px;
	cursor: pointer;
}

.top-span-filters {
	width: 102px;
	display: inline-block;
	background-color: #ffffff;
	color: #929292;
	border: solid 1px #015c89;
	line-height:  20px;
	cursor: pointer;
	margin-right: 10px;
}

#filters-rest > div > label {
	line-height: 24px;
}

.fake-select > ul {
	position: absolute;
	right: 10px;
	border: solid 1px #015c89;
	color: #818181;
	padding: 5px 0px;
	z-index:1000;
	display: none;
	background: #ffffff !important;
	min-width: 110px;
}

.hideelement {
	display: none;
}

.fake-select > ul > li {
	line-height: 20px !important;
	height: 20px !important;
	padding: 0px 10px;
	border: none !important;
	float: none !important;
	width: auto !important;
}

.fake-select > ul > li label{
	cursor: pointer;
}

.checkbox-filters {
	background: url('/gfx/dropmenu.png') #ffffff no-repeat 96px center;
	padding-left: 9px;
}

.filtr_submit {
	clear: both;
	text-align: center;
	padding-top: 12px;
}

.filtr_submit input {
	cursor:pointer;
  width: 100px;
  height: 30px;
	display: inline-block;
	vertical-align: middle;
	border: none !important;
}

.filtr_submit input:first-child {
  border-radius: 25px;
  width: 100px;
  height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.filtr_submit input:last-child {
  border-radius: 25px;
}

/*  Product view */
 
#product-info-id {
	position: absolute;
	display: block;
	top: 6px;
	left: 10px;
	color: #1e1e1e;
}

#product-top-info {
	display: table;
	border-bottom: solid 1px #d5d9df;
	margin-bottom: 10px;
	width: 100%;
}

#product-top-info > div {
	display: table-cell;
	vertical-align: top;
}

#product-info {
	width: 254px;
	height: 280px;
	position: relative;
	border-left: solid 1px #d5d9df;
}

#product-info .info {
	margin: 15px 10px;
	font-size: 12px;
}

#product-info .info span {
	display: block;
	margin-bottom: 5px;
}

#product-info .info .pdf-icon {
	background: url('/gfx/pdf.png') no-repeat right center;
	width: 130px;
}

#product-info .info .pdf-icon a {
	color: #000000;
	display: block;
}

#product-info .addToBasket {
	background: #3081f5;
	color: #fff;
	font-size: 15px;
	text-align: center;
	border: 0px;
	cursor: pointer;
	clear: both;
	display: block;
	margin: 1px 0px 10px 22px;
	line-height: 40px;
	width: 212px;
}

#product-info form {
	margin-top: 20px;
	text-align: center;
}

#product-info form input[type="text"] {
	width: 45px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

#product-info form input[type="submit"] {
	background: url('/gfx/button_dodkosz.png') no-repeat;
	width: 166px;
	height: 31px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
}

#product-info .text-price {
	font-weight: bold;
	color: #5d5d5d;
	text-align: center;
	padding: 5px 0px;
}

#product-info .price {
	font-weight: bold;
	color: #3081f5;
	text-align: center;
	padding: 5px 0px;
	font-size: 34px;
}

#product-info .price_netto {
	font-weight: bold;
	color: #3081f5;
	text-align: center;
	padding: 5px 0px;
	font-size: 14px;
}

.aval-on-phone {
	padding-left: 22px;
	background: url('/gfx/on-phone.png') no-repeat left center;
}

.product-question-list {
	background: url('/gfx/on-phone.png') no-repeat center center;
}

.product-question {
	padding-left: 22px;
	background: url('/gfx/question.png') no-repeat left center;
	cursor: pointer;
	line-height: 19px;
	color: #0084c2;
}

.product-question:hover {
	text-decoration: underline;
}

.price-bargain {
	color: #FF0000 !important;
}

.product-contener {
	border:  solid 1px #d5d9df;
	width: 900px !important;
}

.product-contener #product-view {
	position: relative;
}

.product-contener #product-photos {
	width: 78px;
	border-left:  solid 1px #d5d9df;
}

.product-contener #product-photos ul {
	list-style:none;
	margin: 0 auto;
	text-align: center;
}

.product-contener #product-photos li {
	border-bottom:  solid 1px #d5d9df;
	vertical-align: middle;
}

.product-contener #product-view a img {
	border: none;
	margin: 10px;
	width: 380px;
}

.product-contener #product-view h1, .product-contener #product-view h1 a:visited {
	color: #000;
	font-size: 22px;
	padding: 10px;
	font-weight: 300;
}

.product-contener #product-view h2 {
	font-size: 12px;
	padding: 10px;
	padding-top: 0px;
	color: #535353;
}

.product-contener #product-view h6 {
	color: #999595;
	font-size: 12px;
	margin-bottom: 5px;
}

.product-contener #product-view div {
	position: absolute;
	right: 10px;
	top: 45px;
	width: 75px;
}

.specyfikacja-title {
	font-size: 14px;
	color: #3D3D3F;
	background-color: #f0eeef;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	position: relative;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

#product-detail-tabs {
	text-align: left;
	clear: both;
	margin: 0px -10px -1px 0px;
	padding-left: 10px;
}

.tabs-selected {
	background-color: #ffffff !important;
	border: solid 1px #d5d9df !important;
	border-bottom: none !important;
	color: #0183c1 !important;
}

#product-detail-tabs a {
	display: inline-block;
	padding: 6px 9px;
	font-weight: bold;
	border: solid 1px #CBCDCE;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	color: #535353;
	font-size: 12px;
}

#product-detail-tabs a[href="#tab-specyfikacja"] {
	background: url('/gfx/ico_spec.png') no-repeat 5px 7px;
} 

#product-detail-tabs a[href="#tab-opis"] {
	background: url('/gfx/ico_description.png') no-repeat 5px 7px;
} 

#product-detail-tabs a[href="#tab-galeria"] {
	background: url('/gfx/ico_gallery.png') no-repeat 5px 7px;
} 

#product-detail-tabs a[href="#tab-raty"] {
	background: url('/gfx/ico_raty.png') no-repeat 5px 7px;
} 

#product-detail-tabs a[href="#tab-ask"] {
	background: url('/gfx/ico_ask.png') no-repeat 5px 7px;
} 

#product-detail-tabs a:hover {
	background-color: #d4deec;
	color: #111111;
}

#product-detail {
	border-top:  solid 1px #d5d9df;
	padding: 10px;
}

#product-detail > div {
	display: none;
}

#tab-specyfikacja {
	color: #090909;
}

#tab-specyfikacja .AttrDTable .AttrDTypeName{
	font-weight: bold;
	text-align: right;
	padding-right: 4px;
	vertical-align: top;
}

#tab-specyfikacja .AttrDTable .AttrDValue{
	text-align: left;
	padding-left: 4px;
}

#tab-specyfikacja .AttrDTable {
	border-collapse: collapse;
	border: solid 1px #e5e5e5;
	font-size: 12px;
	width: 100%;
	color: #3d3d3f;
}

#tab-specyfikacja .AttrDTable ul {
	margin-left: 14px;
}

#tab-specyfikacja .AttrDTable td {
	padding: 4px 0px;
	border-bottom: solid 1px #e5e5e5;
	vertical-align: middle;
}

#tab-galeria ul {
	list-style: none;
}

#tab-galeria li {
	float: left;
	margin: 0px 5px 5px 5px;
}

#tab-opis li {
	margin-left: 14px;
}


#cat-galeria {
	margin: 30px 0px 0px 0px;
}

#cat-galeria img {
	float: none !important;
	margin: 0px !important;
}

#cat-galeria ul {
	list-style: none;
}

#cat-galeria li {
	float: left;
	margin: 0px 8px 10px 0px;
}

#cat-description img {
	float: none !important;
	margin: 0px !important;
}

#cat-description li {
	margin-left: 14px;
}

.question-form h4 {
	width: 410px;
}

.question-form fieldset {
	border: 0px;
	margin: 15px 0px;
}

.question-form input[type='text'] {
	width: 400px;
}

.question-form textarea {
	width: 400px;
	height: 100px;
}

/* end product view */

/* Newsy */

#box-news section {
	padding: 10px;
}

#box-news section h5 a {
	font-size: 15px;
	color: #000;
	font-weight: 300;
	line-height: 30px;
}

#box-news article > a {
	color: #42454a;
	font-weight: bold;
	font-size: 12px;
}

#box-news section p {
	font-size: 12px;
	font-weight: 100;
}

#news-list article {
	margin-bottom: 10px;
}

#news-list h5 a {
	font-size: 14px;
	color: #2593C6;
}

/* stałe */
.pages {
	clear: both;
	padding: 5px;
}

.pages a {
	text-decoration: none;
	padding: 2px 4px;
	background-color: #949494;
	color: #ffffff;
	display: inline-block;
	border: solid 1px #535E5F;
	margin: 2px 1px;
}

.pages a:hover {
	background-color: #FF8F13;
	color: #000000;
}

.pages span {
	margin: 2px 1px;
	padding: 2px 4px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	display: inline-block;
	border: solid 1px #535E5F;
}
		
#registrationForm h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

#registrationForm p {
	padding: 4px 0px;
}

#registrationForm fieldset label {
	display: block;
	float: left;
	width: 100px;
	padding: 2px;
	margin-right: 5px;
}

#registrationForm div {
	/* clear: both; */
	overflow: hidden;
	margin-top: 3px;
}

#registrationForm fieldset textarea,
#registrationForm fieldset input[type="password"],
#registrationForm fieldset input[type="text"] {
	border: solid 1px #dfdfdf;
	width: 200px;
	border-top-color: rgb(217, 217, 217);
border-right-color: rgb(217, 217, 217);
border-bottom-color: rgb(217, 217, 217);
border-left-color: rgb(217, 217, 217);
color: #322c29;
font-size: 12px;
padding: 5px 8px 4px;
line-height: 100%;
background-color: #fff;
}

#registrationForm fieldset input[type="password"]:focus,
#registrationForm fieldset input[type="text"]:focus {
	border: solid 1px #fe9601;
}

#registrationForm fieldset {
	/* border: solid 1px #3081f6; */
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f8f8f8;
}

#registrationForm input[type="submit"] {
	background: url('/gfx/zarejestruj-sie-button.png') no-repeat;
	width: 82px; 
	height: 29px;
	cursor: pointer; 
	border: none;
}

.registrationFormUpdate input[type="submit"] {
	background: none !important;
	border: solid 1px #188fc9 !important;
}

#copybutton {
/*	background: url('/gfx/skopiuj-dane-adresowe.png') no-repeat;
	width: 150px; 
	height: 29px;
	cursor: pointer; 
	display: inline-block;
	margin: 5px 0px 15px 220px; */
	
position: relative;
outline: none;
display: inline-block;
color: #fff;
background: none;
font-weight: 800;
font-size: 12px;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
z-index: 1;
background: #000;
margin-bottom: 15px;
}

#login_choise p {
	padding: 10px 5px;
	background-color: #ffffff;
	margin-bottom: 15px;
	border-bottom: solid 1px #CFCFCF;
}

#login_choise a {
	font-weight: bold;
}

#login_choise h3 {
	padding: 5px;
	background-color: #e9e9e9;
	color: #000000;
	font-size: 14px;
}

#login_choise h3 span {
	color: #000000;
	font-size: 10px;
}

#login_choise form label {
	font-weight: bold;
}  

#login_choise input {
	vertical-align: middle;
}

.box_raty a {
	margin-top: 15px;
	text-align: center;
	display: block;
}

.box_raty img {
	border: 0px;
}

.payment-forms {
	padding: 10px;
	background-color: #f8f8f8;
	/* border: solid 1px #CFCFCF;
	 position: relative;
	min-height: 206px; */
	
	border-top: 6px solid transparent;
-moz-border-image: -moz-linear-gradient(to right,#2058a9,#3081f5);
-webkit-border-image: -webkit-linear-gradient(to right,#2058a9,#3081f5);
border-image: linear-gradient(to right,#2058a9,#3081f5);
    border-image-slice: 100%;
border-image-slice: 100%;
border-image-slice: 100%;
border-image-slice: 1;
}   

.payment-forms h4 {
	font-size: 16px;
	margin-bottom: 10px;
}   

.payment-forms ul {
	list-style: none;
}   

.payment-forms > ul > li > label {
/*	background-color: #EAEAEA; */
} 

.payment-forms li {
	padding: 4px 0px;
} 

.payment-forms li input{
	margin-right: 5px;
} 

.payment-forms ul li ul li {
	margin-left: 20px;
	color: #0083C9;
}   
	
.payment-forms .infobox {
	position: absolute;
	top: 5px;
	right: 5px;
}

.payment-forms #payment-11 {
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #3081f6;
	padding: 10px;
}

.payment-forms #payment-9 {
	display: none;
}

.payment-forms #payment-3 {
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #3081f6;
	display: none;
}

.payment-forms #payment-1 {
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #3081f6;
	padding: 10px;
	display: none;
}

.payment-forms #payment-2 {
	padding: 10px;
	display: none;
}

#clients-panel-buttons {
	margin: 20px 0px;
	text-align: center;
}
	
#clients-panel-buttons a {
	display: inline-block;
	vertical-align: middle;
	margin-right:40px;
}
	
#clients-panel-buttons .button-editdata {
	background: url('/gfx/button_editdata.png') no-repeat;
	width: 110px;
	height: 41px;
}
	
#clients-panel-buttons .button-history {
	background: url('/gfx/button_history.png') no-repeat;
	width: 154px;
	height: 43px;
}
	
#clients-panel-buttons .button-shopcart {
	background: url('/gfx/button_shopcart.png') no-repeat;
	width: 116px;
	height: 35px;
}

#site_basket table {
	border-collapse: collapse; 
	width: 100%;
	margin-bottom: 25px;
}

#site_basket h4 {
	margin: 5px 0px;
	font-size: 12px;
	font-weight: normal;
}

#site_basket h4 span {
	font-weight: bold;
}

#site_basket form {
	margin-bottom: 30px;
}

#site_basket p {
	margin: 10px 0px;
}

#site_basket h3 {
	margin: 3px 0px;
	padding-bottom: 10px;
}

#site_basket h3 span {
	border: solid 1px #BF9C23;
	padding: 2px 4px;
	background-color: #FFD332;
}

#site_basket th {
	background-color: #dfdfdf;
}

#site_basket a {
	color: #444444;
}

#site_basket a:hover {
	color: #D0130A;
}

#site_basket > div {
	margin: 20px auto;
	text-align: center;
}

#site_basket input[type='submit'] {
	background: url('/gfx/przelicz-cene-button.png') no-repeat;
	width: 82px;
	height: 29px;
	border: none;
	cursor:pointer;
}

.button_form {
	border: solid 1px #75ABC4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 4px;
	background-color: #D5E0E5;
	color: #003E73;
	font-weight: bold;
}

/* przyciski */

.button-beginorder {
	background: url('/gfx/przejdz-do-zamowienia-button.png') no-repeat center; 
	height: 29px; 
	width: 150px; 
	display: inline-block;
}

.button-order {
	background: url('/gfx/zloz-zamowienie.png') no-repeat center !important; 
	height: 29px; 
	width: 170px !important;
	display: inline-block;
	vertical-align: middle;
}

.button-backtoshopping {
	background: url('/gfx/wroc-do-zakupow-button.png') no-repeat center; 
	height: 29px; 
	width: 150px; 
	display: inline-block;
}

.button-login {
	background: url('/gfx/zaloguj-sie-button.png') no-repeat center; 
	height: 29px; 
	width: 82px; 
	display: inline-block;
	border: none;
	vertical-align: middle;
}

.button-sendnewpass {
	background: url('/gfx/wyslij-nowe-haslo.png') no-repeat center; 
	height: 29px; 
	width: 150px; 
	display: inline-block;
	border: none;
	vertical-align: middle;
}

.button-forward {
	background: url('/gfx/dalej-button.png') no-repeat center !important; 
	height: 29px; 
	width: 82px; 
	display: inline-block;
	border: none;
	vertical-align: middle;
}

.button-back {
	background: url('/gfx/cofnij-button.png') no-repeat center; 
	height: 29px; 
	width: 82px; 
	display: inline-block;
	border: none;
	vertical-align: middle;
}

/* END */

.user-panel ul {
	margin-left: 16px;
	margin-bottom: 10px;
}

.user-panel li > a {
	color: #000000;
	text-decoration: underline;
}

.user-panel a {
	color: #062858;
}
		
.calcLukas {
	background: url('/gfx/oblicz_lukas.png') no-repeat center;
	height: 73px;
	width:200px;
	display: inline-block;
}

.calcZagiel {
	background: url('/gfx/oblicz-rate-zagiel.png') no-repeat center; 
	height: 29px; 
	width:150px; 
	display: inline-block;
}

.calcGrenke {
	background: url('/gfx/grenke-leasing.png') no-repeat center; 
	height: 29px; 
	width: 150px; 
	display: inline-block;
	margin-top:6px;
}

.calcLukas:hover {
	text-decoration: none !important;
	border-bottom: none !important;
}
	
.cms_ask {
	width:400px;
	background-color:#DFDFDF;
	color:#7F7F7F;
	border:solid 1px #AFAFAF;
	padding:10px;
	margin: 0 auto;
}

.cms_ask span {
	font-weight: bold;
}

.cms_ask input[type='text'] {
	width: 200px;
}

.cms_ask input {
	margin-bottom: 10px;
}

.cms_ask form {
	margin-top: 5px;
}

.cms_ask textarea {
	width: 100%;
	height: 110px;
	border: solid 1px #AFAFAF;
	margin-bottom: 10px;
}

.tah8b {
	display: none;
}

#login-text {
	color: #000;
	font-size: 14px;
	right: 220px;
	top: 15px;
	position: absolute;
}

#login-text a {
	color: #000;
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	padding-left: 30px;
	padding-right: 20px;
	font-weight: 600;
	border: 1px #000 solid;
}

#login-text > a:hover {
	color: #3081f5;
	border: 1px #3081f5 solid;
}

