@charset "utf-8";
/* 52framework grid

16 cols by 52px, with an 8px gutter

*/

.col {
	margin-left:15px; margin-right:15px;
	display: inline;
	overflow: hidden;
	float: left;
	position: relative;
	z-index:0;
}
.alpha {
	margin-left:0 !important	
}
.omega {
	margin-right:0 !important	
}
.row{
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

.col_1 {	width:40px;	 }
.col_2 {	width:100px; }
.col_3 {	width:150px; }
.col_4 {	width:210px; }
.col_5 {	width:260px; }
.col_6 {	width:300px; }
.col_7 {	width:390px; }
.col_8 {	width:410px; }
.col_9 {	width:510px; }
.col_10{	width:570px; }
.col_11{	width:630px; }
.col_12{	width:690px; }
.col_13{	width:750px; }
.col_14{	width:810px; }
.col_15{	width:870px; }
.col_16{	width:930px; }

/* for use on elements like input fields */

.width_1 {	width:40px;	 }
.width_2 {	width:100px; }
.width_3 {	width:160px; }
.width_4 {	width:220px; }
.width_5 {	width:280px; }
.width_6 {	width:340px; }
.width_7 {	width:400px; }
.width_8 {	width:460px; }
.width_9 {	width:520px; }
.width_10{	width:580px; }
.width_11{	width:640px; }
.width_12{	width:700px; }
.width_13{	width:760px; }
.width_14{	width:820px; }
.width_15{	width:880px; }
.width_16{	width:940px; }
