.rel {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.clear {
	clear: both;
}

.clear_middle {
	clear: both;
	font-size: 50%;
	line-height: 50%;
}

.clear_small {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.left {
	float: left;
}

.right {
	float: right !important;
}


.thirdteenth{
	float: left;
	width: 7%;
}

.tenth {
	float: left;
	width: 10%;
}

.eight {
	float: left;
	width: 12%;
}

.seventh {
	float: left;
	width: 14%;
}

.sixth {
	float: left;
	width: 16%;
}

.quad, .fourth {
	float: left; 
	width: 25%;
}

.third {
	float: left;
	width: 33%;
}

.half {
	float: left; 
	width: 49.5%;
}
.half_slim {
	float: left; 
	width: 48%;
}

.twothird {
	float: left;
	width: 66%;
}

.threequad, .threefourth {
	float: left; 
	width: 74%;
}

.eighttenth {
	float: left;
	width: 79%;
}

.fivesixth {
	float: left;
	width: 83%;
}

.ninetenth {
	float: left;
	width: 89%;
}

.float_left_space_large {
	float: left; 
	width: 4%;
}

.float_left_space_medium {
	float: left; 
	width: 2%;
}

.float_left_space_small {
	float: left; 
	width: 1%;
}

.float_left_space_radio {
	float: left;
	width: 15px;
}


