.center{margin:0 auto}

.clr{clear:both}
.clrl{clear:left}
.clrr{clear:right}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
	overflow: hidden;
}

.fltl{float:left}
.fltr{float:right}

.hfull{height:100%}
.wfull{width:100%}

.hidden{display:none}

.imgl{float:left;margin:4px 10px 4px 0}
.imgr{float:right;margin:4px 0 4px 10px}

.border{border:1px solid #eee}

.m0{margin:0}
.mp0{margin:0;padding:0}
.p0{padding:0}

.m10{margin: 10px;}
.m15{margin: 15px;}
.p10{padding: 10px;}
.p15{padding: 15px;}
.p25{padding: 25px;}

.ovhidden{overflow:hidden}
.ovhidden_txt{overflow:hidden;white-space:nowrap}
.table_full_fixed{table-layout:fixed;width:100%}

.txtc{text-align:center}
.txtj{text-align:justify}
.txtl{text-align:left}
.txtr{text-align:right}
.txtindent{text-indent:15px}
.txtindent-no{text-indent:0}
.txtbold{font-weight:700}
.txtitalic{font-style:italic}
.txtunderline{text-decoration:underline}
.txtunderline-no{text-decoration:none}
.txtcasec{text-transform:capitalize}
.txtcasel{text-transform:lowercase}
.txtcaseu{text-transform:uppercase}
span.highlight{background:#ffc;background-color:#ffc}

.fntwhite{color: white;}
.fntblack{color: black}

hr, hr.black{border:1px solid transparent;border-bottom:1px solid #000;margin:0}
hr.white{border:1px solid transparent;border-bottom:1px solid #FFF;margin:0}

ul.none{list-style-type:none;margin:0;padding:0}
ul.none li a{display:block}

.h1{height:1px}
.h2{height:2px}
.h3{height:3px}
.h4{height:4px}
.h5{height:5px}
.h6{height:6px}
.h7{height:7px}
.h8{height:8px}
.h9{height:9px}
.h10{height:10px}

.w1{width:1px}
.w2{width:2px}
.w3{width:3px}
.w4{width:4px}
.w5{width:5px}
.w6{width:6px}
.w7{width:7px}
.w8{width:8px}
.w9{width:9px}
.w10{width:10px}

.push-bottom{margin-bottom:15px}
.push-left{margin-left:15px}
.push-right{margin-right:15px}
.push-top{margin-top:15px}
.inline-block { display: -moz-inline-box; display: inline-block; }


