/*
 *  bluerectangle.com template page
 */

/*  content  */

#template-content-container {
  min-width: 728px;
  background: #C6BEB4 url(/images/background182.gif) repeat-y right;
  }

#template-content {
        margin-right: 182px;
        border-right: 1px dashed #fff;
  padding: 16px;
  font-size: 14px;
  background: url(/images/warmshadow.gif) repeat-x top;
        }
  #template-content h1 {
    color: #666;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
        margin: 0 0 16px 0;
        padding-bottom: 12px;
        border-bottom: 1px dashed #fff;
        }
  #template-content h2 {
    color: #444;
    font-size: 14px;
        margin: 12px 0 12px 0;
    text-transform: uppercase;
        }

  #template-content .store {
    color: #000;
    font-size: 16px;
    }

  #template-content #store-headline {
    font-weight: 900;
    color: #000;
    }

  #template-content p {
    color: #444;
        margin: 0 0 12px 0;
        }

  #template-content ul {
        margin: 0 0 14px 16px;
        padding: 0;
    }
    #template-content li {
      color: #444;
      font-size: 14px;
        }
  #template-content a {
    color: #222;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
        }
  #template-content a:hover {
    color: #EF582E;
    text-decoration: underline;
        }

  #template-content form {
    margin: 0;
    padding: 0;
    }

  #template-content fieldset {
    font-size: 14px;
    border: 1px dashed #666;
    padding: 16px;
        }
    #template-content legend {
      color: #000;
      font-size: 16px;
      font-weight: bold;
      background-color: #C6BEB4;
        }

/*  ads  */

#template-ads-container {
  float: right;
  margin: 0;
  padding: 16px;
  width: 150px;
  background: url(/images/adshadow.gif) repeat-x top;
  }

.even {
  background-color: #88888b;
  color: #fff;
}