﻿/* General tags */
html {
  overflow-x: hidden;
}

body {
  font-family: Tahoma, Verdana, Geneva;
  font-size: 11px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  background-color: #000000;
  background-image: url(/files/system/sanita/background.gif);
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-position: top center; 
  text-align: center;
}

td {
  font-family: Tahoma, Verdana, Geneva;
  font-size: 11px;
}

h1 {
  font-family: Tahoma, Verdana, Geneva;
  font-size: 14px;
  font-weight: bold; 
  text-transform: uppercase;
}

h2 {
  font-family: Tahoma, Verdana, Geneva;
  font-size: 11x;
  font-weight: bold; 
}

a:link {
  color: #b9a076;
  text-decoration: underline;
  font-weight: bold; 
}
a:visited {
  color: #b9a076;
  text-decoration: underline;
  font-weight: bold; 
}
a:hover {
  color: #b9a076;
  text-decoration: underline;
  font-weight: bold; 
}

img{
  border-width:0px;
}

#top {
  width: 975px;
  height: 63px;
  margin-bottom: 25px;
}

#topmenu {
  float: left;
  margin-top: 25px;
}

#toplogo {
  float: right;
  margin-top: 26px;
  margin-right: 23px;
  
}

/* Main */
#mainfooter {
  width: 975px;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  display: block;
  text-align: left;
  background-repeat: no-repeat;
}


#contentarea {
  min-height: 450px;
  padding-bottom: 10px;
}

/* Footer */
#footer {
  color: #7c7c7b;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#footer a {
  color: #7c7c7b;
  text-decoration: none;
  font-weight: normal;
}

/* Drop down menu */ 
#dropHerresko {
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0;
  background-color: #544225;
  background-image: url(/files/system/sanita/topmenu_grad.gif);
  background-repeat: repeat-x;
  margin-left: 0px;
  width: 310px;
}

#dropDamesko {
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0;
  background-color: #544225;
  background-image: url(/files/system/sanita/topmenu_grad.gif);
  background-repeat: repeat-x;
  margin-left: 103px;
  width: 310px;
}

#dropBoernesko {
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0;
  background-color: #544225;
  background-image: url(/files/system/sanita/topmenu_grad.gif);
  background-repeat: repeat-x;
  margin-left: 206px;
  width: 310px;
}


.TopmenuItem {
  cursor: pointer;
  padding: 15px;
}

.TopmenuItem:hover {
  background-color: #736448;
  background-image: url(/files/system/sanita/topmenu_grad_over.gif);
  background-repeat: repeat-x;
}

/* eCom list */

#productlisttools {
  width: 500px;
  margin-left: 50px;
  margin-bottom: 25px;
  text-align: right;
}

#productlist {
  margin-left: 50px;
}

#productlist .sizetext {
  width: 110px; 
  text-align: center
}

#produktlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#productlist li.listitem1 {
  list-style-type: none;
  float: left;
  height: 125px;
  width: 110px;
  margin-right: 65px; /*was 65*/
  cursor: pointer;
  margin-bottom: 10px;
}

#productlist li.listitem2 {
  list-style-type: none;
  float: left;
  height: 125px;
  width: 110px;
  margin-right: 65px; /*was 65*/
  cursor: pointer;
  margin-bottom: 10px;
}

#productlist li.listitem0 {
  list-style-type: none;
  float: left;
  height: 125px;
  width: 110px;
  cursor: pointer;
  margin-bottom: 10px;
}


#productlist .image {
  height: 100px;
  background-color: #212121;
  background-position: bottom left;
  background-repeat: no-repeat;
}

#productlist .imagespacer {
  width: 110px;
  height: 10px;
  background-color: #212121;
  margin-bottom: 2px;
}



/* eCom product presentation */

#producttools {
  width: 465px;
  margin-left: 90px;
  margin-bottom: 25px;
}

#product {
  width: 465px;
  margin-left: 90px;
  background-color: #ffffff;
}

#productText {
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
  margin: 10px;
}
