@charset "UTF-8";

/* -------------------------------------------------------
  Clearfix style Sheet
  Last Update 2011-08-12 SOY Labs
------------------------------------------------------- */

.clearfix:after,
.p:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

	/* for IE6 */
	* html .clearfix,
	* html .p{
	display:inline-block;
	}

	/* for IE7 */
	*+html .clearfix ,
	*+html .p {
	display:inline-block;
	}
