﻿/* common tools for itv */

.floatL {float:left;}
.floatR {float:right;}
.clear {clear: both;}


/*duplicates already*/
.itv-clearLeft { clear: left; }
.itv-clearNone { clear: none; }
.itv-clearRight { clear: right; }
.itv-clearBoth { clear: both; }
.itv-floatLeft { float: left; }
.itv-floatRight { float: right; }
.itv-floatNone { float: none; }


.clearthis ,.ajax__tab_body {height: 100%;}

.clearthis:after,.ajax__tab_body:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearthis,.ajax__tab_body { display: inline-block; }
/* Hide from IE Mac \*/
.clearthis,.ajax__tab_body { display: block; }
/* End hide from IE Mac */