/**
 * WebDeveloper's Toolkit (CSS) - Minimalistyczny styl z najważniejszymi funkcjami
 *
 * Wersja minimum stylu, zawierająca text-replace, bold, float itd.
 * 
 * @category    wd-toolkit-css
 * @package     wd-toolkit-css-common
 * @version     wd-toolkit-css-common v 0.1.6
 * @author      Robert Pogorzelski <robert.pogorzelski@ffcreation.com>
 * @copyright   Copyright (c) 2007-2008 FFCreation (http://www.ffcreation.com)
 * @link        www.effecta24.com
 */

.replace {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}

.center {
    display: block;
    margin: 0 auto;
}

.hidden {
	display:none;
}

.separator {
    clear: both;
    overflow: hidden;
    width: 100%;
}

/* {{{ IE */

    /* IE6 hacks */
    
    /* html div { float:left; display:inline; } 
    * html a, * html input, * html textarea { position: relative; }
*/
    /* IE6 */
    
    /** html {}*/
    
    /*#example {*/
    /*    _float: left;*/
    /*}*/

    /* IE6 PNG */
    
    /** html .example { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop', src='example.png'); }*/
    /** html .example2 { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='example2.png'); }*/
       
    /* IE7 */
    
    /**:first-child+html {}*/

/* IE }}} */