@charset "utf-8";
/* CSS Document */

.clear{
	clear:both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; } /*ie6*/
*+html .clearfix { min-height: 1px; }/*ie7*/
/* End hide from IE-mac */

/*  ie6 absolute position bug*/
*html #grid_n { height:1%; } /*ie6*/
*+html #grid_n { min-height: 1px; }/*ie7*/


*html .rightblock { top:10px; }/* for ie6 */
*+html .rightblock { top:10px; }/*ie7*/

*html table.fixdtable{
  table-layout:fixed;
  width:100%;
}
*+html table.fixdtable{
  table-layout:fixed;
}

table.fixdtable td.hidetxt{
text-overflow:ellipsis;overflow:hidden;white-space: nowrap;padding:2px;
}

#grid_n{
  width:expression(document.body.clientWidth < 550? "547px" : "100%" ); 
}

#grid_w{
  width:expression(document.body.clientWidth < 775 ? "773px" : "100%" ); 
}


