/*css design file by webexciter*/

BODY {
    /* background-image: url('http://www.easycommerc.com/users/giorgio/bg1_1.png'); */
    text-align: center;
    /* background-color: #D3D3D3; */   
    background-color: #efefef;
    font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
    font-size: 16px;
    /* width : 1100px; */
    width : 95%;
    overflow-x: hidden;
    color: #222;
    /* overflow-x: auto; */
   /* margin: 0 auto; */   
}  

h1 {
  font-size: 32px; color: Gray; 
  font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
}

h2 {
  font-size: 22px;
  font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
  color: Gray;
}

h3 {
  font-size: 18px;
  font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
  color: Gray;   
}

h5 {
  font-size: 18px; 
  font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
  color: #222;   
  margin: 0 auto;
  padding-left: 5px;
}

p {
 padding-right: 15px;
}

a {
    font-family: Helvetica, Arial;
    color: #2299C6;
    font-size: 12px; 
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    font-family: Helvetica, Arial;
    color: Yellow;
    font-size: 12px; 
    font-weight: bold;
    text-decoration: none;
}

.header {
    background: #fcfdff;
} 

.webHeader {
    background: White;
    width : 100%;
  color: #3a3c44;
  font-size: 14px;
  border: #03aae9 solid 5px;
  padding: 15px;
  margin-bottom: 5px;
  border-radius: 5px;
} 

.webContent2 {
    background: White;
    width : 100%;
  color: #3a3c44;
  font-size: 14px;
  border: #03aae9 solid 5px;
  padding: 15px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.webFooter {
    background: White;
    width : 100%;
  color: #3a3c44;
  font-size: 14px;
  border: #03aae9 solid 5px;
  padding: 15px;
  margin-bottom: 5px;
  border-radius: 5px;
} 

.eshopHeader {
  /* background-image: url('http://www.easycommerc.com/users/busek/busek_header.png');  */
  background-color: White;
  /* height : 170px; */
  font-family: Helvetica, Arial;
  font-size: 12px;
}

.content {
  background: White;
  text-align: left;
}
.footer {
    background: #d6d6d6;
    color: #606060;
    padding: 5px;
    font-family: Helvetica, Arial;
    font-size: 12px;
} 

.eshopFooterGlobal {
    background: White;
    color: #606060;
    width: 90%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Helvetica, Arial;
    font-size: 14px;
    text-align: center;    
}

.eshopFooterGlobalContainer {
   background-color: White;
   /* border-top: 1px solid #333;  */
   /* height: 33px; */
    padding: 0px;
    width: 100vw;
    position: relative;
    /* margin-left: -50vw; */
    /* left: 50%; */
}

.eshopFooter {
    background: White;
    border-top: 2px solid #2E5A9A; 
    color: Black;
    font-family: Helvetica, Arial;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
    padding-top: 8px;
}

.eshopFooterPanel {
    border-bottom: 2px solid #2299C6; 
}

.freeworldFooterGlobal {
    color: Silver;
    width: 90%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Helvetica, Arial;
    font-size: 14px;
    text-align: center;    
}

.freeworldHeaderContainer {
 padding: 3px;
 background-color: #222;
}

.x3d_container {
 border-top: 2px solid #2299C6; 
}

.freeworldHeaderMenu {
 display: inline-block;
 border-right: 1px solid #2299C6; 
 width: 70px;
 text-align:center;
}

.freeworldHeaderMenuCell {
 display: inline-block;
}

.freeworldLogoContainer {
 display: inline-block;
}

.freeworldHeaderLogo {
 display: inline-block;
}

.freeworld3DHeader {
 background-color: #222;
 position: fixed;
 width: 100vw;
 top: 0;
 left: 0;
 z-index: 99999;
}

.freeworldFooterGlobalContainer {
   background-color: #222;
   /* border-top: 1px solid #333;  */
   /* height: 33px; */
    padding: 0px;
    width: 100vw;
    position: relative;
    /* margin-left: -50vw; */
    /* left: 50%; */
}

.freeworld3DFooter {
    position: fixed; 
    background:gray; 
    width:100vw;
    bottom:0;
    left:0;
    z-index: 99999;
}

.freeworldFooterPanel {
    border-bottom: 2px solid #2299C6; 
}

.horisontalMenu2 {
  background-color: #0b87bb;
  height : 41px;
  /* border-left : 7px solid #00ADE8; */
  /* border-right : 7px solid #00ADE8; */
  /* margin-left : 7px; */
  /* margin-right : 7px; */
}

.webMenu {
  background-color: #0b87bb;
}

.menuStart {
  display: block;
  width : 13px; 
}

a.menuItem {
  display: block;
  height : 27px; 
  background-color:  #0b87bb; 
  color: White; 
  font-family: Helvetica, Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding-top: 13px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

a.menuItem:hover {
  display: block;
  height : 27px;
  background-color:  #0059A6; 
  color: White; 
  font-family: Helvetica, Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding-top: 13px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

a.menuImageLink { font-size: 18px; }
a.menuImageLink:hover { font-size: 18px; color: darkorange }

.offerPanel {
    background: White;
} 

.horisontalMenuCell2 {
  height : 41px;
  width : 122px;
}

.horisontalMenuCellOver {
  height : 41px;
  width : 122px;
  background-color: #0a4d80; 
  cursor: pointer;
}

.horisontalMenuCellActive {
  height : 41px;
  width : 122px;
  background-color: #0a4d80; 
  cursor: pointer;
}

.horisontalMenuLink {
    font-family: Helvetica, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 13px 10px 10px 10px;
    text-decoration: none;
    white-space: nowrap;
}

.eshopHeaderPanel {
   /* background-color: #117fb9; */
   /* height: 33px; */
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;
   /* width: 1100px; */
   width: 100%;
   margin-top: 10px ;
   margin-bottom: 20px ;
   margin-left: auto ;
   margin-right: auto ;
}

.eshopHeaderMenu {
  padding-top: 4px;
  display: inline-block;
  /* background-color: #4A5456; */
}

.eshopHeaderMenuCell {
  display: inline-block;
  padding-right: 10px;
}

.productPrice1 {
  font-weight: bold;
  font-size: 16px;
}

.productLIST {
  /* border-top: #2299C6 solid 1px; */
  border-bottom: #2299C6 solid 1px;
  background-color: White;
        display: block;
        padding: 5px;
        margin-bottom: 3px;
        /* border-radius:3px; */
}

.productLISTImage {
     display: inline-block;
     padding: 5px;
}

.productLISTDetail {
     display: inline-block;
     vertical-align: top;
     width: 500px; 
}

.productLISTDescription {
     display: inline-block;
     vertical-align: top;
     font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
     color: Black;
     font-size: 14px; 
     padding-top: 7px;
}

.productLISTEdit {
     display: inline-block;
     horisontal-align: right;
     margin-bottom: 10px;
}

a.productLISTLink {
    display: block;
    font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
    color: Black;
    font-size: 18px; 
    font-weight: bold;
    text-decoration: none;
    padding-top: 7px;
    padding-bottom: 5px;
}

a.productLISTLink:hover {
    display: block;
    font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
    color: Black;
    font-size: 18px; 
    font-weight: bold;
    text-decoration: underline;
    padding-top: 7px;
    padding-bottom: 5px;
}

.productGRID {
        /* display: table-cell; vertical-align: bottom;*/
  border: Silver solid 1px;
  background-color: White; 
        display: inline-block;
       vertical-align: bottom;
       text-align: center;
       width: 256px; 
       height : 300px;
       margin: 1px;
       padding: 3px;
       border-radius:3px;
}

.productGRID:hover {
        /* display: table-cell; vertical-align: bottom;*/
  border: DarkGreen solid 1px;
  background-color: White; 
        display: inline-block;
       vertical-align: bottom;
       text-align: center;
       width: 256px; 
       height : 300px;
       margin: 1px;
       padding: 3px;
       border-radius:3px;
}

.productGRIDImage {
     display: inline-block;
     padding: 5px;
     height : 180px;
}

.productGRIDDetail {
     vertical-align: top;
     height : 50px;
}

.productGRIDEdit {
     /* display: table-cell; vertical-align: bottom; */
     display: inline-block;
     text-align: right;
     vertical-align: bottom;
     margin-bottom: 10px;
     border-top: Silversolid 1px;
}

.productGRIDKey {
   color: Gray;
   font-size: 12px; 
   padding-bottom: 3px;
}

.productGRIDPrice {
  padding-bottom: 10px;
  display: inline-block;
}

.productGRIDBasket {
 display: inline-block;
 padding: 3px;
}

.productGRIDDetail {
 display: block;
 padding: 3px;
}

.productImage {
        display: inline-block;
        /* vertical-align: text-top; */
        /* vertical-align: bottom; */
}

.productInfo {
  border-top: 1px solid #2299C6; 
  border-bottom: 1px solid #2299C6; 
  vertical-align: text-top;
  font-family: Helvetica, Arial, Helvetica Neue; 
  padding: 5px;
  /* border-radius:3px; */
}

.productBasicInfo {
        display: inline-block;
        vertical-align: top;
        padding: 5px;
        font-family: Helvetica, Arial; 
        width: 400px;
}

.productBasicInfoCell {
    display: inline-block;
    color: DarkGray;
    width: 170px;
}

.productBasicInfoValue {
    display: inline-block;
}

.productTitle {
    font-family: Helvetica, Arial, Helvetica Neue; 
    font-size: 42px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 700; 
    line-height: 43px; 
    color: #333;
    text-transform: uppercase;
}

.productDescription {
        /* border-top: 1px solid LightGray;  */
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 15px;
        display: block;
        font-size: 22px; 
        font-family: Helvetica, franklin-gothic-urw, Arial, Helvetica Neue; 
        /* width: 70%; */
}

.productBasicInfoRow {
        display: block;
        /* width: 400px; */
}


.optionsPanel {
  display: inline-block;
  padding-right: 20px;
  padding-top: 4px;
  /* margin-bottom: 20px; */
  float: right;
  /* height: 25px; */
  /* background-color: #4A5456; */
}

.searchPanel {
  display: inline-block;
  padding-top: 4px;
  /* padding-left: 10px; */
  /* padding-right: 320px; */
  /* float: center; */
}

.offer1 {
  display: inline-block;
}

a.offer1 {
   display: inline-block;
    width: 275px;
    height: 200px;
    margin: 10px;
    border: 3px solid #0b87bb; 
  font-family: Helvetica, Arial;
  color: Black;
  font-size: 22px; 
  text-decoration: none;
  border-radius:3px;
}

a.offer1:hover {
   display: inline-block;
    width: 275px;
    height: 200px;
    margin: 10px;
    border: 3px solid #222222; 
  font-family: Helvetica, Arial;
  color: #0b87bb;
  font-size: 22px; 
  text-decoration: none;
  cursor: pointer;
}

a.offer2 {
   display: inline-block;
    width: 275px;
    height: 200px;
    margin: 10px;
    border: 3px solid #0b87bb; 
  font-family: Helvetica, Arial;
  color: Red;
  font-size: 22px; 
  text-decoration: none;
  border-radius:3px;
}

a.offer2:hover {
   display: inline-block;
    width: 275px;
    height: 200px;
    margin: 10px;
    border: 3px solid #222222; 
  font-family: Helvetica, Arial;
  color: Navy;
  font-size: 22px; 
  text-decoration: none;
  cursor: pointer;
  border-radius:3px;
}


a.offer3 {
   display: inline-block;
    width: 275px;
    height: 200px;
    margin: 10px;
    border: 3px solid #0b87bb; 
  font-family: Helvetica, Arial;
  color: Darkgreen;
  font-size: 22px; 
  text-decoration: none;
}

a.offer3:hover {
   display: inline-block;
    width: 275px;
    height: 200px;
    margin: 10px;
    border: 3px solid #222222; 
  font-family: Helvetica, Arial;
  color: Navy;
  font-size: 22px; 
  text-decoration: none;
  cursor: pointer;
  border-radius:3px;
}

.menuBoxHeader {
  background-color: #76A300;
  padding-top: 2px;
  padding-bottom: 2px;
}

.subPanel {
  border : 1px solid #76A300;
  padding: 5px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;   
}

.loginPanel {
  border : 1px solid #76A300;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;   
}

.search_button {
  background-color: #76A300;
  cursor: pointer;
  border : 1px solid Silver;
  padding: 2px;
  color: #FFFFFF;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;   
}

.headingText1 {
    font-family: Helvetica, arial, helvetica, sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
} 

.set_text {
    font-family: Helvetica, arial, helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
} 

.set_text1 {
    font-family: Helvetica, arial, helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
} 

.product_price1 {
    font-family: Helvetica, arial, helvetica, sans-serif;
    color: #76A300;
    font-size: 14px;
} 

.content_panel_list {
  border : 1px solid Silver;
  padding: 3px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;   
}

.verticalMenu {
  border : 1px solid #EFEFEF;
  background-color: #EAEBED;
}

.verticalMenuCell {
padding-left: 5px; padding-right: 5px; padding-top: 3px; padding-bottom: 3px;
}

.verticalMenuCellOver {
padding-left: 5px; padding-right: 5px; padding-top: 3px; padding-bottom: 3px;cursor: pointer;
  background-color: #4597E9;
  background-image: url('http://www.webexciter.com/users/Kantona/bg_blueyellow_over2.png');
  background-repeat: repeat-x;
}

.verticalMenuLink {
  color: #000066;
  font-weight: bold;
  font-family: Helvetica, Arial;
  font-size: 12px;
}

.pageContent {
  /* pbackground-image: url('http://www.webexciter.com/users/klimabott/shadow.jpg');  */
  /* pbackground-repeat: no-repeat; */
  /* pbackground-position: top center;  */
  background-color: #FFFFFF;
  text-align: left;
  padding: 15px;
}

.webContent {
  font-family: Helvetica, Arial;
  font-size: 14px;
  background-color: White;
  padding-left: 5px;
}

.tableContent {
  background-color: #FFFFFF;
  text-align: left;
  padding-left: 30px;
  padding-right: 0px;
}

.leftPanel {
  border-left: 1px dotted #C0C0C0;
  border-right: 1px dotted #C0C0C0;
}

.standardText {
  color: #000000;
  font-family: Helvetica, Arial;
  font-size: 14px;
}

.login_user_text {
  color: #000000;
  font-family: Helvetica, Arial;
  font-size: 14px;
}

.login_psw_text {
  color: #000000;
  font-family: Helvetica, Arial;
  font-size: 14px;
}

.text1 {
  color: #000000;
  font-family: Helvetica, Arial;
  font-size: 12px;
}

.text2 {
  color: #000066;
  font-family: Helvetica, Arial;
  font-size: 12px;
}

.text3 {
  color: #000000;
  font-family: Helvetica, Arial;
  font-size: 12px;
}

.text4 {
  color: #0000FF;
  font-family: Helvetica, Arial;
  font-size: 17px;
}

.text5 {
  color: #3F3F3F;
  font-family: Helvetica, Arial;
  font-size: 13px;
  font-weight: bold;
}

.registration {
  background-image: url('http://www.webexciter.com/users/Kantona/registration_classic.png');
  background-repeat : no-repeat;
  width: 20px;
  height: 20px;
  padding-top : 0px;
  padding-bottom : 0px;
}

.order {
  background-image: url('http://www.webexciter.com/users/Kantona/order_classic.png');
  background-repeat : no-repeat;
  width: 20px;
  height: 20px;
  padding-top : 0px;
  padding-bottom : 0px;
}

.customerInfo {
  background-image: url('http://www.webexciter.com/users/Kantona/info_classic.png');
  background-repeat : no-repeat;
  width: 20px;
  height: 20px;
  padding-top : 0px;
  padding-bottom : 0px;
}

.howToBuy {
  background-image: url('http://www.webexciter.com/users/Kantona/help_classic.png');
  background-repeat : no-repeat;
  width: 20px;
  height: 20px;
  padding-top : 0px;
  padding-bottom : 0px;
}

.cart {
  background-image: url('http://www.webexciter.com/users/Kantona/cart_classic.png');
  background-repeat : no-repeat;
  width: 20px;
  height: 20px;
  padding-top : 0px;
  padding-bottom : 0px;
}

.screenContent {
  font-size: 11px;
  font-family: Helvetica, Arial, Helvetica, sans-serif;
  text-align:left;
  background-color: White;
}

.eshopPanel {
  background-color: #EAEBED;
  background-image: url('http://eshop.webexciter.com//users/klimabott/header31.JPG'); 
  background-repeat : no-repeat; 
  width: 983px;  
  height: 142px;  
}

.buttonBackground {
  background-color: #76A300;
  cursor: pointer;
  border : 1px solid Silver;
  padding: 3px;
  color: #FFFFFF;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px; 
}

.gallery_paginating {
  font-size: 12px; font-weight: bold; font-family: Helvetica, Arial, Helvetica, sans-serif; text-align:center; border: 1px; border-style: solid; border-color: #CDCDCD; display: inline; padding-left: 2px; padding-right: 2px; background-color: #7F7F7F; color: #CFCFCF; background-image: url('http://www.openmarket.eu/users/maderyc/bg_button1.png'); background-repeat: repeat-x;
}

.gallery_paginating_over {
  font-size: 12px; font-weight: bold; font-family: Helvetica, Arial, Helvetica, sans-serif; text-align:center; border: 1px; border-style: solid; border-color: #CDCDCD; display: inline; padding-left: 2px; padding-right: 2px; background-color: #9F9F9F;
}

.gallery_paginating_current {
  font-size: 12px; font-weight: bold; font-family: Helvetica, Arial, Helvetica, sans-serif; text-align:center; border: 0px; display: inline; padding-left: 2px; padding-right: 2px; color: #CFCFCF;
}

a.gallery_paginating_link {
  font-family: Helvetica, Arial, Helvetica, sans-serif; color: #CFCFCF; font-size: 12px; text-decoration: none;
}

a.gallery_paginating_link:hover {
  font-family: Helvetica, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 12px; text-decoration: none;
}

a.gallery_title_link {
  font-family: Helvetica, Arial, Helvetica, sans-serif; color: #2F2F2F; text-decoration: underline; font-size: 14px; font-weight: bold;
}

a.gallery_title_link:hover {
  font-family: Helvetica, Arial, Helvetica, sans-serif; color: #2F2F2F; font-size: 14px; text-decoration: underline; font-weight: bold;
}

.form_text_input {
  background-color: #F1F1F1; font-size: 14px; font-family: Helvetica, Arial, Helvetica, sans-serif; text-align:left; color: #2F2F2F; border: Silver solid 1px; padding: 2px;
    border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;   
}

.form_select_input {
  background-color: #F1F1F1; font-size: 14px; font-family: Helvetica, Arial, Helvetica, sans-serif; text-align:left; color: #2F2F2F; border: Silver solid 1px; padding: 2px;
    border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;   
} 

a.standard_link {
font-family: Helvetica, Arial, Helvetica, sans-serif; color: #2F2F2F; text-decoration: underline; font-size: 12px; font-weight: bold;
}

.standardText2 {
font-size: 12px;
font-family: Helvetica, Arial, Helvetica, sans-serif;
text-align:left;
color: #2F2F2F;
}

.tableHeader {
  background-color: #BFBFBF;
  background-image: url('http://www.inmarket.co.uk/graphics/bg_header.png');
  background-repeat: repeat-x;
}

a.horisontalMenuLink2 {
  font-size: 12px; font-family: Helvetica, Arial, Helvetica, sans-serif; text-align:left; color: #2F2F2F;
}

a.horisontalMenuLink2:hover {
  font-size: 12px;font-family: Helvetica, Arial, Helvetica, sans-serif;text-align:left;color: #000000;
}

.background1_color {
  background-color: #4597E9;
}

.content_panel {
  border : 1px solid #4597E9;
}

.content_panel_dotted {
  border : 1px dotted #4597E9;
}

.cart_button {
  background-image: url('http://www.webexciter.com/users/Kantona/cart_classic.png');
  background-repeat : no-repeat;
  background-position : center;
  width: 30px;
  height: 22px;
  padding-top : 0px;
  padding-bottom : 0px;
  background-color : #EFEFEF;
  border: 1px solid #676767;
}

a.folderMenuLink {
  color: #0a4d80;
  font-family: Helvetica, Arial;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}

a.folderMenuLink:hover {
  color: #0a4d80;
  font-family: Helvetica, Arial;
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
}

a.link1 {
  color: #000066;
  font-family: Helvetica, Arial;
  font-size: 12px;
}

a.link2 {
  color: #137ba3;
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 5px;
  text-decoration: none;
}

a.link2:hover {
  color: #137ba3;
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 5px;
  text-decoration: underline;
}

a.link3 {
  color: #000000;
  font-family: Helvetica, Arial;
  font-size: 12px;
}

a.link4 {
  color: #0a4d80;
  font-family: Helvetica, Arial;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}

a.link4:hover {
  color: #0a4d80;
  font-family: Helvetica, Arial;
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
}

a.link5 {
  color: #0000FF;
  font-family: Helvetica, Arial;
  font-size: 11px;
}

a.navigation_link {
  color: #137ba3;
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 5px;
  text-decoration: none;
}

a.navigation_link:hover {
  color: #137ba3;
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 5px;
  text-decoration: underline;
}

a.product_title1 {
  color: #0a4d80;
  font-family: Helvetica, Arial;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}

a.product_title1:hover {
  color: #0a4d80;
  font-family: Helvetica, Arial;
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
}

a.productLink {
  color: #0a4d80;
  font-family: Helvetica, Arial;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}

a.productLink:hover {
  color: #0a4d80;
  font-family: Helvetica, Arial;
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
}

a.productLinkGRID {
  color: #0a4d80;
  font-family: Helvetica, Arial;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}

a.productLinkGRID:hover {
  color: #0a4d80;
  font-family: Helvetica, Arial;
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
}


.okmsg {
  font-family: Helvetica, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: White;
  padding-top: 0px;
  text-align: left;
  background-color : #FFCC00;        
  background-image : url(http://www.webexciter.com/graphics/okey22.png);
  background-repeat : no-repeat;
  background-position : center left;  
  border-left: 10px solid #FFCC00;
  padding-top: 5px;
  padding-left: 25px;
  height: 25px;
}

.errormsg {
  font-family: Helvetica, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: Red;
  padding-top: 0px;
  text-align: left;
  background-color : #FFCC00;        
  background-image : url(http://aukce.webexciter.com/graphics/error22.png);
  background-repeat : no-repeat;
  background-position : center left;  
  border-left: 10px solid #FFCC00;
  padding-top: 5px;
  padding-left: 25px;
  height: 25px;
}

.okmsg_text {
  font-family: Helvetica, arial, helvetica, sans-serif;
  color: White;
  font-weight: bold;
  font-size: 14px; 
} 

.error_text {
  font-family: Helvetica, arial, helvetica, sans-serif;
  color: White;
  font-weight: bold;
  font-size: 14px; 
} 

a.plainLink
{
  font-family: Helvetica, arial, helvetica, sans-serif;
  color: #ff0000;
  font-size: 12px;
  text-decoration : none; 
}
a.plainLink:visited 
{
  font-family: Helvetica, arial, helvetica, sans-serif;
  color: #ff0000;
  font-size: 12px;
  text-decoration : none; 
}

a.plainLink:active 
{
  font-family: Helvetica, arial, helvetica, sans-serif;
  color: #ff0000;
  font-size: 12px;
  text-decoration : none; 
}

a.plainLink:hover 
{
  font-family: Helvetica, arial, helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
  text-decoration : none; 
}   

.activeSlide {
  border-radius:3px;color: #0b87bb;
  border: 2px solid Red; 
  padding: 3px;
  #margin: 2px;
}

.slideNumber {
  background-color: White;
  margin-left: 5px;

}

a.slideLink {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: White; 
  background-color: #0b87bb;
  font-family: Helvetica, Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 2px;
    border: #0b87bb solid 2px; 
    border-radius:13px;
}

.slideMenu {
   background-color: White;
   width: 111px;
   text-align: center;
   margin-left: auto ;
   margin-right: auto ;
   padding: 3px;
}

.slideshowPanel {
  background-color: White;
}

.languagesPanel {
  display: inline-block;
}

.currencyPanel {
  display: inline-block;
}

.customerPanel {
  display: inline-block;
  padding-left: 33px;
}

.basketPanel {
  display: inline-block;
  padding-right: 10px;
  /* background-color: #4A5456; */
}

a.viewBasket {
   display: inline-block; 
   font-family: Helvetica, Arial;
   font-size: 14px;
   font-weight: bold;
   color: Silver;
   padding-left: 5px;
}

a.viewBasket:hover {
   display: inline-block; 
   font-family: Helvetica, Arial;
   font-size: 14px;
   font-weight: bold;
   color: White;
   padding-left: 5px;
   text-decoration: underline;
}

.eshopColumnLeft {
  display: inline-block;
}

.eshopContent {
  display: inline-block;
    /* border: #00ADE8 solid 2px;  */
   /* position: relative; */
    width: 70%;
    top: 0;  
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    vertical-align: top;
    border-radius:3px;
    margin-bottom: 5px;
}

a.treeLinkLeft {
  display: inline-block;
  font-family: Helvetica, arial, helvetica, sans-serif;
  color: DarkGray;
  font-size: 11px;  
  text-decoration : none;   
}

a.treeLinkLeft:hover {
  display: inline-block;
  font-family: Helvetica, arial, helvetica, sans-serif;
  color: Black;
  font-size: 11px;
  text-decoration : none; 
}

a.treeLink 
{
  display: inline-block;
  font-family: Helvetica, arial, helvetica, sans-serif;
  color: DarkGray;
  font-size: 11px;  
  text-decoration : none;   
}

a.treeLink:hover 
{
  display: inline-block;
  font-family: Helvetica, arial, helvetica, sans-serif;
  color: Black;
  font-size: 11px;
  text-decoration : none; 
}

a.treeNodeLink 
{
  font-family: Helvetica, Arial;
  color: DimGray;
  font-size: 14px;
  font-weight: bold;  
  text-decoration : none;   
  margin-right: 77px;
}

a.treeNodeLink:hover 
{
  font-family: Helvetica, Arial;
  color: Black;
  font-size: 14px;
  font-weight: bold;
  text-decoration : none;  
  margin-right: 77px;     
}

.treeItemHidden {
  display: none;
  visibility: hidden;
}


.productPath {
    padding-bottom: 3px;
    /* border-bottom : 1px solid LightGray; */
}

.basketSummary {
  padding: 8px;
}

.basketUnitIterator {
 display: inline-block;
}

.basketUnits {
  height : 26px;
  width : 26px;
  border: 2px solid #2299C6;
  border-radius:3px;
  text-align: center;
  background-color: #EFEFEF;
}

.inputText {
  height : 26px;
  /* width : 26px; */
  border: 2px solid #2299C6;
  border-radius:3px;
  text-align: left;
  background-color: #EFEFEF;
}

.inputTextArea {
  border: 2px solid #2299C6;
  border-radius:3px;
  text-align: left;
  background-color: #EFEFEF;
}

.basketButton {
        font-family: Helvetica, arial, helvetica, sans-serif;
        font-weight: bold; 
        font-size: 12px; 
  border: #2299C6 solid 1px;
        background-color: #2299C6;
  padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 3px;
        color: White;
        cursor: pointer;
        margin-left: 15px;
}

.basketButton:hover {
        font-family: Helvetica, arial, helvetica, sans-serif;
        font-weight: bold; 
        font-size: 12px; 
  border: #2E5A9A solid 1px;
        background-color: #2E5A9A;
  padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 3px;
        color: White;
        cursor: pointer;
}

a.basketButtonLink {
        font-family: Helvetica, arial, helvetica, sans-serif;
        font-weight: bold; 
        font-size: 12px; 
  border: #D1D1D1 solid 1px;
        background-color: DimGray;
  padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 8px;
        padding-right: 8px;
        border-radius: 3px;
        color: White;
}

a.basketRemoveLink {
        font-family: Helvetica, arial, helvetica, sans-serif;
        font-weight: normal; 
        font-size: 12px; 
  border: DimGray solid 1px;
        background-color: DimGray;
  padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 3px;
        color: White;
        text-decoration: none;
}


a.basketRemoveLink:hover {
        font-family: Helvetica, arial, helvetica, sans-serif;
        font-weight: normal; 
        font-size: 12px; 
  border: DimGray solid 1px;
        background-color: DarkGreen ;
  padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 3px;
        color: White;
        text-decoration: none;
}

.basketItemRemove {
   padding-left: 3px;
}

a.productDetailLink {
        font-family: Helvetica, arial, helvetica, sans-serif;
        font-weight: bold; 
        font-size: 12px; 
  border: #D1D1D1 solid 1px;
        background-color: Gray;
  padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 3px;
        color: White;
        text-decoration: none;
        cursor: pointer;
}

a.productDetailLink:hover {
        font-family: Helvetica, arial, helvetica, sans-serif;
        font-weight: bold; 
        font-size: 12px; 
  border: #D1D1D1 solid 1px;
        background-color: #2E5A9A;
  padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 3px;
        color: White;
        text-decoration: none;
        cursor: pointer;
}

.productDetailImage {
  max-width: 400px;
}

.basketItemRow {
  padding: 5px;
}

.basketItemRow:hover {
  padding: 5px;
  background-color: #EFEFEF;
}

.basketItemImage {
  padding: 5px;
}

.basketItemDesc {
    font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
    color: Black;
    font-size: 12px; 
    font-weight: normal;
    font-style: italic;
}

a.pathLink {
    font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
    color: Black;
    font-size: 12px; 
    font-weight: bold;
    text-decoration: none;
}

a.pathLink:hover {
    font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
    color: Black;
    font-size: 12px; 
    font-weight: bold;
    text-decoration: underline;
}

a.pathLinkHome {
    font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
    color: Black;
    font-size: 12px; 
    font-weight: bold;
    text-decoration: none;
}

a.pathLinkHome:hover {
    font-family: Helvetica,'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
    color: Black;
    font-size: 12px; 
    font-weight: bold;
    text-decoration: underline;
}

a.pathLinkCurrent {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    color: Black;
    font-size: 18px; 
    font-weight: bold;
    text-decoration: none;
}

a.pathLinkCurrent:hover {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    color: Black;
    font-size: 18px; 
    font-weight: bold;
    text-decoration: underline;
}

.categoryTitle {
     width: 100%;
     height: 50px;
     padding-top: 5px;
     /*padding-bottom: 15px; */
     /*background-color: LightGray; */
     font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
     color: Black;
     font-size: 18px; 
     font-weight: bold;
}

.categoryDescription {
     width: 100%;
     /* font-family: Arial, Helvetica, sans-serif; */
     font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
     color: #222;
     font-size: 16px; 
     padding-top: 8px;
     padding-bottom: 8px;
     padding-right: 15px;
     border-top: #2299C6 solid 1px;
     border-bottom: #2299C6 solid 1px;
}

.subcategories {
     font-family: Helvetica, Arial, Helvetica, sans-serif;
     color: DimGray;
     font-size: 12px; 
     padding-top: 5px;
     padding-bottom: 5px;
}

.panelTitle {
   font-family: Helvetica, Arial, Helvetica, sans-serif;
   color: DimGray;
   font-size: 18px; 
}

.categoryMenu {
  border: #0b87bb solid 2px;
  background-color: White;
        display: inline-block;
        padding: 5px;
        margin-top: 3px;
        margin-bottom: 3px;
        border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

.categoryBox {
        text-align: center;
        vertical-align: top;
}

.categoryBox2 {
        /* width: 350px; */
        width: 30%;
        min-width: 300px;
        /* min-height: 300px; */
        background-color: White;
        /* height: 100%; */
        text-align: center;
        /* display: table-cell; */
        display: inline-block;
        vertical-align: top;
        margin: 3px;
  border-top: #2299C6 solid 2px;
        border-bottom: #2299C6 solid 2px;
  border-left: LightGray solid 1px;
  border-right: LightGray solid 1px;
        padding-botom: 2px;
}

.categoryBox2:hover {
        /* width: 350px; */
        width: 30%;
        min-width: 300px;
        background-color: White;
        height: 100%;
        text-align: center;
        /* display: table-cell; */
        display: inline-block;
        vertical-align: top;
        margin: 3px;
  border-top: #2E5A9A solid 2px;
        border-bottom: #2E5A9A solid 2px;
  border-left: LightGray solid 1px;
  border-right: LightGray solid 1px;
        padding-botom: 2px;
}

.categoryThumb {
       padding-top: 20px;
       /* width: 250px; */
       width: 95%;
       min-height: 220px;
       /* height: 270px; */
       vertical-align: middle;
       margin-left: auto ;
       margin-right: auto ;
}

a.categoryLink {
        font-family: Helvetica, Arial, Helvetica, sans-serif;
        color: Black;
        font-size: 16px; 
        font-weight: bold;
        text-decoration: none;
  background-color: White;
        display: inline-block;;
        /* padding: 5px; */
        margin-bottom: 3px;
        /*border-radius:3px;*/
  vertical-align: top;
}

a.categoryLink:hover {
        font-family: Helvetica, Arial, Helvetica, sans-serif;
        color: Black;
        font-size: 16px; 
        font-weight: bold;
        text-decoration: underline;
  background-color: White;
        display: inline-block;
        /* padding: 5px; */
        margin-bottom: 3px;
  vertical-align: top;
}

.pathSeparator {
    color: Gray;
}

.form_field_label { 
  display: inline-block;
  width: 200px;
  margin-top: 3px;
  font-family: Helvetica, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.form_field_label2 { 
  display: inline-block;
  width: 200px;
  margin-top: 3px;
  font-family: Helvetica, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.form_field_label_block { 
  display: block;
  /* width: 250px; */
  margin-top: 3px;
  font-family: Helvetica, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.form_field_text { 
  color: Black;
  font-family: Helvetica, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.form_textarea_label { 
  display: inline-block;
  width: 200px;
  margin-top: 3px;
  font-family: Helvetica, Arial, Helvetica, sans-serif;
  font-size: 14px;
  /* height: 45px;  */
  vertical-align: top;
}

.form_field_label_required { 
  display: inline-block;
  width: 200px;
  margin-top: 3px;
  font-family: Helvetica, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.form_textarea_label2 { 
  display: block;
  width: 200px;
  margin-top: 3px;
  font-family: Helvetica, Arial, Helvetica, sans-serif;
  font-size: 14px;
  /* height: 45px;  */
  /* vertical-align: top; */
}

.form_choice_label {
  display: block;
  color: #069114;
  font-family: Helvetica, arial, helvetica, sans-serif;
  font-size: 16px;   
  font-weight: bold; 
  padding-top: 15px;  
  height: 30px;
  border: White solid 0px;
}

.form_field_label_required::after {
    content: " *";
    color: Red;
}

.form_field_value { 
  margin-top: 3px;
}

.form_choice > input {
  display: inline-block;
  width: 10%;
}

.form_choice > label {
  font-size: 14px;
  font-family: Helvetica, Arial, Helvetica, sans-serif;
  color: #999999;
  text-align:left;  
  display: inline-block;
  width: 85%;
}

.text_form { 
  font-family: Helvetica, Arial, Helvetica, sans-serif;
  background-color: White;
  font-size: 14px;
  font-weight: bold;
  color: #2F2C2B;
        border: 2px solid #2299C6;
        background-color: #EFEFEF;
  padding: 10px;
  margin-bottom: 3px; 
    border-radius:3px;
}


.text_form_block { 
        display: block;
  font-family: Helvetica, Arial, Helvetica, sans-serif;
  background-color: White;
  font-size: 14px;
  font-weight: bold;
  color: #2F2C2B;
  border: DarkGreen solid 1px;
  padding: 10px;
  margin-bottom: 3px; 
    border-radius:3px;
}
.textarea_form { 
  font-family: Helvetica, Arial, Helvetica, sans-serif;
        background-color: #EFEFEF;
  font-size: 14px;
  font-weight: bold;
  color: #2F2C2B;
        border: 2px solid #2299C6;
  padding: 3px;
  margin-bottom: 1px; 
    border-radius:3px;
    width: 330px;
    height: 70px;
}

.text_form2 { 
  display: block;
  font-family: Helvetica, Arial, Helvetica, sans-serif;
  background-color: #606060;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  border: #000000 solid 1px;
  padding: 3px;
  margin-bottom: 1px; 
}

.text_form_file { 
  display: block;
  font-family: Helvetica, Arial, Helvetica, sans-serif;
  background-color: #606060;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  border: #000000 solid 1px;
  padding: 3px;
  margin-left: 202px;
  margin-bottom: 1px; 
}

.text_form_file2 { 
  display: inline-block;
  font-family: Helvetica, Arial, Helvetica, sans-serif;
  background-color: #606060;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  border: #000000 solid 1px;
  padding: 3px;
  margin-left: 101px;
  margin-bottom: 1px; 
}

.butt_big {
  font-family: Helvetica, Arial;
  background-color : #2F2C2B;
  border : 1px solid #2F2C2B;
  font-size: 13pt;
  color: White;
  font-weight : bold; 
  /* height: 25px; */
  padding-top: 3px;
        padding-left: 3px;
        padding-right: 3px;
        padding-bottom: 3px;
  cursor: pointer;
  margin-top: 3px;
        border-radius:3px;
}

.butt_big:hover {
  font-family: Helvetica, Arial;
  background-color : DarkGreen;
  border : 1px solid DarkGreen;
  font-size: 13pt;
  color: White;
  font-weight : bold; 
  /* height: 25px; */
  padding-top: 3px;
        padding-left: 3px;
        padding-right: 3px;
        padding-bottom: 3px;
  cursor: pointer;
  margin-top: 3px;
        border-radius:3px;
}

.butt_small {
  font-family: Helvetica, Arial;
  background-color : #2F2C2B;
  border : 1px solid #2F2C2B;
  font-size: 11pt;
  color: White;
  font-weight : bold; 
  /* height: 25px; */
  padding-top: 3px;
        padding-left: 3px;
        padding-right: 3px;
        padding-bottom: 3px;
  cursor: pointer;
  margin-top: 3px;
        border-radius:3px;
}

.butt_small:hover {
  font-family: Helvetica, Arial;
  background-color : DarkGreen;
  border : 1px solid DarkGreen;
  font-size: 11pt;
  color: White;
  font-weight : bold; 
  /* height: 25px; */
  padding-top: 3px;
        padding-left: 3px;
        padding-right: 3px;
        padding-bottom: 3px;
  cursor: pointer;
  margin-top: 3px;
        border-radius:3px;
}

a.bigLink {
  font-family: Helvetica, Arial;
  font-size: 13pt;
  color: #2F2C2B;
  font-weight : bold; 
}

a.eshopHeaderLink {
    font-family: Helvetica, Arial;
    color: #2299C6;
    font-size: 14px; 
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

a.eshopHeaderLink:hover {
    font-family: Helvetica, Arial;
    color: Yellow;
    font-size: 14px; 
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

a.eshopFooterLink {
    font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
    color: #2E5A9A;
    font-size: 14px; 
    font-weight: normal;
    text-decoration: none;
    /* text-transform: uppercase; */
}

a.eshopFooterLink:hover {
    font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
    color: Black;
    font-size: 14px; 
    font-weight: normal;
    text-decoration: underline;
    /* text-transform: uppercase; */
}

a.eshopBasketLink {
    font-family: Helvetica, Arial;
    color: #2E5A9A;
    font-size: 14px; 
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    background-image: url('http://www.easycommerc.com/images/shopping-cart-icon-small.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right; 
    padding-right: 20px;
    display: block;
}

a.eshopBasketLink:hover {
    font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
    color: Black;
    font-size: 14px; 
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.flash-notice {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align:center;
  background-color: DarkGreen;
  width: 100%; 
  /* position: relative; */
  position: fixed;
    top: 0em;
    right: 0em;
  color: White;
  font-family: Helvetica, arial, helvetica, sans-serif;
  font-weight: bold; 
  font-size: 14px;   
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
  /* border: 2px solid Green;  */
  /* border-radius: 3px;  */
  z-index: 99999;
}

.flash-error {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align:center;
  background-color: Red;
  width: 100%; 
  /* position: relative; */
  position: fixed;
    top: 0em;
    right: 0em;
  color: White;
  font-family: Helvetica, arial, helvetica, sans-serif;
  font-weight: bold; 
  font-size: 14px;   
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
  /* border: 2px solid Green;  */
  /* border-radius: 3px;  */
  z-index: 99999;
}

.presentationImage {
  padding: 5px;
}

.webRightColumn {
  width: 220px;
  padding: 5px;
}

.webMenuVertical {
  background-color : #3A3C44;
  width : 210px;
    margin-left:auto; 
    margin-right:auto;
}

.eshopHeaderContainer {
   background-color: White;
   /* background-color: #D3D3D3; */
   /* height: 33px; */
    padding: 0px;
    width: 100%;
    /* position: relative; */
    /* margin-left: -50vw; */
    /* left: 50%; */
   border-bottom: 2px solid #2E5A9A;
}

.eshopHeaderLogo {
   /* padding-left: 10px; */
    /* padding-right: 10px; */
   padding-top: 2px;
   /* width: 1100px; */
   width: 90%;
   margin-left: auto ;
   margin-right: auto ;
}

.eshopLogoContainer {
   background-color: White;
   /* height: 33px; */
    padding: 0px;
    width: 100%;
    position: relative;
    /* margin-left: -50vw; */
    /* left: 50%; */
    /* border-top: 1px solid DarkGreen; */ 
    /* border-bottom: 1px solid #2e4690;  */
}

.eshopCategoryTopMenu {
   background-color: #EFEFEF;
   /* border-top: 1px solid DarkGreen;  */
   /* height: 33px; */
    padding: 0px; 
    width: 100%;
    /* width: 100vw; */
    position: relative;
    /* margin-left: -50vw; */
    /* left: 50%; */
    /* border-radius:3px;  */
    border-top: 2px solid #2299C6; 
}

.categoryTopMenu {
   background-color: #EFEFEF;
   /* height: 37px; */
   /* padding-left: 10px; */
   /* padding-right: 10px; */
   /* padding-top: 2px; */
   /* width: 1050px; */
   width: 100%;
   /* margin-left: auto ; */
   margin-right: auto ;
   margin-top: 1px;
}

a.categoryTopMenuLink {
    display: inline-block;
    background-color: #EFEFEF;
    font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
    color: Black;
    font-size: 14px; 
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    /* height: 35px; */
    padding: 16px;
}

a.categoryTopMenuLink:hover {
    display: block-inline;
    background-color: #2299C6;
    font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
    color: Black;
    font-size: 14px; 
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
  -webkit-transition: background-color 0.7s;
  -moz-transition: background-color 0.7s;
  -o-transition: background-color 0.7s;
  transition: background-color 0.7s;
    padding: 16px;
   border-radius:3px;
}

.languageSelector {
   background-color: White;
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    color: #4A5456;
    font-size: 12px; 
    font-weight: bold;
   border: 1px solid White;
   cursor: pointer;
   padding: 1px;
}

.languageSelectorOption {
  display: block;
  padding: 3px;
  color: DimGray;
  font-family: Helvetica, Arial;
  font-size: 12px;
  font-weight: bold;
}

.currencySelector {
   background-color: White;
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    color: #4A5456;
    font-size: 12px; 
    font-weight: bold;
   border: 1px solid White;
   cursor: pointer;
   padding: 1px;
}

.currencySelectorOption {
  display: block;
  padding: 3px;
  color: DimGray;
  font-family: Helvetica, Arial;
  font-size: 12px;
  font-weight: bold;
}

.search {
   background-color: White;
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    color: #4A5456;
    background-color: #EFEFEF;
    font-size: 12px; 
    font-weight: bold;
   border: 1px solid White;
   padding: 2px;
   border: #2299C6 solid 2px;
}

.searchButton {
        font-family: Helvetica, arial, helvetica, sans-serif;
        font-weight: bold; 
        font-size: 12px; 
  border: #2299C6 solid 1px;
        background-color: #2299C6;
  padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 7px;
        padding-right: 7px;
        /* border-radius: 3px; */
        color: White;
        cursor: pointer;
}

.searchButton:hover {
        font-family: Helvetica, arial, helvetica, sans-serif;
        font-weight: bold; 
        font-size: 12px; 
  border: #2299C6 solid 1px;
        background-color: #2E5A9A;
  padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 7px;
        padding-right: 7px;
        /* border-radius: 3px; */
        color: White;
        cursor: pointer;
}


.basketItemTitle {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    font-size: 14px; 
    font-weight: bold;
    padding: 3px;
}

.basketItemHeader {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    font-size: 12px; 
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px;
    background: #d6d6d6;
}

.basketItemLink {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    color: Black;
    font-size: 14px; 
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
}

a.basketItemLink:hover {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    color: Black;
    font-size: 14px; 
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.basketItemPrice {
   padding: 3px;
    background: #EFEFEF;
}

.basket {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    font-size: 12px; 
    font-weight: normal;
    border-top: 2px solid Silver;  
    border-bottom: 2px solid Silver;
    /* padding: 3px; */
    /* border-radius:3px; */
    width: 100%
}

.basketSummary {
   background: #d6d6d6;
   font-weight: bold;
}

.basketTotalPrice {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    font-size: 14px; 
   background: #d6d6d6;
   font-weight: bold;
   padding-right: 3px;
}

a.nextStepLink {
   background: DarkGreen;
   color: White;
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    font-size: 18px; 
   font-weight: bold;
   text-decoration: none;
   width: 100%;
   margin-top: 5px;
   padding-left: 55px;
   padding-right: 55px;
   padding-top: 9px;
   padding-bottom: 9px;
   border-radius:3px;
}

.nextStepButton {
   background: DarkGreen;
   color: White;
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    font-size: 18px; 
   font-weight: bold;
   text-decoration: none;
   /* width: 222px; */
   border: 1px solid DarkGreen;
   margin-top: 8px;
   padding-left: 55px;
   padding-right: 55px;
   padding-top: 8px;
   padding-bottom: 7px;
   border-radius:3px;
   cursor: pointer;
}

.eshopHeading {
    font-family: Helvetica, Arial;
    font-size: 16px;
    font-weight: bold;
  width: 100%;
  background: #e9e9ea;
  padding: 7px;
  margin-bottom: 3px;
}

.eshopDelivery { padding: 7px; border-bottom: 1px solid #EFEFEF;}
.eshopDeliveryCell {  display: inline-block; vertical-align: top; }
.eshopDeliveryLogo {  display: inline-block; width : 130px;}
.eshopDeliveryName { display: inline-block; width : 330px;  vertical-align: top;}
.eshopDeliveryLogoImg { height: 35px;}
.eshopPayment { padding: 7px; border-bottom: 1px solid #EFEFEF;}
.eshopPaymentCell {  display: inline-block;  vertical-align: top;}
.eshopPaymentLogo {  display: inline-block; width : 130px; }
.eshopPaymentName { display: inline-block; width : 330px;  vertical-align: top;}
.eshopPaymentLogoImg { height: 35px; }

.shoppingProcessBasket { display: inline-block; padding: 10px; border: 1px solid Silver; width : 197px; border-radius:3px; color: Gray; }
.shoppingProcessDeliveryPayment {  display: inline-block; padding: 10px; border: 1px solid Silver; width : 197px; border-radius:3px; color: Gray; }
.shoppingProcessCustomer {  display: inline-block; padding: 10px; border: 1px solid Silver; width : 197px; border-radius:3px; color: Gray; }
.shoppingProcessThank {  display: inline-block; padding: 10px; border: 1px solid Silver; width : 197px; border-radius:3px; color: Gray; }
.shoppingProcessCurrent { border: 3px solid DimGray; font-weight: bold; }
a.shoppingProcessLink { color: Gray; text-decoration: underline; font-size: 14px; font-family: Helvetica, Arial; }

.topMenu {
  display: inline-block;
}

.topMenuHeader {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    color: DimGray;
    font-size: 14px; 
    font-weight: normal;
    padding-left: 10px;
    padding-bottom: 12px;
    margin-bottom:12px;
    width: 100%;
    border-bottom: 1px solid Silver;
}

a.topMenuLink {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    color: Black;
    font-size: 14px; 
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
}

a.topMenuLink:hover {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    color: #0b87bb;
    font-size: 14px; 
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

a.offer1Link {
  border: #0b87bb solid 2px;
  background-color: White;
        width: 275px;
        height: 85px;
        display: block;
        padding: 5px;
        font-family: Helvetica, Arial;
        font-size: 14px;
        font-weight: bold;
        color: DimGray;
        margin-bottom: 3px;
        text-decoration: none;
        border-radius:3px;
}

a.offer1Link:hover {
  border: Black solid 2px;
  background-color: White;
        width: 275px;
        height: 85px;
        display: block;
        padding: 5px;
        font-family: Helvetica, Arial;
        font-size: 14px;
        font-weight: bold;
        color: DimGray;
        margin-bottom: 3px;
        text-decoration: none;
        border-radius:3px;
}

a.offer2Link {
  border: #0b87bb solid 2px;
  background-color: White;
        width: 275px;
        height: 85px;
        display: block;
        padding: 5px;
        font-family: Helvetica, Arial;
        font-size: 14px;
        font-weight: bold;
        color: DimGray;
        margin-bottom: 3px;
        text-decoration: none;
        border-radius:3px;
}

a.offer2Link:hover {
  border: Black solid 2px;
  background-color: White;
        width: 275px;
        height: 85px;
        display: block;
        padding: 5px;
        font-family: Helvetica, Arial;
        font-size: 14px;
        font-weight: bold;
        color: DimGray;
        margin-bottom: 3px;
        text-decoration: none;
        border-radius:3px;
}

a.offer3Link {
  border: #0b87bb solid 2px;
  background-color: White;
        width: 275px;
        height: 85px;
        display: block;
        padding: 5px;
        font-family: Helvetica, Arial;
        font-size: 14px;
        font-weight: bold;
        color: DimGray;
        margin-bottom: 3px;
        text-decoration: none;
        border-radius:3px;
}

a.offer3Link:hover {
  border: Black solid 2px;
  background-color: White;
        width: 275px;
        height: 85px;
        display: block;
        padding: 5px;
        font-family: Helvetica, Arial;
        font-size: 14px;
        font-weight: bold;
        color: DimGray;
        margin-bottom: 3px;
        text-decoration: none;
        border-radius:3px;
}

.completeOrderButton {
   background: DarkGreen;
   color: White;
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    font-size: 18px; 
   font-weight: bold;
   text-decoration: none;
   /* width: 222px; */
   border: 1px solid DarkGreen;
   margin-top: 15px;
   margin-bottom: 15px;
   padding-left: 25px;
   padding-right: 25px;
   padding-top: 9px;
   padding-bottom: 9px;
   border-radius:3px;
   cursor: pointer;
   float: center;
}

a.redactionListLink {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    color: Black;
    font-size: 16px; 
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

a.redactionListLink:hover {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    color: #0b87bb;
    font-size: 16px; 
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

a.popular_redactionListLink {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    color: Black;
    font-size: 16px; 
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

a.popular_redactionListLink:hover {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    color: #0b87bb;
    font-size: 16px; 
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

.redactionListPage {
   /* width : 100%; */
   padding: 5px;
   margin: 5px;
  border: 1px solid Silver;
  border-radius:3px;
}

.popular_redactionListPage {
   width : 307px;
   padding: 5px;
   margin: 5px;
  border: 1px solid Silver;
  border-radius:3px;
}

.redactionListThumb {
  display: inline-block;
  width : 200px;
  vertical-align: top;
}

.redactionListText {
  display: inline-block;
  width : 350px; 
  vertical-align: top;
  padding-left: 4px;
}

.socialNetworksTable {
  width : 320px;
  vertical-align: top;
  border: 1px solid Silver;
  border-radius:3px; 
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 10px;
}

.homePageTable {
  vertical-align: top;
}

.pageTable {
  background: Silver;   
  border-top: 1px solid DimGray;
  border-bottom: 1px solid DimGray;
  font-family: Helvetica, Arial, Helvetica, sans-serif;
  padding: 10px;
    color: Black;
    font-size: 16px; 
    font-weight: bold;
    width: 720px;
}

.recent {
  border: 1px solid Silver;
}

.footerTable {
  width: 100%;
  margin-top: 15px;
  font-family: Helvetica, Arial;
  font-size: 14px;
}

.footerTable th {
  background: #0b87bb;   
  color: #fff;   
  width: 25%;
  padding: 5px;
  height : 31px;
  text-align: left;
}

.footerTable td {  
  background: #fff;   
  padding: 3px;
  text-align: left;
}

.footerDiv {
  width: 100%;
  border-top : 2px solid #ddd; 
}

.eshopHeaderLogo {
  display: block;
}

.sectionFooter {
  width: 33%;
  display: inline-block;
  /* background: LightGray;   */ 
  /* border-right : 1px solid #ddd; */
 font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
 color: #222
 text-align: left;
 vertical-align: top;
}

.footerMenu {
  width: 300px;
  list-style-type: none;
}

.footerMenuItem {
 width: 250px;
 padding-bottom: 3px;
 text-align: left;
 font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
}

.parameterTable {
 width: 100%;
 border-top: #2299C6 solid 1px; 
 border-bottom: #2299C6 solid 1px; 
 padding-top: 3px;
 padding-bottom: 3px;
}

tr.parameterRow:nth-child(even) {
 background: #FFF
}

tr.parameterRow:nth-child(odd) {
 background: #EFEFEF
}

.parameterName {
 padding-right: 10px;
 padding-left: 5px;
 padding-top: 5px;
 padding-bottom: 5px;
 width: 500px;
}

.parameterValue {
 padding: 3px;
}

.parameterGroupTab {
  padding-top: 3px;
  padding-bottom: 3px;
  /* border-top: Silver solid 1px; */
}

.itemList {
  color: Black;
  font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
  font-size: 14px;
  border-top: DarkGray solid 2px; 
  border-bottom: DarkGray solid 2px;   
  padding: 5px;
}

.itemList tr:hover {
  background-color: LightGray;
}

.itemListRow {
  background-color: #EFEFEF;
}

.itemListCell {
  padding: 5px;
  color: Black;
}

 .itemListTitle {
  padding: 3px;
  color: Gray;
}

a.greenButtonLink {
 background-color: DarkGreen;
 font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
 font-size: 12px;
 font-weight: normal;  
 text-align:left;
 text-decoration: none;   
 color: White; 
 padding-left: 10px;  
 padding-right: 10px;   
 padding-top: 3px;  
 padding-bottom: 3px; 
  border-radius:3px;
  -moz-border-radius:3px;  
  -webkit-border-radius:3px;   
 }
a.greenButtonLink:hover {
 background-color: Black;
 font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
 font-size: 12px;
 font-weight: normal;  
 text-align:left;
 text-decoration: none;   
 color: White;  
 padding-left: 10px;  
 padding-right: 10px;   
 padding-top: 3px;  
 padding-bottom: 3px; 
   border-radius:3px;
  -moz-border-radius:3px;  
  -webkit-border-radius:3px;  
}

.productDetailBasket {
 display: inline-block;
 padding-top: 25px;
}

.productLISTBasket {
 display: inline-block;
 padding: 3px;
}

.productLISTPrice {
  padding-bottom: 10px;
}

.productDetail {
 display: inline-block;
 padding-top: 8px;
 vertical-align: top;
}

.productDetailPrice {
  padding-top: 4px;
  display: inline-block;
  font-weight: bold;
}

.productDetailPriceVAT {
  padding-top: 4px;
  display: inline-block;
}

.slogan {
 font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
 font-size: 18px;  
 font-style: italic;
 font-weight: normal;   
 color: Black;  
 vertical-align: top;
 display: block;
 /* border: DarkGray solid 2px;    */
 padding-top: 51px;
 padding-left: 2px;
}

.subCategoryBox2 {
  padding-top: 5px;
  background-color: LightGray;
  padding-bottom: 5px;
  height: 50px;
}

a.subCategoryLink {
  font-size: 14px;  
}

.thankYou {
   padding: 5px;
   margin: 5px;
  border: 1px solid Silver;
  border-radius:3px;
}

.thankYouDescription {
 padding-bottom: 7px;
}

.parameterYes {
  background-color: White;
  display: inline-block;
  border: 1px solid Silver;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-image : url(http://www.easycommerc.cz/users/busek/param_yes.png);
  background-position: center;
  font-size: 0px;  
    height: 30px;
    padding: 3px;
   margin-bottom: 3px;
    width: 30px;
  border-radius:3px;
}

.webpagesMenu {
  display: block;
  position: absolute;
  top: -30px;
}

.headerMenu {
  display: inline-block;
  vertical-align: top;
}


a.webpagesMenuLink {
    font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
    color: Black;
    font-size: 14px; 
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 15px;
}

a.webpagesMenuLink:hover {
    font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
    color: #2e4690;
    font-size: 14px; 
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}


a.pageLink {
   font-family: Helvetica, Arial, Helvetica, sans-serif;
   font-size: 12px; 
   color: #117fb9;
   border: Silver solid 1px;
   background-color: White;
   display: inline-block;
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 10px;
   padding-bottom: 10px;
   border-radius:5px;
   text-decoration: none;
}
a.pageLink:hover {
   font-family: Helvetica, Arial, Helvetica, sans-serif;
   font-size: 12px; 
   color: #117fb9;
   border: Silver solid 1px;
   background-color: #E1E1E1;
   display: inline-block;
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 10px;
   padding-bottom: 10px;
   border-radius:5px;
   text-decoration: none;
}

a.pageLinkCurrent {
   font-family: Helvetica, Arial, Helvetica, sans-serif;
   font-size: 12px; 
   color: Black;
   border: Silver solid 1px;
   background-color: White;
   display: inline-block;
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 10px;
   padding-bottom: 10px;
   border-radius:5px;
   text-decoration: none;
}
a.pageLinkCurrent:hover {
   font-family: Helvetica, Arial, Helvetica, sans-serif;
   font-size: 12px; 
   color: Black;
   border: Silver solid 1px;
   background-color: #E1E1E1;
   display: inline-block;
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 10px;
   padding-bottom: 10px;
   border-radius:5px;
   text-decoration: none;
}

.smallDescription {
    font-family: Helvetica, Arial, Helvetica, sans-serif;
    font-size: 10px; 
}

.navigator {
  display: block;
  width : 100%;  
  border-top: #2299C6 solid 1px;
  border-bottom: #2299C6 solid 1px;
  margin-right: 14px;
  margin-bottom: 3px;
  /* border-radius:3px; */
}

.paginator {
   float: right;
   padding: 2px;
}

.clearPaginator {
  clear: right;
}

.productContainer {
  width : 100%; 
}

.productKey {
   color: DimGray;
   padding-top: 2px
}

 /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
} 

.tablinks {
        font-family: Helvetica, arial, helvetica, sans-serif;
        font-weight: bold; 
        font-size: 12px; 
  border: #2299C6 solid 1px;
        background-color: #2299C6;
  padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 3px;
        color: White;
        text-decoration: none;
        cursor: pointer;
}

.tablinks:hover {
        font-family: Helvetica, arial, helvetica, sans-serif;
        font-weight: bold; 
        font-size: 12px; 
  border: #2E5A9A solid 1px;
        background-color: #2E5A9A ;
  padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 3px;
        color: White;
        text-decoration: none;
        cursor: pointer;
}

#form_consents > label::after {
   content: "\A";
   white-space: pre; 
   width: 77px;
}

.consent_label {
  color: White;
}

#form_consents {
  position: relative;
}

.consent_1 {
    width: 500px;
    position: absolute;
    top: 0px;
    left: 330px;
    background-color: #fff;
}

.consent_2 {
    width: 500px;
    position: absolute;
    top: 20px;
    left: 330px;
    background-color: #fff;
}

.registerFormRightCol {
  display: block;
  height: 36px;
  margin-bottom: 3px;
  padding-left: 10px;
  padding-top: 4px;
  font-family: Helvetica, arial, helvetica, sans-serif;
  font-weight: normal; 
  font-size: 12px; 
}

.registerFormConsentDesc {
  display: block;
  height: 21px;  
  font-family: Helvetica, arial, helvetica, sans-serif;
  font-weight: normal; 
  font-size: 14px; 
  margin-left: -190px; 
}

.registerFormRightColGap {
  display: block;
  height: 19px;    
}

.registerFormRightCell {
   width: 330px; 
}

a.consentLink {
    font-family: Helvetica, 'Source Sans Pro', "trebuchet ms",Tahoma,georgia,verdana,arial,lucida;
    color: Navy;
    font-size: 14px; 
    font-weight: bold;
    text-decoration: underline;
}

.stock {
   padding-bottom: 8px;
}

.onStock {
   color: DarkGreen;
   display: inline-block;
}

.notOnStock {
  color: DarkOrange;
}

.productStockNumber {
  display: inline-block;
}

.onRequest {
  color: DarkOrange;
}

.nextStepCell {
  display: inline-block;
}

.prevStepCell {
  display: inline-block;
}

.productErpKey {
  /* display: none; */
  visibility: hidden;
}

.titlePanel {
 display: inline-block;
}

.customerMenuItem {
 display: inline-block;
}

    .slideshowPanel {
        display: block;
        width: 100%;
        height: 100%;
        max-height: 321px;
        background-color: #EFEFEF;
        border: 3px solid Silver;
    }

    #slideshow {
        position:relative;
        background-color: #EFEFEF;
        text-align: center;
        max-height: 321px;
        display: block;
        max-width: 571px;
        max-height: 321px;
        width: 100%;
        margin-left: auto ;
        margin-right: auto ;
    }

    #slideshow DIV {
        position:absolute;
        top:0;
        left:0;
        z-index:8;
        opacity:0.0;
        /* height: '.$sHeight.'px; */
        /* width: '.$sWidth.'px; */
        /* width: 90%; */
        /* max-height: 643px; */
        background-color: #FFF;
        display: block;
        /* border: 3px solid Green; */
        width: 100%;
        max-width: 571px;
        max-height: 321px;
        margin-left: auto ;
        margin-right: auto ;
    }

    #slideshow DIV.active {
        position: relative;
        z-index:10;
        opacity:1.0;
        /* border: 3px solid Yellow; */
        display: block;
        width: 100%;
        max-width: 571px;
        max-height: 321px;
        margin-left: auto ;
        margin-right: auto ;
    }

    #slideshow DIV.last-active {
        position:absolute;
        z-index:9;
        width: 100%;
        max-width: 571px;
        max-height: 321px;
        margin-left: auto ;
        margin-right: auto ;
    }

   .slideshowImage {
      width: 100%;
   }

    #slideshow DIV IMG {
        height: 100%;
        width: 100%;
        /* display: block; */
        border: 0;
        margin-bottom: 10px;
        margin-left: auto ;
        margin-right: auto ;
        /* border: 3px solid Orange; */
    }

.unitUpdate {
  display: inline-block;
  vertical-align: text-bottom;
}

a.unitUpLink {
  display: block;
  width: 18px;
  border: Silver solid 2px; 
  border-radius:3px;
  text-align: center;
  font-family: Arial;
  font-weight: bold; 
  font-size: 11px; 
  text-decoration: none;
}
a.unitUpLink:hover {
  display: block;
  width: 18px;
  border: #2299C6 solid 2px; 
  border-radius:3px;
  text-align: center;
  font-family: Arial;
  font-weight: bold; 
  font-size: 11px; 
  text-decoration: none;
}

a.unitDownLink {
  display: block;
  width: 18px;
  border: Silver solid 2px; 
  border-radius:3px;
  text-align: center;
  font-family: Arial;
  font-weight: bold; 
  font-size: 11px; 
  text-decoration: none;
}
a.unitDownLink:hover {
  display: block;
  width: 18px;
  border: #2299C6 solid 2px; 
  border-radius:3px;
  text-align: center;
  font-family: Arial;
  font-weight: bold; 
  font-size: 11px; 
  text-decoration: none;
}