/* CSS container for Product Spotlight */

.FeaturedItemWrapper 
{
    height:600px;
    width:850px;
}
/* Box style */
.IBox  {
    height:194px;
    width: 200px;
    margin-top:0px;
    background-image: url(/cbo_template/ProductSpotlight_Background.gif);
    text-align:center;
}

.IBoxTitle 
{
    font-size:larger;
    color:black;
    font-weight:bold;
}

.IBoxName  {
    height:46px;
    width: 190px;
    margin-top:4px;
    margin-left:4px;
    text-align:center;
    vertical-align: middle;
    overflow:hidden;
    font-size:x-small;
    font-weight:bold;
    color:black;   
}
.IBoxName a:active
{
    color: #000080;
    text-decoration: none;
}
.IBoxName a:link
{
    color: #000080;
    text-decoration: none;
}
.IBoxName a:visited
{
    color: #333366;
}
.IBoxName a:hover
{
    color: #FF0000;
    text-decoration: none;
}

.IBoxPrice  {    
    margin-top:0px;
    text-align:center;
    font-weight:bold;
    color:black;
    font-size:x-small;
}
.IBoxPriceMSRP 
{
    font-weight:normal;
}

.IBoxPriceSale 
{
    color:#CC0000;    
}

.IBoxImage {
    height:100px;
    width: 179px;
    margin-top:2px;
    padding-left:8px;
    display: table-cell;
    text-align:center;
    vertical-align: middle;
 }

<!--[if lt IE 9]><style>

.IBoxImage {
	display: block;
	line-height: 0.6;
}

.IBoxImage span {
	display: inline-block;
	height: 100%;
	width: 1px;
}
</style><![endif]-->

<!--[if lt IE 8]><style>
.IBoxImage {
	display: block;
	line-height: 0.6;
}

.IBoxImage span {
	display: inline-block;
	height: 100%;
	width: 1px;
}
</style><![endif]-->
