/*
[Master Stylesheet]

Project:		MedeeaWeb (medeeaweb.com)
Version:		3.0
Last change:	23/07/09 by Ionut Oroian (ionut@medeeaweb.com)
*/

/* Import Website Menu */
@import url("dropdown/default.css");

/* Import Style for Website Addons*/
@import url("addons.css");

/* Hide Elements */
.hide {
	display: none;
	visibility: hidden;
}

/* Clearing a float container without source markup */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

