/* Copyright 2011 Blue Carbon Studios. All Rights Reserved */

@import url(xcs.css);

@media screen, projection {
  div.products {
    margin-bottom: 2em;
  }
  div.products h2 {
    clear: left;
    margin-bottom: 0;
    font-size: 1.077em;
    padding-bottom: 0;
  }
  div.products ul {
    margin: 0 0 13px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
  }
  div.products li {
    width: 50%;
    display: inline;
    float: left;
    margin: 11px 0 .2em 0;
    line-height: 1.4;
    position: relative;
  }
  div.products li.break {
    clear: left;
  }
  div.products li a {
    font-weight: bold;
    line-height: 22px;
  }
  /* IE7 hack */
  *+html div.products li {
    width:49.9%;
  }
  div.products img {
    float: left;
    padding: 0 1em 0 0;
    margin: 5px 0 0 0;
  }
  div.products li p {
    margin: 0 2em 0 3.6em;
    color:#444;
  }
  span.new {
    color: #c00;
    font-family: arial, serif;
    font-size: 10px;
    position: relative;
    top: -0.4em;
  }
  .products .more {
    line-height: 1.1em;
  }
  .products .more a {
    color: #ccc;
    font-size: 0.85em;
    white-space: nowrap;
  }
  .products .more a:hover {
    color: #1111cc;
  }

  p.active {
    font-size: .8em;
  }
 
  /* IE6 fixes */
  * html div.products li {
    width: 49%;
  }
}

@media screen and (max-width: 762px) {
  div.products li {
    float: none;
    width: 100%;
    display: block;
  }
}
