
/*	Featured Products (Home Page) */

#featuredProducts				{ width: 100%; table-layout: fixed; border-collapse: separate; border-top: 1px dotted #808080; border-bottom: 1px dotted #808080; }
#featuredProducts td				{ padding: 5px; text-align: center !important; vertical-align: bottom; }
#featuredProducts td:hover				{ padding: 5px; text-align: center !important; vertical-align: bottom; }
#featuredProducts img			{ border: 0px solid red; }
.featuredPhotoGrid				{ text-align: center !important; width: 100px; height: 100px; margin: auto auto auto auto; background: #FFFFFF; }

.featuredText					{ font: normal 8pt verdana !important; height: 40px; background: #FFFFFF; }
.featuredPrice					{ clear: both !important; font: normal 10pt verdana; margin-bottom: 20px; background-color: #DEC69C; }	
.featuredPrice a:link				{ font: bold 10pt verdana; color: #0000FF}
.featuredPrice a:visited			{ font: bold 10pt verdana; color: #0000FF; }
.featuredPrice a:hover			{ font: bold 10pt verdana; color: red; background: yellow; }