
li {
list-style:none;
}

body {
margin:0 0 0 0;
background:#fff;
color: #494949;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

#wrapper {
width: 800px;
min-height: 500px;
}

#header {
width:800px;
height:111px;
padding-top: 0px;
background: no-repeat url(images/header.gif);
}

#footer {
width:800px;
height:50px;
padding-top: 0px;
background: no-repeat url(images/footer.gif);
}

h1 {
  margin: 0px;
}

h1 span {
  display: none;
}

.nav {
  width:798px;
  border: solid 1px #55A1D5;
  margin-top: 2px;
  margin-bottom: 2px;
  text-align:center;
  padding: 2px 0 2px 0;
}

#middle {
  width:779px;
  min-height: 600px;
  border: solid 1px #55A1D5;
  padding: 20px 10px 7px 9px;
  line-height: 13px;
  clear: both;
}

#Detail {
  width:798px;
  border: solid 1px #55A1D5;
  margin: 0 0 0 0;
  padding:0 0 0 0;
  line-height: 13px;
    min-height: 462px;
}

.LeftDetail {
  width:442px;
  float: left;
  text-align: left;
}

.RightDetail {
  width:342px;
  padding-top: 60px;
  float: right;
  text-align: left;
}

.middleLeft {
  width:567px;
  padding-right: 10px;
  float: left;
  text-align: left;
clear: both;
}

.middleLeftAbout {
  width:567px;
  padding-right: 10px;
  float: left;
  text-align: left;
}

.middleRight {
  width:155px;
  float: right;
  border-left: solid 1px;
  border-left-color: #B5111B;
  padding-left: 16px;
  text-align: left;
}

a img {
border: none;
}

.grayTitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-transform:uppercase;
color: #494949;
}

.bigGrayTitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
text-transform:uppercase;
color: #494949;
font-weight: bold;
}

.bigBlueTitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
text-transform:uppercase;
color: #55A1D5;
font-weight: bold;
margin-left: 10px;
}

.bigRedTitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
text-transform:uppercase;
color: #B5111B;
font-weight: bold;
margin-left: 10px;
}

.WebGemsTitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
text-transform:uppercase;
color: #003768;
font-weight: bold;
margin-left: 10px;
}

sup {
font-size: 8px;
}

.join {
width: 71px;
height: 22px;
border: none;
}

input {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

option {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

select {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}


.terms {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: left;
}

.terms a {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #B5111B;
text-decoration: none;
}

.terms a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #B5111B;
text-decoration: underline;
}

a {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #B5111B;
text-decoration: none;
}

a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #B5111B;
text-decoration: underline;
}

.catalog {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #003768;
}

.webgems {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #B5111B;
}

/*
 popup.js
*/
div.popup {
  width: 600px;
  heigh:400px;
  border: 1px solid #55A1D5;
  background-color: #fff;
  /* The following properties should not be changed */
  position: absolute;
  padding: 10px 10px 10px 10px;
}

#popup_overlay {
  background-color: #000;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

span.popup_link, a.popup_link {
  cursor: pointer;
  border-bottom: 1px dotted;
}

.popup_draghandle {
  cursor: move;
}

