/********************************************************************************************************************************************
	DESIGN & LAYOUT
	- Changes will only effect the design layout, and content formating
********************************************************************************************************************************************/

@import url("layout.css"); 						/* Main layout design of of the site */
@import url("page_content.css"); 				/* CSS Styles applied to all the static content pages */
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/




/********************************************************************************************************************************************
	SHOP
	- Changes will only effect the product display, admin and checkout sections
********************************************************************************************************************************************/

@import url("product_display.css"); 			/* CSS Styles applied to the product display section inc, tables, basket views */
@import url("customer_admin.css"); 				/* CSS styles applied to the customer admin sections*/
@import url("checkout.css"); 					/* CSS styles applied to the checkout and payment sections*/
@import url("shop_components.css"); 			/* CSS styles applied to shop components e.g. 'TOP 5 LIST', 'RECENTLY VIEWED','COMPARE' */
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/




/********************************************************************************************************************************************
	QUICK EDIT
	- Changes to this style sheet will only effect generic styles and colours
********************************************************************************************************************************************/

@import url("_quick_edit.css"); 				/* CSS Styles applied to the product display section inc, tables, basket views */
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/




/********************************************************************************************************************************************
	INTERNET EXPLORER FIXES	
	- This style sheet fixes display issues for IE v6 and IE v7
********************************************************************************************************************************************/

@import url("ie_fixes.css"); 		 			/* CSS fixes for internet explorer IE6 & IE7*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/




/********************************************************************************************************************************************
	FOR DELETION		
	- These style sheets will be deleted once site gone live
********************************************************************************************************************************************/

@import url("styles_to_be_moved.css"); 			/* CSS Styles applied to the front end admin section inc, forms etc  */
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/




/********************************************************************************************************************************************
	END
	Author: Simon J Lee
	©2008 Caboodle Digital
	www.caboodledigital.com
********************************************************************************************************************************************/
