
body, input, select
{
  margin: 0;
}

h2
{
  font-size: 20px;
  line-height: 1.3em;
}

a
{
 color: #4040b0;
  text-decoration: none;
}

a:visited
{
  color: #4040b0;
}


.redtext
{
  color: red;
}

div#page
{
  margin: 0px auto;
  padding: 0px;

  max-width: 1200px;  
}

div.topband
{
  background-color: #eee;
}

div.toppanel
{
  max-width: 960px;
  margin: 0 auto;
}

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;  
}

ul.menu li a
{
  display: block;
  text-decoration: none;
  color: white;
}

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;
}

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;
}

/*
div#footerband
{
  clear: both;
  float: none;  
  text-align: center;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 2px 0;
  background-color: #0f0f0f;
  color: #aaa;
}
*/

div#footerband  a
{
  color: #ccc;
}

/*---------------------------*/

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;
 }
}

/* --------------- */

input, select
{
  font-size: 12px;
  
  border: 1px solid #aaa;
  margin: 1px;  
  padding-bottom: 2px;
  padding-top: 1px;
  
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 2px;
}
  
  
}

input:hover, select:hover
{
  border-color: #5070a0;
}

input.num {
  text-align: right;
}

textarea
{
  font-family: 'Verdana', 'Sans-serif', 'sans', sans-serif;
  font-size: 12px;
}

/* ---------------- */

div.product-prices
{
  float: left;
  overflow: hidden;
  
  margin: 8px 0;  
}

span.product-price-disc
{
  color: red;
}

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;
}
