.g-clearfix {
  *zoom: 1;
}

.g-clearfix:before,
.g-clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.g-clearfix:after {
  clear: both;
}

.vtop {
	vertical-align: top;
}

.vmiddle {
	vertical-align: middle;
}

.vbot {
	vertical-align: bottom;
}

.hleft {
	text-align: left;
}

.hcenter {
	text-align: center;
}

.hright {
	text-align: right;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.fcenter {
	margin-left: auto;
	margin-right: auto;
}

.wauto {
	width: auto;
}

.w49 {
	width: 49%;
}

.w1 {
	width: 1%;
}

.w100 {
	width: 100%;
}

.displaynone {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

.nomargin {
	margin: 0px;
	padding: 0px;
}

.cleaner {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	margin: 0px;
	border: none;
}