.nodesktop {
  display: none;
}

#main {
  background-image: url("/images/trophy-bg.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 40%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#headeroverlayaddress p {
  display: table-cell;
  vertical-align: middle;
  word-spacing: 2px;
  letter-spacing: 1px;
}

#headeroverlayaddress p.nodesktop {
  display: none;
}

#mob-search {
  display: none;
}

#desktop-search {
  width: 99%;
  text-align: right;
  border-bottom: 1px;
}

#menu {
  width:107px;
  float: left;
  background: #31526b;
}

#menu ul {
  list-style-type: none;
}

#menu li {
  width: 95px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 2px;
  border-style: solid;
  background: #528cb5;
  text-align:center;
  font-size: 12px;
  float: right;
  display: table;
  -webkit-border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  border-radius: 8px 0px 0px 8px;
}


#menu li a {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #f0f0f0;
}

#menu li a:hover {
  color: #000;
}

li.selected {
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-left-color: #f0f0f0;
  border-top-color: #f0f0f0;
  border-bottom-color: #f0f0f0;
}

li.unselected {
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-color: #528cb5;
}

div.categorybox {
  width: 168px;
  height: 90px;
  border-style: solid;
  border-width: 2px;
  border-color: #515151;
  margin: 8px;
  float: left;
  display: table;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  background-size:179px 105px;
}

div.categorybox:hover {
  color: #eee;
  text-decoration: underline;
  border-color: #000;
  opacity: 0.75;
}

div.categorytitlebar {
  width: 168px;
  height: 35px;
  font-size: 75%;
  display: table-cell;
  vertical-align: bottom;
}

div.categorytitletext {
  width: 168px;
  background:#515151;
  color: #eee;
  padding: 5px;
  font-size: 85%;
  text-align: right;
  opacity: 0.85;
}

div.productBox {
  width: 168px;
  height: 188px;
  border-style: solid;
  border-width: 2px;
  border-color: #515151;
  margin: 8px;
  float: left;
  display: table;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  cursor:pointer;
}

div.productTitleBar {
  width: 162px;
  font-size: 75%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

div.productBox img {
  padding: 1px;
  width: 166px;
}

div.productTitleText {
  width: 160px;
  background:#515151;
  color: #eee;
  padding: 5px;
  font-size: 85%;
  text-align: right;
  opacity: 0.85;
}

div.productMagOverlay {
  width: 178px;
  height: 203px;
  position: absolute;
  top: 0px;
  left: 0px;
}

div.productTopLeftOverlay {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 60%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 4px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

body {
  background: #31526b;
}
