/**
* stylesheet_smartbg.css
*
* CSS Stylesheet for BG Switcher examples
* Smart Backgrounds v2.0.1   Glenn Herbert (gjh42)  2008-03-27
*/


/* Sample stylesheet declarations: */

/*example to set default header bg*/
#headerWrapper {background-image: url(../images/hlavicka.gif);}

/*example to set header bg for listing page in category id 23*/
.smartBG_37 #headerWrapper {background-image: url(../images/smartbg_37.gif);}
.smartBG_12 #headerWrapper {background-image: url(../images/smartbg_12.gif);}
.smartBG_12_238 #headerWrapper {background-image: url(../images/smartbg_12_238.gif);}



/*example to set header bg for shipping & returns page*/
.smartBG_shippinginfo #headerWrapper {background-image: url(../images/smartbg_shippinginfo.gif);}
.smartBG_specials #headerWrapper {background-image: url(../images/smartbg_specials.gif);}
.smartBG_products_new #headerWrapper {background-image: url(../images/smartbg_products_new.gif);}
.smartBG_shopping_cart #headerWrapper {background-image: url(../images/smartbg_shopping_cart.gif);}
.smartBG_contact_us #headerWrapper {background-image: url(../images/smartbg_contact_us.gif);}


/*example to set content bg for ez-page id 5*/
.smartBG_page5 #contentMainWrapper {background-image: url(../images/smartbg_page5.gif);}

/*example to set center column bg for ez-page id 5*/
.smartBG_page5 .centerColumn {background-image: url(../images/smartbg_page5.gif);}