/****************************************************** 
	Title:    Website Name
	Author:   Mag Studio
	Updated:  dd/mm/yyyy
	Style:    COMMON Stylesheet
******************************************************/



/* ******************************* LAYOUT */

/* ...................... Body */
	html {
		font-size: 1.25em; /*20px*/
	}

		body {
			font-size: 50%; /*10px*/
		}


/* ****************************** CLASSES */


/* .................... Others */
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	.clearfix {
		zoom: 1;
	}
	
	.clear {
		clear: both;
	}
	
	.left {
		float: left; 
	}
	
	.right {
		float: right; 
	}
	
	.hide {
		position: absolute;
		left: -9999px;
	}
/* ........................... */





