/*----------------------------------------------------------------
	CLEARFIX AND HACK FOR FLOATS... leave it... 
	When floating an element and needing to clear it, don't add an 
	empty div clear:both;...apply the class clearfix to the element
	you need to clear.
	
	DO NOT DO THIS:
	<div><!-- float container -->
		<div style="float:left;">floated</div>
		<div style="clear:both;"></div>
	</div>
	
	DO THIS INSTEAD:
	<div class="clearfix"><!-- float container -->
		<div style="float:left;">floated</div>
	</div>	
----------------------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*----------------------------------------------------------------
	GENERAL / MISC
----------------------------------------------------------------*/

form{margin:0;}
a img{border:0px}

/*	highlights layout	*/
.gwhl-container{
	border:1px solid grey;
	margin-bottom:6px;
	background-color:#fff;
	padding:5px 5px 0 5px;
}

.gwhl-title{
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;	
}

.gwhl-content{
	font-weight:normal;
	padding-bottom:3px;
}

.gwhl-content p{
	margin:0px 3px 2px 3px;
}

.gwhl-foot{
	padding:3px;
	background-color:white;
	border-top:1px #85D0E1 solid;
}

/* highlight search box */
.gwhl-search{}

.gwhl-search-input{
	width:126px;
	height:30px;
	border:1px white solid;
	padding:7px 0px 0px 5px;
	background:#57B4C5 url(/gw-templates/delnorte/sources/delnorte.chambergateway.biz/templates/images/bizshell_searchbg.jpg) left top repeat-x !important;
	margin-right:0px;

}

.gwhl-search-submit{
	border:none;
	background: blue url(/gw-templates/delnorte/sources/delnorte.chambergateway.biz/templates/images/bizshell_searchbutton.png);
	width:23px;
	height:30px;
}

.gwhl-search-adv{
	border:1px solid #fff;
	background:#85D0E1;
	padding:3px;
	margin-top:3px;
	margin-bottom:3px;
	font-size:10px;
	font-weight:normal;	
	width:145px;
}

.gwhl-search-adv-checkbox{
	margin:0;
	padding:0;
	list-style-type:none;
}

.gwhl-search-adv-checkbox li input{
	vertical-align:middle;
}
.gwhl-search-adv-checkbox li span{
	line-height:15px;
}

.gwhl-search-adv-link{

}