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

body
{
  background: #7b0852 url('im/bg.png') fixed;
  text-align: center;
}

a.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: 'open_sansregular', 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.topmenu
{
  width: 1020px;
  margin: 0px auto;
  text-align: right;
  position: relative;
}

div.topmenu div.login
{
  position: absolute;
  top: 0px;
  right: 40px;
  z-index: 250;
  width: 480px;
  height: 290px;
  background: url('im/login-opened.png') no-repeat 100% 0%;
  font-family: 'open_sansregular', 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 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: 14px;
}

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

div.topmenu div.login a
{
  color: #680746;
  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( 133, 10, 88 );
  background-image: -moz-linear-gradient( 90deg, rgb( 133, 10, 88 ) 15.21%, rgb( 103, 7, 69 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 133, 10, 88 ) 15.21%, rgb( 103, 7, 69 ) 100%);
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px rgb( 133, 10, 88 ) solid;
  font-size: 14px;
  position: relative;
  left: 85px;
  margin-top: 5px;
  cursor: pointer;
}

div.topmenu div.login div.inputs button:hover
{
  background-image: -moz-linear-gradient( 90deg, rgb( 103, 7, 69 ) 100%, rgb( 133, 10, 88 ) 15.21% );
  background-image: -webkit-linear-gradient( 90deg, rgb( 103, 7, 69 ) 100%, rgb( 133, 10, 88 ) 15.21% );
  background-color: rgb( 103, 7, 69 );  
}

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

div.topmenu ul
{
  margin: 0px;
  padding:0px;
  margin-right: 41px;
}

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

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: 7px;
  left: 50px;
}

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

#topbar div.cartinfo .badge
{
  position: absolute;
  color: #fff;
  font-weight: bold;
  left: 41px;
  top: 26px;
  width: 14px;
  text-align:center;
  font-size: 11px;
  font-family: 'open_sansregular', sans-serif;
}

#topbar div.cartinfo strong
{
  position: absolute;
  top: 0px;
  left: 70px;
  font-size: 16px;
}

#topbar div.cartinfo div.price
{
  color: #7b0852;
  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: 60px;
  left: 320px;
  width: 380px;
  height: 30px;
  background: url('im/searchbar.png') no-repeat;
}

#topbar div.searchbar input.query
{
  border: none;
  background: none;
  width: 290px;
  height: 20px;
  padding: 5px;
  text-indent: 4px;
}

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

#topbar div.questions
{
  position: absolute;
  top: 31px;
  left: 340px;
  font-family: 'open_sansregular', sans-serif;
  font-size: 16px;
  color: #666666;
  font-size: 14px;
}

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

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

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

#mainmenu
{
  width: 940px;
  height: 56px;
  background: #8d155f url('im/mainmenu-gradient.png') repeat-x 0% 0%;
  text-align: center;
  color: #fff;
  font-family: 'open_sansregular', 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 8px 16px 8px;
}

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

#mainmenu li
{
  display: inline-block;
  background: url('im/mainmenu-separator.png') no-repeat 0% 50%;
}

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

#mainmenu li:first-child
{
  background: 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: 550px;
  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;
  line-height: 1;
}

#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 p
{
  padding-right: 10px;
}

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

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

div.box_quarter a
{
  color: #850958;
  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 strong
{
  display: block;
  font-size: 18px;
  color: #850958;
  font-family: 'open_sansregular', sans-serif;
  text-align: center;
  
  padding: 10px 0px;
  text-transform:uppercase;
  position: relative;
  left: -10px;
}

div.box_third a
{
  color: #850958;
  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: 100%;
}

div.box_full.homepage
{
  margin-bottom: 22px;
}

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

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

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 40px 30px 40px;
  clear: both;
  background: url('im/content-delimiter.jpg') 50% 50% no-repeat;
}

.hometext .news
{
  clear: both;
  margin-bottom: 20px;
  border-bottom: 1px #dddddd solid;
  padding-bottom: 15px;
  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: #850958;
  text-decoration: none;
  font-size: 15px;
  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: 'open_sansregular', sans-serif;
  margin-bottom: 20px;
}

h2 a
{
  color: #222;
}

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

h3 a
{
  color: #222;
}

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


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

.hometext
{
  color: #333333;
  font-family: 'open_sansregular', sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding-top: 15px;
  padding-bottom: 40px;
}

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

#footer
{
  width: 100%;
}

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

#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: 940px;
  margin: 40px auto 0px auto;
  text-align: left;
  color: #d97cb2;
  font-family: 'open_sansregular', sans-serif;
  padding-bottom: 40px;
  position: relative;
}

#footer .pad a
{
  color: #d97cb2;
  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: 'OpenSans-Semibold', sans-serif;
  font-size: 11px;
  color: #999999;
  text-transform:uppercase;
  border-bottom: 1px #dddddd solid;
  margin-bottom: 20px;
}

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

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

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

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

div.sidemenu ul li
{
  font-family: 'open_sansregular', sans-serif;
  font-size: 14px;
  color: #680746;
  border-bottom: 1px #dddddd solid;
  margin: 2px 0px 2px 0px;
  padding: 5px 10px 5px 10px;
}

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

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

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

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

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;
}

div.sidemenu ul li ul li:hover
{
  background-position-x: 0px; 
}

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

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

div.sidemenu .filter
{
  border-top: 6px #ecc5dd solid;
  margin-bottom: 20px;
  font-family: 'open_sansregular', sans-serif;
}

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

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

div.sidemenu .filter .caption
{
  color: #7b0852;
  font-size: 12px;
  font-weight: bold;
  background: url('im/filter-caption-bg.png') no-repeat 5px 14px;
  padding: 10px 0px 0px 20px;
  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: 1px;
  display: inline-block;
  width: 200px;
  height: 21px;
  text-overflow:ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}

div.sidemenu .filter input
{
  position: relative;
  top: 1px;
} 

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

div.categorycontent
{
  width: 700px;
  float: left;
  position: relative;
  left: 20px;
  font-family: 'open_sansregular', 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;
}

.hidden{
	display:none;
}

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: #680746;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}

div.productList
{
  width: 710px;
}

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

div.productItem
{
  width: 222px;
  height: 352px;
  background: url('im/product-box.png') no-repeat 0% 0%;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}

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

div.productItem .flags
{
  position: absolute;
  top: 20px;
  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: 'open_sansbold', sans-serif !important;
  color: #680746;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 270px;
  left: 0px;
  width: 100%;
  height: 80px;
  font-weight: bold;
}

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

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

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

div.productItem a.title strong
{
  
}

div.productItem a.title span
{
  display: block;
  padding-top: 5px;
  color: #222222;
  font-size: 16px;
  font-weight: normal;
}

div.productItem a.image
{
  text-decoration: none;
  display: block;
  font-family: 'open_sansregular', sans-serif;
  color: #680746;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
  height: 210px;
  font-weight: normal;
}


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: rgba(0,0,0,0.7);
  color: #fff;
  z-index: 100;
}

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
{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 0px 20px;
}


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: #680746;
}

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-active.png') 100% 50% no-repeat !important;
}

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:hover div.description
{
  background: none;
}

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;
}

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: 32px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 0px;
  padding-left: 15px;
  margin-bottom: 20px;
}

div.detailcontent div.sidebox
{
  float: left;
  width: 380px;
  position: relative;
  left: 40px;
}

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

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

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

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

div.detailcontent div.addbox span.qty input
{
  padding: 5px 10px;
  color: #333333;
  font-family: 'open_sansregular', sans-serif;
  width: 20px;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px #c7c7c7 solid;
}

div.detailcontent div.addbox button
{
  margin-left: 32px;
  background-color: rgb( 133, 10, 88 );
  background-image: -moz-linear-gradient( 90deg, rgb( 133, 10, 88 ) 15.21%, rgb( 103, 7, 69 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 133, 10, 88 ) 15.21%, rgb( 103, 7, 69 ) 100%);
  padding: 15px 20px;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px rgb( 133, 10, 88 ) solid;
  font-size: 15px;
  min-width: 200px;
  cursor: pointer;
  font-weight: bold;
  width: 200px;
}

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

div.detailcontent div.addbox button:hover
{
  background-color: rgb( 103, 7, 69 );
  background-image: -moz-linear-gradient( 90deg, rgb( 103, 7, 69 ) 100%, rgb( 133, 10, 88 ) 15.21% );
  background-image: -webkit-linear-gradient( 90deg, rgb( 103, 7, 69 ) 100%, rgb( 133, 10, 88 ) 15.21% );
}

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: 'open_sansregular', 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: #680746;
}

div.detailcontent div.advisebar,
div.unicontent div.advisebar
{
  background: #eeeeee;
  padding: 10px;
  text-align: center;
  font-family: 'open_sansregular', 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;
}

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

div.detailcontent div.params
{
  margin-top: 20px;
  padding-left: 10px;
  font-size: 12px;
  color: #666666;
  font-family: 'open_sansregular', 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-top: 5px #f3dcea solid;
  padding: 10px 10px;
  border-bottom: 5px #f3dcea solid;
  position: relative;
  margin-top: 20px;
}

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;
}

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: 'open_sansregular', 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: #680746;
  font-weight: normal;
  font-family: 'open_sansregular', sans-serif;
  margin: 20px 0px;
}

div.unicontent.article h3
{
  font-size: 22px;
  color: #333333;
  font-weight: normal;
  font-family: 'open_sansregular', 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: 'open_sansregular', 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: 'open_sansregular', 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: 'open_sansregular', 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: 'open_sansregular', 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.lostpwd div.maincol
{
  width: 620px;
  float: left;
}

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( 133, 10, 88 ) 15.21%, rgb( 103, 7, 69 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 133, 10, 88 ) 15.21%, rgb( 103, 7, 69 ) 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: 1px rgb( 133, 10, 88 ) solid;

  border-bottom-width: 3px;
  
  font-size: 17px;
  cursor: pointer;
  outline: 0;
}

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

div.unicontent.lostpwd div.maincol button:hover
{
  background-color: rgb( 229, 94, 0 );
  background-image: -moz-linear-gradient( 90deg, rgb( 133, 10, 88 ) 15.21%, rgb( 103, 7, 69 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 133, 10, 88 ) 15.21%, rgb( 103, 7, 69 ) 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.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: 'open_sansregular', 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: 'open_sansregular', 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: 'open_sansregular', 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( 133, 10, 89 );
  background-image: -moz-linear-gradient( 90deg, rgb( 133, 10, 88 ) 15.21%, rgb( 103, 7, 69 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 133, 10, 88 ) 15.21%, rgb( 103, 7, 69 ) 100%);
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px rgb( 133, 10, 88 ) solid;
  font-size: 17px;
  cursor: pointer;
}

div.unicontent.registration div.maincol button:hover
{
  background-color: rgb( 103, 7, 69 );
  background-image: -moz-linear-gradient( 90deg, rgb( 103, 7, 69 ) 100%, rgb( 133, 10, 88 ) 15.21% );
  background-image: -webkit-linear-gradient( 90deg, rgb( 103, 7, 69 ) 100%, rgb( 133, 10, 88 ) 15.21% );  
}

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


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

}

div.unicontent.registration div.sidecol strong
{
  font-family: 'open_sansregular', 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: 'open_sansregular', 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: 'open_sansregular', sans-serif;
  margin-bottom: 20px;
}

div.unicontent div.categorysearch div.textualres a
{
  color: #680746;
  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( 133, 10, 88 );
  background-image: -moz-linear-gradient( 90deg, rgb( 133, 10, 88 ) 15.21%, rgb( 103, 7, 69 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 133, 10, 88 ) 15.21%, rgb( 103, 7, 69 ) 100%);
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px rgb( 133, 10, 88 ) solid;
  font-size: 14px;
  margin-top: 5px;
  cursor: pointer;  
}

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

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

div.inlinesearch .inp1
{
  padding: 5px 10px;
  font-family: 'open_sansregular', 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: 'open_sansregular', 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: #680746;
  font-size: 21px;
  font-family: 'open_sansregular', 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: 'open_sansregular', 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: #7b0852;
}

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 0px;
}

div.cartcontent .row
{
  border: 1px #c7c7c7 solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  height: 120px;
  margin-bottom: 5px;
  clear: both;  
  position: relative;
}

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: 30px;
  padding: 7px;
  border: 1px #c7c7c7 solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: right;
}

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;
}

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: #7b0852;
}

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

div.cartcontent .totals .r1
{
  font-family: 'open_sansregular', 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: 'open_sansregular', 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: #7b0852;
}


.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: 'open_sansregular', 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: 'open_sansregular', 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( 133,10,88 );
  background-image: -moz-linear-gradient( 90deg, rgb( 133, 10, 88 ) 15.21%, rgb( 103, 7, 69 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 133, 10, 88 ) 15.21%, rgb( 103, 7, 69 ) 100%);
  padding: 15px 50px;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px rgb( 133, 10, 88 ) solid;
  font-size: 18px;
  margin-top: 5px;
  cursor: pointer;  
}

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

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

div.unicontent.cart div.maincol div.caption
{
  color: #333333;
  font-size: 17px;
  font-family: 'open_sansregular', 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: 'open_sansregular', 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;
}

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( 133,10,88 );
  background-image: -moz-linear-gradient( 90deg, rgb( 133, 10, 88 ) 15.21%, rgb( 103, 7, 69 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 133, 10, 88 ) 15.21%, rgb( 103, 7, 69 ) 100%);
  padding: 15px 50px;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px rgb( 133, 10, 88 ) solid;
  font-size: 18px;
  margin-top: 5px;
  cursor: pointer;
  display: inline-block;
}

div.unicontent.cart a.continue:hover
{
  background-color: rgb( 103, 7, 69 );
  background-image: -moz-linear-gradient( 90deg, rgb( 103, 7, 69 ) 100%, rgb( 133, 10, 88 ) 15.21% );
  background-image: -webkit-linear-gradient( 90deg, rgb( 103, 7, 69 ) 100%, rgb( 133, 10, 88 ) 15.21% );
}

div.unicontent.cart a.back
{
  position: absolute;
  bottom: 20px;
  left: 25px;
  
  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: 'open_sansregular', 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: #eeeeee;
  border: 1px #e5e5e5 solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  left: -12px;
}

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

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

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

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

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

div.sidecart .item-name
{
  font-family: 'open_sansregular', 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: 'open_sansregular', sans-serif;
  color: #222222;
  font-size: 14px;
  font-weight: bold;
}

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

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

div.sidecart .totals
{
  font-family: 'open_sansregular', 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: #7b0852;
}

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: 40px;
}


div.unicontent.cart div.maincol.step3 div.frmbox
{
  font-size: 12px;
  font-family: 'open_sansregular', 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: 'open_sansregular', 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( 133,10,88 );
  background-image: -moz-linear-gradient( 90deg, rgb( 133, 10, 88 ) 15.21%, rgb( 103, 7, 69 ) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 133, 10, 88 ) 15.21%, rgb( 103, 7, 69 ) 100%);
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px rgb( 133, 10, 88 ) solid;
  font-size: 17px;
  cursor: pointer;
}

div.unicontent.cart div.maincol.step3 button:hover
{
  background-color: rgb( 103, 7, 69 );
  background-image: -moz-linear-gradient( 90deg, rgb( 103, 7, 69 ) 100%, rgb( 133, 10, 88 ) 15.21% );
  background-image: -webkit-linear-gradient( 90deg, rgb( 103, 7, 69 ) 100%, rgb( 133, 10, 88 ) 15.21% );  
}

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: 'open_sansregular', 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;
  background: url('im/arrow-order.png') no-repeat 70px 35px;
  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: 20px;
  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: 'open_sansregular', 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( 254, 254, 254 ) 98.901%);
  background-image: -webkit-linear-gradient( 90deg, rgb( 230, 230, 230 ) 0%, rgb( 254, 254, 254 ) 98.901%);
  padding: 5px 10px;
  border: 1px #c7c7c7 solid;
  /*921d64*/
  font-size: 13px;
  text-decoration: none;
  color: #921d64;
}

div.productListOptions .n .pagination a.num:hover,
div.productListOptions .n .pagination a.num.active
{
   border: 1px #921d64 solid;
   background: #fff;
}

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

div.productListOptions .n .pagination a.next:hover
{
  background-color: rgb( 103, 7, 69 );
  background-image: -moz-linear-gradient( 90deg, rgb( 103, 7, 69 ) 100%, rgb( 133, 10, 88 ) 15.21% );
  background-image: -webkit-linear-gradient( 90deg, rgb( 103, 7, 69 ) 100%, rgb( 133, 10, 88 ) 15.21% );  
}

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

div.categorycontent div.productListOptions a.switchView
{
  display: block;
  height: 28px;
  width: 88px;
  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;
  background: url('im/category-bg.png') no-repeat 50% 100%;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
}

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

div.categorycontent div.innercategories ul li:hover
{
  background: url('im/category-bg.png') no-repeat 50% 0%;
}

div.categorycontent div.innercategories ul li.bg2
{
  background: url('im/category-bg2.png') no-repeat 50% 100%;
}

div.categorycontent div.innercategories ul li.bg2:hover
{
  background: url('im/category-bg2.png') no-repeat 50% 0%;
}

div.categorycontent div.innercategories ul li.bg3
{
  background: url('im/category-bg3.png') no-repeat 50% 100%;
}

div.categorycontent div.innercategories ul li.bg3:hover
{
  background: url('im/category-bg3.png') no-repeat 50% 0%;
}

div.categorycontent div.innercategories ul li.bg4
{
  background: url('im/category-bg4.png') no-repeat 50% 100%;
}

div.categorycontent div.innercategories ul li.bg4:hover
{
  background: url('im/category-bg4.png') no-repeat 50% 0%;
}

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

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

.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;
}


/* iPads (portrait) --------------------------------------------------------- */
@media only screen 
and (max-device-width : 1024px)
and (orientation : portrait) 
{

  div.unicontent.lostpwd div.maincol
  {
    width: 100% !important;
  }

  div.unicontent.lostpwd div.maincol div.frmbox input.large 
  {
    width: calc( 100% - 20px; );
    position: relative;
    z-index: 100;
  }

  div.unicontent.lostpwd div.sidecol
  {
    width: 100%;
    float: none;
  }
  
  div.unicontent.lostpwd div.maincol div.frmbox input.large
  {
    width: calc( 100% - 30px );
  }


  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.unicontent.lostpwd div.maincol
  {
    width: 100% !important;
  }

  div.unicontent.lostpwd div.maincol div.frmbox input.large 
  {
    width: calc( 100% - 20px; );
    position: relative;
    z-index: 100;
  }

  div.unicontent.lostpwd div.sidecol
  {
    width: 100%;
    float: none;
  }
  
  div.unicontent.lostpwd div.maincol div.frmbox input.large
  {
    width: calc( 100% - 30px );
  }
  
  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.unicontent.lostpwd div.maincol
  {
    width: 100% !important;
  }

  div.unicontent.lostpwd div.maincol div.frmbox input.large 
  {
    width: calc( 100% - 20px; );
    position: relative;
    z-index: 100;
  }

  div.unicontent.lostpwd div.sidecol
  {
    width: 100%;
    float: none;
  }
  
  div.unicontent.lostpwd div.maincol div.frmbox input.large
  {
    width: calc( 100% - 30px );
  }
  
  
  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 #8d155f;
    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 : 480px)
and (orientation : portrait) 
{
  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: 170px;
    overflow: hidden;
  }
  
  #topbar a.logo
  {
    left: 10px;
  }
  
  #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%;
  }
  
  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 #8d155f;
    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: #680746;
  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: #680746;
  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: #680746;
  margin-bottom: 20px;
}

.layoness-content > .in p
{
  color: #680746;
  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: #680746; 
}

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


.shippSearch{
widht: calc(100% - 40px);
padding: 20px;
color:#7b0852;
font-size:15px;
font-weight:bold;
	background-color:#ecc5dd;
}

div.doprava_poznamka{
    
    font-size: 14px; 
    color: #7b0852;
    padding-bottom: 15px;
}

strong.doprava_typ_nadpis{
    text-decoration: underline;
}

div.sleva_kupon{
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}

div.sleva_kupon > div:nth-cild(1){
    text-align: right;
}

div.sleva_kupon_info h3{
    color: #7b0852;
}

input.sleva_kupon_input{
    padding: 5px 10px;
    border-radius: 2px;
    border:1px solid #ddd;
    text-align: center;
}

div.sleva_kupon_button{
    color: white;
    background-color: rgb( 133,10,88 );
    background-image: -moz-linear-gradient( 90deg, rgb( 133, 10, 88 ) 15.21%, rgb( 103, 7, 69 ) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb( 133, 10, 88 ) 15.21%, rgb( 103, 7, 69 ) 100%);
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    width: 66px;
    text-align: center;
    display: inline-block;
}

div.sleva_kupon_button:hover{
    
}

.sleva_kupon_form{

    width: 100%;
}

.sleva_kupon_form > *{
    display: inline-block;
}

.sleva_kupon_label{

}
.sleva_kupon_response{
    color: #C41E3A; /* Pantone PMS 200 */
    padding-top: 5px;
}

pre{
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 15px;
    text-align: left;
    white-space: pre-wrap;
}
