body 
{
    margin-left:0px;
}

.home_products 
{
    background-color:#faf5e4;
    clear:both;
    width:610px;
    height:405px;
}

.home_product 
{
    font-family: Verdana;
    float:left;
    display:inline;
    width:32%;
    height:100%;
    position:relative;
    padding-top:20px;
}

.home_product_image 
{
}

.home_product_copy 
{
    padding-left:12px;
    padding-top:6px;
    padding-right:6px;
}

.home_product_name 
{
    font-weight:bolder;
    font-size:12px;
    color:#996600;
}

.home_product_description 
{
    color:#996600;
    font-size:10px;
} 

.home_product_purchase 
{
    color:#666633;
    text-transform: uppercase;
    font-weight: bolder;
    font-size:10px;
    padding-left:12px;
    vertical-align:bottom;
    padding-bottom:30px;
    position:absolute;
    bottom:30px;
}
.home_product_price 
{
        position: relative;
        top: 20px;
	padding-bottom:13px;
	vertical-align:bottom;
}

.home_product_addtocart
{
        position: relative;
        top: 15px;
}

.home_product_divider 
{
    background-image:url(images/product_divider.gif);
    background-repeat:no-repeat;
    display:inline;
    float:left;
}

.home_reco
{
	background-color:#e7bb51;
	width:602px;
	clear:both;
	position:relative;
}

.home_reco_left
{
	background-image:url(../images/home_reco_left.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.home_reco_right
{
	background-image:url(../images/home_reco_right.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:388px;
}

.home_reco_middle
{
	padding-left:12px;
	padding-right:10px;
}

.home_reco_top
{
	background-image:url(../images/home_reco_top.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	clear:both;
	position:relative;
	width:100%
}

.home_reco_top_title
{
	padding-left:18px;
	padding-top:30px;
	display:inline;
	float:left;
}

.home_reco_top_flower
{
	position:absolute;
	right:0px;
	display:inline;
	text-align:right;
	float:right;
}

.home_reco_content
{
    padding-top:9px;
}

.home_reco_product
{
	position:relative;
	width:100%;
	clear:both;
}

 #holiday.home_reco_product
{
    height:125px;
}

#brownie.home_reco_product 
{  
    height:168px;
}
.home_reco_product_image
{
	width:236px;
	display:inline;
	position:relative;
	float:left; 
}

.home_reco_product_details
{
	font-family:Verdana;
	color:#996600;
	width:320px;
	margin-left:236px;
}

#holiday .home_reco_product_details
{
    padding-top:19px;
}

#brownie .home_reco_product_details
{
    padding-top:51px;
}

.home_reco_product_name
{
	font-size:12px;
	font-weight:bolder;
}

.home_reco_product_description
{
	font-size:11px;
}
#holiday .home_reco_product_description
{
    padding-bottom:14px;
}

#brownie .home_reco_product_description
{
    padding-bottom:22px;
}

.home_reco_product_price
{
    color:#666633;
    font-family:Verdana;
    font-weight:bolder;
    font-size:16px;
}

.small_price_text
{
    color:#666633;
    font-weight:normal;
    font-size:11px;
}
    
.home_reco_bottom
{
	background-image:url(../images/home_reco_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:328px;
}


