/*----------------------------------------------------------------
	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:0;}

/*	highlights layout	*/
.gwhl-container{
	border:1px solid grey;
	margin-bottom:6px;
	background-color:#fff;
	padding:0px;
}

.gwhl-title{
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;	
}

.gwhl-content{
	font-weight:normal;
	padding:0 0 3px 3px;
}

.gwhl-content p{
	margin:0px 3px 2px 3px;
}

.gwhl-foot{
	padding:3px;
	background-color:#e2d3b3;
	border-top:0px #85D0E1 solid;
}

/* highlight search box */
.gwhl-search{margin-top:5px;}

/* .gwhl-search-input{
	width:126px;
	height:30px;
	line-height:normal;
	border:1px solid #924017;
	padding:7px 0px 0px 5px;
	background:#fff !important;
	margin:0px;

} */

.gwhl-search-input{
	line-height:normal;	
	width:126px;
	height:30px;
	border:1px solid #924017;
	padding:7px 0px 0px 5px;
	filter:none;
	background:#fff !important;
	position:relative;
	float:left;
	display:inline;
	margin-right:3px;
	color:#1F4581;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}

.gwhl-search-submit{
	background:#fff url(/gw-templates/centralpoint/images/button_search.gif);
	width:23px;
	height:30px;
	padding:0;
	border:0px solid #924017;
}

.gwhl-search-adv{
	border:1px solid #924017;
	background:inherit;
	padding:3px;
	margin-top:3px;
	margin-bottom:3px;
	font-size:10px;
	font-weight:normal;	
	width:153px;
}

.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{

}