/* homepage style sheet */
.prodBox {
	/*border-bottom:1px #000 solid;*/ 
	padding:5px;
}

#featRight {
	width:200px;
	float:right; 
	padding:5px; 
	margin:20px 15px 0px 15px; 
}

ul {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; /*added aug 8 07 */
	list-style: none;
	}
	
li {	
	margin-left:-30px;
	margin-bottom:5px;
	list-style-image:url(../../images/sub_nav_arrow.gif);
}	
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
