/* 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/editBrochure.css');
.instructions h5						{ color:  #1C3F94 !important; }
.favContainer div.box h4 a				{ color: #1C3F94 !important; }
#mhcContainer div.mhcBox h4				{ color: #1C3F94 !important; }
#rightColumnBroch						{ background-image: url(/brands/schult/images/edit_brochure/brochBgTile.jpg) !important; }
#brochure div.box h4					{ color: #1C3F94 !important; }
.addBtn									{ background-image: url(/brands/schult/images/edit_brochure/lnk_add.png) !important; }
.remBtn,
.favContainer div.box .remFavorite,
.favContainer div.mhcBox .remFavorite	{ background-image: url(/brands/schult/images/edit_brochure/rmv_btn.jpg) !important; }
div#brochure .emptyHomeThumbBox			{ background-image: url(/brands/schult/images/edit_brochure/addHome.jpg) !important; }
#brochure div.box						{ background-image: url(/brands/schult/images/edit_brochure/homeBG.jpg) !important; }
.emptyCenterThumbBox					{ background-image: none !important; }
#brochure .mhcBox						{ background-image: url(/brands/schult/images/edit_brochure/mhcBG.jpg) !important; }
#brochure .box .remBtn,
#brochure .mhcBox .remBtn				{ background-image: url(/brands/schult/images/edit_brochure/brochure_rmv_btn.png) !important;\
										  behavior: url(/includes/pngfix.htc); }
.brochRemBtn							{ background-image: url(/brands/schult/images/edit_brochure/brochure_rmv_btn.png) !important;
										  behavior: url(/includes/pngfix.htc); }

