@import 'reset.css';

body {
	font-family: verdana, arial, trebuchet MS, sans-serif;
	font-size: 12px;
	background: #ECECEC url(../images/gfx/body_bg.png);
}

a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #ff3000;
}

/* Spacing */
p,
ul,
ol {
	padding-top: 5px;
	padding-bottom: 5px;
}
p + ul,
p + ol {
	padding-top: 0;
}

* + h2,
* + h3,
* + h4 {
	padding-top: 10px;
}

/* Align */
.left   {float: left}
.right  {float: right}
.center {text-align: center}
.hidden {display: none;}

img {
	
}
	img.left {
		margin: 0 10px;
		margin-left: 0;
		float: left;
	}
	img.right {
		margin: 0 10px;
		margin-right: 0;
		float: right;
	}
	img.center {
		margin: 10px auto;
		display: block;
	}


/*  Table  */
table {
	margin: 10px auto;
}
	table td,
	table th {
		border: 1px solid #E3E3E3;
		padding: 3px 5px;
	}


/*   Form   */

label {
	display: block;
}
label b {
	display: inline-block;
	padding-right: 5px;
	font-weight: normal;
}
.ie label b {display: inline; zoom: 1}

input[type=text],
input[type=password],
textarea {
	border: 1px solid #B6B6B6;
	background: #F7F7F7 url(../images/gfx/input_text_bg.png) 0 0 repeat-x;
	width: 190px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
}

textarea {
	width: 280px;
	height: 90px;
}

.buttons {
	border-top: 1px solid #EEE;
	margin: 10px 0 0 0;
	padding: 10px 0;
	text-align: center;
}

input[type=submit],
input[type=button],
button,
.btn {
	border: 1px solid #379936;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #79CB4C url(../images/gfx/btn_green_bg.png) 0 0 repeat-x;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
	font-weight: 700;
	font-size: 12px;
	padding: 2px 10px;
	/*  */
	
	display: inline-block;
	zoom: 1;
}
.ie8 input[type=submit],
.ie8 input[type=button],
.ie8 button,
.ie8 .btn {
 line-height: 17px;	
}

input[type=submit]:hover,
input[type=button]:hover,
button:hover,
.btn:hover {
	opacity: .8;
	color: #fff
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


#container {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 15px;
	background: #fff;
	padding: 0 10px;
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
	box-shadow: 0 0 25px rgba(0, 0, 0, .1);
}

/* Top */
#top {
	height: 189px;
	position: relative;
	z-index:70;
}
	#top h1 {
		display: block;
		height: 135px;
		width: 200px;
		text-align: center;
		position: relative;
		top: 50px;
		left: 27px;
	}
	#top h1 span {display: none;}
	#top h1 img {
		display: block;
		margin: 0 auto;
		margin-bottom: 4px;
	}
	#top h1 a {
		color: #767676;
		font-size: 10px;
		font-weight: 700px;
	}

	#top-list {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
	}
		#top-list li {
			float: left;
			list-style: none;
			background: url(../images/gfx/top_right.png) no-repeat right top;
			height: 35px;
			display: inline-block;
			padding: 0 10px 0 0;
			text-decoration: none;
			margin-left: 3px;
		}
		#top-list li:first-child {
			margin-left: 0;
		}
		#top-list li > * {
			background: url(../images/gfx/top_left.png) no-repeat left top;
			font-family: 'Trebuchet MS', Trebuchet MS;
			border: 0;
			display: inline-block;
			height: 35px;
			line-height: 35px;
			padding: 0 0 0 10px;
			color: #4C4C4C;
			font-weight: bold;
			font-size: 13px;
			text-shadow: 1px 1px 0px rgba(250,250,250,0.5);
		}
		#top-list li:hover {
			opacity: .9;
		}
		#top-list li > * > span {
			line-height: 35px;
			display: inline-block;
			padding-left: 29px;
			background: url(../images/gfx/icon_delivery.png) 0 center no-repeat;
		}
		#top-list li strong {
			display: inline-block;
			background: url(../images/gfx/top_allegro.png) right 8px no-repeat;
			width: 64px;
			zoom: 1;
		}
		#top-list li > * > span.top-arrow { background-image: url(../images/gfx/icon_arrow.png);}
		#top-list li > * > span.top-opinion { background-image: url(../images/gfx/icon_opinion.png);}
		#top-list li > * > span.top-promo { background-image: url(../images/gfx/icon_star_top.png);}

#top > div, #top > fieldset, #top #search form div {
	position: absolute;
	border: 1px solid #EAEAEA;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
}
#top > div h3, #top > fieldset h3 {
	font-size: 14px;
	padding: 0 2px;
	padding-bottom: 4px;
}
	#top .user-area {
		width: 348px;
		top: 40px;
		right: 0;
		background: url(../images/gfx/icon_lock.png) 5px 5px no-repeat;
		padding-left: 42px;
	}
		.user-area input[type=text], .user-area input[type=password] {
			width:120px;
		}
		.user-area p, #search p {
			padding: 2px;
			color: #9A9A9A;
			font-size:11px;
		}
		.user-area a {
			color: #9A9A9A;
		}
		.user-area a:hover {
			color: #666;
		}
			.user-area  ul {
				margin: 0px 3px 3px 18px;
				padding: 0;
			}
			.user-area  ul li {
				float: left;
				width: 155px;
				padding: 3px 0;
				border-bottom: 1px dotted #DDDDDD;
				margin-bottom: 0px;
				margin-left: 3px;
				list-style: url(../images/gfx/list-style.png);
			}

	#top .basket {
		width: 348px;
		height: 50px;
		top: 122px;
		right: 0;
		background: url(../images/gfx/icon_basket.png) 5px 5px no-repeat;
		padding-left: 42px;
	}
		#top .basket p {
			font-size: 14px;
			text-align: right;
			display: inline-block;
			padding: 2px 3px;
			line-height: 20px;
		}
		.ie7 #top .basket p {text-align: left;}
		#top .basket a {
			color: #42A83B;
			font-weight: 700;
			font-size: 12px;
		}
		#top .basket a:hover {
			color: #1D7D16;
		}
	#top #search {
		width: 316px;
		top: 122px;
		right: 402px;
		height: 50px
	}	
		#top #search form > input[type=text] {
			width: 240px;
			font-size: 14px;
			height: 17px;
			padding: 7px 0;
			padding-left: 37px;
			background-image:url(../images/gfx/icon_zoom.png),  url(../images/gfx/input_text_bg.png);
			background-repeat: no-repeat, repeat-x;
			background-position: 7px center, 0 0;
		}
		.ie9 #top #search form > input[type=text] {
			width: 238px;
		}
		.no-multiplebgs #top #search form > input[type=text] {
			background-image:url(../images/gfx/icon_zoom.png);
			background-repeat: no-repeat;
			background-position: 7px center;
		}
		#top #search form > p {
			cursor: pointer;
			text-align: right;
			padding-right: 40px;
		}
		#top #search form > p:hover {
			color: #666;
		}
		#top #search form {position: relative; zoom:1;}
		#top #search form div {
			border: 4px solid #777;
			top: 54px;
			left: 82px;
			width: 200px;
			height: 120px;
			z-index: 70;
			background: #fafafa;
			display: none;
			zoom: 1;
		}
			#top #search form div span.close {
				font-weight: 700;
				color: #af0909;
				font-size: 12px;
				float: right;
				cursor: pointer;
			}
			#top #search form div input.short {
				width: 64px;
				margin: 0 3px;
			}
			#top #search form div select {
				width: 100%
			}
			#top #search form div label {
				margin: 5px 0 2px;
				font-weight: 700;
			}
			#top #search form div input[type=submit] {
				float: right;
				margin-top: 6px;
			}
		#top .quick-contect {
			border: 0;
			background: url(../images/gfx/quick_contact_phone.png) 3px 15px no-repeat;
			color: #FF6600;
			font-size: 24px;
			font-family: Impact;
			top: 40px;
			right: 402px;
			width: 206px;
			padding-left: 110px;
		}
		#top .quick-contect span {
			font-size: 37px;
			line-height: 38px;
		}
	
/* Menu */
#nav {
}

#menu {
	display: block;
	position: relative;
	height: 40px;
	border: 1px solid #349635;
	background: #7ACB4C url(../images/gfx/menu_bg.png) 0 0 repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 auto;
	z-index: 60;
}
	#menu > li {
		float: left;
		height: 40px;
		line-height: 40px;
		font-weight: 700;
	}
		
	#menu > li:hover {
		background: url(../images/gfx/menu_active.png) 0 0;
	}
		#menu > li:first-child {
			background: #FF8E23 url(../images/gfx/menu_bg_orange.png) 0 0 repeat-x;
			-webkit-border-top-left-radius: 4px;
			-webkit-border-bottom-left-radius: 4px;
			-moz-border-radius-topleft: 4px;
			-moz-border-radius-bottomleft: 4px;
			border-top-left-radius: 4px;
			border-bottom-left-radius: 4px;
		}
		#menu > li:first-child:hover {
			background: url(../images/gfx/menu_bg_orange_active.png) 0 0;
		}
		#menu > li h3 > a {
			color: #fff;
			text-shadow: 1px 1px 0 rgba(0, 0 ,0 , .5);
			display:block;
			text-align:center;
			padding: 0 20px;
			background: url(../images/gfx/scaper.png) 0 0 no-repeat;
		}

		#menu > li:first-child h3 a {
			background: none;
			
		}

		#menu .li-producenci {
			background: #45CCDC url(../images/gfx/menu_bg_blue.png) 0 0 repeat-x;
			float: right;
		}
		#menu > li.li-producenci:hover {
			background: url(../images/gfx/menu_bg_blue_active.png) 0 0;
		}
		
		.ie7 #menu > li:first-child h3 a,  .ie8 #menu > li:first-child h3 a{
			padding-left: 24px;
		}
		
		.ie7 #menu .li-producenci h3 a, .ie8 #menu .li-producenci h3 a  {
			padding-right: 25px;
		}
	    .ie9 #menu .li-producenci h3 a  {
			padding-right: 18px;
		}
		
	#menu li > ul {
		display: none;
		position: absolute;
		top: 40px;
		left:-1px;
		background: #fff;
		border: 4px solid #42A83B;
		width: 972px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		z-index: 61;
	
	}
		#menu li > ul > li, .list-cat li {
			float: left;
			width: 235px;
			border-bottom: 1px dotted #ccc;
			height: auto;
			line-height: normal;
			margin: 0 3px;
			list-style: none;
		}
		.list-cat {
		}
		.list-cat li {
			width: 240px;
		}
			#menu li > ul > li a, .list-cat li a {
				display: block;
				color: #666;
				padding: 6px 12px;
				background: url(../images/gfx/list-style.png) 0 center no-repeat;
			}
			.list-cat li a {
				color: #666;
				font-weight: 700;
			}
			#menu li > ul > li a:hover, .list-cat li a:hover {
				color: #FF6600;
				background-color: #f4f4f4;
			}
		.no-js #menu > li:hover ul {
			display: block;
		}


/* Content */
#main {
	padding: 5px 0;
}

#main h2 {
	font-size: 22px;
}
#main h3 {
	font-size: 18px;
}
#main h4 {
	font-size: 16px;
}
#main h3.big, #main h4.big {
	border: 1px solid #CFCFCF;
	color: #4c4c4c;
	font-size: 14px;
	text-shadow: 1px 1px 0 rgba(250, 250, 250, .6);
	padding: 0px 9px;
	line-height: 36px;
	background: #E3E3E3 url(../images/gfx/h3_bg.png) 0 0 repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#main .content h3.big, #main .content h4.big {
	background: #EBEBEB url(../images/gfx/h3_bg_c.png) 0 0 repeat-x;
	border-color: #dcdcdc;
	margin-bottom: 6px;
}
#main .left-col h3.big, #main .left-col h4.big {
	text-align: center;
}
	#main h3.big a, #main h4.big a {
		color: #4c4c4c;
	}
	#main h3.big a:hover, #main h4.big a:hover {
		color: #000;
	}
#main h3.big span {
	display: block;
	padding-left: 30px;
	background: url(../images/gfx/icon_star.png) 0 center no-repeat;
}
#main h3.h_marki span {
	background-image: url(../images/gfx/icon_earth.png);
}
#main h3.folder span {
	background-image: url(../images/gfx/icon_folder.png);
}

/* podstrona */

.left-col {
	width: 200px;
	float: left;
}

.white {
	padding: 5px;
	border: 1px solid #D5D5D5;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 2px 0;
}

	.white a {
		display: block;
		text-align: center;
		border-top: 1px dotted #ddd;
		
	}
	.white a:hover {
		color: #FF6600;
	}
	.white a span.price2 {
		padding-top: 10px;
		display: block;
		font-size: 14px;
		float: right;
	}
	.white a:hover {
		background:#fafafa;
	}
	.promo_left span:first-child {
		float: left;
		width: 95px;
		height: 95px;
		background-repeat: no-repeat;
		background-position: center;
	}
		.promo_left span:first-child img {display: none;}
	.white a.promo_left {
		text-align: left;
	}
	.white a:first-child {border: 0}
.content {
	width: 775px;
	float: right;
}

.left_cc {
	float: left;
	width: 330px;
}
	#product-image {
		text-align: center;
		padding: 10px;
		border: 1px solid #D5D5D5;
		background: #fff;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	.thumbs {
		text-align: center;
		padding-top: 5px;
	}
	.thumbs a {
		margin: 2px;
		display: inline-block;
		zoom: 1;
		border: 1px solid #D5D5D5;
		background: #fff;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}

.right_cc {
	float: right;
	width: 430px;
}
	 table.o-t {
		width: 430px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	td.ico {
		background-image: url(../images/gfx/icons_build.png);
		background-repeat: no-repeat;
		background-position: 8px center;
		padding: 5px 2px;
		padding-left: 32px;
	}
	td.dolar {
		background-image: url(../images/gfx/icon_dolar.png);
		background-position: 12px center;
	}
	td.del2 {
		background-image: url(../images/gfx/icon_delivery3.png);
	}
	td.stat {
		background-image: url(../images/gfx/icon_gears2.png);
	}
	table.o-t tr:nth-child(even), .zebra {background-color: #F5F5F5;}
	
	
	#add-to-basket {
		font-size: 16px;
		text-align: right;
	}
	#add-to-basket input[type=text] {
		width: 40px;
		font-size: 16px;
		text-align: center;
	}
	#add-to-basket input[type=image] {
		margin-left: 20px;
	}
	
	.msg {
		font-size: 12px;
		padding: 4px;
		padding-left: 30px;
		background: url(../images/gfx/icon_opinion.png) 0 center no-repeat;
	}
	#ask-form {
		padding: 5px;
		border: 1px solid #D5D5D5;
		background: #fff;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	#ask-form textarea, #ask-form input[type=text] {
		font-style: italic;
		color: #888;
		padding: 5px;
	}
	#ask-form textarea {
		width: 405px;
		margin: 4px 0;
	}
	.opis {
		padding: 0 20px;
		padding-bottom: 10px;
	}
	.opis table {
		width: 100%
	}
/* commercial & index slideshow */
.commercial {
}
.com-left {
	float: left;
	width: 295px;
}
	.com-left img {
		margin: 0;
		padding: 0;
	}
	.com-left a {
		display: block;
		margin-bottom: 2px;
	}
.com-right {
	float: right;
	width: 683px;
}
#index-scroll, #no-index-scroll {
	width: 682px; 
	height: 236px;
	position: relative;
	background: #000;
	overflow: hidden;
}	
	#index-scroll .items, #no-index-scroll .items {
		width:20000em;
		position:absolute;
		z-index: 30px;
	}
	#index-scroll .items div,  #no-index-scroll .items div {
		float:left;
		width: 682px; 
		height: 236px;
		position: relative;
		background: #fff;
	}
	#index-scroll .items div img, #no-index-scroll .items div img {
		display: block;
		margin: 0 auto;
		max-width: 682px;;
		height: auto;
		max-height: 236px;
	}

	#index-scroll .index-navi {
		position: absolute;
		z-index:40;
		width: 300px;
		height: 15px;
		bottom: 10px;
		left: 8px;
	}
	#index-scroll .index-navi a {
		display: block;
		width: 15px;
		height: 15px;
		float: left;
		background: url(../images/gfx/slider_nav.png) 0 0 no-repeat;
		opacity: .5;
		filter: alpha(opacity=60);
		margin: 2px;
	}
	#index-scroll .index-navi a:hover, #index-scroll .index-navi a.active {
		opacity: 1;
		filter: alpha(opacity=10);
	}

#recommend-scroll, #no-recommend-scroll {
	width: 990px; 
	height: 285px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-left: -5px;
}	
 #no-recommend-scroll {
 	height: 265px;
 }
	#recommend-scroll .items, #no-recommend-scroll .items {
		width:20000em;
		position:absolute;
		z-index: 30px;
	}
	#recommend-scroll .items > div,  #no-recommend-scroll .items > div {
		float:left;
		width: 920px; 
		height: 260px;
		padding: 0 35px;
		position: relative;
	}

	#recommend-scroll .recommend-navi {
		position: absolute;
		z-index:40;
		height: 15px;
		bottom: 5px;
		right: 15px;
	}
	#recommend-scroll .recommend-navi a {
		display: block;
		width: 15px;
		height: 15px;
		float: right;
		background: url(../images/gfx/slider_nav.png) 0 0 no-repeat;
		opacity: .5;
		filter: alpha(opacity=60);
		margin: 2px;
	}
	#recommend-scroll .recommend-navi a:hover, #recommend-scroll .recommend-navi a.active {
		opacity: 1;
		filter: alpha(opacity=10);
	}
	.next, .prev {
		position: absolute;
		top: 50%;
		width: 36px;
		height: 40px;
		margin-top: -25px;
		cursor: pointer;
		background: url(../images/gfx/arrow_right.png) 0 0 no-repeat;
		z-index: 35;
	}
	.next {
		right: 0;
	}
	.prev {
		left: 7px;
		background-image: url(../images/gfx/arrow_left.png);
	}
	
	#no-recommend-scroll .next, #no-recommend-scroll .prev, #no-similar-scroll .next, #no-similar-scroll .prev, #no-logo-scroll .next, #no-logo-scroll .prev {
		opacity: .5;
		filter: alpha(opacity=50);
		cursor: auto;
	}
	
#similar-scroll, #no-similar-scroll {
	width: 797px; 
	height: 285px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-left: -13px;
}	
	#similar-scroll .items, #no-similar-scroll .items {
		width:20000em;
		position:absolute;
		z-index: 30px;
	}
	#similar-scroll .items > div,  #no-similar-scroll .items > div {
		float:left;
		width: 735px; 
		height: 260px;
		padding: 0 35px;
		position: relative;
	}
		#similar-scroll .items > div .product-box-1, #no-similar-scroll .items > div .product-box-1 {
			margin-right: 0;
		}

	#similar-scroll .similar-navi {
		position: absolute;
		z-index:40;
		height: 15px;
		bottom: 5px;
		right: 15px;
	}
	#similar-scroll .similar-navi a {
		display: block;
		width: 15px;
		height: 15px;
		float: right;
		background: url(../images/gfx/slider_nav.png) 0 0 no-repeat;
		opacity: .5;
		filter: alpha(opacity=60);
		margin: 2px;
	}
	#similar-scroll .similar-navi a:hover, #similar-scroll .similar-navi a.active {
		opacity: 1;
		filter: alpha(opacity=10);
	}
		
#logo-scroll, #no-logo-scroll {
	width: 990px; 
	height: 100px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-left: -5px;
}	
	#logo-scroll .items, #no-logo-scroll .items {
		width:20000em;
		position:absolute;
		z-index: 30px;
	}
	#logo-scroll .items > div,  #no-logo-scroll .items > div {
		float:left;
		width: 920px; 
		height: 100px;
		padding: 0 35px;
		position: relative;
		text-align: center;
		padding-top: 5px;
	}
		#logo-scroll .items > div a, #no-logo-scroll .items > div a {
			display: inline-block;
			padding: 5px 20px;
			zoom: 1;
		}

	#logo-scroll .logo-navi {
		position: absolute;
		z-index:40;
		height: 15px;
		bottom: 5px;
		right: 15px;
	}
	#logo-scroll .logo-navi a {
		display: block;
		width: 15px;
		height: 15px;
		float: right;
		background: url(../images/gfx/slider_nav.png) 0 0 no-repeat;
		opacity: .5;
		filter: alpha(opacity=60);
		margin: 2px;
	}
	#logo-scroll .logo-navi a:hover, #logo-scroll .logo-navi a.active {
		opacity: 1;
		filter: alpha(opacity=10);
	}
	
#producent-scroll {
	width: 190px; 
	height: 580px;
	position: relative;
	overflow: hidden;
}	
#no-producent-scroll {
	height: auto;

}
	#producent-scroll .items, #no-producent-scroll .items {
		height:20000em;
		position:absolute;
		z-index: 30px;
	}
	 #no-producent-scroll .items {
	 	height: auto;
		position: static;
	 }
	#producent-scroll .items div,  #no-producent-scroll .items div {
		width: 190px; 
		height: 500px;
		position: relative;
		background: #fff;
	}
	#no-producent-scroll .items div {
		height: auto; 
	}


	#producent-scroll .producent-navi {
		position: absolute;
		z-index:40;
		width: 300px;
		height: 15px;
		bottom: 10px;
		left: 8px;
	}
	#producent-scroll .producent-navi a {
		display: block;
		width: 15px;
		height: 15px;
		float: left;
		background: url(../images/gfx/slider_nav.png) 0 0 no-repeat;
		opacity: .5;
		filter: alpha(opacity=60);
		margin: 2px;
	}
	#producent-scroll .producent-navi a:hover, #producent-scroll .producent-navi a.active {
		opacity: 1;
		filter: alpha(opacity=10);
	}
/* produkt box */
.product-box-1 {
	width: 175px;
	
	float: left;
	border: 1px solid #D5D5D5;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	min-height: 255px;
	margin: 3px;
	margin-left: 4px;
	
}
	#main .product-box-1 h4 {
		font-size: 14px;
		padding: 2px 0;
		line-height: 15px;
	}
	#main .product-box-1 > div {
		background: #F7F7F7;
		padding: 5px;
		border-top:1px solid #D5D5D5;
		min-height: 50px;
		padding-bottom: 50px;
		position: relative;		
	}
	#main .product-box-1 > a {
		display: block;
		background-repeat: no-repeat;
		background-position: center;
		height: 149px;
	}	
		#main .product-box-1 > a img {
			display: none;	
		}
	.price {
		position: absolute;
		bottom: 30px;
		left: 5px;
		width: 165px;
		text-align: center;
	}
	.price span {
		font-size: 14px;
		font-weight: 700;
		color: red;
	}
	#main .product-box-1 .btn {
		position: absolute;
		bottom: 5px;
		left: 28px;
		padding-bottom: 4px;
	}
	.eye span, .basket span {
		display: inline-block;
		padding-left: 23px;
		background: url(../images/gfx/icon_eye.png) 0 4px no-repeat;
	}
	.basket span {
		background: url(../images/gfx/btn_basker_m.png) 0 0 no-repeat;
		padding-bottom: 1px;
		padding-top: 2px;
	}
	
	/* product-box 2 */
	
.product-box-2 {
	border: 1px solid #D5D5D5;
	background: #F7F7F7;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 3px 0;
	clear: both;
	position: relative;
}
.product-box-2.in-prom {
	border: 3px solid #ff6600;
	background: #fffcd8;
}
	.product-box-2.in-prom h4 a {
		color: red;
	}
	.product-box-2 p {
		padding: 0
	}
	.product-box-2 > a {
		float: left;
		background: #fff;
		text-align: center;
		display: block;
		width: 150px;
		border-right: 1px solid #D5D5D5;
		padding: 3px;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;

		bottom: 0;
		top: 0;
		position: absolute;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.product-box-2 > a img {
		max-height: 110px;
		width: auto;
		display: none;
	}
	.product-box-2 > div {
		float: right;
		width: 600px;
		padding: 5px;
	}
		.product-box-2 > div h4 + p {
			border-bottom: 1px dotted #D5D5D5;
			padding: 4px 0 6px;
			margin-bottom: 4px;
		}
		
		.del, .dos, .grat, .heart {
			display: inline-block;
			padding: 3px;
			padding-left: 30px;
			background: url(../images/gfx/icon_delivery2.png) 0 center no-repeat;
			zoom: 1;	
			margin-right: 25px;
			margin-bottom: 3px;
		}
		.dos {
			background-image: url(../images/gfx/icon_gears.png);
		}
		.grat {
			background-image: url(../images/gfx/icon_star_green.png);
			text-transform: uppercase;
			color: #42A83B;
			font-weight: 700;
		}
			.del strong, .dos strong {
				color: #42A83B;
			}
		
		.heart {
			background-image: url(../images/gfx/icon_pigi.png);
			text-transform: uppercase;
			background-position: 6px center;
			color: #FF1C1C;
			font-weight: 700;
		}
		.product-box-2 > div h4 + p + p + p {
			background: #fefefe;
			border-top: 1px solid #EBEBEB;
			margin: -5px;
			margin-left: -10px;
			margin-top: 2px;
			padding: 6px;
			-webkit-border-bottom-right-radius: 4px;
			-moz-border-radius-bottomright: 4px;
			border-bottom-right-radius: 4px;
		}
		
		.product-box-2.in-prom > div h4 + p, .product-box-2.in-prom > div h4 + p + p + p, .product-box-2.in-prom > a {
			border-color: #ff6600;
		}
		
		.product-box-2 input[type=text] {
			text-align: center;
			width: 30px;
		}
		.product-box-2 .btn {
			margin-left: 20px
		}
	
	.price2 {
		font-size: 16px;
		color: red;
		font-weight: 700;
	}

/* Footer */
footer {
	clear: both;
	background: #D6D6D6 url(../images/gfx/footer_bg.png);
	padding-top: 10px;
	border-top: 1px solid #eee;
	-moz-box-shadow: -1px -1px 0 #d6d6d6;
	-webkit-box-shadow: -1px -1px 0 #d6d6d6;
	box-shadow: -1px -1px 0 #d6d6d6;
	text-shadow:1px 1px 0 rgba(250, 250, 250, .5);
}
	.wrapper {
		width: 980px;
		margin: 0 auto;
	}

#boxs{
	margin: 0 auto;
	padding: 0 15px 0 20px;
	width: 980px;
}
footer .box h3 {
	display: block;
	color: #323232;
	width: 150px;
	font-family: Impact;
	font-size: 18px;
	background: url(../images/gfx/f_ico_info.png) 0 center no-repeat;
	padding-left: 35px;
	line-height: 28px;
	font-weight: 400;
}

footer h3.f-header2{
	background-image: url(../images/gfx/f_ico_order.png);
}
footer h3.f-header3{
	background-image: url(../images/gfx/f_ico_help.png);
}
footer h3.f-header4{
	background-image: url(../images/gfx/f_ico_link.png);
}
footer h3.f-header5{
}
div.box, div.box-news{
	border-left: 1px dotted #9B9B9B;
	float: left;
	min-height: 130px;
	padding: 0 0 0 10px;
}
div.box{

	width: 170px;
}
div.box-news{
	width: 240px;
	text-align: center;
	border: none;
}
div.box ul{
	margin: 0 0 0 15px;
	padding: 5px 0 0 0;
	list-style: none;
}
div.box ul a{
	color: #333;
}
div.box ul a:hover{
	color: #000;
}
.opnie {
	clear: both;
	padding: 5px 0;
	text-align: center;
}
.opnie a, .opnie span {
	padding: 2px 3px;
	display: inline-block;
}

.europa {
	text-align: center;
	padding-top: 10px;
	margin-top: 6px;
	font-size: 12px;
	color: #333; 
}
.europa img {
	margin-top: -10px;
}

.podpis, .podpis a {
	font-size: 11px;
	color: #999;
}

.green {
	color: #42A83B;
	font-weight: 700;
}
.orange {
	color: #ff6000;
}
.yellow {
	color: #ddbd23 !important;
}
.red {
	color: red !important;
}
#pager p {
	color: #888;
}
#pager a, #pager span {
	display: inline-block;
	zoom: 1;
	padding: 2px 6px;
	margin: 1px;
	border: 1px solid #aaa;
	color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#pager span, #pager a:hover {
	background: #f7f7f7;
	color: #000;
}

.logo-box {
	display: block;
	float: left;
	width: 109px;
	height: 95px;
	padding: 6px;
	margin: 3px;
	border: 1px solid #e5e5e5;
	text-align: center;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	font-weight: 700;
	color: #444;
}
	.logo-box img {
		display: block;
		margin: 0 auto;
		margin-bottom: 5px;
	}
	
#main .sort-link {
	text-align: right;
	background: #f6f6f6;
	padding: 2px 6px;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	margin-top: 5px;
}
	#main .sort-link a {
		display: inline-block;
		zoom: 1;
		padding: 3px;
		background: #fff;
		border: 1px solid #e5e5e5;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;	
	}
	
	#main h4 + table {
		margin-top: 10px;
		
		width: 100%;
	}

.p-text {
	text-align: justify;
	padding: 10px;
	background: #ECECEC url(../images/gfx/body_bg.png);
	border: 1px solid #bbb;
	color: #555;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px 0 0 #FFF;
	-moz-box-shadow: inset 1px 1px 0 0 #FFF;
	box-shadow: inset 1px 1px 0 0 #FFF;
}	
	
.preloader {background:url(../images/gfx/loading.png) center center no-repeat}

