/**
 * @file
 * Ecommerce featured items styles.
 *
 * @author Shannon M. Rause <shannon.rause@creativeflavor.com>
 * @version $Revision: 1.44 $
 * @version $Name: AEE_2008-08-01_30 $
 * @version $Id: featuredItems.css,v 1.44 2008/04/22 04:39:12 bfinch Exp $
 *
 * These files are copyrighted to Creative Flavor Inc. and are
 * subject to the terms of the applicable Service Agreement.
 */
#featuredItems
{
   
}

#horizontal
{
	border: 1px solid #ccc;
   font-size: 10px;
   margin: 10px 0px;
   overflow: auto;
   background-color: #fff;
   color: #000;
}

.featuredItemTitle
{
   background-color: #E9F2C7;
	padding-left: 5px;
   font-size: 14px;
   color: #00633A;
   font-variant: small-caps;
   border-bottom: 1px solid #ccc;
}

.featuredItemGroup
{
	
}
.featuredItem
{
   float: left;
   margin: 0px;
   padding: 5px;
   margin-right: 5px;
   width: 220px;
}
.featuredItemImg
{
	float: left;
   width: 100px;
   margin-right: 5px;
   text-align: center;
}
.featuredItemImg .img
{
	
}
.featuredItemDetails
{
	float: left;
   width: 100px;
   padding-right: 5px;
   text-align: center;
}
.featuredItemDetails .title
{
	text-align: left;
   padding-bottom: 5px;
}
.featuredItemDetails .price
{
	text-align: center;
   width: 100%;
   padding-bottom: 5px;
}
.featuredItemDetails .button
{
	
}
