/* CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Lightbox */

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('img/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('img/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('img/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('img/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('img/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('img/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('img/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('img/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('img/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('img/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('img/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('img/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('img/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('img/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('img/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('img/fancy_title_right.png') repeat-x;
}

/* Eritrea styl */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #d1d845 url(img/body.jpg) no-repeat top center;
	text-align:center;
}
a {
	color: #768d77;
}
a:visited {
	color:#80a58f;
}
a:hover {
	text-decoration:none;
	color:#80a58f;
}
.hidden {
	top: -999px;
	left:0;
	position: absolute;
	overflow:hidden;
}
#container {
	width: 960px;
	margin:0 auto;
	text-align:left;
}
#head {
	position: relative;
	width:100%;
	height:358px;
	z-index:0;
	text-align: center;
}
#head h1, #head h1 span {
	width:294px;
	height:107px;
	line-height: 107px;
	position:absolute;
	top:0;
	left:0;
	font-size:130%;
	overflow:hidden;
	z-index:1;
}
#head h1 span {
	display:block;
	z-index:2;
	background:url("img/logo.jpg") no-repeat;
	cursor:pointer;	
}
#head h2, #head h2 span {
	height:252px;
	line-height: 252px;
	position:absolute;
	width: 960px;
	top:107px;
	left:0;
	font-size:130%;
	overflow:hidden;
	z-index:1;
	background: #ffffff;
}
#head h2 span {
	top:0;
	display:block;
	z-index:2;
	background: url("img/sublogo.jpg") no-repeat top;
}
ul#menu1 {
	float: left;
	margin-top: 50px;
	margin-left: 420px;
}
ul#menu1 li {
	display: block;
	float:left;
	margin-right: 70px;
}
ul#menu1 li a{
	display: block;
	line-height: 31px;
	height: 31px;
}
ul#menu1 li a span {
	display: none;
}/*
ul#menu1 .l1,ul#menu1 .l1 a{
	width: 162px;
	background: url("img/ponuka-sluzieb.png") no-repeat top left;
}
ul#menu1 .l1 a:hover {
	background: url("img/ponuka-sluzieb.png") no-repeat -162px 0;
}
ul#menu1 .l2,ul#menu1 .l2 a {
	width: 66px;
	background: url("img/cennik.png") no-repeat top left;
}
ul#menu1 .l2 a:hover {
	background: url("img/cennik.png") no-repeat -65px 0;
}*/
ul#menu1 .l1, ul#menu1 .l1 a {
	width: 96px;
	background: url("img/produkty.png") no-repeat top left;
}
ul#menu1 .l1 a:hover {
	background: url("img/produkty.png") no-repeat -97px 0;
}
ul#menu1 .l2, ul#menu1 .l2 a {
	width: 84px;
	background: url("img/kontakt.png") no-repeat top left;
}
ul#menu1 .l2 a:hover {
	background: url("img/kontakt.png") no-repeat -84px 0
}
div#basketMenu {
	position: absolute;
	right: 100px;
	top: 326px;
	z-index: 4;
	font-size: 80%;	
	color: #5f7a6a;
}
#basketMenu strong {
	color: #ff9300;
}
#basketMenu a, #basketMenu a:visited {
	color: #ff9300;
	font-weight:bold;
	display: block;
	background: url("img/kosik.gif") no-repeat left;
	float: left;
	padding: 0 15px 0 25px;
}
#basketMenu a:hover {
	text-decoration: none;
}
#page {
	margin: 0 30px 0 30px;
}

#page h1 {
	font-size: 180%;
	font-weight: normal;
	color: #ff9300;
	margin: 10px 0 10px 0;
}
#body {
	background: #ffffff;
}
hr.cistic {
	clear: both;
	visibility: hidden;
	height: -3;
}
.content, .homecontent {
	float:left;
	margin-top: 10px;
	line-height: 150%;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
#order, #basket, #orderPrint {
	margin: 20px 0;
	line-height: 150%;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
.homecontent {
	width: 600px;
}
.content p, .homecontent p   {
	margin: 10px 0;
	font-size: 100%;
	line-height: 150%;
}
#personalDataBlock div, #orderPrint dl dt, #orderPrint dl dd {
	width: 440px;
	float: left;
	background: #F7F7F7;
	margin: 1px;
}
#orderPrint dl {
	margin-bottom: 10px;
}

#orderPrint dl dt, #orderPrint dl dd {
	width: 215px;
	padding: 3px;
}
#orderPrint dl dt {
	font-weight: bold;
}
#order label  {
	float: left;
	display: block;
	width: 100px;
	padding: 5px;
	text-align:right;
	font-weight: bold;
}
#personalData {
	margin-top: 10px;
}
#comment {
	margin: 0 auto;
	float: none;
	width: 440px;
}
#personalDataBlock input,#order textarea  {
	width: 250px;
	margin: 3px;
}
#order textarea {
	height: 50px;
}
.content h2, .homecontent h2 {
	font: 140%/150% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#768d77;
	margin: 10px 0;
}
.content h3, .homecontent h3,#orderPrint h3, legend {
	font-size: 130%;
	line-height: 150%;
	margin: 10px 0;
	color: #666666;
}
legend {
	font-size: 130%;
	line-height: 150%;
	color: #666666;
}
.content h4, .homecontent h4, #orderPrint h4 {
	font-size: 115%;
	line-height: 150%;
	margin: 10px 0;
	color: #ff9300;
	clear:both;
}
.content hr {
	display: none;
}
.content ul	{
	list-style:square;
	margin: 10px 0 10px 20px;
}
.content table  {
	margin: 10px 0;
	width: 900px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	clear: both;
}
#basket table, #order table, #orderPrint table  {
	margin: 10px 0;
	width: 900px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#rulesAccept {
	display: none;
}
.content table td, #basket table td, #order table td, #orderPrint table td {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 2px 3px;
	background: #e6eb7e;
}
#basket table th,  #order table th, #orderPrint table th {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 2px 3px;
	background: #e6eb7e;
}

td.price, td.quantity, td.summary, td#summary,th.nextStep, .summaryOrder td, .summaryProducts td,.summaryDelivery td, td.del,#basket tr#recount td {
	text-align:center;
}
tr#recount td,  {
	background: #F7F7F7;
}

.second {
	width: 25%;
}
.content table th, #basket table thead td, #order table thead td, #order table thead th, #orderedProducts table thead td {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	background: #ff9300;
	padding: 2px 3px;
	color:#FFFFFF;
}
#basket table tr.buttons td,  #order table th.nextStep {
	text-align:center;
	background: #F7F7F7;
}
.imagesList {
	text-align: center;
	color: #999999;
	list-style: none;
}
#filesList {
	clear:both;
}
#filesList img {
	margin-right: 3px;
}
#imagesList1 {
	margin: 0 10px 0 -5px;
	float: left;
	clear: left;
	list-style: none;
}
#imagesList2 {
	margin: 0 0 0 10px;
	float: right;
	clear: right;
	list-style: none;
}
#content {
	min-height: 400px;
}
#menu4 {
	margin: 0 15px;
	width: 610px;
	clear:left;
	background: url("img/novinky-bg.jpg") no-repeat bottom left;
}
#menu4 h3 {
	padding: 20px 30px 5px 30px;
	color: #5f7a6a;
	font-size:130%;
	background: url("img/novinky-bg-1.jpg") no-repeat top left;
}
#menu4 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 0 30px 20px 30px;
	list-style-image: url("img/bullet.gif");
}
ul.subpagesList .photo {
	float: left;
	padding: 0 5px 5px 0; 
}
ul.subpagesList {
	margin-top: 10px;
	padding: 5px 0 0 5px;
	font-size: 80%;
	list-style: none;
	float: left;
	margin-bottom: 20px;
}

ul.subpagesList h4 {
	font-size:120%;
}
ul.subpagesList p {
	font-family: Arial, Helvetica, sans-serif;
}
ul.subpagesList li {
	border-bottom: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	float: left;
	width: 291px;
	margin: 0 5px 5px 0;
	text-align:center;
	background: #ececec;
}
ul.subpagesList a, ul.subpagesList a:visited {
	display: block;
	color: #768d77;
	padding: 8px;
	line-height: 150%;
	text-decoration: none;
}
ul.subpagesList a:hover {
	background: #e6eb7e;
	
}
#menu4 ul li {
	line-height: 150%;
	margin: 5px 0 0 20px;
	border-bottom: 1px solid #F4F4F4;
}
#menu4 ul li.lL {
	border-bottom: none;
}

#menu4 a, #menu4 a:visited{
	color: #666666;
	text-decoration: none;
	display: block;
}

#menu4 a:hover {
	text-decoration:underline;
}
div#novinky {
	width: 314px;
	float: right;
}
ul#products {
	clear: both;
	margin: 0 -40px 0 -20px;
}
ul#homeproducts {
	float: right;
	width: 314px;
	margin-right: -20px;
}
div#novinky {
	background:  url("img/produkt-bg.jpg") no-repeat bottom;
}

div#novinky h3 {
	background: url("img/produkt-bg-1.jpg") no-repeat;
	font-weight: normal;
	font-size: 120%;
	padding: 20px 20px 10px 20px;
	color: #5f7a6a;
}
div#novinky ul {
	margin: -7px 20px 20px 20px;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;

}
div#novinky ul li {
	padding: 10px 0;
	border-bottom: 1px solid #CCCCCC;
}
div#novinky ul li.lL {
	border-bottom: none;
}
div#novinky ul li a,div#novinky ul li a:visited {
	color: #ff9300;
	text-decoration: none;
}
div#novinky ul li a:hover {
	text-decoration: underline;
}
ul#homeproducts li {
	background:  url("img/produkt-bg.jpg") no-repeat bottom;
	width: 314px;
}
ul#products li {
	background:  url("img/produkt-bg.jpg") no-repeat bottom;
	width: 314px;
	float: left;
}
ul#products li .h3bg, ul#homeproducts .h3bg {
	background: url("img/produkt-bg-1.jpg") no-repeat;
	width: 314px;
}
ul#products li h3, ul#homeproducts h3  {
	font-weight: normal;
	font-size: 120%;
	padding: 20px 20px 10px 20px;
}
ul#products li h3 a, ul#homeproducts li h3 a{
	text-decoration: none;
}
ul#products li h3 a:hover, ul#homeproducts li h3 a:hover{
	text-decoration: underline;
}
ul#products li img, ul#homeproducts img {
	float: right;
	margin: 20px 20px 0 0;
}
ul#products li p, ul#homeproducts li p {
	padding: 0 20px;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
}
ul#products li .basket, ul#homeproducts li .basket {
	font-size: 80%;
	font-weight: bold;
	padding: 10px 0 20px 15px;
}
ul#products li .basket a ,ul#products li .basket a:visited, ul#homeproducts li .basket a, ul#homeproducts li .basket a:visited{
	color: #ffffff;
	text-decoration: none;
	display: block;
	background: url("img/add-basket-bg.gif") no-repeat 5px;
	padding: 5px 15px 5px 42px;
	line-height:28px;
}
ul#products li .basket a:hover, ul#homeproducts li .basket a:hover {
	text-decoration: underline;
}

ul#products li .price, ul#homeproducts .price {
	padding: 10px 0 0 20px;
}
table td.cena {
	width: 150px;
	text-align:center;
}
#shopbutton {
	margin: 0 -10px;
}

#foot {
	height: 110px;
	background: url(img/foot-bg.jpg) no-repeat top center;
	color: #5f7a6a;

}
#foot a {
	text-decoration: none;
}
#foot a:visited {
	color: #5f7a6a;
}
#foot span {
	display: block;
	float: left;
	padding: 10px 0 0 20px;
}
#foot .kontakt {
	width: 320px;
	margin-left: 590px;
}
#foot ul {
	color: #313131;
	font-style:italic;
	font-weight: bold;
	line-height: 150%;
	padding-top: 10px;
	position: relative;
}
#foot ul a, #foot ul a:visited {
	color: #313131;
	text-decoration:none;
}
#foot ul a:hover {
	text-decoration:underline;
}
#foot ul li.mobil {
	background: url(img/mobil.gif) no-repeat;
	padding-left: 17px;
}
#foot ul li.email {
	background :url(img/obalka.gif) no-repeat 0px 8px;
	padding-left: 17px;
}
#foot ul li.web {
	background :url(img/lupa.gif) no-repeat 2px 3px;
	padding-left: 17px;
}
#foot ul li.address {
	position: absolute;
	left: 200px;
	width: 120px;
}