/*** Generated 03:42:42 01 Oct 2015 from default/css/common ***/

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center !important;
}
.text-full {
	text-align: justify;
}
.valign-top {
	vertical-align: top;
}
.valign-middle {
	vertical-align: middle;
}
.valign-bottom {
	vertical-align: bottom;
}
.valign-baseline {
	vertical-align: baseline;
}
.clearfix {
	clear: both
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.hundredpercentwidth {
	width: 100%;
}