html, body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #3565A3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

#main {
  height: 100%;
}


#fbFooter {
  height: 61px;
  background-color: #000000;
  background-image: url('../img/redo-menu_02.gif');
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10px;
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
}
#fbToolbar {
  height: 61px;
}

.toolbar-item {
  float: left;
}

#fbToolbarPgNums {
  margin-top: 15px;
}

#cart_text a:link {
  color: #000000;
  text-decoration: underline;
}

#cart_text a:active {
  color: #000000;
  text-decoration: underline;
}
#cart_text a:visited {
  color: #000000;
  text-decoration: underline;
}

.fbPaginationMinor {
  color: #000000;
  margin-left: 3px;
}

#fbContents {
  float: left;
  margin-top: 0px;
  margin-left: 15px;
}

#fbMenu {
  float: right;
  margin: 0px;
}

#altmsg {
  position: absolute;
  background-color: #000000;
  padding: 20px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-align: center;
}
#altmsg:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a.altlink:link {
  color: #FFFFFF;
}

a.altlink:visited {
  color: #DDDDDD;
}

a.altlink:hover {
  color: #FFFFFF;
}
.helptext {
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}


/********* HTML Overlays *********/
.html-overlay {
  position: absolute;
  display: none;
  overflow: hidden;
  height: 507px;
  width: 607px;
  bottom: 50px;
  right: 50px;
}

#viewlist {
}

#signup {
}

#help {
}

#search {
}

#download {
  height: 207px;
  width: 307px;
  right: 200px;
}
#download .html-overlay-content {
  height: 200px;
  width: 300px;
}
#download .html-overlay-shadow {
  height: 202px;
  width: 302px;
}

.html-overlay .html-overlay-content {
  position: absolute;
  left: 2px;
  top: 2px;
  height: 500px;
  width: 600px;
  background: #fff;
  z-index: 2;
}

.html-overlay .html-overlay-shadow {
  position: absolute;
  height: 502px;
  width: 602px;
  background: #000;
  z-index: 1;
}

.html-overlay iframe {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

#help .control-name {
  white-space: nowrap;
  font-weight: bold;
}

#help .icon {
  text-align: center;
}

