* {margin:0;padding:0;} /* Default margin and padding can depend on the browser */

body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  margin: 5px 0 0 0;
  text-align: center; /* fix IE */
}

img {
  border: none;
}

label {
  font-weight: bold;
}

ul {
  margin-bottom: 0.5em;
}

li {
  margin-left: 1.5em;
}

pre {
  font-size : 1.2em;
}

#wholebody {
  width:900px;
  margin:0 auto;
  text-align: left; /* IE Hack */
}

#topmenu {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

#topmenu li {
  display: inline;
  font-weight: bold;
}

#header {
}

#content {
  margin-bottom: 10px;
  margin-right: 5px;
/*  padding: 0 10px 10px 10px; */
  float: right;
  width: 680px;
}

#footer {
  text-align: center;
  font-size: 11px;
  clear:both;
}

.hide {
  display: none;
}

.inline {
  display: inline;
}

.small {
  font-size:10px;
  font-weight: normal;
}

.center {
  text-align: center;
}

.submit {
}

.floatright {
  float: right;
}

.fullwidth {
  width: 100%;
}

/* menu */
#menu {
  float:left;
  width: 200px;
}

#menu a {
  display: block;
}

#menu li {
  height: 130%; /* IE fix */
  list-style-type: none;
}

#menu dt {
  font-weight: bold;
  padding-left: 10px;
}

/* submenu */

#menu dd {
  font-size: 90%;
}

form {
  display: inline;
}

.form th {
  text-align: right;
  vertical-align: top;
}

.form td {
  padding-bottom: 10px;
}

.errorlist {
  font-size: 1.1em;
  color : red;
  font-weight: bold;
}

.form ul, .errorlist li {
  list-style-type: none;
  text-align: left;
}

#productheader {
  background-color: lightgrey;
  margin-bottom: 10px;
}

#productheader table {
  width: 100%;
}

#productheader td {
  vertical-align: top;
}

.productlist {
  text-align: center;
}

.productlist a {
  font-weight: bold;
}

.productlist table {
  width: 100%;
}

.productlist td {
  vertical-align: bottom;
  padding-bottom: 20px;
  padding-left: 5px;
}

.productpictures {
  margin-top : 10px;
  width: 100%; 
}

.productpictures td {
  width: 150px;
  text-align: center;
}

.productdetail {
  background-color: lightgrey;
}

.productdetail table {
  border: 0px;
  width: 100%;
}

.productdetail td {
  vertical-align: top;
}

.productdetail form {
  clear: both;
}

.productcaption {
  text-align: center;
  vertical-align: top;
  background-color: white;
}

.productprice {
  font-size: 2em;
  font-weight: bold;
}

.producttradeprice {
  font-size: 1.2em;
  font-weight: bold;
}

.productcountry {
  font-size: 1.2em;
  font-weight: bold;
}

#cartheader {
  background-color: lightgrey;
}

.cartcontent {
  background-color: lightgrey;
}

.cartcontent td {
  vertical-align: top;
  width: 100%;
}

#customerheader {
  background-color: lightgrey;
}

#pagecontent {
  border: 1px solid lightgrey;
}


