/* search results */
#search-results-header {
  padding: 5px 0px;
}

#search-results-header h2 {
  color: #000;
}

#search-results-main a.item-title-link,
#search-results-main a.item-title-link:hover,
#search-results-main a.preview-product,
#search-results-main a.preview-product:hover {
  color: #000;
}

.header-cell {
  background: #EBF3F9;
  color: #999;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 0px;
  text-align: center;
  vertical-align: top;
}

.header-cell a {
  color: #333;
  font-size: 12px;  
}

.header-cell a:hover {
  text-decoration: underline;
}

.table-cell {
  border-bottom: 1px solid #EEE;
  font-size: 13px;
  padding: 4px 0px;
}

.sortind {
  color: #333;
  font-size: 9px;
  padding-left: 6px;
}

.product-link {
  color: #999;
  text-decoration: none;
}

.product-link:hover {
  text-decoration: underline;
}

.result-link {
  font-family: arial, sans-serif;
  color: #FF7700;
}

.help-message {
  padding: 10px 0px;
}

.price-font {
  color: #FF7700;
  font-weight: bold;
}

.group-title-bar1,
.group-title-bar2 {
  padding: 3px 0px;
}

.group-title-bar1 {
  border-bottom: 4px solid  #FC0;
}

.group-title-bar2 {
  border-bottom: 4px solid #5DBA7C;
}

.lowdose-col {
  padding-right: 10px;
  width: 25%;
}

.highdose-col {
  width: 75%;
}

#product-profile {
  width: 100%;  
}

#product-profile-name a {
  color: #000;
}

#product-profile-info {
  padding: 5px 0px;
}

.product-profile-fl {
  font-weight: bold;
  width: 100px;
}

.list-count {
  color: #999;
}

#search-help {
  color: #777;
  padding: 2px 0px;
}

#search-help a {
  color: #666;
  text-decoration: underline;
}
