/**tools**/

/* clearing */

.stretch,
.clearer {
	clear:both; 
	height:0; 
	margin:0; 
	padding:0; 
	font-size: 0px;
	line-height: 0px;
	border:none !important;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* accessibility */
span.accesskey {
	text-decoration:none;
}

.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}

/* end accessibility */

.clearfix {
	display:block;	
}

.hidden,
.hide {
	display: none;
}

/* suggest search */
.ac_results {
	width: 200px;
	background: #fff;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 1em;
	z-index: 101;
}

.ac_results ul {
	width: 200px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 1px solid #eee;
}

.ac_results li {
	width: 190px;
	padding: 2px 5px;
	background: #fff;
}

.ac_results a {
	width: 100%;
}
.ac_results iframe {
	visibility:hidden;		
}


.ac_results iframe {
	width: 200px;
	position: absolute;
}

.ac_results .over {
	background: #eef5fb;
}

.imgcenter {
	text-align: center;
}

.placeholder {
  width:736px;
  height:0px;
  font-size:0px;
  line-height:0px;
  margin:2px 0 0 223px;
}
/* END suggest search */
