/* @override http://localhost:8888/htdocs/fc/css/tools.css */



/* clearing */
    .stretch,
    .clear {
        clear: both;
        height: 1px;
        
        margin: 0;
        padding: 0;
        
        font-size: 15px;
        line-height: 1px;
    }
    .clearfix:after {
    	width:100%;
        clear: both;
        height: 0.1em;
        display: block;
        content: ".";
        visibility:hidden;
    }
    .clearfix {display:inline-block;}
    /* Hide from IE Mac \*/
    .clearfix {display:block;}
    /* End hide from IE Mac */
    
    .clearright
    {
    	clear:right;
    }
/* end clearing */

/* accessibility */
     span.accesskey {
         text-decoration: none;
     }
     .accessibility {
         position: absolute;
         top: -999em;
         left: -999em;
     }
/* end accessibility */

.right
{
	float: right;
}

.left 
{
	float: left;
}

.hide
{
	visibility: hidden;
	width: 0;
	height: 0;
	overflow: hidden;
	text-indent:-5000px;
}
