﻿
h1 span.capitalise {
  text-transform: capitalize;
}
  
  
.totalActiveUsers 
{
  margin: 0 0px 8px;
  font-size: 18px;
}



p.showAll, p.paging {
  padding: 2em 0 0 0;
  clear: both;
}
#brandTags-addTag fieldset {
  border: none;
  padding: 0;
}

#brandTags-addTag fieldset legend {
  display: none;
}

ul#brandThumbnails {
  list-style:none;
  margin: 0; padding: 0;
}

ul#brandThumbnails li {
  width: 100px;
  text-align: center;
  margin: 0 1em 1em 0;
  float: left;
}

  ul#brandThumbnails li div.brandLogo {
    margin: 0 0 .4em 0;
  }
  
#suggest 
{
  list-style:none;
  margin: 0; padding: 0;
  top: 33px; left: 8px;
  border: solid 1px #ccc;
  border-top: none;
  width: 305px;
  position: absolute;
  z-index: 90;
}

  #search ul.hide { display: none; }

  #suggest li {
    font-size: 18px;
    background-color: white;
    color: black;
    padding: 0 0 0 .3em;
    cursor: pointer;
  }
  
  #suggest li.hover,
  #suggest li.selected{
    color: White;
    background-color: Black;
  }

#header #suggest
{
  left: 0;
  top: 24px;
  z-index: 1000;
  border-top: solid 1px #ccc;
  width: auto;
  min-width: 209px;
  _width: 209px;
}

#header #suggest li
{
  font-size: 14px;
  padding: 3px 6px;
}
  
#similarResults {
  margin-top: 5em;
}

  #similarResults ul {
    list-style: none;
    margin: 0; padding: 0;
  }
  
  #similarResults ul li {
    margin: 0 1em .4em 0;
    /*float: left;
    line-height: 14px;*/
  }
  
  #similarResults h2 span.notice {
    color: Red;
  }
  
/*  
div.sidebar h2, div.sidebar h3 {
  margin: 28px 0 8px 0;
}
*/

div.sidebar div.module {
}

span.unselectedFemale, span.unselectedMale {
  color: rgb(84,102,10);
}

.subtitle span.unselected {
  color: #7BD017;
}

div.brandProfileAdd h2 {
  margin-bottom: 4px;
}

#searchFilter {
  font-size: 14px;
  border-bottom: solid 1px #eee;
  padding-bottom: 14px;
  margin-bottom: 28px;
}

  #searchFilter a {
    text-decoration: none;
  }
  
  #searchFilter a.unselected, .subtitle a.unselected {
    font-weight: bold;
    color: #7BD017;
    text-decoration: none;
  }
  
    #searchFilter a.unselected:hover, .subtitle a.unselected:hover {
      color: black;
      text-decoration: line-through;
      background-color: Transparent;
    }
    
  #searchFilter span.dot {
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
  }
    
span.numberTotal {
  color: #ccc;
}

.subtitle span.numberTotal {
  font-size: 14px;
}
.ie6 .slogan {
  width:140px;
}
