/* BE SURE WHEN MAKING ANY CHANGES TO THIS FILE YOU MAKE THE SAME CHANGES TO THE SSL VERSION AT S_HIGHLIGHTS.CSS */

/*----------------------------------------------------------------
	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:0px #BFBECE solid;
	background-color:white;
	padding:5px;
	margin-bottom:5px;
	_height:1%;
}

.gwhl-header{
	background-color:#E6EDF2;
	border-top:1px #D3DEE5 solid;
	font-weight:bold;
	padding:5px;
	margin-bottom:3px;
}

.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 {
	display:block;
	margin:5px 0 5px 0;
	padding:3px;
	background-color:#F7F6F2;
	border-top:1px #D3CFBD solid;
	text-transform:uppercase;
	font-size:10px;
}

.gwhl-searchbox{
	font-size:10px;
	border:3px #333 solid;
	background:white;
	padding:5px;
	margin-bottom:15px;
	text-align:center;
}

/* highlight search box */
.gwhl-search{}

.gwhl-search-input{
	width:128px;
	height:30px;
	border:1px black solid;
	padding:7px 0px 0px 5px;
	filter:none;
	background:#e9eaef url(/gw-templates/goldbeach/images/bg_searchfield.jpg) left top repeat-x !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{
	border:none;
	height:30px;
	width:23px;
	background:#A7C2D5 url(/gw-templates/goldbeach/images/button_search.gif) left top repeat-x !important;
}

.gwhl-search-adv{
	border:1px solid black;
	background:#e9eaef url(/gw-templates/goldbeach/images/bg_searchfield.jpg) left top repeat-x !important;
	padding:3px;
	margin-top:3px;
	margin-bottom:3px;
	font-size:10px;
	font-weight:normal;	
	width:146px;
}

.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{

}
