html {
	background: #B6BEC2 url("../images/gfx/html_bg.png") 0 0 repeat-x;	
}

body {
	background: transparent url(../images/gfx/body_bg.png);
	font: 1em/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor:default;
	color: #222;
}
a {
	color: #F44800;
}
a:hover {
	color: #EF0000;
}
p {
	font-size: 12px;
	line-height: 16px;
	padding: 3px 0;
	margin: 2px 0;	
	
}

.wrapper {
	width: 950px;
	margin: 0 auto;
	background: transparent url("../images/gfx/wrapper_bg.png") 0 0 repeat-y;
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .6);
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
	position: relative;
}
.wrapper2 {
	clear: both;
	margin-top: -100px;
}

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

h1.logo span { display: none; }

h1.logo {
	display: block;
	position: absolute;
	top: 55px;
	left:60px;
	width: 454px;
	height: 95px;
}

#basket {
	position: absolute;
	top: 205px;
	left: 70px;
	background: transparent url("../images/gfx/basket_bg.png") 0 0 no-repeat;	
	width:  164px;
	height:  64px;
	font-size: 15px;
	padding: 23px;
	padding-left: 110px;
	color: #000;
	text-shadow: 1px 1px 0 rgba(250, 250, 250, .6);
}
#basket h3 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
}

#basket a span { display: none; }

#basket a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width:  290px;
	height:  104px;
}


#menu {
	height: 64px;
	width: 950px;
	position: absolute;
	top: 325px;	
}
#menu ul {
	display: block;
	height: 60px;
	width: 648px;
	padding: 5px 10px;
	background: url("../images/gfx/menu_bg.png") 0 0 no-repeat;
	float: left;
	margin-left:10px;
}
#menu ul li {
	 float: left; 
	 background: url("../images/gfx/menu_left.png") 0 0 no-repeat;
}
#menu ul li:first-child {
	background-image: none;	
	margin-left: 10px;
} 
#menu ul li a {
	display: block;
	line-height: 52px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 0px 19px;
	text-shadow: 1px 1px 0 #000;
}
#menu ul li a:hover, #menu ul li a.activ {
	background:transparent url("../images/gfx/menu_active.png") 0 0 no-repeat;	
}


#search_form input[type = text] {
    width: 164px;
	font-size: 14px;
	color: #595959;
	padding: 5px 2px;
	text-shadow: 1px 1px 0 rgba(250, 250, 250, .6);
	margin-left: 14px;
	border: 0;
	background: none;
	font-weight: 700;
	line-height: 26px;
}

#search_form input[type = image] {
    vertical-align: middle;

}

#search_form {
    padding-bottom: 10px;
	width: 255px;
	height: 66px;
	float: right;
	background: url(../images/gfx/search_bg.png)  0 0 no-repeat;
	margin-right: 10px;
}
#search_form div {
	padding: 12px;
}



.category_list {
}
.category_list li {
	margin-bottom: 10px;
}
.category_list li span, .category_list li a {
	color: #7B8F9F;
	font-family: "Arial Black";
	font-size: 36px;
	text-shadow: 1px 1px 0 #fff;	
	padding:4px 15px;
	display: block;
}
.category_list li ul li{
	margin: 0;
}
.category_list li ul li a {
	font-size: 14px;	
	color: #545454;
	margin-top: 3px;
	font-family: "Trebuchet MS";
	display: block;
	background: url(../images/gfx/left_menu_bg.png) bottom center no-repeat;
	padding: 4px 15px;
	padding-left: 30px
}

.category_list li ul li a:hover, .category_list li ul li a.activ {
	color: #383838;
	background-color: #ECEFF0;
}
.gray-box {
	background: #EAECEC;
	padding: 6px;
	color: #757676;
	padding-bottom: 20px;
}
.gray-box h3 {
	font-weight: 700;
	font-size: 14px;
	padding: 3px 10px;
}
#quick_contact { text-align: right; }
#quick_contact img { display: block; float: right; margin: 0 25px 5px 0; }
#quick_contact { font-size: 11px; color: #777; }
#quick_contact label { display: block; margin: 4px; line-height: 18px; clear: both;}

#quick_contact input[type=text], #quick_contact textarea {
	width: 144px;
	height: 13px;
	background: #fff;
	border: 1px solid #E6E6E6;
	line-height: 18px;
	font-size: 10px;	
	
	padding: 3px 5px 0 5px;
	color: #777;
}
#quick_contact input[type=submit], .more_info {
	background: #777 url("../images/gfx/btn.png") 0 0 repeat-x;
	border: 0;
	padding: 3px 13px;
	margin: 3px;
	font-size: 12px;	
	color: #fff;
	text-shadow: 1px 1px 0 #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	border-radius: 3px;
	float: right;
}
#quick_contact input[type=submit]:hover, .more_info:hover {
	background-color: #555;
	color: #fff;
}
#quick_contact textarea { height: 100px; margin-bottom: 5px; }

#left_column p {
	font-size: 12px;
	color: #555;
	padding: 3px 0	
}

#left_column {
	float: left;
	width: 220px;
	font-size: 12px;
}
#left_column h2 span {
	display: none;	
}
#left_column h2 {
	width: 100%;
	text-transform: uppercase;
	color: #666;
	font-size: 14px;
	font-weight: 700;
	padding: 4px 15px;
}
#left_column .left_b {
	padding: 5px 10px;
	color: #444;
}
h2.category {
	background: url("../images/gfx/kategorie.png") center center no-repeat;
}

h2.contact_form {
	background: url("../images/gfx/contact_form.png") center center no-repeat;
}
h2.contact_info {
	background: url("../images/gfx/contact_info.png") center center no-repeat;
}

h2.hurt {
	margin-top: 10px;
	clear:both;
	height: 90px !important;
	background: url("../images/gfx/hurt.png") center center no-repeat;
}
h2.allegro {
	margin-top: 10px;
	clear:both;
	height: 90px !important;
	background: url("../images/gfx/allegro.png") center center no-repeat;
}
h2.allegro a, h2.hurt a { display: block; width: 100%; height: 100% }

#right_column {
	float: right;
	width: 728px;	
}

#content, .content_box {
	padding: 10px;
	font-size: 12px;
}

.white-b {
	
	margin: 3px;
	background: #F4F6F6;
	border: 1px solid #DCDEDF;
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.product_box {
	width: 335px;
	min-height: 130px;
	float: left;
	margin: 3px;
	background: #F4F6F6;
	border: 1px solid #DCDEDF;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.product_box h3 {
	font-size: 13px !important;
	line-height: 15px;	
}
.product_box img {
	display: block;
	margin: 3px;
	float: left;
	margin-right: 10px;
	border: 1px solid #DCDEDF;
}
.product_box p {
	line-height: 14px;
	font-size: 11px;	
}
.product_box img:hover {
	opacity: 0.8;
	filter: alpha(opacity = 80);	
}



.price {
	font-size: 10px;
	color: #aaa;
	font-weight: bold;	
	width: 95px;
	float: left;
}
.price span.old_price {
	color:#888;
	font-weight: normal;
	font-size: 12px;
	text-decoration: line-through;
}
.price span {
	color:#EF0000;
	font-size: 14px;	
}

h3.product_name {
	color: 	#EF0000 !important;
	font-size: 18px !important;;
	font-weight: bold;
	margin: 5px 10px;
}
div.foto_min {
	float: left;
	width: 250px;
	text-align: center;	
}

div.foto_min img, .foto_list img {
	padding: 8px;
	background: #efefef;	
}

div.bay_box {
	float: right;
	width: 320px;
	padding: 10px;
	margin-right: 40px;	
	background: #EAECEC;
	border: 1px solid #dedede;
	font-size: 0.8em;
	text-align: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.bay_box2 {
	padding: 10px;
		background: #EAECEC;
	border: 1px solid #dedede;
	font-size: 0.8em;
	margin-top: 10px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.bay_box .price {
    float: right;
    width: 310px;
    background: #fff;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 2px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #666;
}
div.bay_box .price span {font-size: 16px;}
div.bay_box .price span.old_price { font-size: 12px; }

div.bay_box form { clear: both; }
div.bay_box form label { display: block; line-height: 22px; }
div.bay_box form input[type=text], div.bay_box form select {
	float: right;
	width: 50px;
	
	line-height: 26px;
	background: #6e6e6e;
	border: 1px solid #848484;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;	
	padding: 3px;
	margin-left: 10px;
}
div.bay_box form p.orange { color:  #EF0000;  line-height: 16px; font-weight: bold; font-size: 13px; }
div.bay_box form select {
	padding: 0;
	width: 58px;	
	height: 26px;
	margin-top: 4px;
	margin-right: 2px;
	font-size: 16px;
	background: #fff;
	border: 2px solid  #EF0000;
	text-decoration: none !important;
}
div.bay_box form .bay_now { margin-top: 19px; cursor: pointer;}

#content .opis {
	margin: 5px;	
}
#content li {
	font-size: 12px;	
	list-style-image: url("../images/gfx/list_img.png") !important;
	margin-left: 20px;
}

.foto_list {
	text-align: center;	
}
.foto_list img {
	margin: 10px;	
	max-width: 627px;
	height: auto;
}

div.rozmiary h3, #content h2, #content h3  {
	color: #bbb;
	padding: 4px 10px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;	
}

div.rozmiary table {
	font-size: 11px;
	width: 96%;
	
	border: 2px solid #666;
	margin: 5px;
	margin-bottom: 20px;
}

div.rozmiary table th, div.rozmiary table td {
	text-align: center;	
	border: 1px solid #666;
}
div.rozmiary table th
{
	color:#FF4604;
}
div.rozmiary table th.p_foto {
	width: 147px;
}
#footer img {
	margin-left: -5px;
	margin-top: -10px;
}
#footer {
	text-align: right;
	color: #888;
	padding-bottom: 0px;
	background: url(../images/gfx/footer_bg.png);
	
}
#footer a {
	color: #888;	
}
#footer img {
	display: block;
	margin: 3px auto;
}
.linki a {
	color: #999 !important;
	cursor: default;	
}
#footer p {
		font-size: 10px !important;
		padding: 0;	
}


/* koszyk */
.kroki {
	color: #444;	
	margin-bottom: 10px;
}
.kroki span {
	color: #F44F00;	
}
.produkt1, .produkt2, .ilosc1, .cena1, .cena2, .usun1, do_zapl1, koszt_dos1 {
	padding: 4px;
	text-align: center;
}
.produkt1 img { max-width: 120px; }
.produkt1 { padding: 3px }
.produkt2 { text-align: center; }

.cena1, .cena2 { width: 80px; }
.cena2 {font-weight: bold; }
.usun1 { 
	font-family: "Arial Black";
	font-weight: bold;
	padding: 5px;
	line-height: 16px;
}
.ilosc1 input[type=text] {
	width: 40px;
	line-height: 22px;
	background: #6e6e6e;
	border: 1px solid #848484;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;	 	
}
.do_zapl1, koszt_dos1 {
	width: 150px;
	text-align: center;
}
.r_form {
	width: 50%;
	margin: 0 auto;
}
.finalizuj { margin-left: 90px; }
.r_form label, .finalizuj label, label {display: block; }
.kosz_pr_dost td {
	border-bottom: 1px dotted #e3e3e3;	
	padding: 4px;
}
.kosz_pr_dost { width: 100%; }
.kosz_pr_dost th {
	border: 1px solid #e3e3e3;	
	text-align: center;
	font-weight: bold;
	background: #efefef;
}
.kosz_pr_dost tr{
	background: #F4F6F6;
}
.kosz_pr_dost tr:nth-child(even), tr:nth-child(even)  {
	background: #fefefe;
}


#content input[type=submit], #content input[type=button], a.btn_12 {
	background: #777 url("../images/gfx/btn.png") 0 0 repeat-x;
	border: 0;
	padding: 3px 13px;
	margin: 3px;
	font-size: 12px;	
	color: #fff;
	text-shadow: 1px 1px 0 #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	border-radius: 3px;
	text-decoration: none !important;
}
a.btn_12:hover, #content input[type=submit]:hover, #content input[type=button]:hover {
		background-color: #555;
	color: #fff;	
}
#content input[type=text], #content textarea, #content input[type=password]{
	line-height: 22px;
	background: #fff;
	border: 1px solid #e3e3e3;
	font-size: 12px;
	margin: 3px;
	padding: 2px 4px; 
	color: #000;
}


.allegro_list td {
	padding: 5px;
	border-bottom: 2px dotted #555;	
}
.allegro_list td.c_foto {
	width: 90px;	
}

.pager br { display: none; }
.pager p {text-align: center; }
.pager a { font-weight: bold; }
.pager { color: #999; }
