
/* Homepage boxes */
.featured-box 
{
	border:2px #fdb927 dotted;
	text-align:center;
	width: 160px;
	/*height: 260px;*/
	padding: 10px;
	background:white;
	display:block;
	margin-bottom: 10px;
}
.favorite-box {
	background: url('/images/template/favorite.gif') no-repeat top center;
	padding-top: 50px;
	}
.new-box {
	background: url('/images/template/new.gif') no-repeat top center;
	padding-top: 50px;
	}
.greatunknown-box {
	background: url('/images/template/greatunknown.gif') no-repeat top center;
	padding-top: 70px;
	}
.gift-box {
	background: url('/images/template/gift.gif') no-repeat top center;
	padding-top: 50px;
	}
	
.greatfoodwassentto {
	background: url('/images/template/greatfoodwassentto.gif') no-repeat;
	margin-bottom: 10px;
	padding:10px;
	height: 108px;
	width: 160px;
	border:2px #762A85 dotted;
	}
.greatfoodwassentto p {
	font-family: Verdana, Arial, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-align:left;
	padding: 45px 80px 5px 4px;
	}

#greatunknown-box .feature-image {
	margin: 65px 0px 5px 0px;
	max-width: 150px;
	height: 115px;
	}
#banner {
	color:#762A85;
	font-weight:bold;
	margin:0;
	font-size: 1.2em;
	line-height: 1.2em;
	border-bottom: 1px solid #fdb927;
	padding: 0px;
}


.feature-info 
{
	vertical-align:bottom;
	/*height:150px;*/
}
.feature-image {
	max-width: 150px;
	height: 140px;
	border:0px;
	margin:10px 0 10px 0;
	}
.feature-name {
	font-family: Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	}
.feature-desc {
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	text-decoration:none;
	}
