html {
  height: 100%;
  overflow: auto;
}

* html #page {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: #2B72A8;
  text-decoration: none;
}

a:hover {
  color: #6CB6EA;
}

a img {
  border: 0px;
}

body {
  background: #6CB6EA url(images/bg.jpg) repeat-x;
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 100%;
  margin: 0;
  text-align: center;
}

div.clear {
  clear: both;
}

textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

p {
  margin-bottom: 20px;
}

h1 {
  margin-bottom: 20px;
}

.error {
  color: #F00;
}

/* Structure */
#page {
  margin: auto;
  text-align: left;
  width: 940px;
}

#header {
  height: 123px;
  padding: 0 25px;
}

#navigator {
  height: 30px;
  margin-top: -30px;
}

#language {
  color: #FFFFFF;
  display: block;
  float: right;
  padding-left: 75px;
  padding-right: 15px;
}

#language a {
  color: #FFFFFF;
  line-height: 30px;
  text-decoration: none;
  vertical-align: middle;
}

#language a:hover {
  color: #6CB6EA;
}

#menu {
  color: #FFFFFF;
  display: block;
  float: right;
  font-size: 15px;
  height: 30px;
  list-style: none;
  padding: 0;
}

#menu li {
  display: inline;
  float: left;
}

#menu li a {
  color: #FFFFFF;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  text-decoration: none;
  vertical-align: middle;
}

#menu li a:hover {
  background-color: #FFFFFF;
  color: #222222;
  height: 30px;
  line-height: 30px;
}

#main {
  background-color: #FFFFFF;
  padding: 20px 20px 50px;
}

#sidebar {
  float: left;
  width: 190px;
}

#sidemenu {
  list-style: none;
  text-align: center;
}

#sidemenu li {
  margin-bottom: 10px;
}

#content {
  float: right;
  width: 690px;
}

#footer {
  font-size: 13px;
  padding: 5px;
}

table.info td.caption {
  font-weight: bold;
  padding-right: 10px;
  text-align: right;
}

.catalog .category {
  border: #DDDDDD 1px solid;
  margin: 5px;
  padding: 5px 2px;
  width: 320px;
}

.catalog .category img {
  height: 70px;
  vertical-align: middle;
}

.product-listing img {
  max-width: 185px;
}

table.products td {
  border: #DDDDDD 1px solid;
  padding: 5px;
  vertical-align: top;
}

table.products h3 {
  font-size: 13px;
  font-weight: normal;
}

.product .detail {
  margin: 20px 0px;
}

.product .detail table {
  width: 90%;
}

.product .detail h1 {
  margin-bottom: 5px;
}

.product .detail th {
  width: 100px;
}

.product .detail th,
.product .detail td {
  border: 1px #DDDDDD solid;
  padding: 3px 5px;
  vertical-align: top;
}

table.editor th,
table.editor td,
table.result th,
table.result td {
  border: 1px #DDDDDD solid;
  padding: 3px 5px;
  vertical-align: top;
}

table.result .th {
  color: #6CB6EA;
  font-size: 12px;
}

.even {
  background-color: #DDDDDD;
}

.notFound {
  border: 1px #DDDDDD solid;
  padding: 30px;
  text-align: center;
}


table.editor td.caption,
table.search td.caption {
  text-align: right;
  padding-left: 5px;
  padding-right: 5px;
}

input.wide {
  width: 400px;
}

.editor textarea {
  height: 70px;
  width: 400px;
}

.require {
  color: #FF0000;
}

.complete {
  color: #00AA00;
}