@charset "utf-8";
/* CSS Document */

/**********************************************************************************

packyourbags Travel Store - Product Page // version 01 // October 2009

***********************************************************************************

CSS and Design by Richard Shepherd
All content & design (C) 2009 CTT Group Ltd & packyourbags Travel Store
All rights reserved 
http://shop.packyourbags.com/

***************************************************

IMPORT the IMPORTANT !!

Let's import our CSS
By keeping the main sections seperate it makes 
it both modular, and MUCH easier to edit

**************************************************/

@import "global.css";			/* Headings, universal typography and so on. Includes a global reset! */
@import "header.css";			/* The page header, including drop-down menus */
@import "sidebar.css";			/* The sidebar widgets */
@import "footer.css";			/* The footer links and logos */
@import "section.css";			/* This page overrides some style, so must be last on the list! */

@import "shadowbox.css";			
