/******* include all stylesheets *******/
@import url("jQuery-ui.css"); 		/* global definitions */
@import url("global.css"); 			/* global definitions */
@import url("sunrise-global.css"); 	/* global definitions for storefront and tinyMCE */
@import url("sunrise.css"); 		/* sunrise - global definitions */
@import url("sunriseProduct.css"); 	/* sunrise - product specific definitions */
@import url("sunriseSlot.css"); 	/* sunrise - product specific definitions */
@import url("cmsedit.css"); 		/* inline editing styles  */
@import url("redsys.css"); 			/* css styles for redsys components */
@import url("fixes.css"); 			/* css fixes for different browsers */
@import url("print.css"); 			/* print definitions */
@import url("common-sprites.css");  /* common sprites definition */
@import url("lib_styles.css");  /* styles needed by external libraries */


/* important: if you create a branding package and refer to images within the stylesheet, you have to change the background url path 
because branding css and images are within the same folder! 
	background: transparent url(image_name.gif|jpg) ...; 
*/