
body {
  margin: 0px;
  margin-top: 2px;
  text-align: center;
  padding: 0px;
  background-color: #242424;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

#header {
  width: 100%;
  height: 150px;
  text-align: left;
  color: #105289;
  background: #fff url('images/bg_header.png') 0 0 repeat-x;
}

#header img {
  float: left;
  margin-top: 25px;
  margin-left: 10%;
}

#header2 {
  float: left;
  margin-left: 20px;
  padding-top:40px;
  height:64px;
  width:200px;
  font-size: 15px;
}

#menu {
  width: 100%;
  height:61px;
  line-height: 61px;
  text-align: center;
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: url('images/bg_menu.png') 0 0 repeat-x;
}
      
#menu a {
  display: inline-block;
  height: 61px;
  width: 80px;
  margin-right: 10px;
  color: #ccc;
  text-decoration: none;
  border-top: 1px solid #fff;
}
      
#menu a:hover {
  color: #fff;
  font-style: normal;
  border-top: 1px solid #fff;
  background-color: #000;
}
      
#submenuDisplay {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#submenuDisplay a {
  display: inline-block;
  height: 61px;
  width: 80px;
  margin-right: 10px;
  color: #ccc;
  text-decoration: none;
  border-top: 1px solid #fff;
}

#submenuDisplay a:hover {
  color: #fff;
  border-top: 1px solid #fff;
  background-color: #000;
}
      
      #contentbg {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        text-align: center;
        width: 80%;
        background-color: #000;
        border: 2px outset #999;
        
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        -khtml-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
      }
      
      #contentHeader {
        width: 100%;
        height: 40px;
        color: #fff;
        text-align: left;
        font-size: 15px;
        font-style: italic;
        font-weight: bold;
        line-height: 40px;
        border-bottom: 1px solid #fff;
      }
      
      #content {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 15px;
        padding-bottom: 1px;
        width: 99.5%;
        background: #fff;
        
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        -khtml-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
      }
      
      #footer {
        width: 100%;
        margin-top: 5px;
        color: #fff;
        font-size: 12px;
        border-top: 1px solid #fff;
      }
      
#clearBoth {
  clear: both;
  width: 0px;
  height: 0px;
  margin: 0px;
}

/*********/
/* Links */
/*********/
a {
  color: #0066cc;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #000;
  font-style: italic;
}

/* Login Script */
.login {
  float: right;
  text-align: right;
  margin-right: 10%;
  font-size: 10px;
}

.login h3 {
  text-align: right;
  padding: 2px;
  margin: 0px;
}

.login label {
  display: inline-block;
  width: 90px;
  text-align: right;
}

.loginInput {
  width: 120px;
}

#registerLink {
  display: none;
}

/* Profile */
#profile {
  width: 100%;
}

#profile td {
  height: 50px;
  padding: 5px;
  border: thin dashed #000;
  background-color: #fff;
}

#profile .profileLabel {
  width: 100px;
  text-align: right;
}

/************/
/* Products */
/************/

.productThumb {
  display: block;
  margin-left: 10px;
  text-align: left;
}

.productThumb a:hover {
  color: #0B3B0B;
}

.productThumb img {
  display: none;
}

.productPrice {
  display: none;
}

#productPrice {
  display: none;
}

/* Page Numbers */
.pagenumber {
  background-color:#404040;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #000;
  margin: 2px;
}

.pagenumber:hover {
  background-color: #000;
}

/* Ratings */
#gameRating {
  display: block;
}

#ratingImageStar {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/cms/images/rating/star16.png') no-repeat;
}

#ratingImageStar:hover {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/cms/images/rating/starGlow16.png') no-repeat;
}

#ratingImageStarEmpty {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/cms/images/rating/starEmpty16.png') no-repeat;
}

#ratingImageStarEmpty:hover {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/cms/images/rating/starGlow16.png') no-repeat;
}


/* Control Panel */
.divControlPanel {
  display: none;
}