@CHARSET "UTF-8";

HTML {
	font-family: Trebuchet MS, Tahoma;
	font-size: 11px;
	text-align: center;
	line-height: 1.4em;
	color: #25282f;
}

BODY {
	text-align: center;
	padding: 0;
	margin: 0;
	background: #999991 url(../img/bg_body.gif) repeat-x top;
}

A {
	color: #ff8700;
	text-decoration: none;
	outline: none;
}

A:HOVER {
	color: #ff8700;
	text-decoration: underline;
}

HR {
	border: none;
	background-color: transparent;
}

.clear {
	clear: both;
	line-height: 0em;
	height: 0px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


A IMG {
	border: 0px;
}

UL, OL {
	margin: 0;
	padding: 0;
	list-style: none;
}

LI {
	list-style: none;
	list-style-type: none;
	text-indent: 0;
}

FORM {
	padding: 0;
	margin: 0;
	border: 0;
}

.container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#Header {
	height: 224px;
	background: url(../img/bg_header.gif) no-repeat top right;
	margin-bottom: 32px;
	z-index: 100;
}

#Header .container {
	width: 1100px;
}

#Header .info {
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 145px;
	left: 80px;
	width: 551px;
	text-align: left;
}

#Flash {
	width: 1100px;
	height: 224px;
	background: url(../flash/__main_flash.jpg) no-repeat top center;
}

#TopMenu {
	position: absolute;
	width: 319px;
	height: 53px;
	top: 0;
	right: 50px;
	background: url(../img/bg_topmenu.png) no-repeat top center;
	padding: 20px 0 0 20px;
}

#TopMenu LI {
	float: left;
	margin-right: 1em;
	position: relative;
}

#TopMenu LI A {
	float: left;
	text-transform: uppercase;
	color: #6d6b5f;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	background: url(../img/ico_topmenu.png) no-repeat top left;
	padding-left: 35px;
	zoom: 1;
}

#TopMenu LI A:HOVER {
	color: #ff8700;
	text-decoration: none;
}

#TopMenu LI.contact A {
	background-position: left -39px;
}

#TopMenu LI.products A {
	background-position: left -79px;
}

#TopMenuSub {
	position: absolute;
	border: 1px solid #ccc;
	border-top: none;
	top: 40px;
	left: 0px;
	width: 160px;
}

#TopMenuSub LI {
	float: none;
	margin-right: 0;
	background-color: #fff;
	border-top: 1px solid #ccc;
	padding: 0.5em 1em;
	text-align: left;
}

#TopMenuSub LI A {
	float: none;
	text-transform: uppercase;
	color: #6d6b5f;
	font-weight: bold;
	height: auto;
	line-height: 1.5em;
	padding-left: 0;
	zoom: 1;
	background: none;
}

#Header IMG.logotype {
	width: 379px;
	height: 85px;
	z-index: 100;
	position: absolute;
	top: 24px;
	left: 50px;
}

.border {
	border: 1px solid red;
}

#LeftColumn {
	float: left;
	width: 258px;
	text-align: left;
}

#RightColumn {
	float: left;
	width: 725px;
	margin-left: 17px;
	text-align: left;
	background: #f9f9f9 url(../img/bg_content.png) repeat-x;
	padding-bottom: 2em;
	position: relative;
}

#Content {
	overflow: auto;
}

#Footer {
	background-color: #f1f1f1;
	height: 40px;
}

DIV .box {
	margin-bottom: 30px;
	background: url(../img/bg_box.png) no-repeat;
	padding-bottom: 16px;
}

DIV .box H3 {
	color: #fff8ee;
	text-transform: uppercase;
	font-size: 14px;
	background: url(../img/bg_box.png) no-repeat left top;
	height: 36px;
	line-height: 30px;
	padding-left: 1em;
	margin: 0px;
}

DIV .box.categories {
	background-position: -516px bottom;
}

DIV .box.categories OL {
	background: url(../img/bg_box.png) repeat-y -258px top;
}

DIV .box.categories LI {
	background: url(../img/bg_list.gif) repeat-x left bottom;
	margin: 0 1em;
	padding: 0;
	zoom: 1;
}

DIV .box.categories LI A {
	display: block;
	padding: 0.5em 0.2em 0.7em 0.2em;
	color: #888888;
}

DIV .box.categories LI.subcategories {
	padding: 0.3em 0 0.5em 0;
}

DIV .box.categories LI.subcategories A {
	padding: 0.2em 0.3em 0.3em 1.5em;
}

DIV .box.categories LI A.expandable {
	background: url(../img/ico_expand.gif) no-repeat right center;
	padding-right: 20px;
}

DIV .box.categories LI.selected A,
DIV .box.categories A.selected {
	font-weight: bold;
}

DIV .box.categories LI A:HOVER {
	text-decoration: none;
	color: #ff8700;
}

DIV .box.categories LI A SPAN {
	color: #ff8700;
	font-weight: normal;
}

DIV .box.contact {
	background-position: right bottom;
	padding-bottom: 15px;
}

DIV .box.contact H3 {
	background-position: -774px top;
}

DIV .box.contact .wrapper {
	background: url(../img/bg_box.png) repeat-y -1032px top;
	padding-top: 6px;
}

DIV .box.contact .wrapper DIV {
	background: url(../img/bg_contact.png) no-repeat 12px top;
	padding: 0 12px 0 67px;
}

DIV .box.contact H4 {
	margin: 0 0 0.5em 0;
	color: #81807b;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
}

DIV .box.contact P {
	color: #9f9f9f;
	margin: 0 0 1em 0;
}

DIV .box.contact P.phone {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #80b30e;
}

DIV .box.contact P STRONG {
	text-transform: uppercase;
	color: #595353;
}

#RightColumn H2 {
	background: url(../img/icons.png) no-repeat left top;
	line-height: 66px;
	height: 66px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 1.5em;
	padding-left: 68px;
}

#RightColumn H2.offer {
	background-position: left -64px;
	position: relative;
}

#RightColumn H2.contact {
	background-position: left bottom;
	position: relative;
}

#RightColumn DIV.text {
	background: url(../img/bg_textbox.png) no-repeat left top;
	padding: 0.5em 0 0 68px;
	margin: 1em 0;
	color: #999991;
}

#RightColumn DIV.wrap {
	background: url(../img/bg_textbox.png) no-repeat right bottom;
	padding: 0 68px 0.5em 0;
}

#RightColumn DIV.text P {
	padding: 0;
	margin: 0 0 1em 0;
	text-align: justify;
}

#Footer UL {
	overflow: auto;
	background: url(../img/bg_footer.png) no-repeat right top;
	height: 30px;
}

#Footer LI {
	float: right;
	line-height: 30px;
	width: 86px;
	font-weight: bold;
	text-align: right;
	padding-right: 32px;
}

#Footer LI.map A {
	color: #fff;
}

#Footer LI.home A {
	color: #000;
}

#RightColumn DIV.hr {
	background: transparent url(../img/bg_hr.png) repeat-x;
	border: 0px;
	margin: 2em 0;
	height: 2px;
}

UL.products {
	overflow: auto;
	width: 725px;
	padding: 0;
}

UL.products LI {
	float: left;
	background: url(../img/bg_listitem.png) no-repeat left top;
	width: 218px;
	height: 236px;
	position: relative;
	margin: 0 0 18px 18px;
	text-align: center;
	zoom: 1;
}

UL.products LI A {
	color: #6f6d67;
}

UL.products LI A:HOVER {
	color: #80b30e;
	text-decoration: none;
}

UL.products LI H6 {
	font-size: 1em;
	padding: 7px 17px 0 17px;
	margin: 0 0 7px 0;
	text-align: left;
	height: 38px;
	line-height: 1em;
	font-weight: bold;
}

UL.products LI A.more {
	position: absolute;
	line-height: 33px;
	height: 33px;
	bottom: 4px;
	left: 17px;
	text-transform: uppercase;
	width: 190px;
	text-align: left;
}

UL.products LI A.thumb {
	position: absolute;
	width: 185px;
	height: 139px;
	overflow: hidden;
	top: 52px;
	left: 17px;
}

UL.products LI A.thumb IMG.promo {
	width: auto;
	height: auto;
}

IMG.promo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
}

UL.products LI A.thumb IMG {
	width: 185px;
	height: 139px;
}

DIV.navbar {
	position: relative;
	height: 53px;
	margin-bottom: 2em;
}

DIV.navbar .pagebar {
	float: right;
	margin-top: 10px;
	margin-right: 17px;
	background: url(../img/bg_pagebar.png) no-repeat left top;
	height: 33px;
	line-height: 33px;
}

DIV.navbar .pagebar .inner {
	height: 33px;
	padding: 0 40px;
	background: url(../img/bg_pagebar.png) no-repeat right -33px;
	text-align: center;
	position: relative;
}

DIV.navbar .pagebar .inner .pages,
DIV.navbar .pagebar .inner .pages A {
	font-weight: bold;
	font-size: 1.1em;
	color: #999999;
}

DIV.navbar .pagebar .inner .pages A:HOVER,
DIV.navbar .pagebar .inner .pages B {
	color: #9ec91a;
	text-decoration: none;
}

DIV.navbar .pagebar .inner .pages A,
DIV.navbar .pagebar .inner .pages B {
	padding: 0 0.2em;
}

DIV.navbar .pagebar A.next,
DIV.navbar .pagebar A.prev {
	top: 5px;
	width: 23px;
	height: 23px;
	overflow: hidden;
	text-indent: -10000px;
	text-align: left;
	position: absolute;
}

DIV.navbar .pagebar A.next {
	background: url(../img/bg_pagebar.png) no-repeat left -66px;
	right: 8px;
}

DIV.navbar .pagebar A.prev {
	background: url(../img/bg_pagebar.png) no-repeat right -66px;
	left: 8px;
}

DIV.navbar A.offer {
	float: left;
	height: 53px;
	background: url(../img/bg_offer.png) no-repeat left top;
	color: #fff;
	margin-left: 17px;
}

DIV.navbar A.offer STRONG,
DIV.navbar A.offer SPAN {
	cursor: pointer;
	float: left;
}

DIV.navbar A.offer:HOVER {
	text-decoration: none;
}

DIV.navbar A.offer STRONG {
	font-size: 1.8em;
	padding: 9px 9px 9px 14px;
}

DIV.navbar A.offer STRONG.last_added {
	padding: 0px 9px 0px 14px;
	line-height: 53px;
}

DIV.navbar A.offer STRONG SMALL {
	font-size: 0.7em;
	margin-top: 0.2em;
}

DIV.navbar A.offer SPAN {
	text-align: right;
	line-height: 53px;
	color: #333335;
	background: url(../img/bg_offer.png) no-repeat right bottom;
	padding: 0 35px 0 9px;
}

#LanguageSelect {
	width: 121px;
	position: absolute;
	bottom: 20px;
	height: 22px;
	right: 50px;
	background: url(../img/bg_lang.png) no-repeat left center;
}

#LanguageSelect A {
	color: #6e6e6e;
	display: block;
	height: 22px;
	line-height: 22px;
	text-align: left;
	padding-left: 1em;
}

#LanguageSelect A:HOVER {
	text-decoration: none;
	color: #FF8700;
}

#Languages LI {
	border-bottom: 1px solid #d8d8d8;
	background-color: #f6f6f6;
	line-height: 16px;
	padding: 2px 8px;
	z-index: 1002;
}

#LanguageSelect .flag, #Languages .flag {
	background-repeat: no-repeat;
}

#LanguageSelect .flag {
	background-position: 94px center;
}

#Languages .flag {
	background-position: 74px center;
}

#LanguageSelect .pl, #Languages .pl {
	background-image: url(../img/flag_pl.gif);
}

#LanguageSelect .en, #Languages .en {
	background-image: url(../img/flag_en.gif);
}

#LanguageSelect .de, #Languages .de {
	background-image: url(../img/flag_de.gif);
}

#LanguageSelect .cz, #Languages .cz {
	background-image: url(../img/flag_cz.gif);
}

#LanguageSelect .ru, #Languages .ru {
	background-image: url(../img/flag_ru.gif);
}

#Languages {
	position: absolute;
	width: 100px;
	right: 60px;
	top: 204px;
	border: 1px solid #d8d8d8;
	border-bottom: 0;
	background-color: #fefefe;
	z-index: 1000;
}

#Languages A {
	color: #6e6e6e;
	display: block;
	text-align: left;
	z-index: 1002;
}

#Languages A:HOVER {
	color: #FF8700;
	text-decoration: none;
}

#RightColumn DIV.path {
	background: transparent url(../img/bg_hr.png) repeat-x bottom;
	color: #80B30E;
	padding: 1em 2em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	overflow: auto;
}

#RightColumn DIV.path STRONG {
	color: #6F6D67;
}

#RightColumn DIV.path A {
	color: #6F6D67;
}

#RightColumn DIV.path A:HOVER {
	color: #80B30E;
	text-decoration: none;
}

#Product {
	background: url(../img/bg_product.png) no-repeat left top;
	width: 585px;
	float: left;
	margin: 20px;
}

#GalleryImageWrapper {
	width: 560px;
	position: relative;
	margin: 14px 0 0 12px;
	text-align: center;
	border-top: 1px solid #E3E3E3;
	background: url(../img/bg_gallery.jpg) repeat-y top right;
}

#GalleryImage {
/* width: 560px; */
}

#GalleryImageLoading {
	position: absolute;
	top: 5px;
	left: 5px;
	background: #fff url(../img/wait.gif) no-repeat .5em center;
	border: 2px solid #80B30E;;
	padding: 0.5em;
	padding-left: 2.5em;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	/* filter: alpha(opacity=80);*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

#Scroller {
	float: left;
	width: 75px;
	margin-top: 10px;
}

#Scroller DIV.container {
	width: 75px;
	height: 345px;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
}

#Scroller LI {
	height: 69px;
	line-height: 69px;
	border: 0;
	overflow: hidden;
	zoom: 1;
	margin: 0;
}

#Scroller LI A {
	border: 3px solid #fff;
	display: block;
	outline: none;
}

#Scroller LI A:HOVER,
#Scroller LI A.selected {
	border: 3px solid #80B30E;
}

#Scroller LI IMG {
	width: 69px;
	height: 53px;
}

#Scroller .previous_button,
#Scroller .next_button  {
	width: 75px;
	height: 26px;
	z-index: 100;
	cursor: pointer;
	margin: 5px 0;
}

#Scroller .previous_button {
	background: url(../img/btn_scroller.png) no-repeat center top;
}

#Scroller .previous_button_over {
	background: url(../img/btn_scroller.png) no-repeat center -52px;
}

#Scroller .next_button {
	background: url(../img/btn_scroller.png) no-repeat center -26px;
}

#Scroller .next_button_over {
	background: url(../img/btn_scroller.png) no-repeat center bottom;
}

#Scroller .previous_button_disabled,
#Scroller .next_button_disabled {
	cursor: default;
	background-image: none;
}

#Scroller UL {
	margin: 0;
	padding: 0;
	height: 100000px;
	position: relative;
	top: 0;
	left: 0;
	zoom: 1;
}

#Product DIV.name {
	background: url(../img/bg_gallery.jpg) no-repeat top left;
	height: 26px;
	padding: 25px;
	text-transform: uppercase;
	font-weight: bold;
	color: #888888;
	text-align: left;
}

DIV.noresults {
	text-align: center;
	padding: 2em;
	font-weight: bold;
	color: #888888;
}

.path H3 {
	float: left;
	padding: 0;
	margin: 0;
	font-size: 1em;
}

#RightColumn DIV.path A.ask {
	float: right;
	color: #FF9C00;
	font-size: 10px;
	padding-right: 20px;
	background: url(../img/ico_expand.gif) no-repeat right center;
}

#RightColumn DIV.path A.ask:HOVER {
	color: #6F6D67;
}

H2.offer A.back {
	right: 15px;
	top: 15px;
	position: absolute;
	background: url(../img/bg_button.png) no-repeat left center;
	text-transform: uppercase;
	width: 156px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-size: 11px;
	color: #6F6D67;
}

H2.offer A.back:HOVER {
	color: #80B30E;
	text-decoration: none;
}

#Product TABLE.description {
	border: 0;
	border-collapse: 0;
	margin: 10px;
	width: 565px;
}

#Product TABLE.description TD.header {
	width: 120px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	color: #888888;
}

#Product TABLE.description TR {
	background: url(../img/bg_hr.png) repeat-x bottom;
}

#Product TABLE.description TD {
	vertical-align: top;
	width: auto;
	color: #595353;
	padding: 1em;
	background: url(../img/bg_hr.png) repeat-x bottom centrer;
}

#Product TABLE.description TR.price TD {
	vertical-align: middle;
}

#Product TABLE.description TR.price SPAN.old {
	display: block;
	text-decoration: line-through;
	color: #ccc;
}

#Product TABLE.description TR.price TD + TD {
	font-weight: bold;
	font-size: 1.3em;
	color: #80B30E;
}

#Product TABLE.description P {
	margin-top: 0;
	text-transform: none;
	font-weight: normal;
}

#Product DIV.wrapper {
	background: url(../img/bg_product.png) repeat-y -585px top;
	margin: 0;
	zoom: 1;
	margin: 0;
	border-bottom: 1px solid #888;
	margin-bottom: -1px;
	padding: 0;
}

#Product DIV.bottom {
	zoom: 1;
	background: url(../img/bg_product.png) repeat-y right bottom;
	height: 56px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.sitemap A {
	color: #888;
}

.sitemap A:HOVER,
.sitemap LI.home A {
	color: #80B30E;
}

.sitemap {
	line-height: 1.5em;
}

.sitemap LI.home {
	padding: 0;
	font-weight: bold;
	background-image: none;
}

.sitemap LI.empty {
	background-image: none;
}

.sitemap LI {
	padding-left: 2em;
	background: url(../img/dots.gif) no-repeat left center;
}