/*****************************************************************************************************************
	CSS STYLE SHEETS
	- Style sheets linked with main structure and layout of web site
*****************************************************************************************************************/

@import url("layout.css");						/* Main layout design of of the site */
@import url("yourshop.css"); 					/*CSS Styles applied to YourShop formating*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/




/****************************************************************************************************************
	END
	Author: Simon J Lee
	2009 Caboodle Digital
	www.caboodledigital.co.uk
****************************************************************************************************************/