/* 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/details.css');
h3						{ color: #1C3F94 !important; }
.navTab ul li			{ background-image: url(/brands/schult/images/find/tab_reg_state.png) !important; }
.navTab ul li.active	{ background-image: url(/brands/schult/images/find/tab_ovr_state.png) !important; }
.navTab ul li.active a	{ color: #1C3F94 !important; }
.modH2					{ color: #1C3F94 !important; }
.featListH2				{ color: #1C3F94 !important; }

