﻿/* FeaturedItemList control */
.controlFeaturedItemListMain
{
	float:left;
}

.controlFeaturedItemListTopLeft
{
	width:9px;
	height:27px;
	background: url("App_Themes/Images/FeaturedItemList/Left_top.jpg") no-repeat;
}
.controlFeaturedItemListTextQuantity
{
    font-weight:700;
}

.controlFeaturedItemListTop
{

    height: 17px;
    padding-top:2px;
	background: url("App_Themes/Images/FeaturedItemList/top.jpg") repeat-x;

}

.controlFeaturedItemListTopRight
{
	width:9px;
	height:27px;
	background: url("App_Themes/Images/FeaturedItemList/right_top.jpg") no-repeat;	
}

.controlFeaturedItemListBottomLeft
{
	wdtih:100%;
	height:27px;
	background: url("App_Themes/Images/FeaturedItemList/Left_Bottom.jpg") repeat-x;
}

.controlFeaturedItemListBottom
{
	
	height:27px;
	background: url("App_Themes/Images/FeaturedItemList/Bottom.jpg") repeat-x;
	vertical-align:bottom;
    
    float:left;
}

.controlFeaturedItemListBottomRight
{
	width:9px;
	height:27px;
	background: url("App_Themes/Images/FeaturedItemList/right_Bottom.jpg") no-repeat;	
}

.Spacing
{
    padding-left:15px;
}

.Spacing img
{
    border: none;
}

.controlFeaturedItemListItemB
{
    margin-top: 5px;
    width:150px;
	border-right:dotted 1px #9C9C9C;
	min-height:200px;
    height:auto !important;
    height:200px;

	margin-right:15px;
	padding-left:15px;
}

.controlFeaturedItemListItemBSpacing
{
    margin-top: 5px;
    width:150px;
	border-right:dotted 1px #9C9C9C;
	min-height:200px;
    height:auto !important;
    height:200px;

	margin-right:15px;
	padding-left:15px;
}

.controlFeaturedItemListPrice
{
	color:#C82A29;   /*color: #C82A29;*/
	font-weight:700;
	font-size:20px;
}
.controlFeaturedItemListPrice a
{
    color: #C82A29;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
}

.controlFeaturedItemListPriceSpacing
{
	color:#C82A29; 
	font-weight:700;
	font-size:20px;
	padding-left:15px;
}

.controlFeaturedItemListPriceSpacing a
{
	color:#C82A29; 
	font-weight:700;
	font-size:20px;
    text-decoration: none;
	
}

.controlFeaturedItemListDescription
{
    color: Black;
    font-weight: 700;
    font-size: 10px;
}

.controlFeaturedItemListDescription a
{
    color: Black;
    font-weight: 700;
    font-size: 10px;
    text-decoration: none;
}


.controlFeaturedItemListDescriptionSpacing
{
    color: Black;
    font-weight: 700;
    font-size: 10px;
    	padding-left:15px;

}

.controlFeaturedItemListDescriptionSpacing a
{
    color: Black;
    font-weight: 700;
    font-size: 10px;
    text-decoration: none;
    	

}

.controlFeaturedItemListQuantityBox
{
    margin-left: 8px;
    font-size: xx-small;
    width: 10px;
    border: solid 1px black;
}

.controlFeaturedItemListQuantityBoxSpacing
{
    margin-left: 8px;
    font-size: xx-small;
    width: 10px;
    border: solid 1px black;
    padding-left:15px;
}

.controlFeatureCatalogItemPriceB
{
    color: #838383;
    font-weight: 700;
    font-size: 10px;
}
.controlFeatureCatalogItemPriceBSpacing
{
    color: #838383;
    font-weight: 700;
    font-size: 10px;
    padding-left:15px;
}