/*
   featured.css
   brookestone
   
   Created by Cale Woodley on 2008-10-29.
   Copyright 2008 Webfirm. All rights reserved.

   Featured Item Listing
*/
#featured {
  width: 960px;
  clear: both;
  margin: 0 -15px;
}

#featured li.item {
  float: left;
  display: inline;
  width: 308px;
  height: 72px;
  overflow: hidden;
  padding: 6px 0px 6px 6px;
  margin: 0 2px;
  background: url('../images/core/feature-background.gif') 0 0 no-repeat;
}

#featured li.item-hover {background-position: 0 -84px; cursor: pointer;}

#featured .item-image {
  width: 67px;
  height: 52px;
  border: 2px solid #fff;
  float: left;
  display: inline;
  margin: 5px 8px 0 0;
  text-align: center;
  background: #fff url('../images/core/feature-thumb-placeholder.gif') center center;
  line-height: 52px;
}

#featured .item-image img {vertical-align: middle;}

#featured h2 {
  font-size: 0.9em;
}

#featured p {
  font-size: 0.91em;
  line-height: 1.3em;
  font-family: Arial, Verdana, sans-serif;
}

#featured a {color: #fff;}
#featured a:hover {text-decoration: none;}

#featured p.feature-title { display: block; padding: 2px; border-bottom: 1px solid #009966; background: url(../images/core/feature-title.png) repeat-x bottom; font-size: 1.1em; font-weight: 800; margin-bottom: 4px;}
#featured p.feature-readmore { font-size: 11px;}