body {
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, sans-serif;
	vertical-align: baseline;
	line-height: 1.5;
	background: #3a3a3a url(../images/bg_body.jpg) no-repeat center top;
}

* {
	margin: 0;
	padding: 0;
}

.left {
	float:left;
}

.right {
	float: right;
}

.marker {
	font-weight: bold;
}

.clr {
	clear: both;
}

.image {
	padding: 2px;
	margin: 10px;
}

input, select, textarea {
	border: 1px solid #4c4240;
	margin: 0 5px 3px 5px;
}

.frontpage {
	font-size: 1.8em;
}

h2.frontpage {
	font-size: 2em;
	margin-top: 1em;
	color: #bf0302;
}

.button {
	display: block;
	float: left;
	width: 85px;
	color: #1b0700;
	padding: 4px 2px 0 2px;
	font-weight: normal;
	border: none !important;
	font-size: 14px;
	background-color: #6fa2db;
	margin: 0 2px 0 2px;
	text-align: center;
	background: url(../images/bg_button.gif) no-repeat;
}

.button:hover {
	text-decoration: none;
}

/* Remove annoying border on linked images. */
a img { border: none; }

h1 {
	display: block;
	float: left;
	width: 750px;
	height: 31px;
	color: #ffffff;
	font-size: 16px;
	padding: 5px 0 0 8px;
	background: url(../images/bg_title.jpg) repeat-x;
}

h2 {
	color: #4C4240;
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

.container {
	margin: 0 auto;
	width: 1002px;
	overflow: auto; /* Auto display scrolls if overflow */
	background: #f3d97c;
}


/* HEADER */
.header {
	display:block;
	float: left;
	width: 1000px;
	height: 230px;
}

/* MENU */
.menu {
	display: block;
	float: left;
	width: 1000px;
	height: 35px;
	background: url(../images/bg_menu.jpg) repeat-x;
}

.menu li {
	display: block;
	float: left;
	height: 35px;
	padding-right: 3px;
	background: url(../images/bg_sep.jpg) no-repeat right;
}

.menu li a {
	display: block;
	float: left;
	height: 30px;
	color: #c7422f;
	font-size: 18px;
	padding: 5px 23px 0 23px;
}

.menu li a:hover {
    color: #fff;
	text-decoration: none;
    background: url(../images/bg_menu_hover.jpg) repeat-x;
}

.menu .menu-last {
	background: none;
}

/* LEFTSIDE */
.leftside {
	display: block;
	float: left;
	width: 200px;
	padding: 5px;
        font-weight: bold;
}

.sortiment a, .left-orange, .left-black {
	display: block;
	float: left;
	width: 160px;
	height: 26px;
	font-size: 1.5em;
	padding: 7px 10px 0 21px;
	color: #fff;
	background: url(../images/cierne1.jpg) no-repeat;
}

.sortiment a:hover, .left-black:hover {
	color: yellow;
	text-decoration: none;
	background: url(../images/cierne2.jpg) no-repeat;
}

.left-orange {
	background: url(../images/orange1.jpg) no-repeat;
}

.left-orange:hover {
	text-decoration: none;
	background: url(../images/orange2.jpg) no-repeat;
}

/* PAGE */
.page {
	display: block;
	float: left;
	width: 760px;
	padding: 5px 10px 5px 10px;
}

.page a {
	text-decoration: underline;
}

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

/* FOOTER */
.footer {
	display: block;
	float: left;
	color: #fff;
	width: 972px;
	height: 38px;
	padding: 8px 15px 0 15px;
	background: #473d3b;
}

.footer a {
	color: #ffffff;
}

/* LIGHTBOX */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

.item {
    display: block;
    float: left;
    width: 368px;
    height: 195px;
    margin: 0 5px 25px 5px;
}

a.item_title {
    display: block;
    float: left;
    color: #ffffff;
    width: 358px;
    font-size: 14px;
    height: 26px;
    padding: 5px 0 0 10px;
    margin-bottom: 5px;
    background-color: #f57131;
    text-decoration: none;
}

.item-link {
    display: block;
    float: left;
    width: auto;
    height: 180px;
}

.item-thumb {
    float: left;
}

.item-desc {
	float: left;
    padding: 35px 0px 0 10px;
    width: 170px;
}

.item_title:hover {
    text-decoration: underline;
}
.lightbox { margin: 0 3px }
.sku {
	font-size: 14px
}

.prod-images {
	float: left;
	width: 200px;
}

.description {
	padding-left: 10px;
	width: 540px;
	float: left;
	text-align: justify;
}

.detail-title {
	width: 100px;
}

.thumbs-img {
	float: left;
	height: 150px;
}

.all_products_pagging {
	text-align: center;
	font-size: 1.2em;
}

.new-ico {
	float: right;
	padding: 2px 5px;
}

.cennik {
	font-size: 1.5em;
	margin: .5em 0;
	border-left: 4px solid #f5f7c5;
}

.cennik td {
	padding: 5px;
	border-right: 4px solid #f5f7c5;
	border-bottom: 2px solid #fc9721;
	background-color: #fff;
}

