.clear{
	clear:both;
	height:0px;
	overflow:hidden;
	margin:0;
	padding:0;
}

.float_left{
	float:left !Important;
}
.float_right{
	float:right !Important;
}
.float_none{
	float:none !Important;
}

a img{
	border:0;
}

.overauto{
	overflow:auto !Important;
}

.margin_none{
	margin:0 !Important;
}
.margin_right_none{
	margin-right:0 !Important;
}

.text_left{
	text-align:left !Important;
}
.text_right{
	text-align:right !Important;
}
.text_center{
	text-align:center !Important;
}

.autowidth{
	width:auto !important;
}

.half_width{
	width:50%;
}

.almost_half_width{
	width:49%;
}

.hidden{
	display:none;
}

.nowrap{
	white-space: nowrap;
}

.table_layout{
	display:table;
	width: 100%;
}

.cell_layout{
	display: table-cell;
	vertical-align: middle;
}