body {
	background: #79CEE3 url("../images/body_bg.png") 0 0 repeat-x;
	font: 12px Arial, sans-serif;
	color: #333;
}

.none {
	font: 12px Arial, sans-serif;
	color: #333;
}

a {
	color: #2473A4;
}

a:hover {
	color: #11364c;
	text-decoration: underline;
}

.wrapper_top {
	margin: 30px auto 0 auto;
	width: 1018px;
	height: 15px;
	background: transparent url("../images/wrapper_top.png") 0 0 no-repeat;
}

.wrapper {
	margin: 0 auto;
	width: 990px;
	background: transparent url("../images/wrapper_bg.png") 0 0 repeat-y;
	padding: 0 15px;
}

.wrapper_bottom {
	margin: 0 auto 20px auto;
	width: 1018px;
	height: 15px;
	background: transparent url("../images/wrapper_bottom.png") 0 0
		no-repeat;
}

#header {
	height: 170px;
	background: url("../images/header.jpg") 0 0 no-repeat;
}

#header h1.logo {
	position: absolute;
	left: 23px;
	top: -20px;
}

#header h1.logo span {
	display: none;
}

.gift {
	position: absolute;
	bottom: 33px;
	right: 70px;
	width: 90px;
	height: 90px;
	text-align: center;
	font-family: "Arial Black", sans-serif;
	font-size: 14px;
	color: #215780;
}

.gift a,.gift span {
	line-height: 13px;
	color: #215780;
	text-shadow: 1px 1px 1px #fff;
}

.gift a:hover {
	text-decoration: none;
}

#menu {
	float: right;
	margin: 6px 10px;
}

#menu ul li {
	float: left;
	padding-left: 28px;
	margin: 4px 2px;
}

#menu ul li a {
	font-family: "Arial Black", sans-serif;
	font-size: 14px;
	padding: 3px;
	color: #3080B7;
	text-shadow: 1px 1px 1px #fff;
}

#menu ul li a:hover {
	color: #7DC5F5;
	text-decoration: none;
}

li.sale {
	background: url("../images/icons_sale.png") 0 0 no-repeat;
}

li.help {
	background: url("../images/icons_help.png") 0 0 no-repeat;
}

li.rules {
	background: url("../images/icons_rules.png") 0 0 no-repeat;
}

li.contact {
	background: url("../images/icons_contact.png") 0 0 no-repeat;
}

li.about {
	background: url("../images/icons_about.png") 0 0 no-repeat;
}

.under_header {
	background: #FAED7B url("../images/menu_bg.png") 0 0 repeat-x;
	height: 50px;
	line-height: 45px;
	font-size: 13px;
	text-shadow: 1px 1px 1px #fff;
	padding: 0 10px;
}

.under_header a {
	color: #333;
}

#basket {
	float: left;
	font-weight: bold;
	padding-left: 30px;
	background: transparent url("../images/basket_smal.png") 0 12px
		no-repeat;
	text-shadow: 1px 1px 1px #fff;
}

#basket:hover {
	background: transparent url("../images/basket_smal_hover.png") -5px 7px
		no-repeat;
	color: #3080B7;
}

#basket:hover a.see_basket {
	text-decoration: none;
	color: #3080B7;
}

#basket a.see_basket {
	padding: 4px 25px 5px 5px;
	background: url("../images/icons_see.png") right 4px no-repeat;
}

.loginform {
	float: right;
}

.loginform form div input[type=text],.loginform form div input[type=password]
	{
	padding: 2px;
	width: 83px;
	font-size: 11px;
	font-style: italic;
	color: #999;
	border: 1px solid #D4D3CC;
	background: #FCF9E5;
}

.loginform form div input[type=submit] {
	background: url("../images/ok_btn.png") 0 0 no-repeat;
	width: 34px;
	height: 24px;
	border: 0;
	font-size: 11px;
}

.wrapper2 {
	padding: 0 20px;
	background: url("../images/content2_bg.png") 0 0 repeat-x;
}

.left_column {
	width: 232px;
	float: left;
}

.left_box {
	margin: 5px 0 10px 0;
	padding: 5px;
	border: 1px solid #B6CFD6;
	background: #CCE9F9 url("../images/left_box_bg.png");
}

.box_content {
	background: #fff;
	padding: 6px 20px;
}

.box_content h2 {
	font-family: "Arial Black", sans-serif;
	font-size: 14px;
	color: #FAA420;
	text-align: center;
	margin-bottom: 4px;
}

.box_content form input[type=text],.box_content form select {
	border: 1px solid #ABC0D5;
	width: 140px;
	height: 15px;
	font-size: 12px;
	color: #666;
	padding: 3px;
}

.box_content form select {
	height: 24px;
	width: 178px;
}

.box_content form input[type=image] {
	vertical-align: bottom;
}

.box_content form label {
	display: block;
	font-weight: bold;
	padding: 3px 0;
}

.advanced {
	color: #333;
	display: block;
	margin: 1px 0;
	padding: 5px 10px 5px 0;
	background: url("../images/arrow_down.png") 153px 8px no-repeat;
	cursor: pointer;
}

.category_list li a,.category_list li span {
	color: #2473A4;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	background: transparent url("../images/minus.png") 0 3px no-repeat;
	padding-left: 15px;
	cursor: pointer;
}

.category_list li ul li a {
	font-weight: normal;
	padding-left: 20px;
	line-height: 16px;
	background-image: none;
}

.category_list li ul {
	display: none;
}

.category_list li a.selected,.category_list li span.selected {
	background: transparent url("../images/plus.png") 0 3px no-repeat;
}

.category_list li a:hover {
	color: #11364c;
	text-decoration: underline;
}

.box2 {
	display: block;
	margin: 6px auto;
	width: 226px;
	height: 88px;
	text-align: center;
	padding-top: 6px;
	font-family: "Arial Black", sans-serif;
	font-size: 12px;
	color: #3080B7;
}

.box2:hover {
	text-decoration: none;
	color: #3080B7;
}

.wysylka24h {
	background: url("../images/banner-24h.png") 0 0 no-repeat;
}

.allegro {
	background: url("../images/allegro_bg.png") 0 0 no-repeat;
}

.platnosci {
	background: url("../images/platnosci_bg.png") 0 0 no-repeat;
}

.content {
	float: right;
	width: 700px;
}

.content li {
	list-style: square;
	margin-left: 16px;
}

.you_are {
	margin: 3px 2px;
	text-shadow: 1px 1px 1px #fff;
}

/* style dla gropy produktow 
	domyslnie niebieski
*/
.product_group {
	border: 1px solid #CCDED9;
	background: #EBF3F7;
	border-top: 0;
	padding: 0 20px 10px 33px;
	margin: 5px 5px 10px 5px;
}

.product_group h2 {
	font-family: "Arial Black", sans-serif;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	padding: 0 5px 0 45px;
	margin: 0 -20px 10px -33px;
	border: 1px solid #A9CFE4;
	border-left: 0;
	border-right: 0;
	background: #D8F0FE;
}

.product_group h2 span.img {
	display: block;
	width: 30px;
	height: 30px;
	background: transparent url("../images/icons_spinacz.png") 0 0 no-repeat
		;
	position: absolute;
	top: 10px;
	left: 4px;
}

.see_more_product {
	float: right;
	color: #333;
	font: 12px Helvetica, Arial, sans-serif;
	height: 16px;
	padding: 4px 8px;
	background: #7DC6F3 url("../images/button_bac.png") 0 0 repeat-x;
	border: 1px solid #7DC6F3;
	position: absolute;
	top: 6px;
	right: 5px;
}

.blue_btn {
	color: #333;
	font: 12px Helvetica, Arial, sans-serif;
	height: 16px;
	line-height: 16px;
	padding: 4px 8px;
	background: #7DC6F3 url("../images/button_bac.png") 0 0 repeat-x;
	border: 1px solid #7DC6F3;
}

.see_more_product:hover,.blue_btn:hover {
	text-decoration: none;
	text-shadow: 0px 0px 3px #fff;
}

/* produkt box dla nowosci */
.news {
	background: #f7fedf;
}

.news h2 {
	color: #FCA520;
	border: 1px solid #C1DDA8;
	border-left: 0;
	border-right: 0;
	background: #F0FEC2;
}

.news h2 span.img {
	left: -5px;
	width: 50px;
	background: transparent url("../images/news.png") 0 0 no-repeat;
}

.news h2 a.see_more_product {
	background-color: #C1E219;
	border-color: #C1E219;
}

/* produkt box dla promotion*/
.promotion {
	background: #FBF5E7;
}

.promotion h2 {
	color: #4C4C4C;
	border: 1px solid #CCB9A8;
	border-left: 0;
	border-right: 0;
	background: #FCDBC1;
}

.promotion h2 span.img {
	left: -5px;
	top: 3px;
	height: 50px;
	width: 50px;
	background: transparent url("../images/icons_promocje.png") 0 0
		no-repeat;
}

.promotion h2 a.see_more_product {
	background-color: #E15419;
	border-color: #E15419;
}

/* produkt box dla favorite*/
.favorite {
	background: #FBF9E2;
}

.favorite h2 {
	color: #D62B0D;
	border: 1px solid #CCD4A7;
	border-left: 0;
	border-right: 0;
	background: #FCF6C1;
}

.favorite h2 span.img {
	left: -5px;
	top: 3px;
	height: 50px;
	width: 50px;
	background: transparent url("../images/icons_serce.png") 0 0 no-repeat;
}

.favorite h2 a.see_more_product {
	background-color: #E1AF19;
	border-color: #E1AF19;
}

/* ******* produkt box ******** */
.product_box {
	float: left;
	margin: 5px 15px;
	padding: 10px;
	background: #fff;
	width: 155px;
	min-height: 210px;
	border: 1px solid #EAECED;
}

.product_box a:hover {
	text-decoration: none;
}

.product_box h3 {
	text-align: center;
	font-family: "Arial Black", sans-serif;
	font-size: 13px;
	color: #A3D100;
	line-height: 15px;
}

.product_box img {
	display: block;
	margin: 2px auto;
}

.product_box a.see_more span,.product_box a.add_basket span {
	display: none;
}

.product_box a.see_more {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("../images/more.png") 0 0 no-repeat;
	width: 30px;
	height: 31px;
}

.product_box a.add_basket {
	display: block;
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: url("../images/basket.png") 0 0 no-repeat;
	width: 40px;
	height: 40px;
}

.price {
	color: #02B2D3;
	font-weight: bold;
	font-size: 14px;
	margin-top: 15px;
}

div.product_box p.price {
	position: absolute;
	left: 8px;
	bottom: 30px;
}

.price span.old {
	font-size: 12px;
	text-decoration: line-through;
}

.price span.new_price {
	font-size: 20px;
	color: #E62525;
}

#footer {
	margin: 5px 0 5px 0;
	padding: 5px;
	border: 1px solid #B6CFD6;
	background: #CCE9F9 url("../images/left_box_bg.png");
}

.footer_content {
	background: #fff;
	padding: 10px;
}

.block {
	display: block;
	width: 150px;
	float: left;
}

.block2 {
	display: block;
	float: right;
	width: 500px;
}

.desc {
	text-align: right;
	padding-bottom: 5px;
	font-size: 9px;
}

.desc a {
	color: #333;
	font-weight: bold;
}

.product {
	border: 1px solid #B7D0D7;
	background: #fff;
	padding: 15px;
	margin: 5px 5px 10px;
}

.left_c {
	width: 330px;
	float: left;
}

.right_c {
	width: 320px;
	float: right;
}

.product form input[type=submit],.product form input[type=button],.btn_green
	{
	color: #333;
	font: 12px Arial, sans-serif;
	height: 24px;
	line-height: 14px;
	padding: 4px 8px;
	background: #7DC6F3 url("../images/button_bac.png") 0 0 repeat-x;
	border: 1px solid #7DC6F3;
	cursor: pointer;
}

.btn_green {
	background-color: #C1E219;
	border-color: #C1E219;
	width: 178px;
	margin: 4px 0;
}

.product form input[type=submit]:hover,.product form input[type=button]:hover
	{
	background-color: #B7DFF8;
}

.product form input[type=text],.product form input[type=password],.product form textarea
	{
	border: 1px solid #7DC6F3;
	color: #333;
	font: 12px Arial, sans-serif;
	margin: 1px 3px;
	padding: 4px 5px;
	line-height: 20px;
}

.product .price {
	text-align: right;
}

.producent {
	width: 110px;
	float: left;
	font-size: 10px;
	margin: -5px 2px 2px -5px;
}

.producent img {
	display: block;
	margin: 0 auto;
}

.product_name {
	width: 210px;
	float: right;
}

.product_name p {
	font-size: 10px;
}

.producent strong {
	font-size: 11px;
}

.product p {
	padding: 2px;
	margin: 2px;
}

.product h2 {
	color: #2c5d7b;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}

div.product_box,div.product_group,div.box_content,div.left_box,a.see_more_product,#footer,.footer_content,.product
	{
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.product form.add_to_basket {
	color: #4D96B9;
	text-align: right;
	margin-right: 10px;
	margin-top: -10px;
	background: url(../images/wysylka24h-znaczek.png) no-repeat 0 16px;
}

form.add_to_basket input[type=text] {
	width: 20px;
	border: 1px solid #4D96B9;
	text-align: center;
	color: #4D96B9;
	padding: 2px;
}

form.add_to_basket input[type=submit] {
	width: 158px;
	height: 54px;
	border: 0;
	background: url("../images/add_to_basket.png") 0 0 no-repeat;
	text-align: right;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 1px #222;
	padding-right: 26px;
	margin: 5px 0;
	cursor: pointer;
}

form.add_to_basket div.kup_na_prezent {
	margin-bottom: 10px;
}

form.add_to_basket input[type=submit]:hover {
	background-color: transparent;
}

.big_img {
	display: block;
	margin: 5px auto;
}

.min_list li {
	border: 1px solid #A7CBDD;
	display: block;
	float: left;
	margin: 4px;
	width: 100px;
	height: 100px;
	text-align: center;
	overflow: hidden;
}

#alert,#rozwin {
	border: 1px dotted #3DBADC;
	padding: 10px;
	background: #F3F7F7;
	font-size: 12px;
	font-weight: bold;
}

.add_box {
	font-size: 14px;
	font-weight: bold;
	color: #2C5D7B;
	background: #EDF5F6;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #D4DFE0;
}

.add_box_info {
	padding: 10px;
	text-align: center;
	border: 1px dotted #ABCC5F;
	background: #F0FEC2;
	color: #58AB27;
	font-size: 14px;
	font-weight: bold;
}

.add_box_content img {
	margin: 0 10px 10px 0;
	float: left;
}

.promotion_ico {
	display: block;
	width: 59px;
	height: 56px;
	background: transparent url("../images/promotion.png") 0 0 no-repeat;
	position: absolute;
	bottom: 55px;
	left: -10px;
}

.pager {
	clear: both;
	float: right;
	margin-top: 5px;
}

.pager a.page,.pager span.page_cell {
	background: #fff;
	border: 1px solid #79CEE3;
	padding: 2px 4px;
	margin: 2px;
	display: block;
	min-width: 12px;
	height: 14px;
	float: left;
	text-align: center;
}

.pager span.page_cell {
	border-color: #999;
	color: #999;
}

#contact_form label {
	display: block;
	padding-left: 10px;
	color: #333;
}

.c_left {
	float: left;
	width: 320px;
}

.c_right {
	float: right;
	width: 320px;
}

.c_right h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 3px 15px;
}

.c_right form input[type=text],.c_right form textarea {
	width: 200px;
}

.c_right form input[type=submit] {
	margin: 5px 65px;
	width: 100px;
}

#rozwin {
	background: #F3F7F7 url("../images/arrow_down.png") 10px center
		no-repeat;
	padding-left: 25px;
	margin-bottom: 10px;
	cursor: pointer;
}

#rozwin.selected {
	background-color: #F5F8F8;
	border-color: #afe3f0;
}

.producent_min {
	position: absolute;
	left: 5px;
	bottom: 3px;
}

.producent_min img {
	height: 23px;
	width: auto;
}

.p_bac {
	
	padding: 15px;
	margin: -10px;
}

.p_h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	background: #F3F7F7;
	border: 1px dotted #459ACE;
}

#prezent p {
	padding: 5px;	
}

.plus_10 {
	display: none;
	margin-left: -3px;
	font-weight: bold; 
}

/* zaokraglenia i ciejnie */
div.product_group h2 {
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

div.product_box:hover {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.2s ease-out;
	box-shadow: 0px 0px 5px #B2D1DA;
	-moz-box-shadow: 0px 0px 5px #B2D1DA;
	-webkit-box-shadow: 0px 0px 5px #B2D1DA;
}

.btn_green,.blue_btn,.product form input[type=submit],.product form input[type=button],.product form input[type=text],.product form input[type=password],.product form textarea
	{
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn_green:hover,.blue_btn:hover,.product form input[type=submit]:hover,.product form input[type=button]:hover,.product form input[type=text]:hover
	{
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.2s ease-out;
	box-shadow: 0px 0px 3px #B2D1DA;
	-moz-box-shadow: 0px 0px 3px #B2D1DA;
	-webkit-box-shadow: 0px 0px 3px #B2D1DA;
}
