@charset "utf-8";

/* --- clearfix --- */

.clearfix:before,
.clearfix:after {
    content:"";
    display:block;
    overflow:hidden!important;}

.clearfix:after {
    clear:both;
}



/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

a img {
    border: none;
}



/* --- float --- */

.imgfl{
	float:left;
	margin: 0px 30px 0px 0px!important;}
.imgfr{
	float:right;
	margin: 0px 0px 10px 30px;
}

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



/* --- clear --- */

.cb { clear: both;}
