/*****************************************************************
 * 
 * Endeavour
 * Basics Stylesheet
 * 
 * Author:	Frederik Krautwald
 * Version:	2008.08
 * 
 *****************************************************************/

@import url("reset.css");		/* Reset */
@import url("typography.css");	/* Typography */

/*
 * =Global Super Classes
 *****************************************************************/

.hide				{ display: none; }
.invisible			{ visibility: hidden; }

.left				{ float: left; }
.right				{ float: right; }

.clearfix:after		{ clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix			{ display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix	{ height: 1%; }
.clearfix			{ display: block; }
/* End hide from IE-mac */


/*****************************************************************
 *
 * =CSS MAP
 *
 *****************************************************************
 
 * =CSS_A Reset
 * ------------------------------
 * =reset.css
 
 
 * =CSS_B Typography
 * ------------------------------
 * =typography.css
 
 
 * =CSS_C Common
 * ------------------------------
 * =master.css
 *
 *** =Grid
 *** =Forms
 *** =Messages
 *** =Headers
 *** =Tables
 *** =Images
 
 
 * =CSS_D Layout
 * ------------------------------
 * =master.css
 *
 *** =Base Layout
 *** =Header
 *** =Sidebars
 *** =Footer
 
 
 * =CSS_E Shop Elements
 * ------------------------------
 * =master.css
 *
 *** =Rating
 *** =Prices
 *** =Catalog Listing
 *** =Layered Navigation
 *** =Tool Tips
 
 
 * =CSS_F Shop Pages
 * ------------------------------
 * =master.css
 *
 *** =Search
 *** =Product View
 *** =Checkout
 *** =Customer
 
 */