/*========================================

	Adjust Css
	
=========================================*/

/*	Margin
-----------------------------------------*/
/*Top*/
.mg_t0 {
	margin-top: 0px !important;
}
.mg_t5 {
	margin-top: 5px;
}
.mg_t10 {
	margin-top: 10px;
}
.mg_t15 {
	margin-top: 15px;
}
.mg_t20 {
	margin-top: 20px;
}
.mg_t40 {
	margin-top: 40px;
}

/*Left*/
.mg_l0 {
	margin-left: 0 !important;
}
.mg_l5 {
	margin-left: 5px;
}
.mg_l10 {
	margin-left: 10px;
}
.mg_l15 {
	margin-left: 15px;
}
.mg_l20 {
	margin-left: 20px;
}
.mg_l40 {
	margin-left: 40px;
}

/*Right*/
.mg_r0 {
	margin-right: 0 !important;
}
.mg_r5 {
	margin-right: 5px;
}
.mg_r10 {
	margin-right: 10px;
}
.mg_r15 {
	margin-right: 15px;
}
.mg_r20 {
	margin-right: 20px;
}
.mg_r40 {
	margin-right: 40px;
}

/*Bottom*/
.mg_b0 {
	margin-bottom: 0px !important;
}
.mg_b5 {
	margin-bottom: 5px;
}
.mg_b10 {
	margin-bottom: 10px;
}
.mg_b15 {
	margin-bottom: 15px;
}
.mg_b20 {
	margin-bottom: 20px;
}
.mg_b40 {
	margin-bottom: 40px;
}
mg_b1 {
	margin-bottom: 1px;
}


/*	Padding
-----------------------------------------*/
/*Top*/
.pd_t0 {
	padding-top: 0px !important;
}
.pd_t5 {
	padding-top: 5px;
}
.pd_t10 {
	padding-top: 10px;
}
.pd_t15 {
	padding-top: 15px;
}
.pd_t20 {
	padding-top: 20px;
}
.pd_t40 {
	padding-top: 40px;
}

/*Left*/
.pd_l0 {
	padding-left: 0 !important;
}
.pd_l5 {
	padding-left: 5px;
}
.pd_l10 {
	padding-left: 10px;
}
.pd_l15 {
	padding-left: 15px;
}
.pd_l20 {
	padding-left: 20px;
}
.pd_l40 {
	padding-left: 40px;
}

/*Right*/
.pd_r0 {
	padding-right: 0 !important;
}
.pd_r5 {
	padding-right: 5px;
}
.pd_r10 {
	padding-right: 10px;
}
.pd_r15 {
	padding-right: 15px;
}
.pd_r20 {
	padding-right: 20px;
}
.pd_r40 {
	padding-right: 40px;
}

/*Bottom*/
.pd_b0 {
	margin-bottom: 0px !important;
}
.pd_b5 {
	margin-bottom: 5px;
}
.pd_b10 {
	margin-bottom: 10px;
}
.pd_b15 {
	margin-bottom: 15px;
}
.pd_b20 {
	margin-bottom: 20px;
}
.pd_b40 {
	margin-bottom: 40px;
}


/*	Adjust
-----------------------------------------*/
.al_right {
	text-align: right;
}

.al_left {
	text-align: left;
}

.al_center {
	text-align: center;
}
.fl_r {
	float: right;
	display: inline;
}
.fl_l {
	float: left;
	display: inline;
}


/* indent
-----------------------------------------*/
.indent li {
	text-indent: -1em;
	margin-left: 1em;
}