@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;
}



/* --- 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;}



/* --- align --- */

.algl { text-align: left; }
.algr { text-align: right; }


/* --- width --- */

.w50 { width: 50px!important;}
.w60 { width: 60px!important;}
.w70 { width: 70px!important;}
.w80 { width: 80px!important;}
.w90 { width: 90px!important;}
.w100 { width: 100px!important;}
.w110 { width: 110px!important;}
.w120 { width: 120px!important;}
.w130 { width: 130px!important;}
.w140 { width: 140px!important;}
.w150 { width: 150px!important;}
.w200 { width: 200px!important;}
.w250 { width: 250px!important;}
.w300 { width: 300px!important;}
.w400 { width: 400px!important;}
.w500 { width: 500px!important;}
.w600 { width: 600px!important;}