/* Body */

body {
  background: #ffffff;
}

body a:link, a:visited {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  margin: 0px 0px 0px 20px;
}


p {
  margin: 10px 10px 10px 10px;
  font-size: 14px;
}

p a:link, a:visited {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  margin: 0px;
  color: #008080;
}

p a:hover {
  color: #808080;
}

img {
  border: 0px;
}

form {
  margin: 0px 10px 0px 10px;
}

table {
  margin: 0px 0px 0px 10px;
}

h1 {
  font-size: 16px;
  font-family: sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #008080;
  margin: 5px 5px 15px 5px;
}

h2 {
  font-size: 14px;
  font-family: sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #000000;
  margin: 10px 10px 10px 10px;
}

h3 {
  font-size: 14px;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  margin: 5px 5px 15px 10px;
}

h5 {
  font-size: 8px;
  font-family: sans-serif;
  font-weight: bold;
  color: #000000;
}

/* Menus */

#menubar {
  position: absolute;
  left: 25px;
  height: 20px;
  width: 600px;
  text-align: left;
}

#menubar ul {
  margin: 0px;
  list-style: none;
}

#menubar li {
  display: inline;
}

#menubar a {
  margin: 0px 5px 0px 5px;
  text-transform: lowercase;
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
}

#menubar a:hover {
  text-decoration: underline;
}

/* Containers */

#shopwindow {
  position: absolute;
  top: 40px;
  left: 30px;
  width: 900px;
  text-align: left;
  font-size: 9pt;
  color: #000000;
  font-family: sans-serif;
  background: transparent;
  border: 0px;
  padding: 0px;
}

#panel {
  float: right;
  width: 750px;
  margin: 10px 0px 10px 0px;
  color: black;
  background-color: transparent;
  border: 0px;
  padding: 5px 0px 5px 10px;
}

#sizetable {
  float: right;
}

#sizetable td {
  color: #000000;
  background: #c0c0c0;
  font-size: 9pt;
  font-style: normal;
}

#sizetable th {
  color: #ffffff;
  background: #008080;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
}

#displaytable {
  margin: 20px 0px 0px 0px;
}

#displaytable td {
  border: 0px;
  text-align: center;
  vertical-align: top;
  background: transparent;
  width: 170px;
  height: 175px;
}

.itempicturer {
  float: right;
  margin: 0px 0px 0px 5px;
  padding: 0px;
}

.itempicturel {
  float: left;
  margin: 10px 5px 0px 0px;
  padding: 0px;
}

.itemthumb {
  border: 1px solid #008080;
}

#basket {
  position: absolute;
  top: 5px;
  left: 850px;
}

#itemdisplay {
  position: absolute;
  top: 120px;
  left: 120px;
  width: 620px;
  text-align: left;
  background-color: #e1e1e1;
  border: 2px solid #008080;
  padding: 0px 0px 5px 0px;
}

#copyright {
  width: 900px;
  text-align: center;
}

