
body, input, select, textarea
{
  font-size: 14px;
  
  background-color: #fff;    
  line-height: 1.3em;
}

body, input, select
{
  margin: 0;
}

h1
{
  font-size: 24px;
}

h2
{
  font-size: 20px;
  line-height: 1.3em;
}

h3
{
  font-size: 16px;
}

h4
{
  font-size: 14px;
  font-weight: bold;
}

input, select, textarea
{
  border: 2px solid #808080;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 2px;
}

input
{
  min-height: 20px;
}

select
{
  min-height: 24px;
}

input:focus, select:focus, textarea:focus
{
  -webkit-box-shadow: 0px 0px 1px #7070d0;
  -moz-box-shadow: 0px 0px 1px #7070d0;
  box-shadow: 0px 0px 1px #7070d0;  
  border-color: #7070d0;
}

a
{
  color: #505050;
  text-decoration: none;
}

a:visited
{
  color: #505050;
}

a:hover
{
  color: #e00000;
}

.noscript
{
  position: absolute;
  top: 0;
  border: 2px solid red;
  color: red;
  padding: 0 4px;
  background-color: #ffffa0;
}

.redtext
{
  color: red;
}

.inlineerror
{
  color: red;
}

div.validerrors
{
  border: 1px solid #000 ;
  padding: 5px 5px;
  background-color: #ffff90;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

div.validerrors img
{
  float: left;  
  margin-right: 8px;
}

a.linkbutton
{
  display: inline-block;
  border: 2px solid #808080;
  background-color: #eee;
  padding: 2px 6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  
  background-image: -moz-linear-gradient(center top , #FFF, #CCC);
  background-image: -webkit-linear-gradient(center top , #FFF, #CCC);
  background-image: linear-gradient(center top , #FFF, #CCC);
}

a.linkbutton:hover
{
  background-color: #d0d0d0;
}


a.linkbutton img
{
  vertical-align: middle;
}

a.linkbutton span
{
  vertical-align: middle;
  padding: 0px 4px;
}

input.inputbutton
{
  background-color: #eee;
  
  background-image: -moz-linear-gradient(center top , #FFF, #CCC);
  background-image: -webkit-linear-gradient(center top , #FFF, #CCC);
  background-image: linear-gradient(center top , #FFF, #CCC);  
  
  cursor: pointer;
}

input.inputbutton:hover
{
  background-color: #d0d0d0;
}

input[type=submit]
{
  background-color: #eee;
  border: 2px solid #808080;
  padding: 2px 6px;
  
  background-image: -moz-linear-gradient(center top , #FFF, #CCC);
  background-image: -webkit-linear-gradient(center top , #FFF, #CCC);
  background-image: linear-gradient(center top , #FFF, #CCC);    
}

input[type=submit]:hover
{
  background-color: #d0d0d0;
}


div#page
{
  margin: 0px auto;
  padding: 0px;

  max-width: 1200px;  
}

div.topband
{
  background-color: #eee;
}

div.toppanel
{
  max-width: 960px;
  margin: 0 auto;
}

div#maincontainer
{
  padding: 0px 5px;
}

/* -- menu -- */

ul#fixmenu
{
  display: block;
}

ul.menu
{
  padding: 3px 3px;
  margin:0;
}

ul.menu li
{
  display: inline-block;
  list-style-type: none;
  padding: 0px 10px 0px 10px;
  margin: 3px 3px;
  vertical-align: middle;
  white-space: nowrap;
    
  font-size: 16px;
  
  /*
  border: 1px solid #888;
  width: 80px;
  text-align: center;*/
}

ul.menu li:hover
{
  /*background-color: #bbb;*/
  
}

ul.menu li a
{
  display: block;
  text-decoration: none;
  color: white;
}

ul.menu li a:hover
{
  color: #e00000;
}

ul.menu em
{
  text-decoration: none;
  font-style: normal;
}

li#homepage-icon
{
  padding: 0;
}

li#basket-icon
{
  padding-top: 1px;
  margin: 0;
}

li#basket-icon img
{
  vertical-align: middle;
  padding-bottom: 5px;
  padding-right: 4px;
}

li#basket-icon a
{
  -padding-top: 1px;
}

div#mobmenu
{
  display: none;
}

a#popmenuopen
{
  -display: block;
  -position: absolute;
  -left: 15px;  
  cursor: pointer;
  -margin-top: 9px;
}

a#popmenuopen img
{
  margin: 0;
  padding: 0;
  display: block;
}

a.homepage-link
{
  -display: block;
  
  -position: absolute;
  -left: 78px;
  -top: 6px;  
}

a.basket-link
{
  -display: block;
  
  -position: absolute;
  -left: 136px;
  -top: 6px;  
}

ul#popmenu
{
  display: none;
  position: absolute;
  top: 56px;
  left: 0;
  background-color: #343434;
  width: 100%;
  border-top: 2px solid white;  
  border-bottom: 1px solid #808080;  
  z-index: 10000;
  color: white;
}

ul#popmenu li
{
  display: list-item;
}

ul#popmenu li
{
  /*background-color: red;*/
}


@media(max-width: 600px)
{
  div#mobmenu
  {
  display: block;
 }
   
  ul#fixmenu
  {
    display: none;
  }
  
  div.topband
  {
    height: 60px;
  }  
}

/* ---- */

div.searchpanel
{
  max-width: 960px;
  overflow: hidden;
  margin: 0 auto;
  padding: 3px 0;
}

div.searchpanel select
{
  background: white;
  /*border: 1px solid gray;*/
  height: 22px;
  min-width: 60px;
  max-width: 230px;
}

div.searchpanel-size
{
  float: left;
  overflow: hidden;
  width: 300px;
  padding: 10px;
}

div.searchpanel-size h3
{
  padding: 0;
  margin: 0;
}

div.searchpanel-size div
{
  padding-top: 4px;
}

div.searchpanel-size span
{
  display: inline-block;
  width: 74px;
}

div.searchpanel-cycle
{
  float: left;
  overflow: hidden;
  width: 300px;
  padding: 10px;  
  font-size: 13px;
  position: relative;
}

div.searchpanel-cycle h3
{
  padding: 0;
  margin: 0;
}

div.searchpanel-cycle div
{
  padding-top: 4px;
}

div.searchpanel-cycle span
{
  display: inline-block;
  width: 55px;
}

img#indicator_mkps
{
  position: absolute;
  left: 240px;
  top: 10px;
}

div.searchpanel-text
{
  border: 0px solid red;
  float: left;
  overflow: hidden;
  width: 300px;
  padding: 10px;
  position: relative;
}

div.searchpanel-text h3
{
  padding: 0;
  margin: 0;
}

div.searchpanel-text div
{
  padding-top: 4px;
}

img#indicator_fts
{
  position: absolute;
  left: 240px;
  top: 10px;
}

div.gumimeretselectpanel-sizediv
{
  padding: 0 !important;
}

div.gumimeretselectpanel-linkdiv a
{
  padding-left: 20px;
  padding-right: 20px;
  font-weight: normal;
}

/* ----- */

div#footerband
{
  clear: both;
  float: none;  
  text-align: center;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 2px 0;
  background-color: #343434;
  color: white;
}

div#footerband em
{
  font-style: normal;
}

div#footerband  a
{
  color: #999;
}

/*---------------------------*/

div.prodlist
{
  /*background-color: #ddd;*/
  overflow: hidden;
}

div.prodlist-title
{
  font-weight: bold;
  margin-top: 10px;
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2px 0px;
}

div.prodlist-title img
{
  margin: 0 8px 0 4px;
  vertical-align: middle;
}

div.prodlist-row, div.prodlist-row-selected
{
  overflow: hidden;
  padding: 4px 4px; 
  background-color: white;
  margin: 8px;
  /*border-radius: 4px;*/
  border-bottom: 1px solid #ccc;
}

div.prodlist-row-selected
{
  background-color: #ccc;
}

div.prodlist-left
{
  float: left;
  overflow: hidden;
  width: 60%;
}

div.prodlist-nev
{
  margin-right: 6px;
}

div.prodlist-leir
{
  margin-right: 6px;
}

div.prodlist-center
{
  float: left;
  overflow: hidden;
  width: 14%;
  min-width: 55px;
}

div.prodlist-inquiry
{
  margin-top:10px;
}

div.prodlist-keszletinfo-ok
{
  color: green;
}

div.prodlist-keszletinfo-miss
{
  color: red;
}

div.prodlist-right
{
  float: left;
  overflow: hidden;
  width: 26%;
  position: relative;
  text-align: right;
}


div.prodlist-right div
{
  display: inline-block;
}

@media(max-width: 550px)
{
  div.prodlist-left
   {
    width: 72%;
  }

  div.prodlist-center
  {
    float: none;
    width: 28%;
  }

  div.prodlist-right
   {
    float: none;
    clear: both;
    text-align: left;
  }
}


div.prodlist-row-stripped
{
  /*background-color: #eee;*/
}

a.prodlist-link
{  
  display: block;  
}

div.prodlist-nev
{
}

div.prodlist-leir
{
}

a.prodlist-btn-link
{
  display: block;
  background-color: #ccc;
  text-decoration: none;
  padding: 3px 5px;
  border: 1px solid #bbb;
  position: absolute;
  right: 0;
}

span.prodlist-bear
{
  display: block;
}

span.prodlist-kedvbear
{
  display: block;
}

div.prodlist-keszletimg
{
/*
  float: left;
  overflow: hidden;
  width: 10%;
  min-width: 14px
  text-align: right;
  */
}

div.prodlist-keszletimg img
{
  display: block;
  margin: 0 auto;
}

div.prodlist-header div.prodlist-right
{
  min-height: 0;
}

img.prodlist-brandlogo
{
  margin: 0;
}

div.prodlist-kxtermek
{
  padding-top: 6px;
  clear: both;
  overflow: hidden;  
}

div.prodlist-kxtermek div
{
  font-weight: bold;
  margin-bottom: 3px;
}

div.prodlist-kxtermek img
{
  float:left;
  margin: 0 10px 0 0;
}

/*------------*/

div.result-fitwarn
{
  /*color: #ff0000;*/
  max-width: 450px;
  margin: 10px 10px;
  border: 1px solid #ff3f00;
  padding: 5px 5px;
  background-color: #ffff90;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 3px 3px 3px #c0c0c0;
  -webkit-box-shadow: 3px 3px 3px #c0c0c0;
  box-shadow: 3px 3px 3px #c0c0c0;  
}

div.result-fitwarn img
{
  float: left;
  margin-right: 6px;
}


/*---------------------------*/

div#product-images
{
  display: block;
  overflow: hidden;
  width: 50%;
  min-width: 200px;
  max-width: 500px;
  float: left;
  margin: 0 10px 4px 0;
}

img.product-img
{
  width: 100%;
}

div#product-info
{
  overflow: hidden; 
  margin-top: 20px;
}

@media(max-width: 600px)
{
 div#product-images
  {
    width: auto;
    min-width: 0;
    max-width: none;        
    float: none;
  }
  
  img.product-img
    {    
    display: block;
    margin: 0 auto;    
    -max-height: 300px;
    width: auto;
  }
  
  div#product-info
  {
    width: 100%;
    float: none;
  }
}

div#product-basketblock
{
  overflow: hidden;
  border: 1px solid #808080;
  padding: 4px 4px 8px 4px;
  margin: 8px 0;
  background-color: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;  
}

div#product-basketblock h4
{
  margin: 0;
}

img.product-basketblock-icon
{
  margin: 6px 10px 10px 4px;
  float: left;
  display: block;
}

div#product-basketblock p
{
  margin: 6px;
  display: block;
  overflow: hidden;
}

div.product-prices
{
  float: left;
  overflow: hidden;
  
  margin: 8px 0;  
}

span.product-price-disc
{
  color: red;
}

div.product-basketadd
{
  overflow: hidden;
  clear: both;  
}

div.product-basketadd input
{
  width: 30px;
  height: 20px;
}

div.product-basketadd-info
{
  font-weight: bold;
  margin-bottom: 5px;
}

div.product-sizelist
{
  clear: both;
  margin-top: 28px;
  overflow: hidden;
}

div.product-alterfoto-list
{
  clear: both;
  overflow: hidden;
}

div.product-alterfoto
{
  float: left;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin: 3px 3px 0 0;
}

div.product-alterfoto img
{
  display: block;
  margin: 0 auto;
}

div.product-offerlist
{
  clear: both;
  margin-top: 28px;
  overflow: hidden;
}

div.product-dotinfo
{
  border: 1px solid #404040;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e0e0e0;
  padding: 2px;
  margin: 6px 0;
  overflow: hidden;
}

div.product-dotinfo img
{
  float: left;
  margin: 0 6px 0px 0;
}

div.product-dotinfo div
{
  overflow: hidden;
  display: inline;
}

/*---------------------------*/
   div.product-group
      {
   }
/* --------------------- */

div.masterlist-prod
{  
  width: 240px;
  height: 310px;
  float: left;
  overflow: hidden;
  position: relative;
}

div.masterlist-prod a
{
  display: block;
  overflow: hidden;
}

div.masterlist-prod h3
{
  display: block;
  position: absolute;
  top: 210px;
  margin: 0;
  padding: 0;
}

/* --------------------- */

div#basket-header
{
  overflow: visible;
  margin-bottom: 16px;
}

div#basket-header img
{
  display: inline;
  vertical-align: middle;
  margin-top: 4px;
  margin-right: 4px;
}

div#basket-header h2
{
  vertical-align: middle;
  display: inline;
}


div.basket-row
{
  /*background-color: #eee;*/
  margin: 3px 0;
  padding: 3px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

div.basket-row-left
{
  float: left;
  overflow: hidden;
  width: 58%;
  
}

div.basket-row-left a
{
  display: block;
}

div.basket-row-center
{
  float:left;
  overflow: hidden;
  width: 10%
  min-height: 10px;
}

div.basket-row-right
{
  float: left;
  overflow: hidden;
  width: 30%;
  min-height: 10px;
  
  text-align: right;
}

div.basket-row-right div
{
  
}

div.basket-unitprice
{
}

div.basket-qty
{
  text-align: right;
}

div.basket-rowprice
{
  display: inline-block;
  overflow: hidden;
}

a.basket-remove
{
}

.basket-sumlabel
{
  display: inline-block;
  min-width: 150px;  
}

span.basket-sumnum
{
  display: inline-block;
  min-width: 80px;
  text-align: left;  
}

/*---------------------------*/

div.form-block
{
  margin-bottom: 12px;
}

div.form-block div
{
  margin-bottom: 6px;
}

div.form-block span
{
  display: inline-block;
  min-width: 140px;
}

@media(max-width: 550px)
{
  div.form-block span
  {
   display: block;
   min-width: 0;
 }
 
 div.form-block textarea
  {
   width: 280px;
 }
}

/* --------------- */

textarea.inquiry-message
{
}

div.inquiry-productname h3
{
  margin: 0;
}

div.inquiry-productname h4
{
  margin: 0;
  margin-top: 4px;
}


/* --------------- */

div.link-back
{
  clear: both;
  margin: 14px 0 4px 0;
}

