/******* include all stylesheets *******/

@import url("global.css"); /* global definitions */
@import url("layout.css"); /* layout definitions */
@import url("header.css"); /* head */
@import url("leftrightpanel.css"); /* leftpanel and rightpanel */
@import url("workingtemplate.css"); /* main content */
@import url("footer.css"); /* footer */
@import url("calendar.css"); /* calendar styles for parametric search mask within auction */
@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 */

/* 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) ...; 
*/