/*

	RALPH R. SMITH & SON -
	VERSION 1.0 [Hover States - Enhanced Usability]
	
	-----------------------------------------
	
	author: Michel Joanisse
	email: michel.joanisse@mountainmamma.com
	website: http://www.mountainmamma.com
	last updated: February 17th, 2009
	
	-----------------------------------------
	
	CONTENTS ----------
	
	   1.FEATURED BOXES
	   
    -------------------
	Developer NOTES -
	-------------------

/* 1. Featured Boxes
-------------------------------------------------*/
a.featureboxes {cursor:pointer;}
a.featureboxes.selected {cursor:text;}

a.featureboxes#samples:hover span.title,
a.featureboxes#engravings:hover span.title,
a.featureboxes#engravings:hover em,
a.featureboxes#samples:hover em {color:#fff;}

a.featureboxes#samples:hover img,
a.featureboxes#engravings:hover img {border:1px solid #fff;}

a.featureboxes#samples:hover {background:#cf6a99;}
a.featureboxes#engravings:hover {background:#7195a9;}
body#home a.featureboxes#engravings:hover {background:#7195a9 url(../images/featureboxes-engravingscorner_hover.gif) top right no-repeat;}

a.featureboxes#giftbox span.title:hover {text-decoration:underline;cursor:pointer;}















