/* global styles (desktops) ------------------------------------------------- */
body, html
{
  min-height: 100%;
  font-family: arial, sans-serif;
  color: #000;
  font-size: 12px;
}

body
{
  background: #ececec url('im/bg.png') no-repeat top center;
  text-align: center;
}

a.btn
{

  background-color: rgb( 229, 94, 0 );
  background-image: -moz-linear-gradient( 90deg, rgb( 225, 119, 0 ) 15.21%, rgb( 229, 94, 0 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 225, 119, 0 ) 15.21%, rgb( 229, 94, 0 ) 100%);
  border: 1px rgb( 229, 94, 0 ) solid;


  display: inline-block;
  padding: 6px 20px;
  text-align: center;
  font-family: 'lato', sans-serif;
  color: #fff;
  font-size: 13px;
  /*
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  */
  
  border: 1px solid #d85700;
  border-bottom-width: 3px;
  
  text-decoration: none;
}

div.frmContact
{
  position: relative;
  width: 540px;
  padding-left: 10px;
}

div.frmContact input,
div.frmContact textarea
{
  width: calc(100% - 20px);

  border: 1px #ddd9dc solid;
  padding: 10px 10px;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  outline: 0;

  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -kthtml-transition: all 0.15s linear;
  transition: all 0.15s linear;   
  
}


div.frmContact input:focus,
div.frmContact textarea:focus
{
  border: 1px solid #ff6600;
  
  -moz-box-shadow:    0px 0px 5px 0px rgba(255,102,0,0.75);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(255,102,0,0.75);
  box-shadow:         0px 0px 5px 0px rgba(255,102,0,0.75);  
}

div.frmContact label
{
  font-weight: 100;
}

div.frmContact textarea
{

  width: calc(100% - 20px);

  border: 1px #ddd9dc solid;
  padding: 10px 10px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  outline: 0;
  
  height: 100px;

}

div.frmContact label
{
  color: #888;
  display: block;
  padding: 0px 0px 5px 10px;
  
}

div.frmContact div.inp01
{
  width: 50%;
  float: left;
}

div.frmContact div.inp01 input
{
  width: calc(100% - 40px);
}

div.frmContact div.inp02
{
  width: 50%;
  float: left;
  height: 70px;
}

div.frmContact div.inp03
{
  width: 100%;
  clear: both;
}

div.frmContact div.inp04
{
  width: 100%;
  text-align: right;
  padding-top: 20px;
}

div.suggest-res
{
  position: absolute;
  top: 43px;
  left: 0px;
  width: calc(100% - 2px);
  background: #efefef;
  z-index: 2000;
  border: 1px solid silver;
  display: none;
}

div.suggest-res div.item:nth-child(2n+1)
{
  background: white;
}

div.suggest-res div.item
{
  clear: both;
  border-bottom: 1px solid silver;
  padding: 10px;
}

div.suggest-res div.item a
{
  color: #d85700;
  text-decoration: none;
  display: block;
}

div.suggest-res div.item span
{
  font-size: 13px;
  display: block;
  padding-top: 0px;
  padding-bottom: 5px;
}

div.suggest-res div.item strong
{
  display: block;
  color: #000;
}

div.suggest-res div.item img
{
  width: 50px;
  margin-right: 10px;
  float: left;
}

div.google_map
{
  margin-bottom: 30px;
}

#priceslider
{
  width: 100%;
  height: 20px;
  clear: both;
  margin-bottom: 20px;
  margin-top: 10px;
  background: #f9f9f9;
  border: 1px solid #efefef;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  
}

#priceslider
{
  display: block;
  width: 700px;
  height: 36px;
  overflow: hidden;
  margin: 20px 0px 30px 0px;
  cursor: pointer;
  position: relative;
}

#priceslider #leftprice
{
  display: block;
  position: absolute;
  top: 10px;
  left: 20px;
  width: 80px;
  text-align:right;
  color: #d85700;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

#priceslider #rightprice
{
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 80px;
  height: 20px;
  text-align:left;
  color: #7d7b7b;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

#priceslider #lefticon
{
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 11px;
  left: 318px;
}

#priceslider #righticon
{
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 11px;
  right: 88px;
}

#priceslider .header
{
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

#priceslider #slider-range
{
  margin: 16px 80px 10px 80px;
  cursor: pointer;
}

#slider-range.ui-slider
{
  height: 3px;
  background: silver;
  border: 1px #fff solid;
  cursor: pointer;
}

#slider-range div.ui-slider-range
{
  background: #d85700;
  cursor: pointer;
}

#slider-range .ui-slider-handle
{
  height: 7px;
  width: 7px;
  background: #d85700;
  border: 2px #fff solid;
  top: -4px;
  cursor: pointer;
}

#googleMap
{
  border-bottom: 3px solid #d85700;
}

div.topmenu
{
  width: 1020px;
  margin: 0px auto;
  text-align: right;
  position: relative;
  height: 42px;
}

div.topmenu > strong
{
  float: left;
  margin-left: 70px;
  position: relative;
  top: 12px;
}

div.topmenu > strong img
{
  margin-left: 30px;
}

div.topmenu div.login
{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 250;
  width: 480px;
  height: 260px;
  background: url('im/login-opened.png') no-repeat 100% 0%;
  font-family: 'lato', sans-serif;
  text-align: left;
  display: none;
  
  -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 3px rgba(0,0,0,0.2);

}

div.topmenu .lgd a.nazev
{
  display: block;
  max-width: 150px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.topmenu div.login div.header
{
  padding: 60px 30px;
  font-size: 18px;
}

div.topmenu div.login div.helper
{
  position: absolute;
  top: 115px;
  left: 250px;
  width: 200px;
  height: 123px;
  border-left: 1px solid #f0bede;
  padding-left: 20px;
  font-size: 10pt;
}

div.topmenu div.login div.lost
{
  position: absolute;
  top: 255px;
  left: 30px;
  width: 400px;
  font-size: 14px;
}

div.topmenu div.login a
{
  color: #000;
  text-decoration: underline;
  text-transform: none;
  font-size: 14px;
}

div.topmenu div.login div.inputs
{
  position: absolute;
  top: 90px;
  left: 30px;
  width: 200px;
}

div.topmenu div.login div.inputs label.lbl
{
  display: block;
  margin-top: 5px;
}

div.topmenu div.login div.inputs input
{
  border: 1px #ddd9dc solid;
  padding: 8px 10px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  width: 180px;
}

div.topmenu div.login div.inputs input.err
{
  border: 1px red solid;
}

div.topmenu div.login div.inputs input.ok
{
  border: 1px green solid;
}


div.topmenu div.login div.inputs button
{
  background-color: rgb( 229, 94, 0 );
  background-image: -moz-linear-gradient( 90deg, rgb( 225, 119, 0 ) 15.21%, rgb( 229, 94, 0 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 225, 119, 0 ) 15.21%, rgb( 229, 94, 0 ) 100%);
  border: 1px rgb( 229, 94, 0 ) solid;


  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  
  /*
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  */
  
  border: 1px solid #d85700;
  border-bottom-width: 3px;
  
  font-size: 14px;
  position: relative;
  left: 85px;
  margin-top: 5px;
  cursor: pointer;
}

div.topmenu div.login div.inputs button:hover
{
  background-color: rgb( 229, 94, 0 );
  background-image: -moz-linear-gradient( 90deg, rgb( 229, 94, 0 ) 15.21%, rgb( 225, 119, 0 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 229, 94, 0 ) 15.21%, rgb( 225, 119, 0 ) 100%);
}

div.topmenu a
{
  color: #fff;
  color: #636363;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'lato', sans-serif;
}

div.topmenu ul
{
  margin: 0px;
  padding:0px;
  /*margin-right: 41px;*/
  position: relative;
  top: 2px;
}

div.topmenu li
{
  display: inline-block;
  padding: 8px 5px;
}

body.ie7 div.topmenu li
{
  float: left;
}

div.topmenu li.boxed
{
  background: #890f5b;
  margin-right:-1px;
  
  -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
  padding: 8px 20px;
}

div.topmenu li.boxed:hover
{
  background: #921d64;
}

#wrapper
{
  width: 1020px;
  margin: 0px auto;
  text-align: left;
  /*background: #fff;*/
  min-height: 100%;
  position: relative;
}

div.workinghint
{
  position: absolute;
  top: 0px;
  left: 0px;
  
  text-align: center;
  padding: 20px;
  z-index: 100;
  background:yellow;
}

div.workinghint:before
{
  content: 'desktop';
}

#topbar
{
  height: 125px;
}

#topbar a.logo
{
  position: relative;
  top: 30px;
  left: 70px;
}

#topbar div.cartinfo
{
  position: absolute;
  top: 40px;
  left: 810px;
  background: url('im/top-basket.png') no-repeat;
  width: 150px;
  height: 60px;
  color: #666666;
  font-weight: bold;
  font-family: 'lato', sans-serif;
  cursor: pointer;
}

#topbar div.cartinfo .badge
{
  position: absolute;
  color: #fff;
  font-weight: bold;
  left: 24px;
  top: 5px;
  width: 14px;
  text-align:center;
  font-size: 9px;
  font-family: 'lato', sans-serif;
  font-weight: normal;
}

#topbar div.cartinfo strong
{
  position: absolute;
  top: 0px;
  left: 70px;
  font-size: 13px;
  white-space: nowrap;
  font-weight: normal;
}

#topbar div.cartinfo div.price
{
  color: #e17a00;
  position: absolute;
  left: 77px;
  top: 22px;
  font-size: 16px;
  background: url('im/top-basket-dropdown.png') no-repeat 100% 8px;
  padding-right: 18px;
  cursor: pointer;
  white-space: nowrap;
}


#topbar div.searchbar
{
  position: absolute;
  top: 50px;
  left: 340px;
  width: 321px;
  height: 44px;
  background: url('im/searchbar.png') no-repeat;
}

#topbar div.searchbar input.query
{
  border: none;
  background: none;
  width: 260px;
  height: 44px;
  padding: 0px 5px;
  text-indent: 10px;
  outline: 0;
}

#topbar div.searchbar input.btn
{
  width: 65px;
  height: 44px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url('im/searchbar.png') 100% 50%;
  text-indent: -9998px;
  border: none;
  cursor: pointer;
  outline: 0;
}

#topbar div.questions
{
  position: absolute;
  top: 21px;
  left: 340px;
  font-family: 'lato', sans-serif;
  font-size: 16px;
  color: black;
  font-size: 15px;
}

#topbar div.questions strong
{
  color: #e17a00;
  font-weight: normal;
}

#header
{
  width: 100%;
  text-align: center;
  padding-top: 0px;
  position: relative;
  height: 360px;
  
  margin-top: 15px;
}

#header div
{
  position: absolute;
  top: 0px;
  left: 40px;
  width: 980px;
}

#mainmenu
{
  width: 980px;
  height: 56px;
  background: #e17a00 url('im/mainmenu-gradient.png') repeat-x 0% 0%;
  text-align: center;
  color: #fff;
  font-family: 'lato', sans-serif;
  font-size: 16px;
  position: relative;
  left: 40px;
  
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
  
  z-index: 200;
  
}

#mainmenu strong
{
  display: none;
}

#mainmenu a
{
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 16px 5px 16px 5px;
  position: relative;
  line-height: 1.5;
}

#mainmenu.space a
{
  padding: 16px 12px 18px 12px;
}

#mainmenu a:hover
{
  text-decoration: none;
}

#mainmenu > ul
{
  white-space: nowrap;
}

#mainmenu > ul > li
{
  display: inline-block;
  /*background: url('im/mainmenu-separator.png') no-repeat 0% 50%;*/
  border-right: 1px solid #f0bc80;
  font-size: 15px;
}

body.ie7 #mainmenu li
{
  float: left;
}

#mainmenu li:first-child
{
  background: none;
}

#mainmenu li:last-child
{
  border-right: none;
}

#mainmenu li.active,
#mainmenu li:hover
{
  background: #333333;
}

#mainmenu li.nobg
{
  background: none;
}

#mainmenu ul ul
{
  display: none;
}

#mainmenu .submenu
{
  display: block;
  position: absolute;
  top: 55px;
  left: 0px;
  z-index: 500;
  background: #333333;
  -moz-box-shadow: 1px 1px 2px #222222;
  -webkit-box-shadow: 1px 1px 2px #222222;
  box-shadow: 1px 1px 2px #222222;
  font-size: 13px;
  text-align: left;
  padding: 20px 0px ;
  width: 700px;
  display: none;
}

#mainmenu .submenu ul
{
  -moz-column-count:3; /* Firefox */
  -webkit-column-count:3; /* Safari and Chrome */
  column-count:3;
  
  -moz-column-gap:0px; /* Firefox */
  -webkit-column-gap:0px; /* Safari and Chrome */
  column-gap:0px;
  
  -moz-column-rule:1px outset #666666; /* Firefox */
  -webkit-column-rule:1px outset #666666; /* Safari and Chrome */
  column-rule:1px outset #666666;
  
  margin: 0px;
  padding: 0px;
}

#mainmenu .submenu li
{
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  background: none;
  height: auto;
  text-align: left;
  white-space: nowrap;
  font-size: 13px;
  line-height: 13px;
}

#mainmenu .submenu li.sep
{
  padding-top: 30px;
  background: url('im/column-separator.png') no-repeat 50% 20px;
}

#mainmenu .submenu li a
{
  padding: 5px;
  margin: 0px;
  width: 150px;
  text-overflow:ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#mainmenu .submenu li a:hover
{
  background: #010101;
  text-decoration: none;
}

#header img
{
  max-width: 100%;
}

div.box_half
{
  width: 50%;
  float: left;
}

div.box_half.last
{
  position: relative;
  left: 10px;
}

div.box_half.last > *
{
  padding-left: 20px;
  padding-right: 10px;
}

div.box_half.last p
{
  padding-right: 10px;
}

div.box_quarter
{
  width: 25%;
  float: left;
}

div.box_quarter strong
{
  display: block;
  font-size: 18px;
  color: #e17a00;
  font-family: 'lato', sans-serif;
  text-align: center;
  
  padding: 10px 0px;
  text-transform:uppercase;
  position: relative;
  left: -10px;
}

div.box_quarter a
{
  color: #e17a00;
  text-decoration: none;
}

div.box_quarter img
{
  -moz-box-shadow: 1px 1px 2px #CCC;
  -webkit-box-shadow: 1px 1px 2px #CCC;
  box-shadow: 1px 1px 2px #CCC;
}

div.box_quarter.last
{
  margin-right: 0px;
}



div.box_third
{
  width: 33%;
  float: left;
}

div.box_third.vypisclanku
{
  min-height: 300px;
}

div.box_third .description
{
  color: #000;
  font-size: 11px;
  padding: 10px;
  display: block;
}

div.box_third strong
{
  display: block;
  font-size: 13px;
  color: #e17a00;
  font-family: 'lato', sans-serif;
  text-align: center;
  
  padding: 10px 0px;
  text-transform:uppercase;
  position: relative;
  left: 0px;
}

div.box_third a
{
  color: #e17a00;
  text-decoration: none;
}

div.box_third img
{
  -moz-box-shadow: 1px 1px 2px #CCC;
  -webkit-box-shadow: 1px 1px 2px #CCC;
  box-shadow: 1px 1px 2px #CCC;
  max-width: 100%;
}

div.box_third.last
{
  margin-right: 0px;
}



div.box_full
{
  width: 980px;
  position: relative;
  left: 40px;
}

div.box_full.third
{
  width: 680px;
}

div.box_full.homepage
{
  margin-bottom: 22px;
  background: #e17a01;
  border-top: 3px solid #d45600;
  padding-top: 15px;
  margin-bottom: 0px;
}

div.box_full div.bg
{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-top: 0px;
}

div.box_full div.pad
{
  padding-left: 40px;
  padding-right: 40px;
  padding-left: 30px;
  padding: 0px;
}

div.box_full.homepage div.pad
{
  padding-right: 20px;
  padding-left: 30px;
}

div.box_full.quarter div.pad
{
  padding-right: 20px;
}

.clearfix
{
  clear: both;
}

div.box_full div.pad p
{
  margin: 0px 0px 1em 0px;
}

div.content-delimiter
{
  height: 6px;
  margin: 10px 00px 30px 40px;
  clear: both;
  background: #e17a01;
}

.hometext .box_half.last h2
{
  font-size: 24px;
  font-weight: bold;
  color: #e17a00;
  margin-bottom: 30px;
}

.hometext .box_half.last p
{
  line-height: 1.6;
}

.hometext .news
{
  clear: both;
  margin-bottom: 20px;
  position: relative;
  top: 5px;
}

.hometext .news:last-child
{
  border-bottom: none;
}

.hometext .news img
{
  margin: 2px 20px 20px 0px;
  border: none;
  float: left;
  max-width: 80px;
  max-height: 60px;
}

.hometext .news a
{
  color: #e17a00;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

.hometext .news p
{
  padding-top: 7px;
  padding-right: 20px;
}

.hometext .news a:hover
{
  text-decoration: underline;
}

.hometext p+h2
{
  margin-top: 30px;
}

h2
{
  font-size: 20px;
  color: #222222;
  font-family: 'lato', sans-serif;
  margin-bottom: 20px;
}

h2 a
{
  color: #222;
}

h3
{
  font-size: 16px;
  color: #222222;
  font-family: 'lato', sans-serif;
  margin-top: 20px;
}

h3 a
{
  color: #222;
}

h3.color, h3.color a
{
  color: #e17a00;
}

div.category-wrapper
{
  background: url('im/category-wrapper.png') repeat-y right top;
}

div.category-wrapper.homepage
{
  padding-top: 40px;
}

div.detail-wrapper
{
  background: url('im/detail-wrapper.png') repeat-y right top;
  min-height: 800px;
}

div.full-wrapper
{
  background: url('im/detail-wrapper.png') repeat-y right top;
  min-height: 800px;
}

div.order-wrapper
{
  background: url('im/order-wrapper.png') repeat-y right top;
  padding-top: 15px;
}


div.full-wrapper div.detailcontent,
div.full-wrapper div.unicontent
{
  padding-left: 20px;
  padding-right: 20px;
}

div.categorycontent h2
{
  margin-top:  30px;
}

.hometext
{
  color: #333333;
  font-family: 'lato', sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding-top: 15px;
  padding-bottom: 40px;
  background: white url('im/bg-hometext.png') center right repeat-y;
  padding: 30px 20px !important;
  border: 1px solid white;
}

.hometext h2
{
  font-family: 'lato', sans-serif; 
}

#footer
{
  width: 100%;
}

#footer .box
{
  float: left;
  min-width: 200px;
  line-height: 24px;
  margin-left: 20px;
}

#footer a.fb
{
  display: block;
  margin-top: 20px;
}

#footer a.fb img
{
  position: relative;
  top: -2px;
  margin-right: 10px;
}

#footer .logo
{
  position: absolute;
  top: -10px;
  right: 0px;
}


#footer .pad
{
  width: 980px;
  margin: 40px auto 0px auto;
  text-align: left;
  color: #383838;
  font-family: 'lato', sans-serif;
  padding-bottom: 40px;
  position: relative;
}

#footer .pad a
{
  color: #383838;
  text-decoration: none;
  font-size: 13px;
}

#footer .header
{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

div.breadcrumb
{
  padding: 15px;
  margin-bottom: 10px;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  color: #999999;
  /*text-transform:uppercase;*/
  border-bottom: 3px #e17a00 solid;
  margin-bottom: 20px;
  background: white;
}

div.breadcrumb a
{
  font-size: 11px;
  color: black;
  text-decoration: none;
}

div.breadcrumb a.active
{
  font-size: 10px;
  color: #e17a00;
  text-decoration: underline;
}

div.sidemenu
{
  width: 240px;
  float: left;
}

div.sidemenu a.banner
{
  position: relative;
  left: 25px;
}

div.sidemenu a.banner img
{
  margin-bottom: 25px;
}

div.sidemenu ul
{
  margin: 0px;
  padding: 0px;
}

div.sidemenu ul li
{
  font-family: 'lato', sans-serif;
  font-size: 14px;
  color: #000;
  margin: 2px 0px 2px 0px;
  padding: 5px 10px 5px 45px;
  background: url('im/menu-left-li.png') no-repeat 30px 12px;
}

div.category-wrapper.homepage div.sidemenu ul li
{
  background: none;
  padding-left: 30px;
}

div.category-wrapper.homepage div.sidemenu ul.special li
{
  padding-left: 10px;
}

div.sidemenu ul.special li a
{
  color: #e17a00;
}

div.sidemenu ul.special
{
  border-bottom: 1px solid #bbbbbb;
  margin: 0px 20px 30px 20px;
  padding-bottom: 20px;
}

div.sidemenu ul li:last-child
{
  border: none;
}

div.sidemenu ul li.level2
{
  margin-left: 15px;
}

div.sidemenu ul li a
{
  color: #000;
  text-decoration: none;
  display: block;
}

div.sidemenu ul li a:hover,
div.sidemenu ul li.active > a
{
  font-weight: bold;
  color: #e17a00;
  text-decoration: underline;
}

div.sidemenu div.caption
{
  font-size: 18px;
  color: #333333;
  padding-left: 10px;
  padding-bottom:5px;
  border-bottom: 1px #dddddd solid;
  margin: 0px 30px 20px 30px;
  padding: 10px 0px 20px 0px;
}

div.sidemenu div.caption.bigger
{
  font-size: 28px;
}

div.sidemenu ul li ul
{
  position: relative;
  left: 0px;
  padding: 10px 0px;
}

div.sidemenu ul li ul li
{
  border-bottom: none;
  /*background: url('im/submenu-item.png') no-repeat -240px 10px;*/
  margin: 0px;
  padding: 2px 0px;
  padding-left: 15px;
  background-position: 2px 8px;
}

div.sidemenu .filters
{
  margin-top: 20px;
}

div.sidemenu .filters.first
{
  margin-top: 0px;
}

div.sidemenu .filter
{
  margin-bottom: 20px;
  font-family: 'lato', sans-serif;
}

div.sidemenu .filter.collapsed .options
{
  display: none;
}

div.sidemenu .filter .options
{
  margin-top: 20px;
}

div.sidemenu .filter .options > div
{
  line-height: 20px;
  padding: 0px 20px;
}

div.sidemenu .filter .caption
{
  color: #e17a00;
  font-size: 12px;
  font-weight: bold;
  /*background: url('im/filter-caption-bg.png') no-repeat 5px 14px;*/
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
  border-bottom: none;
  cursor: pointer;
}

div.sidemenu .filter.collapsed .caption
{
  /*background: url('im/filter-caption-bg-up.png') no-repeat 5px 15px;*/
}

div.sidemenu .filter label a
{
  text-decoration: none;
  color: #333333;
  font-size: 13px;
  text-decoration: none;
  position: relative;
  left: 5px;
  top: 0px;
  display: inline-block;
  width: 160px;
  line-height: 20px;
  text-overflow:ellipsis;
  white-space: nowrap;
}

div.sidemenu .filter input
{
  position: relative;
  top: 0px;
  line-height: 20px;
  vertical-align: middle;
} 

div.categorycontent h1,
.h1
{
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 0px;
}

div.categorycontent
{
  width: 700px;
  float: left;
  position: relative;
  left: 15px;
  font-family: 'lato', sans-serif;
  font-size: 14px;
  color: #333333;
}

div.categorycontent .perex-longer
{
  line-height: 20px;
}


div.categorycontent .perex
{
  line-height: 20px;
  max-height: 78px;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.categorycontent .perex.opened
{
  max-height: none;
  overflow: visible;
}

div.categorycontent .perex-more
{
  text-align: right;
  padding-top: 10px;
}

div.categorycontent .perex-more a
{
  font-size: 11px;
  color: #000;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}

div.productList
{
  width: 710px;
}

div.productList.detail
{
  position: relative;
  left: 20px;
}

body.ie7 div.productList,
body.ie8 div.productList,
body.ie9 div.productList
{
  width: 750px;
}

div.productItem
{
  width: 220px;
  height: 450px;
  /*background: url('im/product-box.png') no-repeat 0% 0%;*/
  border: 1px solid #efefef;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-top: 20px;

  /*
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -kthtml-transition: all 0.15s linear;
  transition: all 0.15s linear;   
  
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  */
  
}

div.productItem:hover
{
  
  
  /*
  border: 1px solid #ff6600;
  -moz-box-shadow:    0px 0px 5px 0px rgba(255,102,0,0.75);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(255,102,0,0.75);
  box-shadow:         0px 0px 5px 0px rgba(255,102,0,0.75);
  */
}

div.productItem:nth-child(3n+3)
{
  margin-right: 0px;
}

div.productItem .flags
{
  position: absolute;
  top: 70px;
  right: -10px;
  z-index: 110;
  width: 70px;
}

div.productItem .medals
{
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 90;
  width: 70px;
}

div.productItem .medals img
{
  max-width: 60px;
  margin-bottom: 5px;
}

div.productItem a.title
{
  text-decoration: none;
  display: block;
  font-family: 'lato', sans-serif !important;
  color: #000;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 350px;
  left: 0px;
  width: 100%;
  height: 100px;
  font-weight: bold;
}

div.productItem div.itemname
{
  text-decoration: none;
  display: block;
  font-family: 'lato', sans-serif !important;
  color: #000;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
  height: 100px;
  font-weight: bold;
}

div.productList.list div.productItem div.itemname
{
  position: absolute;
  left: 180px;
  top: 10px;
  width: 190px;
  height: 30px;
  text-align: left;
}

div.productItem div.itemname a
{
  color: #000;
  text-decoration: none;
}

div.productItem a.title strong
{
  font-family: 'lato', sans-serif;
}

div.productItem div.productID
{
  text-decoration: none;
  display: block;
  font-family: 'lato', sans-serif;
  color: #666666;
  font-size: 10px;
  text-align: right;
  position: absolute;
  top: 300px;
  right: 10px;
  width: 200px;
  height: 20px;
  font-weight: normal;
}

div.productItem div.brand
{
  text-decoration: none;
  display: block;
  font-family: 'lato', sans-serif;
  color: #666666;
  font-size: 10px;
  text-align: right;
  position: absolute;
  top: 245px;
  right: 10px;
  width: 200px;
  height: 20px;
  font-weight: normal;
  display: none;
}

div.productItem a.title strong
{
  
}

div.productItem a.title span
{
  display: block;
  padding-top: 5px;
  color: #e17a00;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  height: 38px;
  line-height: 38px;
  background: url('im/detail-btn.png') no-repeat 100px center;
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  letter-spacing: -1px;
  text-indent: 15px;
}

div.productItem a.title span:after
{
  content: 'bez DPH';
  font-size: 8px;
  display: block;
  line-height: 0px;
  position: relative;
  top: -7px;
  color: #888;
  letter-spacing: 0px;
}

.list div.productItem a.title span
{
  bottom: 15px;
  text-indent: 0px;
}

.list div.productItem a.title span:after
{
  display: inline-block;
  top: -5px;
  text-indent: 5px;
}

.list div.productItem a.title span
{
  background: none;
}


div.productItem a.image
{
  text-decoration: none;
  display: block;
  font-family: 'lato', sans-serif;
  color: #000;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 80px;
  left: 0px;
  width: 90%;
  height: 210px;
  font-weight: normal;
  border-bottom: 1px solid #bfbfbf;
  margin: 0px 10px;
}

div.productItem a.image img
{
  max-width: 100%;
}


div.productItem div.description,
div.productItem div.offers
{
  display: none;
}

/*
div.productItem:hover div.description
{
  display: table;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url('im/detail-btn.png') no-repeat 100px 300px rgba(255,255,255,0.95) ;
  color: #000;
  z-index: 100;
  visibility: hidden;
}
*/

body.ie9 div.productItem:hover div.description,
body.ie8 div.productItem:hover div.description,
body.ie7 div.productItem:hover div.description
{
  /*display: none;*/
}

div.productItem:hover div.description a
{
  cursor: pointer;
  color: #000;
  text-decoration: none;
  visibility: visible;
  padding: 10px;
  position: static;
  display: block;
}

div.productItem div.description
{
  position: absolute;
  bottom: 50px;
  left: 0px;
  width: 100%;
  height: 90px;
  display: block;
  visibility: visible;
  font-size: 13px;
}

div.productItem div.description a
{
  display: block;
  padding: 10px;
  color: black;
  text-decoration: none;
}


.productList.list div.productItem:hover div.description
{
  visibility: visible;
}

div.productList.list div.productItem .flags
{
  top: 7px;
  left: 100px;
}

div.productList.list div.productItem div.brand
{
  display: none;
}

div.productList.list div.productItem .flags img
{
  margin-top: 5px;
}

div.productList.list div.productItem
{
  width: 100%;
  height: 110px;
  background: none;
  border: 1px #efefef solid;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  line-height: 20px;
}

div.productList.list div.productItem a.title
{
  top: 10px;
  left: 180px;
  width: 190px;
  text-align: left;
  font-size: 14px;
  color: #000;
}

div.productList.list div.productItem a.title span.price
{
  font-weight: bold;
  color: #222222;
}

div.productList.list div.productItem div.productID
{
  position: absolute;
  top: 85px;
  left: 180px;
  text-align: left;
}

div.productList.list div.productItem div.description
{
  display: table;
  width: 300px;
  height: 100px;
  position: absolute;
  top: 5px;
  left: 380px;
  border-left: 1px #efefef solid;
  padding-left: 20px;
  background: url('im/detailbtn.png') 100% 50% no-repeat;
}

div.productList.list div.productItem:hover div.description
{
  background: url('im/detailbtn.png') 100% 50% no-repeat;
}

div.productList.list div.productItem div.description a
{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: #333333;
  font-size: 13px;
  text-decoration: none;
  padding: 0px;
  padding-right: 100px;
}


div.productList.list div.productItem div.medals
{
  display: none;
}

div.productList.list div.productItem a.image
{
  height: 100px;
  width: 100px;
  margin: 0px;
  padding-top: 5px;
  top: 0px;
  text-align: center;
  border: none;
}

div.productList.list div.productItem a.image img
{
  height: 100px;
}


div.detailcontent div.productList
{
  width: 990px;
}

div.detailcontent div.productItem
{
  margin-right: 17px;
}

div.detailcontent h1
{
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 0px;
  padding-left: 0px;
  margin-bottom: 20px;
  font-weight: bold;
}

div.detailcontent div.sidebox
{
  float: left;
  width: 440px;
  position: relative;
  left: 50px;
}

div.detailcontent div.sidebox div.perex
{
  color: #333333;
  font-size: 13px;
  font-family: 'lato', sans-serif;
  font-weight: 400px;
  line-height: 18px;
}

div.detailcontent div.sidebox div.codes
{
  color: #666666;
  font-size: 12px;
  font-family: 'lato', sans-serif;
  font-weight: 400px;
  line-height: 25px;
  margin-top: 20px;
  text-transform: uppercase;
  background: #f9f9f9;
  padding: 20px;
}

div.detailcontent div.sidebox div.codes strong
{
  color: #5ba817;
  display: inline-block;
  width: 120px;
}

div.detailcontent h2.popisPodrobny
{
  display: inline-block;
  background: #f9f9f9;
  border-top: 5px solid #e17a00;
  margin: 0px;
  padding: 10px 20px;
  font-size: 14px;
}

div.detailcontent div.popisPodrobny
{
  background: #f9f9f9;
  padding: 20px;
}

div.detailcontent div.sidebox div.variants
{
  color: #666666;
  font-size: 12px;
  font-family: 'lato', sans-serif;
  font-weight: 400px;
  line-height: 25px;
  padding: 20px;
}

div.detailcontent div.sidebox div.variants label
{
  display: inline-block;
  width: 90%;
  padding-left: 5px;
}

div.detailcontent div.sidebox div.variants > div:nth-child(2n+1)
{
  background: #f9f9f9;
}


div.detailcontent div.sidebox div.variants p
{
  font-weight: bold;
  color: #333;
  font-size: 14px;
}


div.detailcontent div.addbox
{
  margin-top: 20px;
  height: 50px;
}

div.detailcontent div.addbox span.qty
{
  margin-left: 100px;
  font-size: 14px;
  color: #333333;
  font-family: 'lato', sans-serif;
  display: inline-block;
  min-width: 100px;
}

div.detailcontent div.addbox span.qty input
{
  padding: 5px 10px;
  color: #333333;
  font-family: 'lato', sans-serif;
  width: 35px;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  border: 1px #c7c7c7 solid;
}

div.detailcontent div.addbox button
{
  margin-left: 17px;

  background-color: rgb( 229, 94, 0 );
  background-image: -moz-linear-gradient( 90deg, rgb( 225, 119, 0 ) 15.21%, rgb( 229, 94, 0 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 225, 119, 0 ) 15.21%, rgb( 229, 94, 0 ) 100%);
  border: 1px rgb( 229, 94, 0 ) solid;

  padding: 15px 20px;
  color: #fff;
  text-decoration: none;
  
  /*
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  */
  
  border: 1px solid #d85700;
  border-bottom-width: 3px;
  
  font-size: 15px;
  min-width: 200px;
  cursor: pointer;
  font-weight: bold;
  width: 200px;
  
  position: relative;
  text-indent: -30px;
}

div.detailcontent div.addbox button:after
{
  position: absolute;
  top: -1px;
  right: -1px;
  content: '+';
  width: 40px;
  background: #3c3c3c;
  height: 100%;
  line-height: 45px;
  border-bottom: 3px solid #000;
  border-top: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
  text-indent: 0px;
}

div.detailcontent div.addbox button.notavailable:after
{
  display: none;
}


body.ie8 div.detailcontent div.addbox button
{
  min-width: 0px;
}

div.detailcontent div.addbox button:hover
{
  background-image: -moz-linear-gradient( 90deg, rgb( 229, 94, 0) 15.21%, rgb( 225, 119, 0 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 229, 94, 0 ) 15.21%, rgb( 225, 119, 0 ) 100%);
}

div.detailcontent div.addbox button.notavailable,
div.detailcontent div.addbox button.notavailable:hover
{
  background-color: #f5f5f5;
  background-image: none;
  cursor: not-allowed;
  border: 1px #f5f5f5 solid;
  color: #333;
}

div.detailcontent div.tabs
{
  margin-top: 30px;
  border-bottom: 1px #c7c7c7 solid;
  font-size: 14px;
  font-family: 'lato', sans-serif;
  padding-bottom:10px;
}

div.detailcontent div.tabs span
{
  width: 160px;
  text-align: center;
  display: inline-block;
  padding: 10px 10px 20px 10px;
  background: #fff;
  border: 1px #c7c7c7 solid;

  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;

  cursor: pointer;
  margin-bottom: -10px;
}

div.detailcontent div.tabs span.active
{
  position: relative;
  top: 1px;
  border-bottom: 1px #fff solid;
}

div.detailcontent div.tabs span.inactive
{
  background-color: rgb( 230,230,230 );
  background-image: -moz-linear-gradient( 90deg, rgb( 230, 230, 230 ) 0%, rgb( 254, 254, 254 ) 98.901%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 230, 230, 230 ) 0%, rgb( 254, 254, 254 ) 98.901%);
  padding: 10px 10px 5px 10px;

  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;

  margin-left: 10px;
}

div.detailcontent div.tabs span:first-child.inactive
{
  margin-left: 0px;
  margin-right: 10px;
}


div.detailcontent div.tabs span.inactive strong
{
  position: relative;
  top: -2px;
  color: #000;
}

div.detailcontent div.advisebar,
div.unicontent div.advisebar
{
  padding: 10px;
  text-align: left;
  font-family: 'lato', sans-serif;
  color: #333333;
  font-weight: bold;
  margin-top: 30px;
  font-size: 18px;

  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;

  padding-left: 20px;
}

div.detailcontent div.story
{
  display: none;
  margin-top: 20px;
  padding-left: 10px;
  font-size: 12px;
  color: #666666;
  font-family: 'lato', sans-serif;
}

div.detailcontent div.params
{
  margin-top: 20px;
  padding-left: 10px;
  font-size: 12px;
  color: #666666;
  font-family: 'lato', sans-serif;
  text-transform: uppercase;
}

div.detailcontent div.params strong
{
  font-weight: normal;
  display: inline-block;
  width: 180px;
  line-height: 20px;
}

div.detailcontent div.pricebox
{
  border: 1px solid #efefef;
  border-top: 5px #e17a00 solid;
  padding: 10px 10px;
  position: relative;
  margin-top: 20px;
  background: #f9f9f9;
}

div.detailcontent div.pricebox span.priceVAT
{
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  display: block;
  text-align: right;
}

div.detailcontent div.pricebox span.price
{
  font-size: 14px;
  color: #333333;
  display: block;
  text-align: right;
}

div.detailcontent div.pricebox span.stock
{
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #7d921d;
  font-weight: bold;
  text-transform: uppercase;
}

div.detailcontent div.pricebox span.stock.outstock
{
  color: #333;
  cursor: help;
}

div.detailcontent div.leftside
{
  width: 450px;
  float: left;
}

div.detailcontent div.imagebox
{
  border: 1px #eeeeee solid;
  width: 450px;
  text-align: center;
  position: relative;
  left: 20px;
}

div.detailcontent div.imagebox .flags
{
  position: absolute;
  top: 20px;
  right: -10px;
  z-index: 110;
  width: 70px;
}

div.detailcontent div.imagebox .badges
{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 110;
  width: 100px;
  text-align: center;
}

div.detailcontent div.imagebox .badges img
{
  margin-bottom: 20px;
}

div.detailcontent div.underimage
{
  margin-left: 15px;
  padding-top: 40px;
  padding-left: 170px;
  background: url('im/jidlo.png') no-repeat 0px 0px;
  width: 250px;
  margin-top: 50px;
  font-size: 20px;
  font-style: italic;
  font-family: 'lato', sans-serif;
  color: #666666;
  min-height: 200px;
}

div.detailcontent div.underimage.smaller
{
  font-size: 15px;
}

div.detailcontent div.underimage.smaller2
{
  font-size: 12px;
  line-height: 1.6;
}

div.detailcontent div.underimage em
{
  font-size: 40px;
  line-height: 20px;
  display: inline-block;
  padding: 0px 10px;
}

div.detailcontent div.imagebox a.mainphoto img
{
  margin: 20px 10px;
  max-width: 420px;
}

div.detailcontent div.imagebox div.nextimages
{
  border-top: 1px #eee solid;
  text-align: left;
  padding: 10px;
}

div.detailcontent div.imagebox div.nextimages a
{
  border: 1px #eee solid;
  display: inline-block;
  margin: 5px 5px;
}

div.detailcontent div.imagebox div.nextimages img
{
  max-width: 60px;
  max-height: 60px;
  margin:5px 22px;
}

div.unicontent.p404
{
  text-align: center;
}

div.unicontent.p404 a
{
  display: block;
  margin-top: 80px;
}

div.unicontent img.article-left
{
  float: left;
  margin: 0px 20px 20px 0px;
}

div.unicontent.article h2
{
  font-size: 26px;
  color: #000;
  font-weight: normal;
  font-family: 'lato', sans-serif;
  margin: 20px 0px;
}

div.unicontent.article h3
{
  font-size: 22px;
  color: #333333;
  font-weight: normal;
  font-family: 'lato', sans-serif;
  margin: 20px 0px;
}

div.unicontent.article ul
{
  margin: 20px;
}

div.unicontent.article ul li
{
  margin-left: 20px;
  list-style-image: url('im/list-bullet.png');
}

div.unicontent.article.list div.article-box
{
  width: 300px;
  background: #f5f5f5;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

div.unicontent.article.list div.article-box:nth-child(3n+1)
{
  margin-right: 0px;
}

div.unicontent.article.list div.article-box img
{
  margin: 10px;
}

div.unicontent.article.list div.article-box div.caption
{
  font-family: 'lato', sans-serif;
  color: #222222;
  font-size: 18px;
  margin: 10px 20px;
}

div.unicontent.article.list div.article-box div.caption a
{
  color: #222222;
  text-decoration: none;
  display: block;
  line-height: 22px;
}

div.unicontent.article.list div.article-box div.perex
{
  font-family: 'lato', sans-serif;
  color: #222222;
  font-size: 13px;
  line-height: 20px;
  margin: 10px 20px;
}

div.unicontent.article.list div.article-box .sep
{
  border-top: 1px #d0d0d0 solid;
  margin: 20px 20px;
  padding-top: 20px;
  text-align: right;
}

div.unicontent.article.list div.article-box .btn
{
  background-color: rgb( 230,230,230 );
  background-image: -moz-linear-gradient( 90deg, rgb( 230, 230, 230 ) 0%, rgb( 254, 254, 254 ) 98.901%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 230, 230, 230 ) 0%, rgb( 254, 254, 254 ) 98.901%);
  display: inline-block;
  padding: 6px 20px;
  text-align: center;
  font-family: 'lato', sans-serif;
  color: #222222;
  font-size: 13px;
  border: 1px #d0d0d0 solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}


div.unicontent h1
{
  position: relative;
}

div.unicontent div.perex-longer
{
  position: relative;
  font-family: 'lato', sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  padding-left: 15px;
}

div.unicontent h1
{
  font-size: 32px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 15px;
}

div.unicontent.registration div.maincol
{
  width: 620px;
  float: left;
}

div.unicontent.registration div.sidecol
{
  width: 300px;
  float: left;
  position:relative;
  left:30px;
}

div.unicontent.registration div.maincol div.caption
{
  color: #333333;
  font-size: 17px;
  font-family: 'lato', sans-serif;
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  margin-top: 10px;

}

div.unicontent.registration div.maincol div.frmbox
{
  font-size: 12px;
  font-family: 'lato', sans-serif;
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 10px;
}

div.unicontent.registration div.maincol div.frmbox label.lbl
{
  display: block;
}

div.unicontent.registration div.maincol div.frmbox input.large
{
  width: 360px;
  padding: 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

div.unicontent.registration div.maincol div.frmbox input.smaller
{
  width: 160px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

div.unicontent.registration div.maincol div.frmbox span.req
{
  font-family: 'lato', sans-serif;
  color: #b94a48;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  left: 3px;
}

span.inforeq
{
  font-family: 'lato', sans-serif;
  color: #b94a48;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  left: 3px;
}


div.unicontent.registration div.maincol div.frmbox span.req img.preloader
{
  position: relative;
  top: -2px;
  left: 4px;
}

div.unicontent.registration div.maincol div.frmbox span.req.ok
{
  color: green;
}

div.unicontent.registration div.maincol div.frmbox div.row
{
  min-height: 40px;
  margin: 5px 0px;
}

div.unicontent.registration div.maincol div.frmbox div.row.last
{
  min-height: 40px;
  padding-top: 10px;
}

div.unicontent.registration div.maincol button
{
  margin-left: 10px;
  
  background-color: rgb( 229, 94, 0 );
  background-image: -moz-linear-gradient( 90deg, rgb( 225, 119, 0 ) 15.21%, rgb( 229, 94, 0 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 225, 119, 0 ) 15.21%, rgb( 229, 94, 0 ) 100%);
  border: 1px rgb( 229, 94, 0 ) solid;
  
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  
  /*
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  */
  
  border: 1px solid #d85700;
  border-bottom-width: 3px;
  
  font-size: 17px;
  cursor: pointer;
  outline: 0;
}

div.unicontent.registration div.maincol button:hover
{
  background-color: rgb( 229, 94, 0 );
  background-image: -moz-linear-gradient( 90deg, rgb( 229, 94, 0 ) 15.21%, rgb( 225, 119, 0 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 229, 94, 0 ) 15.21%, rgb( 225, 119, 0 ) 100%);
  
}

div.unicontent.registration div.buttonrow
{
  text-align: right;
  margin-top: 20px;
}


div.unicontent.registration div.sidecol
{
  font-family: 'lato', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;

}

div.unicontent.registration div.sidecol strong
{
  font-family: 'lato', sans-serif;
  font-size: 17px;
  color: #333333;
  display: block;
  margin-bottom: 10px;  
  margin-top: 40px;
}

div.unicontent.lostpwd div.maincol
{
  width: 620px;
  float: left;
}

div.unicontent.lostpwd div.sidecol
{
  width: 300px;
  float: left;
  position:relative;
  left:30px;
}

div.unicontent.lostpwd div.maincol div.caption
{
  color: #333333;
  font-size: 17px;
  font-family: 'lato', sans-serif;
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  margin-top: 10px;

}

div.unicontent.lostpwd div.maincol div.frmbox
{
  font-size: 12px;
  font-family: 'lato', sans-serif;
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 10px;
}

div.unicontent.lostpwd div.maincol div.frmbox label.lbl
{
  display: block;
}

div.unicontent.lostpwd div.maincol div.frmbox input.large
{
  width: 360px;
  padding: 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

div.unicontent.lostpwd div.maincol div.frmbox input.smaller
{
  width: 160px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

div.unicontent.lostpwd div.maincol div.frmbox span.req
{
  font-family: 'lato', sans-serif;
  color: #b94a48;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  left: 3px;
}

div.unicontent.lostpwd div.maincol div.frmbox span.req img.preloader
{
  position: relative;
  top: -2px;
  left: 4px;
}

div.unicontent.lostpwd div.maincol div.frmbox span.req.ok
{
  color: green;
}

div.unicontent.lostpwd div.maincol div.frmbox div.row
{
  min-height: 40px;
  margin: 5px 0px;
}

div.unicontent.lostpwd div.maincol div.frmbox div.row.last
{
  min-height: 40px;
  padding-top: 10px;
}

div.unicontent.lostpwd div.maincol button
{
  margin-left: 10px;
  
  background-color: rgb( 229, 94, 0 );
  background-image: -moz-linear-gradient( 90deg, rgb( 225, 119, 0 ) 15.21%, rgb( 229, 94, 0 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 225, 119, 0 ) 15.21%, rgb( 229, 94, 0 ) 100%);
  border: 1px rgb( 229, 94, 0 ) solid;
  
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  
  /*
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  */
  
  border: 1px solid #d85700;
  border-bottom-width: 3px;
  
  font-size: 17px;
  cursor: pointer;
  outline: 0;
}

div.unicontent.lostpwd div.maincol button:hover
{
  background-color: rgb( 229, 94, 0 );
  background-image: -moz-linear-gradient( 90deg, rgb( 229, 94, 0 ) 15.21%, rgb( 225, 119, 0 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 229, 94, 0 ) 15.21%, rgb( 225, 119, 0 ) 100%);
  
}

div.unicontent.lostpwd div.buttonrow
{
  text-align: right;
  margin-top: 20px;
}


div.unicontent.lostpwd div.sidecol
{
  font-family: 'lato', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;

}

div.unicontent.lostpwd div.sidecol strong
{
  font-family: 'lato', sans-serif;
  font-size: 17px;
  color: #333333;
  display: block;
  margin-bottom: 10px;  
  margin-top: 40px;
}

div.unicontent.searchresults div.productList,
div.unicontent.cart div.productList
{
  width: 990px;
}

div.unicontent.searchresults div.productItem,
div.unicontent.cart div.productItem
{
  margin-right: 17px;
}

div.unicontent div.subcaption
{
  font-family: 'lato', sans-serif;
  font-size: 17px;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 10px;
  padding-left: 15px;
}

div.unicontent div.categorysearch
{
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 15px;
}

div.unicontent div.categorysearch div.textualres
{
  margin-left: 15px;
  font-size: 14px;
  font-family: 'lato', sans-serif;
  margin-bottom: 20px;
}

div.unicontent div.categorysearch div.textualres a
{
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

div.unicontent div.categorysearch div.textualres a:hover
{
  text-decoration: underline;
}

div.unicontent div.categorysearch ul
{
  margin: 0px;
  padding: 0px;
}

div.unicontent div.categorysearch ul li
{
  display: inline-block;
  
  background-color: rgb( 229, 94, 0 );
  background-image: -moz-linear-gradient( 90deg, rgb( 225, 119, 0 ) 15.21%, rgb( 229, 94, 0 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 225, 119, 0 ) 15.21%, rgb( 229, 94, 0 ) 100%);
  border: 1px rgb( 229, 94, 0 ) solid;


  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  margin-top: 5px;
  cursor: pointer;  
}

div.unicontent div.categorysearch ul li a
{
  color: #fff;
  text-decoration: none;
}

div.inlinesearch
{
  background: #f9f9f9;
  padding: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 20px 0px;
}

div.inlinesearch .inp1
{
  padding: 5px 10px;
  font-family: 'lato', sans-serif;
  font-size: 14px;
  color: #666;  
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px #cccccc solid;
  background: #fff;
  width: 340px;
}


div.inlinesearch .inp2
{
  padding: 5px 10px;
  font-family: 'lato', sans-serif;
  font-size: 14px;
  color: #222222;  
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px #b9b9b9 solid;
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient( 90deg, #e6e6e6 15.21%, #fefefe 100%);
  background-image: -webkit-linear-gradient( 90deg, #e6e6e6 15.21%, #fefefe 100%);
  cursor: pointer;
}


div.unicontent div.alphabet
{
  padding: 10px 0px;
  border-bottom: 1px #e5e5e5 solid;
  border-top: 1px #e5e5e5 solid;
  margin-bottom: 20px;
}

div.unicontent div.alphabet a
{
  color: rgb(85, 26, 139);
}

div.unicontent div.alphabet li
{
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  font-size: 21px;
  font-family: 'lato', sans-serif;
  padding: 0px 8px;
  border-right: 1px #e5e5e5 solid;
}

div.unicontent div.alphabet li.last
{
  border: none;
  font-size: 14px;
  text-decoration: none;
  text-transform: lowercase;
  padding-left: 20px;
  text-decoration: underline;
}

div.unicontent div.alphabet li a
{
  text-decoration: none;
}

div.unicontent div.alphabet li.active a,
div.unicontent div.alphabet li:hover a
{
  font-weight: bold;
  color: black;
}

div.cartdispatcher
{
  height: 81px;
  width: 939px;
  background: url('im/cart-sprite.png') no-repeat;
  position: relative;
  margin-top: 20px;
}

div.cartdispatcher a.item
{
  position: absolute;
  top: 40px;
  left: 80px;
  font-family: 'lato', sans-serif;
  font-size: 18px;
  color: #222;
  z-index: 10;
  font-weight: bold;
  text-decoration: none;
}

div.cartdispatcher a.item:hover,
div.cartdispatcher a.item.active
{
  color: #e17a00;
}

div.cartdispatcher a.item.item2
{
  left: 400px;
}

div.cartdispatcher a.item.item3
{
  left: 720px;
}

div.cartdispatcher.step2
{
  height: 81px;
  width: 939px;
  background: url('im/cart-sprite.png') no-repeat 0px -81px;
  margin-bottom: 30px;
}

div.cartdispatcher.step3
{
  height: 81px;
  width: 939px;
  background: url('im/cart-sprite.png') no-repeat 0px -162px;
  margin-bottom: 30px;
}

div.cartcontent
{
  margin: 20px 20px;
  margin-top: 0px;
  padding-top: 40px;
}

div.cartcontent .row
{
  width: 100%;
  height: 120px;
  margin-bottom: 5px;
  clear: both;  
  position: relative;
}

div.cartcontent .row:nth-child(2n-1)
{
  background: #efefef;
}

div.cartcontent .row .item-image
{
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 10px;
  float: left;
}

div.cartcontent .row .item-image img
{
  max-width: 100px;
  max-height: 100px;
}

div.cartcontent .row span.remove
{
  position: absolute;
  top: 46%; 
  right: 15px;
  width: 12px;
  height: 12px;
  background: url('im/cart-remove.png') no-repeat;
  cursor: pointer;
}

div.cartcontent .row .item-name
{
  color: #333;
  font-size: 14px;
  text-decoration: none;
  margin: 10px;
  margin-left: 0px;
  float: left;
  width: 360px;
  font-weight: bold;
  height: 100px;
  display: table;
}

div.cartcontent .row .item-name a
{
  display: table-cell;
  text-decoration: none;
  color: #333;
  text-align: center;
  vertical-align: middle;
}

div.cartcontent .row .item-stock
{
  color: #333;
  font-size: 14px;
  text-decoration: none;
  margin: 10px;
  float: left;
  width: 110px;
  font-weight: bold;
  height: 100px;
  display: table;
}

div.cartcontent .row .item-stock span
{
  display: table-cell;
  text-decoration: none;
  color: #333;
  text-align: center;
  vertical-align: middle;
  color: #669900;
}

div.cartcontent .row .item-stock.outstock span
{
  color: #555;
}

div.cartcontent .row .item-qty
{
  color: #333;
  font-size: 14px;
  text-decoration: none;
  margin: 10px;
  float: left;
  width: 110px;
  font-weight: bold;
  height: 100px;
  display: table;
}

div.cartcontent .row .item-qty span
{
  display: table-cell;
  text-decoration: none;
  color: #333;
  text-align: center;
  vertical-align: middle;
  color: #669900;
}

div.cartcontent .row .item-qty input
{
  width: 44px;
  height: 24px;
  padding: 0px 7px;
  border: 1px #c7c7c7 solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  outline: 0;
}

div.cartcontent .row .item-qty button
{
  width: 36px;
  height: 36px;
  background: url('im/refresh-btn.png') no-repeat;
  text-indent: -9998px;
  border: none;
  cursor: pointer;
  position: relative;
  left: -9px;
  top: 1px;
  outline: 0;
}

div.cartcontent .row .item-price
{
  color: #333;
  font-size: 14px;
  text-decoration: none;
  margin: 10px;
  margin-left: 0px;
  float: left;
  width: 150px;
  font-weight: bold;
  height: 100px;
  display: table;
}

div.cartcontent .row .item-price span
{
  display: table-cell;
  text-decoration: none;
  color: #333;
  text-align: center;
  vertical-align: middle;
}

div.cartcontent .row .item-price strong
{
  color: #e17a00;
}

div.cartcontent .totals
{
  margin: 20px 0px;
  text-align: right;
  position: relative;
}

div.cartcontent .totals .r1
{
  font-family: 'lato', sans-serif;
  font-size: 14px;
  color: #222;
  font-weight: bold;
}

div.cartcontent .totals .r1 span
{
  font-weight: normal;
  font-size: 14px;
}

div.cartcontent .totals .r2
{
  font-family: 'lato', sans-serif;
  font-size: 20px;
  color: #222;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}

div.cartcontent .totals .r2 span
{
  font-weight: normal;
  font-size: 14px;
}

div.cartcontent .totals .r2 strong
{
  color: #e17a00;
}


.extrabtnlight
{
  background-color: rgb( 230,230,230 );
  background-image: -moz-linear-gradient( 90deg, rgb( 230, 230, 230 ) 0%, rgb( 254, 254, 254 ) 98.901%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 230, 230, 230 ) 0%, rgb( 254, 254, 254 ) 98.901%);
  display: inline-block;
  padding: 6px 20px;
  text-align: center;
  font-family: 'lato', sans-serif;
  color: #222222;
  font-size: 13px;
  border: 1px #d0d0d0 solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  
  -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
  
  cursor: pointer;  
}

div.cartcontent .totals .back
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  
  background-color: rgb( 230,230,230 );
  background-image: -moz-linear-gradient( 90deg, rgb( 230, 230, 230 ) 0%, rgb( 254, 254, 254 ) 98.901%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 230, 230, 230 ) 0%, rgb( 254, 254, 254 ) 98.901%);
  display: inline-block;
  padding: 6px 20px;
  text-align: center;
  font-family: 'lato', sans-serif;
  color: #222222;
  font-size: 13px;
  border: 1px #d0d0d0 solid;
  
  /*
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  */
  
  text-decoration: none;
  
  -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
  
  cursor: pointer;
  
}

div.cartcontent .totals .continue
{
  background-color: rgb( 229, 94, 0 );
  background-image: -moz-linear-gradient( 90deg, rgb( 225, 119, 0 ) 15.21%, rgb( 229, 94, 0 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 225, 119, 0 ) 15.21%, rgb( 229, 94, 0 ) 100%);
  border: 1px rgb( 229, 94, 0 ) solid;

  padding: 15px 50px;
  color: #fff;
  text-decoration: none;
  
  /*
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  */
  
  border: 1px solid #d85700;
  border-bottom-width: 3px;

  
  font-size: 18px;
  margin-top: 5px;
  cursor: pointer;  
}

div.unicontent.cart div.maincol
{
  width: 650px;
  float: left;
  
  position: relative;
  left: 15px;
  
}

div.unicontent.cart div.sidecol
{
  width: 300px;
  float: left;
  position:relative;
  left:0px;
}

div.unicontent.cart div.maincol div.caption
{
  color: #333333;
  font-size: 17px;
  font-family: 'lato', sans-serif;
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  margin-top: 10px;
  font-weight: bold;
}


div.unicontent.cart div.maincol div.frmbox
{
  margin: 20px 20px;
  font-family: 'lato', sans-serif;
}

div.unicontent.cart div.frmbox div.row
{
  margin: 5px 0px;
  font-size: 13px;
  color: #333;
}

div.unicontent.cart div.frmbox strong
{
  display: block;
  margin: 25px 0px 10px 1px;
  font-size: 14px;
  font-weight: bold;
}

div.unicontent.cart div.frmbox div.row label span.desc
{
  display: inline-block;
  width: 390px;
}

div.unicontent.cart div.frmbox div.row label span.price
{
  display: inline-block;
  width: 120px;
  text-align: right;
  padding-right: 30px;
  background: url('im/help.png') no-repeat 100% 50%;
  cursor: help;
  position: relative;
}

div.unicontent.cart div.frmbox div.row label span.price div.infobox
{
  display: none;
  position: absolute;
  top: -110px;
  left: 0px;
  background: white;
  width: 200px;
  text-align: left;
  border: 1px solid #efefef;
  font-size: 12px;
  padding: 15px;
  
  -moz-box-shadow:    0px 0px 5px 0px rgba(255,102,0,0.25);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(255,102,0,0.25);
  box-shadow:         0px 0px 5px 0px rgba(255,102,0,0.25);  
  
}

div.unicontent.cart div.frmbox div.row label span.price div.infobox > span
{
  display: block;
}

div.unicontent.cart div.frmbox div.row label span.price div.infobox > span.address
{
  font-weight: bold;
}

div.unicontent.cart div.frmbox div.row label span.price:hover div.infobox
{
  display: block;
}

div.unicontent.cart div.frmbox div.row label span.price a
{
  text-decoration: none;
}

div.unicontent.cart div.maincol input
{
  margin-right: 5px;
  position: relative;
  top: 1px;
}

div.unicontent.cart .buttonrow
{
  text-align: right;
  position:relative;
}

div.unicontent.cart a.continue
{
  background-color: rgb( 229, 94, 0 );
  background-image: -moz-linear-gradient( 90deg, rgb( 225, 119, 0 ) 15.21%, rgb( 229, 94, 0 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 225, 119, 0 ) 15.21%, rgb( 229, 94, 0 ) 100%);
  border: 1px rgb( 229, 94, 0 ) solid;

  padding: 15px 50px;
  color: #fff;
  text-decoration: none;
  
  /*
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  */
  
  border: 1px solid #d85700;
  border-bottom-width: 3px;
  
  font-size: 18px;
  margin-top: 5px;
  cursor: pointer;
  display: inline-block;
}

div.unicontent.cart a.continue:hover
{
  background-color: rgb( 229, 94, 0 );
  background-image: -moz-linear-gradient( 90deg, rgb( 229, 94, 0 ) 15.21%, rgb( 225, 119, 0 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 229, 94, 0 ) 15.21%, rgb( 225, 119, 0 ) 100%);
}

div.unicontent.cart a.back
{
  position: absolute;
  bottom: 12px;
  left: 15px;
  
  background-color: rgb( 230,230,230 );
  background-image: -moz-linear-gradient( 90deg, rgb( 230, 230, 230 ) 0%, rgb( 254, 254, 254 ) 98.901%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 230, 230, 230 ) 0%, rgb( 254, 254, 254 ) 98.901%);
  display: inline-block;
  padding: 6px 20px;
  text-align: center;
  font-family: 'lato', sans-serif;
  color: #222222;
  font-size: 13px;
  border: 1px #d0d0d0 solid;

  /*
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  */
  
  text-decoration: none;
  
  -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
  
  cursor: pointer;
}

div.sidecart
{
  background: #f9f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  left: 30px;
}

div.sidecart .row
{
  background: #fff;
}

div.sidecart .totals,
div.sidecart .caption
{
  margin: 10px 20px;
}

div.sidecart .rows
{
  background: #fff;
  background: #f9f9f9;
}

div.sidecart .item-row
{
  padding: 20px;
  clear: both;
  height: 100px;
  margin-bottom: 10px;
  border-bottom: 1px #e5e5e5 solid;
  margin-right: 20px;
  /*margin-left: 20px;*/
}

div.sidecart .caption
{
  font-family: 'lato', sans-serif;
  color: #222222;
  font-size: 17px;
  font-weight: bold;
} 

div.sidecart .item-name
{
  font-family: 'lato', sans-serif;
  color: #222222;
  font-size: 14px;
  font-weight: bold;
}

div.sidecart .item-image
{
  height: 100px;
  width: 100px;
  text-align: center;
  float: left;
}

div.sidecart .item-image img
{
  max-width: 100px;
  max-height: 100px;
  position: relative;
  left: -5px;
}

div.sidecart .item-price
{
  padding-top: 20px;
  font-family: 'lato', sans-serif;
  color: #222222;
  font-size: 14px;
  font-weight: bold;
}

div.sidecart .item-price strong
{
  color: #e17a00;
}

div.sidecart .item-price span
{
  font-weight: normal;
  font-size: 11px;
}

div.sidecart .totals
{
  font-family: 'lato', sans-serif;
  color: #222222;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0px;
  line-height: 22px;  
}

div.sidecart .totals span.r1,
div.sidecart .totals span.r2
{
  display: inline-block;
}

div.sidecart .totals span.r1
{
  width: 130px;
}

div.sidecart .totals span.r2
{
  text-align: right;
  width: 120px;
}

div.sidecart .totals span.r2.total
{
  color: #e17a00;
}

div.sidecart .totals span.r2 em
{
  font-weight: normal;
  font-size: 12px;
  font-style: normal;
  color: #222222;
}














div.unicontent.cart div.sidecol.step3
{
  margin-top: 0px;
}


div.unicontent.cart div.maincol.step3 div.frmbox
{
  font-size: 12px;
  font-family: 'lato', sans-serif;
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 10px;
}

div.unicontent.cart div.maincol.step3 div.frmbox label.lbl
{
  display: block;
}

div.unicontent.cart div.maincol.step3 div.frmbox input.large
{
  width: 360px;
  padding: 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

div.unicontent.cart div.maincol.step3 div.frmbox input.smaller
{
  width: 160px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

div.unicontent.cart div.maincol.step3 div.frmbox span.req
{
  font-family: 'lato', sans-serif;
  color: #b94a48;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  left: 0px;
  font-style: normal;
}

div.unicontent.cart div.maincol.step3 div.frmbox span.req.ok
{
  color: green;
}

div.unicontent.cart div.maincol.step3 div.frmbox div.row
{
  min-height: 40px;
}

div.unicontent.cart div.maincol.step3 div.frmbox div.row.last
{
  min-height: 40px;
  padding-top: 10px;
  margin-left: 20px;
}

div.unicontent.cart div.maincol.step3 button
{
  margin-top: 20px;
  margin-right: 20px;

  background-color: rgb( 229, 94, 0 );
  background-image: -moz-linear-gradient( 90deg, rgb( 225, 119, 0 ) 15.21%, rgb( 229, 94, 0 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 225, 119, 0 ) 15.21%, rgb( 229, 94, 0 ) 100%);
  border: 1px rgb( 229, 94, 0 ) solid;

  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  
  /*
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  */
  
  border: 1px solid #d85700;
  border-bottom-width: 3px;
  
  font-size: 17px;
  cursor: pointer;
}

div.unicontent.cart div.maincol.step3 button:hover
{
  background-color: rgb( 229, 94, 0 );
  background-image: -moz-linear-gradient( 90deg, rgb( 229, 94, 0 ) 15.21%, rgb( 225, 119, 0 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 229, 94, 0 ) 15.21%, rgb( 225, 119, 0 ) 100%);
}

div.unicontent.cart div.caption:nth-child(n+2)
{
  padding-top: 20px;
}

div.order-ok .holder
{
  margin: 50px auto;
  text-align: center;
  /*background: #f5f5f5;*/

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  padding: 50px 20px;
  width: 460px;
  
  font-family: 'lato', sans-serif;
  color: #333333;
  
  font-size: 14px;

}

div.order-ok .holder .caption
{
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

div.order-ok .holder .last
{
  padding-top: 40px;
  font-weight: bold;
  padding-bottom: 20px;
}

div.order-ok .holder .last strong
{
  font-size: 24px;
}




















div.productListOptions
{
  border-bottom: 1px #c7c7c7 solid;
  height: 27px;
  margin-bottom: 60px;
}

div.productListOptions.bottom
{
  border: none;
}

div.productListOptions .n
{
  padding-top: 30px;
  clear: both;
  position:relative;
}

div.productListOptions .n strong
{
  font-weight: normal;
}

div.productListOptions .n select
{
  position: relative;
  top: -2px;
  left: 10px;
  padding: 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px #c7c7c7 solid;
}

div.productListOptions .n .pagination
{
  position: absolute;
  top: 25px;
  right: 0px;
  font-family: 'lato', sans-serif;
}

div.productListOptions .n .pagination a.num
{
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgb( 230,230,230 );
  background-image: -moz-linear-gradient( 90deg, rgb( 230, 230, 230 ) 0%, rgb( 230, 230, 230 ) 98.901%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 230, 230, 230 ) 0%, rgb( 230, 230, 230 ) 98.901%);
  padding: 5px 10px;
  border: 1px rgb( 230, 230, 230 ) solid;
  /*921d64*/
  font-size: 13px;
  text-decoration: none;
  color: #383838;
  cursor: pointer;
}

div.productListOptions .n .pagination a.num:hover,
div.productListOptions .n .pagination a.num.active
{
   border: 1px #e17a00 solid;
   background: #e17a00;
   color: white;
}

div.productListOptions .n .pagination a.next
{
  margin-left: 10px;
  background-color: rgb( 225, 122, 0 );
  background-image: -moz-linear-gradient( 90deg, rgb( 225, 122, 0 ) 15.21%, rgb( 225, 122, 0 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 225, 122, 0 ) 15.21%, rgb( 225, 122, 0 ) 100%);
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px rgb( 225, 122, 0 ) solid;
}

div.productListOptions .n .pagination a.next:hover
{
  background-color: rgb( 0,0,0 );
  background-image: -moz-linear-gradient( 90deg, rgb( 0,0,0 ) 100%, rgb( 0,0,0 ) 15.21% );
  background-image: -webkit-linear-gradient( 90deg, rgb( 0,0,0 ) 100%, rgb( 0,0,0 ) 15.21% );  
  border: 1px rgb( 0, 0, 0 ) solid;
}

div.productListOptions .n .pagination span.dots
{
  color: #000;
  font-size: 14px;
  margin: 0px 5px;
  display: inline-block;
  font-weight: bold;
}

div.categorycontent div.productListOptions a.switchView
{
  display: block;
  height: 12px;
  width: 173px;
  background: url('im/productListOptions.png') no-repeat 100% 0%;
  text-indent: -9998px;
  float: left;
  cursor:pointer;
  margin-left: 10px;
}

div.categorycontent div.productListOptions a.switchView:hover,
div.categorycontent div.productListOptions a.switchView.active
{
  background: url('im/productListOptions.png') no-repeat 100% 100%;
}

div.categorycontent div.productListOptions a.switchView.active:hover
{
  background: url('im/productListOptions.png') no-repeat 100% 0%;
}

div.categorycontent div.innercategories
{
  border-top: 1px #c7c7c7 solid;
  margin-top: 20px;
  padding-top: 20px;
  display: none;
}

div.categorycontent div.innercategories.view
{
  display: block;
}

div.categorycontent div.innercategories ul
{
  margin: 0px;
  padding: 0px;
}

div.categorycontent div.innercategories ul li
{
  width: 220px;
  height: 60px;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;

  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -kthtml-transition: all 0.15s linear;
  transition: all 0.15s linear;     
  
  border: 1px solid silver;
}

div.categorycontent div.innercategories ul li:hover
{
  border: 1px solid #ff6600;
  
  -moz-box-shadow:    0px 0px 5px 0px rgba(255,102,0,0.75);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(255,102,0,0.75);
  box-shadow:         0px 0px 5px 0px rgba(255,102,0,0.75);  
}

div.categorycontent div.innercategories ul li:nth-child(3n+3)
{
  margin-right: 0px;
}

div.categorycontent div.innercategories ul li a
{
  display: table;
  height: 60px;
  color: #000;
  text-decoration: none;
  width: 100%;
}

div.categorycontent div.innercategories ul li a span
{
  display: table-cell;
  height: 60px;
  vertical-align: middle;
  padding-left: 35px;
}

.row.withcheckbox
{
  margin-left: 0px !important;
  padding-left: 0px;
}

input.standalone
{
  margin-left: 20px;
  margin-top: 20px;
}

label.standalone
{
  margin-top: 20px;
}

.cart input.standalone
{
  margin-left: 40px;
}

table.tbl
{
  width: 100%;
  border-collapse: collapse;
}

table.tbl td
{
  padding: 15px 10px;
  border-bottom: 1px #ddd solid;
}

table.tbl tr.last td
{
  padding: 15px 10px;
  border-bottom: none;
}

table.tbl th
{
  padding: 15px 10px;
  border-bottom: 1px #ddd solid;
  font-weight: bold;
  color: #333;
}

table.tbl tr.toggle > td
{
  cursor: pointer;
}

table.tbl table.items
{
  width: 100%;
}

table.tbl table.items td
{
  border: none;
  padding: 5px;
}

table.tbl table.items tr.h td
{
  font-weight: bold;
}

table.tbl .hidden
{
  display: none;
}

/* iPads (portrait) --------------------------------------------------------- */
@media only screen 
and (max-device-width : 1024px)
and (orientation : portrait) 
{
  div.workinghint:before
  {
    content: 'ipad portrait';
  }
  
  div.topmenu
  {
    width: 100%;
  }
  
  div.topmenu li
  {
    padding: 8px 5px;  
  }
  
  #header div
  {
    width: 100%;
    left: 0px;
    top: 0px;
  }
  
  #header
  {
    height: 300px;
  }
  
  #wrapper
  {
    width: 100%;
  }
  
  div.box_full
  {
  }
  
  div.box_full div.pad
  {
    padding: 0px 5px;
    font-size: 14px;
  }
  
  #mainmenu
  {
    width: 100%;
    font-size: 13px;
    left: 0px;
  }
  
  #mainmenu li
  {
    background:none;
  }
  
  #mainmenu a
  {
    padding: 17px 5px 20px 5px;
  }
  
  #mainmenu a span
  {
    position: relative;
    left: 5px;
  }
  
  #topbar a.logo
  {
    position: relative;
    top: 5px;
    left: 10px;
  }
  
  #topbar div.searchbar
  {
    left: 220px;
  }
  
  #topbar div.questions
  {
    left: 245px;
  }
  
  #topbar div.cartinfo
  {
    left: 610px;
  }
  
  div.box_half
  {
    width: 50%;
  }
  
  div.box_half.last
  {
    left: 0px;
  }
  
  div.box_half.banners img
  {
    width: 100%;
  }
  
  div.box_full.quarter div.pad
  {
    padding-right: 5px;
  }

  div.box_quarter img
  {
    max-width: 90%;
    position: relative;
    left: 8px;
  }
  
  div.box_quarter strong
  {
    max-width: 100%;
    font-size: 16px;
    position: relative;
    left: 2px;
  }
  
  #footer .box
  {
    min-width: 180px;
  }
  
  #footer .pad
  {
    width: 95%;
  }
  
  div.content-delimiter
  {
    margin-left: 0px;
    margin-right: 0px;
  }
  
  div.categorycontent
  {
    width: 500px;
  }
  
  div.productList
  {
    width: 510px;
  }
  
  div.unicontent.searchresults div.productList,
  div.unicontent.cart div.productList
  {
    width: 710px;
  }
  
  div.productItem,
  div.productItem:nth-child(3n+3)
  {
    margin-right: 40px;
  }
  
  div.productItem:nth-child(2n+2)
  {
    margin-right: 0px;
  }
  
  div.unicontent.searchresults div.productList div.productItem,
  div.unicontent.cart div.productList div.productItem
  {
    margin-right: 20px;
  }
  
  div.unicontent.searchresults div.productList div.productItem:nth-child(3n+3),
  div.unicontent.cart div.productList div.productItem:nth-child(3n+3)
  {
    margin-right: 0px;
  }
  
  div.categorycontent div.innercategories ul li:nth-child(3n+3)
  {
    margin-right: 16px;
  }
  
  div.categorycontent div.innercategories ul li:nth-child(2n+2)
  {
    margin-right: 0px;
  }
  
  div.productList.list div.productItem div.description
  {
    width: 100px;
    background: none;
    display: none;
  }
  
  div.unicontent div.alphabet li
  {
    font-size: 21px;
    padding: 0px 4px;
  }
  
  div.unicontent.registration div.maincol
  {
    width: 420px;
    float: left;
  }
  
  div.unicontent.article.list div.article-box:nth-child(3n+1)
  {
    margin-right: 20px;
  }
  
  div.unicontent.article.list div.article-box:nth-child(2n+1)
  {
    margin-right: 0px;
  }
  
  div.unicontent.article.list div.article-box
  {
    margin: 30px;
  }
  
  div.cartdispatcher,
  div.cartdispatcher.step2,
  div.cartdispatcher.step3
  {
    width: 100%;
    height: 65px;
    background-size: 100%; 
  }
  
  div.cartdispatcher.step2
  {
    background-position-y: -65px;
  }

  div.cartdispatcher.step3
  {
    background-position-y: -130px;
  }
  
  div.cartdispatcher a.item.item
  {
    top: 30px;
    
  }
  
  div.cartdispatcher a.item.item2
  {
    left: 330px;
  }
  
  div.cartdispatcher a.item.item3
  {
    left: 580px;
  }
  
  div.cartcontent .row .item-name
  {
    width: 150px;
  }
  
  div.cartcontent .row span.remove
  {
    width: 50px;
    height: 50px;
    top: 28%;
    background-position: 50% 50%;
  }
  
  div.unicontent.cart .maincol .frmbox
  {
    width: 100%;
  }
 
   div.unicontent.cart .row
   {
     width: 100%;
   }
   
   div.detailcontent div.productList
   {
     width: 750px;
   }
   
   div.detailcontent div.productList div.productItem
   {
     left: 25px;
   }
   
   div.detailcontent div.tabs
   {
     padding-top: 30px;
   }
   
   div.detailcontent div.tabs span
   {
     width: 80px;
     padding: 10px 10px 20px 10px;
   }
   
   div.detailcontent div.sidebox
    {
      width: 250px;
    }
    
    div.box_third img
    {
      max-width: 90%;
    }
   
   
   
}

/* iPads (landscape) -------------------------------------------------------- */
@media only screen 
and (max-device-width : 768px) 
and (orientation : landscape) 
{
  div.workinghint:before
  {
    content: 'ipad landscape';
  }
  
  #wrapper
  {
    width: 100%;
  }
  
  div.box_full div.pad
  {
    font-size: 16px;
  }
  
  #header div
  {
    width: 100%;
    left: 0px;
  }
  
  #mainmenu
  {
    left: 42px;
  }
  
  div.unicontent div.alphabet li
  {
    font-size: 21px;
    padding: 0px 7px;
  }
  
  div.cartcontent .row span.remove
  {
    width: 50px;
    height: 50px;
    top: 28%;
    background-position: 50% 50%;
  }

  div.cartcontent .row .item-name
  {
    width: 330px;
  }
  
  div.detailcontent div.tabs
   {
     padding-top: 30px;
   }
   
   div.detailcontent div.tabs span
   {
     width: 120px;
     padding: 10px 10px 20px 10px;
   }
   
   div.detailcontent div.sidebox
    {
      width: 380px;
    }

  
}

/* Smartphones (landscape) -------------------------------------------------- */
@media only screen
and (max-device-width : 480px)
and (orientation : landscape)
{
  div.workinghint
  {
    opacity: 0.3;
  }
  
  div.workinghint:before
  {
    content: 'smartphone landscape';
  }
  
  #wrapper
  {
    width: 100%;
  }
  
  div.box_full div.pad
  {
    padding: 0px 5px;
    font-size: 14px;
  }
  
  #header
  {
    height: 220px;
  }
  
  #topbar
  {
    width: 100%;
    height: 190px;
    overflow: hidden;
  }
  
  #topbar a.logo
  {
    left: 10px;
  }
  
  #topbar a.logo img
  {
    width: 240px;
  }
  
  #topbar div.searchbar
  {
    position: relative;
    left: 290px;
    top: 0px;
    background: url('im/searchbar-iphone.png') no-repeat;
    width: 260px;
  }
  
  #topbar div.questions
  {
    position: relative;
    left: 20px;
    top: 22px;
    font-size: 11px;
    width: 250px;
  }
  
  #topbar div.cartinfo
  {
    top: 40px;
    left: 380px;
  }
  
  div.box_half
  {
    width: 100%;
    left: 0px;
  }
  
  div.box_half.last
  {
    left: 0px;
  }
  
  div.box_half.banners img
  {
    width: 95%;
    margin-left: 2%;;;;;
  }
  
  div.box_quarter
  {
    width: 50%;
    position: relative;
    left: 25px;
  }
  
  div.box_quarter strong
  {
    font-size: 16px;
    left: -30px;
  }
  
  #mainmenu
  {
    text-align: left;
    background: url('im/menuopen.png') no-repeat 95% 13px #e17a00;
    overflow: hidden;
    left: 0px;
    width: 100%;
  }
  
  #mainmenu strong
  {
    font-size: 20px;
    display: block;
    padding: 15px;
  }
  
  #mainmenu.expanded
  {
    height: auto;
    overflow: auto;
  }
  
  #mainmenu.expanded strong
  {
    padding-bottom: 0px;
  }
  
  #mainmenu ul
  {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  
  #mainmenu ul ul
  {
    display: block;
  }
  
  #mainmenu li
  {
    display: block;
    background: none;
  }
  
  #mainmenu li a
  {
    padding: 0px;
    font-size: 18px;
    padding: 10px;
  }
  
  #footer .header
  {
    margin-top: 20px;
  }
  
  #footer
  {
    width: 100%;
  }
  
  #footer .box
  {
    width: 80px;
    padding-left: 10px;
  }
  
  #footer .pad
  {
    width: 100%;
  }
  
  div.unicontent.article img
  {
    width: 100%;
    margin: 20px auto;
    float: none;
  }
  
  div.unicontent.article div.perex-longer
  {
    padding-right: 10px;
  }
  
  div.topmenu
  {
    width: 100%;
    text-align: center;
  }
  
  div.topmenu ul
  {
    margin-right: 10px;
  }
  
  div.topmenu div.login
  {
    width: 100%;
    right: 0px;
    background-position-y: -30px;
    padding-bottom: 30px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #faeef6;
  }
  
  div.topmenu div.login div.header
  {
    padding-top: 20px;
  }
  
  div.topmenu div.login div.helper
  {
  }
  
  div.topmenu div.login div.lost
  {
    left: 0px;
    padding: 0px 10%;
    width: 80%;
  }
  
  div.sidemenu
  {
    display: none;
  }
  
  div.categorycontent
  {
    width: 100%;
    left: 0px;
  }
  
  div.categorycontent div.innercategories ul li:nth-child(3n+3)
  {
    margin-right: 16px;
  }
  
  div.categorycontent div.innercategories ul li:nth-child(2n+2)
  {
    margin-right: 0px;
  }
  
  div.categorycontent div.innercategories ul li
  {
    position: relative;
    left: 20px;
  }
  
  div.productListOptions
  {
    padding-top: 50px;
    margin-bottom: 120px;
  }
  
  div.productListOptions .n .pagination
  {
    position: static;
    top: 0px;
    right: 0px;
    padding-left: 20px;
    margin-top: 20px;
  }
  
  div.productListOptions .n .pagination a.num
  {
    padding: 5px 6px;
  }
  
  div.productItem:nth-child(3n+3)
  {
    margin-right: 20px;
  }
  
  div.productItem
  {
    left: 40px;
  }
  
  div.productList.list
  {
    width: 100%;
  }
  
  div.productList.list div.productItem
  {
    width: 100%;
    margin: 0px 0px 10px 0px;
    left: 0px;
  }
  
  div.productList.list div.productItem div.flags
  {
    display: none;
  }
  
  div.productList.list div.productItem a.title
  {
    left: 100px;
    width:60%;
  }

  div.productList.list div.productItem div.description
  {
    display: none;
  }
  
  div.productList.list div.productItem div.productID
  {
    position: absolute;
    top: 85px;
    left: 100px;
    text-align: left;
    display: none;
  }
  
  div.unicontent div.alphabet
  {
    text-align: center;
  }
  
  div.unicontent div.alphabet li
  {
    padding: 10px;
  }
  
  div.unicontent.p404 img
  {
    width: 100%;
  }
  
  div.unicontent.article.list div.article-box
  {
    width: 45%;
    float: left;
    margin: 20px 2%;
  }
  
  div.unicontent.article.list div.article-box:nth-child(3n+1)
  {
    margin: 20px 2%;
  }
  
  div.unicontent.article.list div.article-box img
  {
    margin: 5%;
    width: 90%;
  }
  
  div.unicontent.article.list div.article-box .sep
  {
    padding-bottom: 20px;
  }
  
  div.unicontent.article img
  {
    width: 100%;
    margin: 20px auto;
    float: none;
  }
  
  div.unicontent.article div.perex-longer
  {
    padding-right: 10px;
  }
  
  div.unicontent.registration div.maincol,
  div.unicontent.registration div.sidecol
  {
    width: 100%;
    float: none;
    left: 0px;
  }
  
  div.unicontent.registration div.maincol div.frmbox input.large
  {
    width: 90%;
  }
  
  div.detailcontent div.leftside
  {
    width: 100%;
    float: none;
  }
  
  div.detailcontent div.imagebox
  {
    width: 95%;
  }

  div.detailcontent div.imagebox a.mainphoto img
  {
    width: 90%;
    margin: 0px;
  }
  
  div.detailcontent div.sidebox
  {
    width: 100%;
    float: none;
  }

  div.detailcontent div.underimage
  {
    width: 100%;
    background: none;
  }
  
  div.detailcontent div.productList
  {
    width: 100%;
  }
  
  div.detailcontent div.underimage
  {
    width: 100%;
    padding: 0px;
  }
  
  div.detailcontent div.sidebox
  {
    left: 0px;
    width: 100%;
  }
  
  div.detailcontent div.tabs
  {
  }
  
  div.detailcontent div.leftside
  {
    width: 100%;
    float: none;
  }
  

  div.detailcontent div.underimage
  {
    width: 100%;
    margin: 0px;
  }
  
  div.detailcontent div.addbox button
  {
    width: 100px;
    min-width: 0px;
  }
  
  div.detailcontent div.imagebox div.nextimages img
  {
    margin-right: 2px;
  }
  
  div.detailcontent div.underimage,
  div.detailcontent div.perex,
  div.detailcontent div.codes
  {
    padding-left: 20px;
    padding-top: 20px;
    width: 90%;
  }
  
  div.unicontent.searchresults div.productList,
  div.unicontent.cart div.productList
  {
    width: 100%;
    margin: 0px;
  }

  div.cartdispatcher
  {
    display: none;
  }
  
  div.cartcontent .row .item-image
  {
    width: 70px;
    height: 70px;
    text-align: center;
    margin: 25px 5px 0px 5px;
  }
  
  div.cartcontent .row .item-image img
  {
    max-width: 70px;
    max-height: 70px;
  }
  
  div.cartcontent .row .item-name
  {
    width: 160px;
  }
  
  div.cartcontent .row .item-stock
  {
  }  
  
  div.cartcontent .row .item-price
  {
    height: 10px;
    width: 100px;
    text-align: right;
  }
  
  div.cartcontent .row .item-qty
  {
    height: 10px;
  }
  
  div.cartcontent .row span.remove
  {
    right: 10px;
    background-position-x: 50%;
  }
  
  div.cartcontent .totals .continue
  {
    padding: 15px 40px;
  }
  
  div.unicontent.cart div.maincol
  {
    width: 100%;
    float: none;
    margin: 0px;
  }
  
  div.unicontent.cart div.sidecol
  {
    width: 100%;
    float: none;
    left:0px;
    margin: 0px;
  }

  div.unicontent.cart div.frmbox div.row label span.desc
  {
    width: auto;
  }
  
  div.unicontent.cart div.frmbox div.row label span.price
  {
    width: auto;
  }
  
  div.unicontent.cart div.maincol div.frmbox
  {
    margin: 0px;
  }
  
  div.unicontent.cart .buttonrow
  {
    margin: 20px 0px;
  }
  
  div.unicontent.cart .buttonrow a
  {
    display: block;
    position: static;
    text-align: center;
    
  }

  div.order-ok .holder
  {
    width: 70%;
  }
  
  div.order-ok .holder .last
  {
    padding-left: 90px;
  }
  
  div.box_third img
    {
      max-width: 90%;
    }

  


  


  
  

  
  
  
}

/* Smartphones (portrait) --------------------------------------------------- */
@media only screen 
and (max-device-width : 320px)
and (orientation : portrait) 
{
  div.frmContact,
  div.contactsadd
  {
    display: none;
  }
  
  
  #mainmenu > ul
  {
    white-space: normal;
  }
  
  div.detailcontent div.addbox span.qty
  {
    margin-left: 30px;
  }
  
  div.box_full.homepage div.pad
  {
    padding-left: 0px;
  }
  
  div.sidemenu
  {
    display: none;
  }
  
  div.topmenu > strong
  {
    display: none;
  }
  
  div.topmenu > ul > li:nth-child(1)
  {
    display: none;
  }
  
  #priceslider
  {
    display: none;
  }
  
  div.cartinfo
  {
    display: none;
  }
  
  div.box_full
  {
    width: 100%;
    left: 0px;
  }
  
  div.workinghint
  {
    opacity: 0.3;
  }
  
  div.workinghint:before
  {
    content: 'smartphone portrait';
  }
  
  div.topmenu
  {
    text-align: center;
  }
  
  div.topmenu ul
  {
    margin-right: 10px;
  }
  
  div.topmenu div.login
  {
    width: 100%;
    right: 0px;
    background-position-y: -30px;
    padding-bottom: 30px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  div.topmenu div.login div.header
  {
    padding-top: 20px;
  }
  
  div.topmenu div.login div.helper
  {
    display: none;
  }
  
  div.topmenu div.login div.lost
  {
    left: 0px;
    padding: 0px 10%;
    width: 80%;
  }
  

  
  #mainmenu ul ul
  {
    display: block;
  }
  
  #topbar
  {
    width: 100%;
    height: 130px;
    overflow: hidden;
  }
  
  #topbar a.logo
  {
    left: 90px;
    top: 13px;
  }
  
  #topbar a.logo img
  {
    width: 140px;
  }
  
  #topbar div.searchbar
  {
    position: relative;
    left: 30px;
    top: 30px;
    /*background: url('im/searchbar-iphone.png') no-repeat;*/
    width: 260px;
  }
  
  #topbar div.questions
  {
    position: relative;
    left: 35px;
    top: 20px;
    font-size: 11px;
    width: 250px;
  }
  
  #topbar div.cartinfo
  {
    top: 26px;
    left: 165px;
  }

  #wrapper
  {
    width: 100%;
  }
  
  div.box_full div.pad
  {
    padding: 0px 5px;
    font-size: 14px;
  }
  
  div.box_half
  {
    width: 100%;
  }
  
  div.box_quarter
  {
    width: 50%;
    height: 120px;
    overflow: hidden;
  }
  
  div.box_quarter strong
  {
    font-size: 12px;
  }
  
  #footer .header
  {
    margin-top: 20px;
  }
  
  #header
  {
    height: 120px;
  }
  
  #mainmenu
  {
    text-align: left;
    background: url('im/menuopen.png') no-repeat 95% 13px #e17a00;
    overflow: hidden;
  }
  
  #mainmenu strong
  {
    font-size: 20px;
    display: block;
    padding: 15px;
  }
  
  #mainmenu.expanded
  {
    height: auto;
    overflow: auto;
  }
  
  #mainmenu.expanded strong
  {
    padding-bottom: 0px;
  }
  
  #mainmenu ul
  {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  
  #mainmenu li
  {
    display: block;
    background: none;
  }
  
  #mainmenu li a
  {
    padding: 0px;
    font-size: 18px;
    padding: 10px;
  }
  
  div.unicontent.article img
  {
    width: 100%;
    margin: 20px auto;
    float: none;
  }
  
  div.unicontent.article div.perex-longer
  {
    padding-right: 10px;
  }
  
  div.productItem
  {
    float: none;
    margin-right: 0px;
    margin-left: 40px;
  }
  
  div.categorycontent div.innercategories
  {
    display: none;
  }
  
  div.categorycontent div.innercategories ul li:nth-child(3n+3)
  {
    margin-right: 0px;
  }
  
  div.categorycontent
  {
    width: 100%;
    float: none;
    left: 0px;
  }
  
  div.sidemenu
  {
    width: 100%;
    float: none;
  }
  
  div.productList
  {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  
  div.productList.list div.productItem
  {
    width: 100%;
    margin: 0px 0px 10px 0px;
    left: 0px;
  }
  
  div.productList.list div.productItem div.flags
  {
    display: none;
  }
  
  div.productList.list div.productItem a.title
  {
    left: 100px;
  }

  div.productList.list div.productItem div.description
  {
    display: none;
  }
  
  div.productList.list div.productItem div.productID
  {
    position: absolute;
    top: 85px;
    left: 100px;
    text-align: left;
  }
  
  div.productListOptions
  {
    padding-top: 50px;
    margin-bottom: 120px;
  }
  
  div.productListOptions .n .pagination
  {
    position: static;
    top: 0px;
    right: 0px;
    padding-left: 20px;
    margin-top: 20px;
  }
  
  div.productListOptions .n .pagination a.num
  {
    padding: 5px 6px;
  }
  
  div.detailcontent div.leftside
  {
    width: 100%;
    float: none;
  }
  
  div.detailcontent div.imagebox
  {
    width: 95%;
  }

  div.detailcontent div.imagebox a.mainphoto img
  {
    width: 90%;
    margin: 0px;
  }
  
  div.detailcontent div.sidebox
  {
    width: 100%;
    float: none;
  }

  div.detailcontent div.underimage
  {
    width: 100%;
    background: none;
  }
  
  div.detailcontent div.productList
  {
    width: 100%;
  }
  
  div.detailcontent div.underimage
  {
    width: 100%;
    padding: 0px;
  }
  
  div.detailcontent div.sidebox
  {
    left: 0px;
    width: 100%;
  }
  
  div.detailcontent div.tabs
  {
    display: none;
  }
  
  div.detailcontent div.leftside
  {
    width: 100%;
    float: none;
  }
  

  div.detailcontent div.underimage
  {
    width: 100%;
    margin: 0px;
  }
  
  div.detailcontent div.addbox button
  {
    width: 100px;
    min-width: 0px;
  }
  
  div.detailcontent div.imagebox div.nextimages img
  {
    margin-right: 2px;
  }
  
  div.detailcontent div.underimage,
  div.detailcontent div.perex,
  div.detailcontent div.codes
  {
    padding-left: 20px;
    padding-top: 20px;
    width: 90%;
  }
  
  div.unicontent.article.list div.article-box
  {
    width: 100%;
    float: none;
    margin: 0px;
  }
  
  div.unicontent.article.list div.article-box img
  {
    margin: 5%;
    width: 90%;
  }
  
  div.unicontent.article.list div.article-box .sep
  {
    padding-bottom: 20px;
  }
  
  div.inlinesearch .inp1
  {
    width: 170px;
  }
  
  div.unicontent.searchresults div.productList,
  div.unicontent.cart div.productList
  {
    width: 100%;
    margin: 0px;
  }
  
  div.productItem
  {
    float: none;
    margin-right: 0px;
    margin-left: 40px;
  }
  
  div.unicontent.p404 img
  {
    width: 100%;
  }
  
  div.unicontent.registration div.maincol,
  div.unicontent.registration div.sidecol
  {
    width: 100%;
    float: none;
    left: 0px;
  }
  
  div.unicontent.registration div.maincol div.frmbox input.large
  {
    width: 90%;
  }
  
  div.unicontent div.alphabet
  {
    text-align: center;
  }
  
  div.unicontent div.alphabet li
  {
    padding: 10px;
  }
  
  div.cartdispatcher
  {
    display: none;
  }
  
  div.cartcontent .row .item-image
  {
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 5px;
  }
  
  div.cartcontent .row .item-image img
  {
    max-width: 50px;
    max-height: 50px;
  }
  
  div.cartcontent .row .item-name
  {
    width: 100px;
  }
  
  div.cartcontent .row .item-stock
  {
    display: none;
  }  
  
  div.cartcontent .row .item-price
  {
    height: 10px;
    width: 100px;
    text-align: right;
  }
  
  div.cartcontent .row .item-qty
  {
    height: 10px;
  }
  
  div.cartcontent .row span.remove
  {
    right: 0px;
    background-position-x: 70%;
  }
  
  div.cartcontent .totals .continue
  {
    padding: 15px 20px;
  }
  
  div.unicontent.cart div.maincol
  {
    width: 100%;
    float: none;
    margin: 0px;
  }
  
  div.unicontent.cart div.sidecol
  {
    width: 100%;
    float: none;
    left:0px;
    margin: 0px;
  }

  div.unicontent.cart div.frmbox div.row label span.desc
  {
    width: auto;
  }
  
  div.unicontent.cart div.frmbox div.row label span.price
  {
    width: auto;
  }
  
  div.unicontent.cart div.maincol div.frmbox
  {
    margin: 0px;
  }
  
  div.unicontent.cart .buttonrow
  {
    margin: 20px 0px;
  }
  
  div.unicontent.cart .buttonrow a
  {
    display: block;
    position: static;
    text-align: center;
    
  }
  
  div.unicontent.cart div.maincol.step3 div.frmbox input.large
  {
    width: 70%;
  }
  
  div.unicontent.cart div.maincol.step3 div.frmbox
  {
    width: 80%;
    margin: 0px;
    margin-left: 5%;
    padding-left: 5%;
  }
  
  div.order-ok .holder
  {
    width: 70%;
  }
  
  div.order-ok .holder .last
  {
    background: none;
  }
  
  div.box_third img
    {
      max-width: 90%;
    }
    
  div.box_third strong
  {
    font-size: 10px;
  }  
  
  
} 

div.workinghint
{
  display: none;
}

input.inp
{
  padding: 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px #ccc solid;
  border-color: #ccc;
  
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

input.inp:focus
{
  border-color: #071768;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}

textarea.inp
{
  padding: 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px #ccc solid;
  border-color: #ccc;
  
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

input.inp.err
{
  border-color: red;
  color: red;
}

input.inp.ok
{
  border-color: green;
  color: green;
}

a.base-link
{
  color: #000;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}

.lyoness-box
{
  position: absolute;
  top: -10px;
  left: -10px;
  width: 300px;
  text-align: left;
  padding: 15px 10px 10px 10px;
}

.totals2 .lyoness-box
{
  top: auto;
  left: -10px;
  bottom: -120px;
  font-size: 12px;
  line-height: 1.4;
}

.totals2 .lyoness-box .lyoness-info
{
  letter-spacing: -1px;
  position: relative;
  top: -6px;
}

.lyoness-box:hover
{
  background: #efefef;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  
}

.lyoness-box img
{
  float: left;
  margin-right: 10px;
  width: 91px;
  height: 57px;
}

.lyoness-box p
{
  color: #000;
  font-weight: normal;
  margin: 0px;
}

.lyoness-box .lyoness-info
{
  font-weight: bold;
  cursor: pointer;
}

.lyoness-box .lyoness-info.green
{
  color: green;
}

.lyoness-box .lyoness-info:hover
{
  text-decoration: underline;
}

.lyoness-underlay
{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(255,255,255,0.7);
  z-index: 1000;
  display: none;
}

.layoness-content
{
  width: 710px;
  height: 410px;
  background: white;
  margin: 100px auto;
  
  -moz-box-shadow:    3px 3px 3px 3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.4);
  box-shadow:         3px 3px 3px 3px rgba(0,0,0,0.4);
  
}

.layoness-content > .in
{
  padding: 40px;
  text-align: left;
  position: relative;
}

.layoness-content > .in .header
{
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}

.layoness-content > .in p
{
  color: #000;
  line-height: 1.6;
}

.layoness-content p.first
{
  margin-top: 30px;
}

.layoness-content > .in .logo
{
  float: right;
}

.layoness-content label
{
  text-transform: uppercase;
  color: #333;
  margin-top: 20px;
  display: block;
  font-size: 11px;
}

.layoness-content #lyonessID,
.layoness-content #lyonessBirth
{
  width: 350px;
  padding: 10px 10px;
  text-align: center;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
 
 border: 1px solid #ccc;
 outline: 0;
 font-size: 24px; 
}

.layoness-content p.next
{
  margin-top: 40px;
}

.layoness-content p.next a
{
  text-decoration: none;
  color: inherit;
}

.layoness-content p.next a:hover
{
  text-decoration: underline;
}

.layoness-content .tab02
{
  display: none;
}

.layoness-content .regback
{
  position: relative;
  left: 10px;
  cursor: pointer;
}

.layoness-content .regback:hover
{
  text-decoration: underline;
  color: #000; 
}

.layoness-content .xclose
{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 10px;
  height: 10px;
  color: #333;
  cursor: pointer;
}

.addFavorites
{
  cursor: pointer;
  float: right;
  font-size: 17px;
  color: #ea7312;
  position: relative;
  top: -3px;
}

.addFavorites em
{
  font-size: 13px;
  font-style: normal;
  position: relative;
  top: -3px;
}

.addFavorites.active,
.addFavorites:hover
{
  color: red;
  font-size: 24px;
  top: -8px;
}

.mapa a
{
  color: #000;
  text-decoration: none;
  background: url('im/menu-left-li.png') no-repeat 0px 6px;
  display: inline-block;
}

.mapa a:hover
{
  color: #e17a00;
}

.ie8 #wrapper,
.ie8 .detail-wrapper
{
  min-height: 0px;
}

div.doprava_poznamka{
    font-size: 12px; 
    color: rgba(225,116,1,0.49);
    padding-bottom: 5px;
}