/* By default, brand-specific CSS files import the corresponding CSS document
 * from /brands/default/css and then use !important styles to override colors.
 * To maintain styles not related to brand colors, look for the file in
 * /brands/default/css.
 * 6/29/2009 - EAK
 */ 
@import url('/brands/default/css/find.css');
h3								{ color: #1C3F94 !important; }
.homeInfoH2						{ color: #1C3F94 !important; }
.MHCInfoH2 a					{ color: #1C3F94 !important; }
.errBox h6						{ color: #1C3F94 !important; }
.location a						{ color: #1C3F94 !important; }
.addFavorite					{ background-image: url(/brands/schult/images/find/lnk_add.png) !important; }
.detailsAddFavorite				{ background-image: url(/brands/schult/images/find/lnk_add.png) !important; }
.remFavorite					{ background-image: url(/brands/schult/images/find/lnk_remove.png) !important; }

