@import url(reset.css);

body {
  background-color: #121212;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
}

h1 {
  font-size: 30px;
  color: #666;
  text-transform: uppercase;
}

h2 {
  font-size: 24px;
  border-bottom: 1px dotted #cca300;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 12px;
  font-weight: bold;
}

.clear {
  clear: both;
}

strong {
  font-weight: bold;
}

p {
  position: relative;
  margin: 10px 0px;
  line-height: 15px;
}

.small {
	font-size: 10px;
}

textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

.headingSupplemental,
.dateDisplay {
  color: #666;
  font-size: 9px;
  text-transform: uppercase;
}

#headerContainer {
  background: transparent url(../images/header-background.gif) no-repeat center;
  padding: 15px;
}

#header {
  width: 820px;
  margin: 0px auto;
}

#logoContainer,
#bannerContainer {
  display: inline;
}

#mainContainer {
  border-bottom: 1px solid #fc0;
  border-top: 1px solid #fc0;
  min-width: 850px;
  background: transparent url(../images/content-background.gif) repeat-y center;
}

.hasSidebar {
  background-image: url(../images/content-background-sidebar.gif) !important;
}

#main {
  width: 820px;
  margin: 0px auto;
}

#primaryNavContainer {
  display: inline;
  float: left;
}

  #primaryNav {
    width: 192px;
    margin-bottom: 1px;
  }
  
    #primaryNav li {
      height: 22px;
    }
  
    #primaryNav a {
      display: block;
      padding: 5px;
      text-align: right;
      border-bottom: 1px solid #252525;
      text-decoration: none;
      color: #fc0;
      height: 12px;
    }
  
    #primaryNav a:hover {
      background-color: #252525;
      color: #fff;
    }

#contentContainer {
  float: right;
  width: 628px;
}

  #content {
    padding: 15px;
  }
  
  .hasSidebar #content {
    margin-right: 180px;
  }

  #sidebarContainer {
    width: 180px;
    float: right;
  }
  
    #sidebar {
      padding: 15px;
    }
    
      #sidebar p {
        font-size: 9px;
        line-height: 10px;
      }

#footerContainer {
  width: 820px;
  margin: 0px auto;
}

#footer {
  text-align: center;
  color: #fff;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 12px;
  padding: 5px 0px;
}

#footer a {
  color: #666;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

.saleControls {
  float: right;
}

  .saleControls form {
    display: inline;
  }

  .saleControls #horseId {
    vertical-align: top;
  }

.saleItem {
  border: 1px solid #666;
  width: 596px;
  margin-top: 15px;
  background-color:#fff;
}

  .saleItem .saleItemHeading {
    padding: 5px;
    font-size: 16px;
    color: #fff;
    background-color: #666;
  }
  
  .saleItem .saleImages {
    float: right;
    margin: 5px 0px 5px 5px;
  }
  
    .saleItem .saleImages img {
      border: 1px solid #666;
    }
    
    .saleItem .saleImages .saleThumbnailList {
      margin-top: 3px;
      width: 165px;
    }
    
    .saleItem .saleImages .saleThumbnailList li {
      display: inline;
      margin-right: 5px;
    }
    
      .saleItem .saleImages .saleThumbnailList li a {
      }
  
  .saleItem .saleDetail,
  .saleItem .saleDescription {
    margin: 5px;
  }

  .hasImages .saleDetail,
  .hasImages .saleDescription {
    margin-right: 180px;
  }

  .saleItem .saleDetail {
    font-size: 14px;
  }
    
    .saleItem .saleDetail .saleDetailHeading {
      font-size: 10px;
      color: #666;
      text-transform: uppercase;
    }
  
  .saleItem .saleDescription {
    font-size: 10px;
    line-height: 10px;
  }
  
    .saleItem .saleDescription p {
      margin: 0px;
    }

    
.errorMessages {
  list-style-type: decimal;
  border: 1px solid #c00;
  background-color: #fcc;
  color: #c00;
  padding: 5px;
}

  .errorMessages li {
    margin-left: 25px;
  }
  
.formRow {
	 clear: both;
	 margin: 10px 0px;
}

  label.mainLabel {
    display: block;
    float: left;
    clear: left;
    width: 65px;
    margin-right: 10px;
    padding-top: 3px;
  }
  
  .fieldList {
    margin-left: 75px;
  }
  
.dataTable,
.dataTable th,
.dataTable td {
  border: 1px solid #fc0;
  border-collapse: collapse;
}

  .dataTable th,
  .dataTable td {
    padding: 5px 10px;
  }

  .dataTable th {
    background-color: #fc0;
    font-weight: bold;
  }
  
.picright {float: right; display: block; padding: 0; border: solid 1px #999; margin-left:10px; background-color:#fff;}
.picright p {padding: 5px; font-weight: strong; margin: 0; line-height: 1.0em; color: #666;}
.clear {clear:both;}

.made_at_equibreed { width: 200px; margin: 1em 0 !important; }
.made_at_equibreed a { color: #1f2977; font: normal 1em/1.5em Arial, Helvetica, sans-serif; text-decoration:none; font-weight: bold; }
