body {
	background: #132B6C url(../images/template/leftBg.png) repeat-x;
	font-family: verdana;
	font-size:12px;
	margin: 0px !important;
	padding: 0px !important;
}

div#wrapper {
	padding: 0px !important;
	width: 1100px;
	height: 700px;
	background: url(../images/template/rightBg.png) no-repeat 100%;
	z-index: 1;
	position: relative;
	margin: 0px auto;
}

div#logo {
/*
	height:144px;
	left:302px;
	position:absolute;
	top:2px;
	width:176px;
	z-index:7;
*/
	height:170px;
	left:259px;
	position:absolute;
	top:2px;
	width:336px;
	z-index:7;
}

div#logo a {
/*
	background: url(../images/template/logo_newest.png) no-repeat 0px 0px;
	display: block;
	width: 100%;
	height: 100%;
*/
	background:transparent url(../images/template/logo_shine.png) no-repeat scroll 0px 0px;
	display:block;
	height:88%;
	width:100%;
}

div#logo2 {
	width: 256px;
	height: 48px;
	float: left;
	margin: 55px 0px 3px -10px;
	position: relative;
}

div#logo2 a {
	background: url(../images/template/logo2.png) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 10px;
}

ul#menuBar {
/*
	width: 560px;
	float: right;
	list-style: none;
	margin-top: 43px;
*/
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top:43px;
	position:absolute;
	right:0pt;
	top:0pt;
	width:560px;
	z-index:10;
}

ul#menuBar li {
	float: left;
	padding: 0px 8px;
}

ul#menuBar li a {
	text-decoration: none;
	font-weight: bolder;
	color: #D9EE51;
	font-size: 13px;
}

ul#menuBar li a:hover, ul#menuBar li a.selected {
	color: #BE4317;
}

form#search {
	position: absolute;
	top: 80px;
	left: 540px;
}

form#search label {
	color: #9BC796;
	cursor: pointer;
	font-size: 12px;
	display: block;
	float: left;
	width: 60px;
	padding-top: 4px;
}

form#search span.field input {
	background: none;
	border: 2px solid #9BC796;
	color: #9BC796;
}

form#search span.field input:focus {
	background: #BEB;
	color: #363;
}

form#search span#submit input {
	background: none;
	border: 0px;
	cursor: pointer;
}

div#left {
	background: url(../images/template/leftBox.png) no-repeat;
	width: 368px;
	height: 405px;
	float: left;
	clear: left;
	z-index: 2;
}

div#left ul {
	list-style: none;
	padding: 0px 0px 0px 5px;
	z-index: 6;
}

div#left ul li {
	background: url(../images/template/arrow2.gif) no-repeat;
	height: 22px;
	padding-left: 25px;
	margin: 5px 0px;
	position: relative;
	z-index: 8;
	width: 255px;
	cursor: pointer;
}

div#left ul li span {
	text-decoration: none;
	font-size: 11px;
	font-weight: bolder;
	color: #FFF;
	cursor: pointer;
}

div#left ul li:hover, div#left ul li.selected {
	background: url(../images/template/arrow.gif) no-repeat;
}

div#left ul li:hover span {
	color: #D9EE51;
}

div#left ul li span {
	/*color: #BE4317;*/
	display: none;
}

div#left ul li.selected span {
	/*color: #BE4317;*/
	display: block;
}

div#left ul li ul li a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bolder;
	color: #FFF;
}

div#left ul li ul {
	position: absolute;
	left: 275px;
	top: 0px;
	z-index: 10px;
	padding: 5px;
	background-color: #029D39;
	width: 250px;
}

div#left ul li ul li {
	height: auto;
}

div#left ul li ul li.selected a {
	/*color: #BE4317;*/
	color: #D9EE51;
}

div#content {
	background: url(../images/template/centralBox.png) no-repeat;
	width: 475px;
	height: 350px;
	float: left;
	z-index: 3;
	margin: 19px 0px 0px -81px;
	padding: 90px 20px;
	position: relative;
}

div#content div#inside {
	width: 455px;
	height: 330px;
	overflow: hidden;
	padding-top: 10px;
	color: #FFF;
}

div#content div.scrollHolder {
	width: 16px;
	height: 415px;
	position: absolute;
	top: 10px;
	right: 10px;
}

div#content div.scrollHolder div.strzalek {
	width: 100%;
	height: 13px;
	float:left;
}

div#content div.scrollHolder div.upSt {
	background: url(../images/template/upSt.png) no-repeat 0px 0px;
}

div#content div.scrollHolder div.upSt:hover {
	background: url(../images/template/upSt.png) no-repeat 0px -13px;
}

div#content div.scrollHolder div.downSt {
	background: url(../images/template/downSt.png) no-repeat 0px 0px;
}

div#content div.scrollHolder div.downSt:hover {
	background: url(../images/template/downSt.png) no-repeat 0px -13px;
}

div#content div.scrollHolder div.scroller {
	height: 399px;
	float: left;
	width: 100%;
	background: url(../images/template/slider.png) no-repeat 0px 0px;
}

div#content div.scrollHolder div.scroller div.scroll {
	/*background-color: #AAA;*/
	height: 40px;
	width: 100%;
	float: left;
	background: url(../images/template/sliderFree.png) no-repeat 5px 0px;
}

div#content div.scrollHolder div.scroller div.scroll:hover {
	background: url(../images/template/sliderBusy.png) no-repeat 5px 0px;
}

div#right {
	background: url(../images/template/rightBox.png) no-repeat;
	width: 298px;
	height: 398px;
	float: left;
	z-index: 10;
	margin: -35px 0px 0px -4px;
}

div#right ul {
	list-style: none;
	padding: 20px 0px 0px 7px;
	z-index: 10;
	width: 275px;
}

div#right ul li {
	background: url(../images/template/arrow2.gif) no-repeat;
	min-height: 22px;
	padding-left: 25px;
	margin: 5px 0px;
	position: relative;
	z-index: 10;
}

div#right ul li span {
	cursor: pointer;
}

div#right ul li:hover, div#right ul li.selected {
	background: url(../images/template/arrow.gif) no-repeat;
}

div#right ul li:hover span, div#right ul li.selected span, div#right ul li:hover a {
	/*color: #BE4317;*/
	color: #D9EE51;
}

div#right ul li span {
	text-decoration: none;
	font-size: 11px;
	font-weight: bolder;
	color: #FFF;
}

ul#friendlySites {
	float: left;
	padding: 0px 10px;
	list-style: none;
	margin: 5px 0px 0px 0px;
}

ul#friendlySites li a {
	text-decoration: none;
	font-size: 13px;
	color: #D9EE51;
	font-weight: bolder;
}

ul#friendlySites2 {
	float: right;
	padding: 0px 10px;
	list-style: none;
	margin: -75px 0px 0px;
	z-index: 6;
	position: relative;
}

ul#friendlySites2 li {
	display: block;
	width: 200px;
	float: left;
	z-index: 7;
}

ul#friendlySites2 li a {
	text-decoration: none;
	font-size: 13px;
	color: #D9EE51;
	font-weight: bolder;
	z-index: 8;
	cursor: pointer;
}

/*	*****	ADVISE	*****      */

div.adviseSimple {
	width: 100%;
	clear: both;
	margin: 0 auto;
}

div.adviseSimple div.id {
	width: 10%;
	text-align: center;
	color: #D9EE51;
	float: left;
}

div.adviseSimple div.title {
	width: 90%;
	float: left;
	font-size:12px;
}

div.adviseSimple div.title a {
	text-decoration: none;
	color: #D9EE51;
}

div.adviseSimple:hover div.id, div.adviseSimple:hover div.title a {
	color: #BE4317;
}

/*	*****	START	*****      */

div#startHighliteBox {
	width: 180px;
	position: absolute;
	top: 47px;
	left: 9px;
	/*background-color: #D9EE51;*/
	height: 400px;
	padding: 0px 7px;
}

div#startContent {
	width: 274px;
	padding-left: 190px;
	height: 200px;
}

div#startHighliteBox span.startImage {
	display: block;
	width: 86px;
	height: 96px;
	float: left;
	border: 2px solid #D9EE51;
	border: 2px solid #AAA;
}

div#startHighliteBox span.startImage:hover, div#startHighliteBox span.selected {
	border: 2px solid #BE4317;
}

div#startHighliteBox span.s1 {
	background: url(../images/template/kurczok.png) no-repeat 0px 0px;
}

div#startHighliteBox span.s2 {
	background: url(../images/template/chrzasz.png) no-repeat 0px 0px;
}

div#startHighliteBox span.s3 {
	background: url(../images/template/machina.png) no-repeat 0px 0px;
}

div#startHighliteBox span.s4 {
	background: url(../images/template/pomidor.png) no-repeat 0px 0px;
}

div#startHighliteBox span.s5 {
	background: url(../images/template/szczur.png) no-repeat 0px 0px;
}

div#startHighliteBox span.s6 {
	background: url(../images/template/pieczarka.png) no-repeat 0px 0px;
}

div#startHighliteBox span.s7 {
	background: url(../images/template/kapusta.png) no-repeat 0px 0px;
}

div#startHighliteBox span.s8 {
	background: url(../images/template/golab.png) no-repeat 0px 0px;
}

/*******	KONTAKT  	********/

div#startHighliteBox > div {
	background-color:#D9EE51;
	text-align:center;
	width: 96%;
	margin: -3px 0px 0px 2px;
}

div#startHighliteBox div.erste {
	color:#019D38;
	font-size:11px;
	font-weight:bold;
	padding-top:15px;
}

div#startHighliteBox div.zwiete {
	color: #005d69;
	font-size: 9px;
	font-weight: bold;
	padding: 20px 0px;
}

div#startHighliteBox div.dritte {
	background: #D9EE51 url(/images/template/mapa.png) no-repeat 0px 0px;
	height:200px;
}

/*******	ProductList  	********/

a.productSimple {
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bolder;
	font-size: 12px;
	color: #D9EE51;
}

a.productSimple:hover {
	color: #BE4317;
}

a.productSimple span.lp {
	display: block;
	float: left;
	width: 10%;
}

a.productSimple span.title {
	display: block;
	float: left;
	width: 70%;
}

a.productSimple span.price {
	display: block;
	float: left;
	width: 20%;
	text-align: right;
}

/* product */

div#productDescription {
	width: 100%;
}

div#productDescription div.title {
	padding: 10px 20px;
	color: #BE4317;
	font-weight: bold;
}

div#productDescription div.categories {
	font-size: 10px;
}

div#productDescription div.description {

}

div#productDescription div.images {
	width: 150px;
	height: 150px;
	float: right;
	background: #AAA url(../images/template/noImg.gif) no-repeat 0px 0px;
}

div#productDescription div.summary {
	width: 100%;
	clear: both;
}

input.button {
	border: none;
	display: block;
	height: 35px;
	width: 190px;
}

div#productDescription div.summary  a.buy , .button {
	background:transparent url(../images/template/button2.gif) no-repeat 0px 0px;
	color:#FFFFFF;
	display:block;
	height:18px;
	padding:9px 15px;
	text-align:center;
	text-decoration:none;
	width:160px;
}

div#productDescription div.summary  a.buy:hover, .button:hover {
	background:transparent url(../images/template/button2.gif) no-repeat 0px 100%;
	color: #D9EE51;
}

.button_plus, .button_minus, .button {
	cursor: pointer;
}

.buttonFormHolder {
	width: 380px;
	height: 40px;
	margin: 20px auto 0px;
	clear: both;
}

.buttonFormHolder .button {
	float: left;
}

div.loop {
	width: 19px;
	height: 14px;
	background: url(../images/template/loop.gif) no-repeat 0px 0px;
	float: right;
	margin: 130px 5px 0px 0px;
	cursor: pointer;
}

/*******	BASKET - USER DATA FORM	********/

#userDataForm fieldset {
	border: 1px solid #D9EE51;
	padding: 10px;
}

#userDataForm fieldset.noBorder {
	border: none;
}

#userDataForm fieldset legend {
	color: #D9EE51;
}

#userDataForm fieldset div.field, div.confirmEntry {
	width: 100%;
	clear: both;
}

#userDataForm fieldset div.field label, div.confirmEntry div.confirmLabel {
	display: block;
	width: 40%;
	text-align: right;
	float: left;
	color: #D9EE51;
	font-weight: bolder;
}

#userDataForm fieldset div.field input, div.confirmEntry div.confirmInput {
	display: block;
	width: 50%;
	margin-left: 5%;
	float: left;
}

#userDataForm fieldset > input {
	border: none;
	display: block;
	margin: 0 auto;
}

/*******	BOTTOM	********/

div#content.AdviseStd.Details {
	/*background-image: none;*/
}
/*******	Additional	********/

#simplemodal-container a.modalCloseImg {
	background:url(../images/template/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}