In addition to the two main cascading stylesheets, store.war/css/site/store.css and store.war/css/site/home.css, Commerce Reference Store includes a number of locale-specific stylesheets:
- store_de.css-- Used by CRS Store Germany when German is the current language.
- store_de_ie.css-- Used by CRS Store Germany when German is the current language; includes additional settings for Internet Explorer.
- store_es.css-- Used by CRS Store US when Spanish is the current language.
- store_es_ie.css-- Used by CRS Store US when Spanish is the current language; includes additional settings for Internet Explorer.
- home_es.css-- Used by CRS Home when Spanish is the current language.
- home_es_ie.css-- Used by CRS Home when Spanish is the current language; includes additional settings for Internet Explorer.
These stylesheets are primarily for handling languages that have longer word lengths than English. If the related regional store you are adding uses a language that requires this type of customization, you should add new stylesheets as necessary. See Cascading Stylesheets (CSS) in the Pages and Navigation chapter for more details.

