/* @override 
	http://dev.luttiglaw.local/skin/css/1kbgrid.css
	http://devel.luttiglaw.com/skin/css/1kbgrid.css
	http://devel.wilkechiropractic.com/skin/css/1kbgrid.css
*/

/* ================ */
/* = The 1Kb Grid = */
/* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
/*.grid_4 { width:300px; }*/
.grid_4 { width:290px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
/* Has a border on the right only */
.grid_6R {
	width: 456px;
	border-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-right: 2px solid #666;
	}
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
/* Has a border on the right only */
.grid_9R {
	width: 696px;
	border-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-right: 2px solid #666;
	}
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }
.grid_12FullWidth { width:960px; }
.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline; }
/* USE ONLY FOR ROWS WITH DROPDOWNS! */
/* Overflow is visible */
.columnShow {
	/*margin: 0 10px;*/
	margin: 0 10px 0 0;
	overflow: visible;
	float: left;
	display: inline; }
/* Same as .columnShow except different margins */
#quicksearch {
	width:180px;
	margin: 0;
	overflow: visible;
	float: left;
	display: inline;
	height: 198px;
/*	z-index: 100; */
	}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
/* Row with Transparent background */
.rowTrans {
	width: 960px;
/* DO NOT CHANGE THE MARGIN! It throws the whole page FLUSH LEFT */
	margin: 0 auto;
	overflow: hidden;
	background-color: transparent;
}
/* USE ONLY FOR ROWS WITH DROPDOWNS! */
/* Overflow is visible */
.row_show {
	width: 960px;
	margin: 0 auto;
	overflow: visible; }
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}