
.container-homepage-featureBox {
	width: 174px; /* + 10 each side with padding */ /* plus 1px border */
	height: 140px;
	margin-right: 20px;

	/*padding: 10px;*/
	
	float: left;
		-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	border:1px solid #CCC;
	
	background: #f4f6f5;
	
	background-image: url(../images/homepage/new-boxes_bg_grad.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	
	position: relative;
}

.featureBoxImage {
background-repeat: no-repeat;
}


/* id layout style */
.top {
}

/* layout 01 heading */

.top h5 {
	padding: 5px 10px 5px 10px;
	top: 25px;
}

.top a {
	padding-left: 10px;
	position: absolute;
	bottom: 5px;
}

.top .featureBoxImage {
	width: 174px;
	height: 65px;
	
	/* topleft */
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	
	/* top right */
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}





.bottom h5 {
	padding: 5px 10px 5px 10px;
}

.bottom a {
	padding-left: 10px;

}

.bottom .featureBoxImage {
	width: 174px;
	height: 75px;
	
	position: absolute;
	bottom: -2px;
	
	/* topleft */
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	
	/* top right */
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;

}

/*
.bottom .learn_more { position: relative; line-height:24px;}
*/
.bottom .learn_more { position: absolute; bottom: 5px;}






.left h5 {
	padding: 5px 10px 5px 60px;

	
}

.left a {
	position: absolute;
	bottom: 5px;
	margin-left: 60px;

}

.left .featureBoxImage {
	width: 60px;
	height: 125px;

	
	position: absolute;
	left: 0px;
	
	/* topleft */
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	
	/* bottom left */
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}


.right h5 {
	width: 110px;
	padding: 5px 5px 5px 10px;

	
}

.right a {
	position: absolute;
	bottom: 5px;
	margin-left: 10px;

}

.right .featureBoxImage {
	width: 60px;
	height: 125px;

	
	position: absolute;
	right: 0px;
	
	/* topleft */
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	
	/* bottom left */
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.last { margin-right: 0px; }
