/*	UNIT GRID SYSTEM CSS */
/*
from https://github.com/paulhhowells/percentage-width-sub-pixel-rounding-error-test-page/blob/master/percentage-width-grid-test-page.html
by https://github.com/paulhhowells
*/
.units {
	_height: 1px; /* IE6 */
	min-height: 1px;
	zoom: 1;
	}
.units:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.u-row {
	_height: 1px; /* IE6 */
	min-height: 1px;
	/*margin-bottom: 5px;*/
	}
.u-row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.unit {
	float: left;
	_height: 1px; /* IE6 */
	min-height: 1px;
	zoom: 1;
	}
.unit:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.unit:last-child {
	/*width: auto;
*/
	overflow: hidden;
	float: none;
	zoom: 1;
	}
.unit:last-child:after {
	content: "";
	display: none;
}
.u-1-16 {width:  6.25%;}
.u-2-16 {width: 12.5%;}
.u-3-16 {width: 18.75%;}
.u-4-16 {width: 25%;}
.u-5-16 {width: 31.25%;}
.u-6-16 {width: 37.5%;}
.u-7-16 {width: 43.75%;}
.u-8-16 {width: 50%;}
.u-9-16 {width: 56.25%;}
.u-10-16 {width: 62.5%;}
.u-11-16 {width: 68.75%;}
.u-12-16 {width: 75%;}
.u-13-16 {width: 81.25%;}
.u-14-16 {width: 87.5%;}
.u-15-16 {width: 93.75%;}
.u-16-16 {width: 100%;}
.u-1-12 {width:  8.333333333333333%;}
.u-2-12 {width: 16.666666666666666%;}
.u-3-12 {width: 25%;}
.u-4-12 {width: 33.333333333333333%;}
.u-5-12 {width: 41.666666666666666%;}
.u-6-12 {width: 50%;}
.u-7-12 {width: 58.333333333333333%;}
.u-8-12 {width: 66.666666666666666%;}
.u-9-12 {width: 75%;}
.u-10-12 {width: 83.333333333333333%;}
.u-11-12 {width: 91.666666666666666%;}
.u-12-12 {width: 100%;}
.u-1-8	{width: 12.5%;}
.u-2-8	{width: 25%;}
.u-3-8	{width: 37.5%;}
.u-4-8	{width: 50%;}
.u-5-8	{width: 62.5%;}
.u-6-8	{width: 75%;}
.u-7-8	{width: 87.5%;}
.u-8-8	{width: 100%;}
.u-1-6	{width: 16.666666666666666%;}
.u-2-6	{width: 33.333333333333333%;}
.u-3-6	{width: 50%;}
.u-4-6	{width: 66.666666666666666%;}
.u-5-6	{width: 83.333333333333333%;}
.u-1-5	{width: 20%;}
.u-2-5	{width: 40%;}
.u-3-5	{width: 60%;}
.u-4-5	{width: 80%;}
.u-1-4	{width: 25%;}
.u-2-4	{width: 50%;}
.u-3-4	{width: 75%;}
.u-1-3	{width: 33.333333333333333%;} 
.u-2-3	{width: 66.666666666666666%;}
.u-1-2	{width: 50%;}
.u-1-1	{width: 100%;}
.u-module {
	padding: 10px 10px 10px 10px;
	zoom: 1; /* ie clearfix */
	}
	
.u-module:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.module {
	overflow: hidden;
	padding: 0px;
	}
	
	
.aline
{
	margin-bottom: 9px;
}
	