
/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2.4%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}


/* NAV   ==================================================================== */

.listContainer1 {
	margin:0;
	padding:0;
}	
.ui-tabs-panel { display:none !important; }

.three_columns {  
    width:220px;
    margin-right:16px !important;
	display: inline-block;
	float:left;
}
.listCol1, .listCol2, .listCol3 {
    
}
@media only screen and (max-width: 1000px) {
    .three_columns {
        width:148px;
        margin-right:10px !important;
    }
}

/* MEDIA QUERIES   ==================================================================== */



/*  GO HALF WIDTH AT LESS THAN 768 PIXELS */

@media only screen and (max-width: 768px) {

}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {

}
