@import url(luna_core.css);

.adlink .column {
  margin-right: 10px;
  width: 45%;
  float: left;
}

.adlink .full {
  width: 90%;
}

.adlink .column .image {
  text-align: right;
  margin-bottom: 1em;
}

.adlink .column .image img {
  border: solid 1px #5b3a05;
  padding: 10px;
}

.adlink .column .content-left {
  margin-left: 10px;
  text-align: right;
}

.adlink .column .content-left h4 {
  padding: 5px;
  font-size: 110%;
  font-weight: bold;
}

.adlink .column .content-right {
  margin-left: 10px;
}

.adlink .column .content-right h4 {
  font-size: 8pt;
  font-family: Arial;
  font-weight: lighter;
}

.add_form label {
  font-weight: bold;
  font-size: 13px;
  font-family: Arial;
  color: #5B3A05;
  display: block;
}

.add_form * .input_error {
  background-color: red;
  color: white;
  float: left;
}

.add_form * .error_message {
  float: right;
  text-align: right;
  font-weight: bold;
  text-transform: capitalize;
  font-family: Arial;
  margin-top: -1em;
  font-size: 85%;
}

.add_form input.text {
  border: 1px solid #5B3A05;
  width: 365px;
  margin-bottom: 10px;
  display: block;
}

.add_form div.price_options {
  height: 20px;
  text-align: center;
  margin: 26px 20px 26px 0;
}

.add_form input.text_long:before {
  clear: both;
}
.add_form input.text_long {
  border: 1px solid #5B3A05;
  width: 760px;
  margin-bottom: 10px;
  display: block;
}
.add_form input.text_long:after {
  clear: both;
}

.add_form .taller {
  height: 50px;
}

.add_form .column_left {
  padding: 0;
  margin-right: 20px;
  width: 370px;
  float: left;
}
.add_form .column_right {
  padding: 0;
  margin: 0;
  width: 370px;
  float: left;
}

.add_form h2 {
  width: 750px;
  background-color: #FBEABF;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #5B3A05;
  text-align: left;
  display: block;
  font-size: 100%;
  margin-bottom: 10px;
  margin-top: 40px;
}

.add_form textarea,
.add_form select {
  border: 1px solid #5B3A05;
  width: 365px;
  height: 150px;
  margin-bottom: 10px;
}
.add_form textarea.conditions {
  height: 59px;
}
.add_form select.thin {
  height: 20px;
}

.subcategories {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 150%;
  font-weight: bolder;
  text-transform: uppercase;
  font-family: Times New Roman;
}

.category-bread-crumbs {
  float: left;
  margin-left: 30px;
  vertical-align: top;
}

.category-search-bar
{
  float: left;
  margin-right: 20px;
}

input.text,
select.text
{
  border: 1px solid black;
  width: 125px;
}

input.button {
  border: 0;
  background-color: #febf56;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px 5px 2px 5px;
  margin-left: 3px;
}

.float-right {
  float: right;
}

.google-header-ads {
  text-align: center;
  margin-bottom: 0;
  vertical-align: middle;
  padding: 5px 0 5px 0;
  border-left: 1px solid #663300;
  border-right: 1px solid #663300;
}

body {
  margin: 0px;
  width: 802px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial,Helvetica;
  font-weight: normal;
  background-color: #FFFFFF;
  color: #5B3A05;
  text-align: left;
}

h1 {
  font-size: 18pt;
  font-family: Helvetica;
  font-weight: lighter;
}

h2 {
  font-size: 14pt;
  font-family: Helvetica;
  font-weight: lighter;
  margin: 0px;
  padding: 0px;
}

h3 {
  font-size: 12pt;
  font-family: Helvetica;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

h4 {
  font-size: 8pt;
  font-family: Arial;
  font-weight: lighter;
  margin: 0px;
  padding: 0px;
}

h5 {
  font-size: 7pt;
  font-family: Arial;
  font-weight: lighter;
  margin: 0px;
  padding: 0px;
}

.hr {
  margin: 0px;
  border: 0px;
  border-bottom: 1px solid #663300;
  height: 1px;
  width: 802px;
  line-height: 1px;
  font-size: 1px;
}

.adTop {
  text-align: center;
  margin: 15px;
}

.header {
  margin: 0;
  border: 0;
  padding: 0;
  text-align: right;
  width: 100%;
}

.header .search {
  font-size: x-small;
  font-family: Arial,Helvetica;
  font-weight: normal;
  font-style: normal;
  margin: 0px;
  text-align: right;
  vertical-align: middle;
  border: 0;
  white-space: nowrap;
}

.menu {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  width: 800px;
  background-image: url(http://dev.eaglestar.net/images/eaglestar_menu_band.gif);
  background-repeat: repeat-x;
  font-family: Arial;
  font-size: x-small;
  height: 26px;
  border-left: 1px solid #663300;
  border-right: 1px solid #663300;
  overflow: hidden;
}

.signedIn {
  line-height: 13px;
}

.signedOut {
  line-height: 26px;
}

.adLeft {
  float: left;
  width: 203px;
  margin: 0;
  padding: 5px 10px 10px 5px;
  text-align: left;
}

.adLeft .hr {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 203px;
}

.aboutAdLeft {
  padding-top: 15px;
  width: 140px;
  text-align: center;
}

.newsletterContent {
  float: left;
  width: 581px;
  margin: 0px;
  padding: 10px;
  padding-bottom: 20px;
  text-align: left;
  border-right: 1px solid #663300;
  font-size: 10pt;
}

.adLeft .latest {
  margin: 0px;
  margin-left: 100px;
  padding: 0px;
  text-align: right;
}

.contentRight {
  float: right;
  width: 550px;
  margin: 0px;
  padding: 5px 10px 10px 20px;
  border-left: 1px solid #663300;
}

.newsletterIndex {
  float: right;
  width: 180px;
  margin: 0px;
  padding: 10px;
  text-align: left;
  font-size: 10pt;
}

.contentRight .hr {
  width: 550px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bannerInfo {
  margin: 20px;
  width: 350px;
  border: 1px solid #663300;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}

.bannerInfo .header {
  width: 350px;
  position: relative;
  left: -10px;
  top: -10px;
  background-color: #FBEABF;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #663300;
}

.aboutContentRight {
  width: 613px;
  font-size: 10pt;
}

.aboutContentRight h3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 14pt;
  text-align: left;
}

.contentRight .listing {
  margin: 0px;
  padding: 8px;
  border: 1px solid #5B3A05;
  width: 162px;
  height: 174px;
  font-family: Arial MT,Arial,Helvetica;
  font-size: 10px;
  font-weight: bold;
  overflow: hidden;
}

.contentRight .listing a:link { color: #003333; font-weight: 900; font-size: 8pt; }
.contentRight .listing a:visited { color: #CC6633; font-weight: 900; font-size: 8pt; }
.contentRight .listing a:hover { color: #993300; font-weight: 900; font-size: 8pt; }
.contentRight img { vertical-align: center; }

.contentRight .featured {
  margin: 0px;
  margin-left: 200px;
  text-align: right;
}

.landDirectory {
  margin: 0px;
  margin-bottom: 20px;
  vertical-align: bottom;
  border: 0px;
  border-top: 1px solid #663300;
  border-bottom: 1px solid #663300;
  background-color: #FBEABE;
  padding: 15px;
  text-align: left;
}

.contentBottom {
  border: 0px;
  margin: 0px;
  padding: 0px;
  float: left;
  vertical-align: bottom;
  text-align: left;
  width: 800px;
}

.borderLeft {
  border-left: 1px solid #663300;
}

.whiteBackground {
  background-color: white;
}

.categoryBackground {
  background-color: #FBEABF;
}

.borderRight {
  border-right: 1px solid #663300;
}

.subcat_links {
    font-weight:normal; 
    font-face:Arial MT,Arial,Helvetica; 
    font-size:11; 
    text-decoration:none;
}  

.g-head_links {
    font-color:white; 
    font-face:Tahoma,Arial,Helvetica; 
    font-size:12; 
    text-decoration:none;
}

.topic-header {
    font-family : Utopia,Arial MT,Arial,Helvetica;
    font-size   : 18pt;
}

.copy {
    font-family : Arial MT,Arial,Helvetica;
    font-size   : 8pt;
}

.listing-header {color:#151B54;font-family:Arial MT,Arial,Helvetica;}
a.listing-header:link {color:#003333}
a.listing-header:visited {color:#CC6633}
a.listing-header:hover {color:#993300}

.category-listing {color:#003333;font-family:Arial,Helvetica;font-size:9pt;font-weight:bold}
a.category-listing:link {color:#003333}
a.category-listing:visited {color:#CC6633}
a.category-listing:hover {color:#993300}

.title-linked {color:#003333;font-family:Arial,Helvetica}
a.title-linked:link {color: #003333}
a.title-linked:visited {color:#CC6633}
a.title-linked:hover {color:#993300}

.menu_links {font-color:white; font-face:Arial MT,Arial,Helvetica; font-size:10; text-decoration:none;} 
a.menu_links:link {color:white} 
a.menu_links:visited {color:white} 
a.menu_links:hover {color:white} 

.category_links {
    font-weight:bold; 
    font-face:Arial MT,Arial,Helvetica; 
    font-size:12; 
    color:#003333;
    text-decoration:none;
} 

a.category_links:link { color:#003333; }
a.category_links:visited { color:#CC6633; }
a.category_links:hover { color:#993300; }

a:link {color:#7F6B4A;  text-decoration:none;}
a:visited {color:#7F6B4A;  text-decoration:none;}
a:hover {color:#CF2609;  text-decoration:none;}

.form {
  vertical-align: top;
  text-align: left;
  border: 0;
  font-family: Arial,Helvetica;
  font-size: small;
}

.search {
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
  border: 0px;
}

.searchBottom {
  text-align: center;
  font-size: 10pt;
  font-family: Helvetica;
}

.search .header {
  width: 750px;
  background-color: #FBEABF;
  border: 1px solid #663300;
  padding: 10px;
  text-align: left;
}

.search .data {
  width: 750px;
  border: 1px solid #663300;
  border-top: 0;
  padding: 10px;
  text-align: center;
}

.form .header {
  width: 760px;
  background-color: #FBEABF;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #663300;
  text-align: left;
}

.form .headerLink {
  width: 603px;
  background-color: #FBEABF;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #663300;
  text-align: left;
}

.form .headerDetailed {
  width: 540px;
  background-color: #FBEABF;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #663300;
  text-align: left;
  margin-bottom: 10px;
}

.detailed {
  font-size: 11pt;
}

.detailed .table {
  margin: 0;
  padding: 0;
  border: 1px solid #663300;
  border-top: 0;
  border-left: 0;
}

.login {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 550px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.loginSuccess {
  border: 1px solid #663300;
  padding: 10px;
}

.login a {
  font-style: italic;
}

.login .table {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.form .data {
  width: 750px;
  border: 1px solid #663300;
  border-top: 0;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
  margin-bottom: 15px;
}

.noMargin {
  margin: 0px;
}

.form_description {
  font-size: 8pt;
}

.termsOfUse {
  width: 500px;
  height: 200px;
  overflow: scroll;
  border: 1px solid black;
  text-align: center;
  font-family: Arial,Helvetica;
  font-size: small;
}

.content {
  margin-right: auto;
  margin-left: auto;
  width: 770px;
  border: 1px solid #663300;
  border-top: 0px;
  padding: 15px;
  padding-top: 10px;
  vertical-align: top;
  font-size: 10pt;
}

.content .contactData {
  width: 500px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.content .contactData .hr {
  width: 504px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-bottom: 1px solid #663300;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.content .learn-more {
  font-size: 11pt;
}

.content .learn-more i {
  font-weight: bold;
}

.content .hr {
  width: 800px;
  border: 0;
  border-bottom: 1px solid #663300;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  left: -15px;
}

.content .hrPictureFrame {
  width: 750px;
  border: 0;
  border-bottom: 1px solid #663300;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.menu a {
  color: white;
}

.menu a:visited {
  color: white;
}

.menu a:hover {
  color: white;
}

.landTerms {
  font-family: Helvetica;
  font-size: large;
  font-style: normal;
  font-weight: lighter;
  padding: 10px;
  margin: 0px;
  text-align: center;
}

.landTerms .description {
    margin: 10px;
    padding: 5px;
    border: 1px solid #bbbfa1;
    background: #f8faed;
    overflow: hidden;
    text-align: center;
}

.landTerms .title {
    font: normal 13px tahoma, geneva, verdana, sans-serif;
    margin: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 100%;
    text-align: center;
}

.borderTop{
  border-top: 1px solid #663300;
}

.error {
  font-family: Arial;
  font-size: 12pt;
  color: red;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.category {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.category .header {
  float: left;
  width: 800px;
  background-color: #D2BC8D;
  text-align: center;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  margin: 0;
}

.category .header .title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 150%;
  font-weight: bold;
}

.category .crumbs {
  text-align: left;
  margin: 0px;
  margin-left: 40px;
}

.category .header h1 {
  font-size: 24pt;
  font-family: Arial;
  font-weight: bold;
}

.category .header h2 {
  font-size: 18pt;
  font-family: Arial;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.category .header .search {
  background-color: #FBEABF;
  white-space: nowrap;
  padding: 5px;
  font-size: 9pt;
}

.category .adSpace {
  float: left;
  width: 180px;
  margin: 0;
  padding: 5px 10px 10px 5px;
  font-weight: normal;
  font-family: Arial;
  text-align: left;
  border-top: 1px solid #663300;
}

.category .adSpace .hr {
  width: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.category .catlinks {
  float: right;
  width: 584px;
  margin: 0;
  padding: 20px 10px 10px 10px;
  font-family: Arial;
  text-align: left;
}

.category .catlinks .hr {
  width: 584px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.category .catlinks .searchbar {
  width: 594px;
  position: relative;
  top: -20px;
  left: -10px;
  background-color: #003366;
  padding: 5px;
  color: #FFFFFF;
  text-align: center;
}

.about {
  width: 500px;
  border: 1px solid #663300;
  text-align: left;
  padding: 10px;
  margin: 20px;
  font-size: small;
}

.about .title {
  width: 500px;
  border: 1px solid #663300;
  background-color: #FBEABE;
  font-weight: bold;
  font-size: small;
  padding: 10px;
  margin: 0px;
  position: relative;
  left: -11px;
  top: -11px;
}

.openTop{
  border-bottom: 0;
}

.openBottom {
  border-bottom: 0;
}

.closeBottom {
  border-bottom: 1px solid;
}

.closeTop {
  border-top: 1px solid;
}

.modify_success_message {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}

.message {
  font-size: large;
  text-align: center;
  font-style: lighter;
}

.clear-float {
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

.tooltip-info {
  border: 1px solid black;
  background-color: #febf56;
  display: block;
  width: 200px;
  margin-top: 20px;
  padding: 5px;
  color: black;
}
.tooltip-info ul {
  padding-left: 15px;
}

