@CHARSET "UTF-8";

HTML {
    font-family: Trebuchet MS, Tahoma;
    font-size: 13px;
    text-align: center;
    line-height: 1.4em;
    color: #888888;
}

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;
    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;
}

#Splash {
    width: 1100px;
    height: 224px;
    background: url(../img/headerBg.jpg) no-repeat top center;
}

#TopMenu {
    position: absolute;
    height: 50px;
    top: 0;
    right: 50px;
    background-color: #fbfbfb;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: 9px solid #fe9200;
    padding: 10px 20px 0;
}

#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 -120px;
}

#TopMenu LI.products A {
    background-position: left -40px;
}

#TopMenu LI.terms A {
    background-position: left -80px;
}

#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;
}


.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: #444;
}

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;
}

#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;
    color: #262521;
}

#RightColumn H2.offer {
    background-position: left -64px;
    position: relative;
}

#RightColumn H2.contact {
    background-position: left -123px;
    position: relative;
}

#RightColumn H2.terms,
#RightColumn H2.cookies {
    background-position: left -187px;
    position: relative;
}

#RightColumn DIV.text {
    padding: 0.5em 0 0 68px;
    margin: 1em 0;
}

#RightColumn DIV.wrap {
    padding: 0 68px 0.5em 0;
}

#RightColumn DIV.text P {
    padding: 0;
    margin: 0 0 1em 0;
    text-align: justify;
}

#Footer UL {
    overflow: auto;
    height: 30px;
    overflow: hidden;
}

#Footer LI {
    float: right;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    padding: 0 12px;
}

#Footer LI.cookies {
    float: left;
    background-color: #999991;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-left: 40px;
}

#Footer li.map {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    background-color: #68583E;
}

#Footer li.home {
    background-color: #FF9C00;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomrleft: 5px;
    border-bottom-left-radius: 5px;
}

#Footer LI.map A {
    color: #fff;
    padding-right: 24px;
    background: url("../img/ico_sitemap.png") no-repeat right center;
}

#Footer LI.home A {
    padding-right: 24px;
    background: url("../img/ico_home.png") no-repeat right center;
    color: #000;
}

#Footer LI.cookies A {
    color: #fff;
}

#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: #555;
}

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 H6 a {
    display: inline-block;
    height: 2.4em;
    line-height: 1.2em;
    overflow: hidden;
}

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;
}

#Languages {
    position: absolute;
    right: 60px;
    top: 189px;
    background-color: #f8f8f8;
    z-index: 1000;
    height: 35px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 0 10px;
    overflow: hidden;
}

#Languages LI {
    float: left;
    height: 35px;
    width: 28px;
}

#Languages LI > a {
    display: block;
    text-align: left;
    text-indent: -999em;
    width: 100%;
    height:100%;
    opacity: 0.4;
    background-position: center;
    background-repeat: no-repeat;
}

#Languages LI.pl > a {
    background-image: url("../img/flags/pl.png");
}

#Languages LI.de > a {
    background-image: url("../img/flags/de.png");
}

#Languages LI.en > a {
    background-image: url("../img/flags/en.png");
}

#Languages LI.ru > a {
    background-image: url("../img/flags/ru.png");
}

#Languages LI.cz > a {
    background-image: url("../img/flags/cz.png");
}

#Languages LI.fr > a {
    background-image: url("../img/flags/fr.png");
}

#Languages LI.es > a {
    background-image: url("../img/flags/es.png");
}

#Languages LI > a:hover, #Languages LI.selected > a {
    opacity: 1;
}

#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: #555;
}

#RightColumn DIV.path A {
    color: #555;
}

#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: 23px 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
    text-align: left;
}

DIV.noresults {
    text-align: center;
    padding: 2em;
    font-weight: bold;
    color: #444;
}

.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: #555;
}

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: #555;
}

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: #444;
}

#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 TD IMG {
    max-width: 400px;
    height: auto;
}

#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;
}

a.logotype {
    z-index: 100;
    position: absolute;
    top: 40px;
    left: 50px;
    width: 381px;
    height: 125px;
    background: url(../img/logoBg.png) no-repeat left center;
    overflow: hidden;
}

a.logotype > span {
    bottom: 31px;
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: 15px;
    text-align: right;
}

div#cp-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10001;
}

div#cp-info > div.overlay {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
}

div#cp-info > div.content {
    position: relative;
    margin: 30px 70px;
    color: #fff;
    text-align: left;
}

div#cp-info > div.content > h6 {
    font-weight: normal;
    font-size: 22px;
    margin: 0;
}

div#cp-info > span#cp-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    height: 29px;
    cursor: pointer;
    background: url("../img/ico_close.png") no-repeat center;
    text-indent: -99em;
}

div#directions-wrapper {
    padding: 25px;
}

div#map-canvas-directions {
    height: 450px;
    width: 100%;
}

table.adp-directions {
    width: 100%;
}

div#find-directions,
div#select-location {
    height: 38px;
    margin: 3px 0;
}

div#find-directions > span,
div#select-location > span {
    background-color: #ff9600;
    color: #fff;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 0.5em;
    float: left;
}

div#find-directions > input[type="text"] {
    border: 0;
    background-color: #fff;
    line-height: 38px;
    height: 38px;
    padding: 0 0.5em;
    width: 300px;
    float: left;
    margin-left: 0.5em;
}

div#find-directions > input[type="submit"] {
    background-color: #999;
    color: #fff;
    display: inline-block;
    height: 38px;
    padding: 0 3em;
    cursor: pointer;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 0.5em;
    float: left;
}

div.simpleselect {
   float: left;
   margin-left: 0.5em;
}