html, body {
  background-image: url(../images/topbg.png);
  background-repeat: repeat-x;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #575757;
}

input, textarea {
  font-family: verdana, sans-serif;
}

a {
  color: #2E7DC6;
  text-decoration: underline;
}
a:visited {
  color: #1A5694;
}
a:hover {
  color: #145B9E;
}

p {
  line-height: 16px;
}

h1 {
  font-family: arial, sans-serif;
  font-size: 17pt;
  color: #3A3A3A;
}
  h1.pagehead {
    background-image: url(../images/h1bg.gif);
    background-repeat: no-repeat;
    height: 40px;
    margin: 0 0 10px 0px;
    padding: 13px 0 0 20px;
  }
#outwrapper {
  background-image: url(../images/footerbg.png);
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 0px;
}
#wrapper {
  background-color: #FFF;
  width: 950px; /* Layout Width */
}

#header {
  background-image: url(../images/topbg.png);
  background-repeat: repeat-x;
  height: 100px;
  padding-top: 18px;
}
  #logo {
    background-image: url(../images/headertop.gif);
    background-repeat: no-repeat;
    width: 650px;
    height: 45px;
  }
  #headertop {
    background-image: url(../images/headertop.gif);
    background-repeat: no-repeat;
    height: 45px;
  }
#topsearch {
  float: right;
  position: relative;
  top: -110px;
  right: 15px;
  width: 260px;
  text-align: right;
  color: #9C9C9C;
}
  #topsearch form {
    margin-top: 5px;
  }
  #mainnav {
    height: 53px;
   /* margin: 20px 0 0 0;*/
  }
  #header a.mainnav {
    height: 39px;
    width: 120px;
    text-align: center;
    margin: 11px 0 0 0;
    padding: 8px 0 0 0;
    display: block;
    float: left;
    color: #FFF;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
    font-family: arial, sans-serif;
    background-image: url(../images/maintab.png);
    background-repeat: no-repeat;
  }
  #header a.mainnav.selected {
    background-image: url(../images/maintabselected.png);
  }
  #loginbars {
    float: right;
    text-align: right;
    width: 280px;
    margin: 10px 0px 0 0;
  }
#ocwrapper {
  border-right: 270px solid #FFF; /* Rightsidebar Width (1/3) */
  /* Rightsidebar Background Colour */
  background-color: #FFF;
  margin-bottom: -10px;
}

#content {
  margin-right: 12px;
  overflow: overflow;
  padding: 0 15px 0 0;
}

#rightsidebar {
  margin-right: -270px; /* Rightsidebar Width (2/3)*/
  width: 260px; /* Rightsidebar Width (3/3)*/
}

#footer {
  background-image: url(../images/footerblock.gif);
  background-repeat: no-repeat;
  height: 88px;
  border: 0;
  padding: 0;
  margin: 45px 0 0 0;
  color: #B7B7B7;
  font-size: 11px;
  text-align: center;
  padding-top: 15px;
  line-height: 18px;
}
  #footer a {
    color: #8ABEEE;
  }

.cat-minus, .cat-plus {
  margin-left: 5px;
  float: left;
  padding-right: 5px;
}

#subcat h2 {
  font-size: 14px;
  margin: 12px 0 5px 5px;
}
  .desc-line .desc {
    margin-left: 50px;
  }

.module-head {
  height: 26px;
  background-image: url(../images/module-head.gif);
  color: #FFF;
  font-size: 17px;
  font-weight: bold;
  font-family: arial, sans-serif;
  padding: 7px 0 0 35px;
}
.module-body {
  background-image: url(../images/module-body.gif);
  background-repeat: repeat-y;
  padding: 5px 5px 1px 5px;
  text-align: center;
}
.module-bottom {
  background-image: url(../images/module-bottom.gif);
  height: 5px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
}

div.tabcontenttop {
  background-image: url(../images/tabpanel-top.gif);
  width: 608px;
  height: 11px;
  margin: 0;
  clear: both;
  position: relative;
  z-index: 0 !important;
}
div.tabcontentstyle {
  width: 558px;
  background-image: url(../images/tabpanel-bg.gif);
  background-repeat: repeat-y;
  border: 0;
  padding: 8px 25px 0 25px;
  margin: -5px 0 0 0;
  color: #444;
}
div.tabcontentbottom {
  background-image: url(../images/tabpanel-bottom.gif);
  background-repeat: no-repeat;
  height: 21px;
  margin-top: -12px;
}
  div.tabcontentbottom p {
    margin-bottom: 10px;
  }
ul.shadetabs {
  position: relative;
  top: 1px;
  left: 5px;
  z-index: 999 !important;
}
ul.shadetabs li {
  background-image: url(../images/tabpanel-non.gif);
  width: 105px;
  height: 38px;
  display: block;
  float: left;
  z-index: 1000 !important;
  margin-right: 7px;
}
  ul.shadetabs li.selected {
    background-image: url(../images/tabpanel-selected.gif);
  }
  ul.shadetabs li a {
    z-index: 1002 !important;
    background: none;
    border: 0 !important; 
    display: block;
    text-align: center;
    padding: 8px 0 0 0;
    font-family: arial, sans-serif;
    font-size: 17px;
    color: #4D5155 !important;
  }
    ul.shadetabs li a:hover {
      text-decoration: none;
    }
  ul.shadetabs li.selected a {
    color: #FFF !important;
    z-index: 1002 !important;
  }

td.label {
  font-weight: bold;
  padding-right: 10px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

div.tab_search {
  margin: -5px auto;
  width: 450px;
}

div.breadcrumb {
  font-size: 11px;
  color: #9F9F9F;
  margin: 0 0 10px 10px;
}
  div.breadcrumb span.selected {
    color: #3A3A3A;
    font-weight: bold;
  }

table.listing_profile {
  width: 90%;
}
  table.listing_profile td.image {
    width: 30%;
    padding-right: 15px;
  }
  table.listing_profile td.details {
    width: 70%
  }
table.detail_page_top {

}
  table.detail_page_top td.image {
    padding-right: 25px;
  }
  table.detail_page_top td.details {
    padding-right: 25px;
  }
  table.detail_page_top td.buttons {
    text-align: center;
  }
span.h3 {
  font-weight: bold;
  font-family: arial, sans-serif;
  font-size: 16px;
}

#newfooter {
  background-image: url(../images/footerbg.png);
  background-repeat: repeat-x;
  height: 119px;
  position: fixed;
  top: 190px;
}

a.listing_title {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  font-family: arial, sans-serif;
}
table.listing_profile div.buttons {
  text-align: right;
  margin-top: 10px;
}

img.sep {
  margin: 15px auto;
}
div.pager {
  margin: 15px 0 15px 0px;
}
div.pager.top {
  background-image: url(../images/pager-top-bg.gif);
  background-repeat: no-repeat;
  height: 43px;
  margin-top: -10px;
}
  div.pager.bottom {
  }
  div.pager.top .showing {
    float: left;
    margin: 16px 5px 0 25px;
  }
  div.pager.bottom .showing {
    float: left;
    margin: 9px 5px 0 25px;
  }
  div.pager img.refine {
    margin-top: 2px;
    float: left;
  }
  div.pager.top div.page_select {
    float: right;
    margin: 15px 25px 0 0;
  }
  div.pager.bottom div.page_select {
    float: right;
    margin: 9px 25px 0 0;
    //margin-top: 6px;
  }
    div.pager div.page_select select {
      top: -3px;
      //top: 0px;
      position: relative;
    }
div.pager.bottom {
  background-image: url(../images/pager-bottom-bg.gif);
  background-repeat: no-repeat;
  height: 31px;
}

div.listing_free {
  font-size: 11px;
  margin: 5px 0 20px 180px;
  line-height: 15px;
}

/********************************************
 * Global Elements
 ********************************************/
.shadowtop, .shadowbottom {
  height: 0px;
  font-size: 1px;
  display: inline-block;
  display: block;
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 0px;
  height: 0px;
  font-size: 1px;
}
.shadowtop {
  background: none;
}
.shadowbottom {
  background: none;
}
.shadowleft {
  background: none;
}
.shadowright {
  background: none;
}
.shadowtopleft {
  float: left;
  background: none;
}
.shadowtopright {
  float: right;
  background: none;
}
.shadowbottomleft {
  float: left;
  background: none;
}
.shadowbottomright {
  float: right;
  background: nonet;
}

#tags {
  width: 540px;
  margin: 10px 0px 0px 0px;
}

