/*			clearfix			*/
.clearfix{
  _height: 1%;
  _overflow: visible;
  /*overflow: hidden;*/
}
.clearfix:after{
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  line-height:0px;
  font-size:0px;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*			/clearfix			*/

.fix_ie6float{
	position:relative;
}
.fix_table{
	_width:99%;
}
	
.maxheight{
	max-height:30px;
	height:expression(this.scrollHeight>300 ? "300px" : "auto");
}
