/**
 * @category    Interface
 * @package	    ICONtrol
 * @author		Bilal Cinarli
 * @copyright	2005 - 2011 ICON Perception Management Co.
 * @license
 * @version
 * @filesource
 * @link		http://www.iconpm.com
 * @see
 * @since
 **/

 /*  ------------------- Inherits from normalize.css   ------------------- */
    article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

    audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

    audio:not([controls]) { display: none; }

    [hidden] { display: none; }
    
    html { font-size: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
    
    body, button, input, select, textarea { font-family: sans-serif; }
    
    b, strong { font-weight: bold; }
    
    dfn { font-style: italic; }
    
    mark { background: #ff0; color: #000; }
    
    pre, code, kbd, samp { font: 1em monospace, serif; _font: 1em 'courier new', monospace; }
    
    small { font-size: 75%; }
    
    figure { margin: 0; }
    
    nav a { text-decoration: none; }
    
    fieldset { margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
    legend { *margin-left: -7px;  border: 0; }
    button, input, select, textarea { margin: 0; font-size: 100%; vertical-align: baseline; *vertical-align: middle; }
    button, input { line-height: normal; }
    button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; /* 1 */ -webkit-appearance: button; *overflow: visible; }
    input[type="checkbox"], input[type="radio"] { padding: 0; box-sizing: border-box; }
    input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
    input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
    button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; }
    textarea { resize: none; overflow: auto; vertical-align: top; }
 /*  ------------------- Inherits from normalize.css   ------------------- */
 
 /*  ------------------- Clearfix   ------------------- */
    .group:after { content: " "; clear: both; display: block; }
 /*  ------------------- Clearfix   ------------------- */
 
 /*  ------------------- Global Settings & Reset  ------------------- */
	html, body { border:0; height: 100%; margin:0; padding:0; width: 100%; }

 	h1, h2, h3, h4, h5, h6 { font-weight:normal; margin:0; padding:0; }

	p, ul, ol, dl, dt, dd, form, fieldset, input { margin:0; padding:0; }

	p, ul, ol { margin-bottom: 10px; }
    
    ul ul, ul ol, ol ol, ol ul, ul.nav, .nav ul { margin-bottom: 0; }

	ul, ol { list-style:none; }

	blockquote { margin:22px 40px; padding:0; }
    
    table { border-collapse: collapse; border-spacing: 0; }
    
    table p, table ol, table ul { margin-bottom: 0; }
    
    th { text-align: left; } 

	fieldset, img { border:0; }

    label { cursor: pointer; }

	sub, sup { position: relative; font-size: 0.7em; line-height: 1; vertical-align: baseline; }
    
    sup { top: -0.5em; }

	sub { bottom: -0.25em; }

	acronym, abbr { border-bottom:1px dashed; cursor:help; letter-spacing:1px; }

    address { font-style: normal; }
    
    a { color: #00e; }
    a:visited { color: #551a8b; }
    a:focus { outline: none; }
    a:hover, a:active { outline: 0; }
    
    .nav { line-height: 1; }
    .nav a { text-decoration: none; }

    .hide, .hideTitle { display: none; }
 /*  ------------------- Global Settings & Reset  ------------------- */