﻿/**
 * @author .h0rsT
 */
* {
	padding: 0;
	margin: 0;
	}
body {
	font: normal 0.745em/1.5 sans-serif;
	color: #555;
	background-color: #fff;
	}
a {
	text-decoration: none;
	}
img {
	border: 0;
	}
html>body sup, html>body sub {
    vertical-align: baseline;
    position: relative;
    }
html>body sup {
    top: -0.4em;
    }
html>body sub {
    bottom: -0.2em;
    }
	li {
		line-height: 1.25em;
	    }  
.inline {
    list-style: none;
	margin-left: 0;
    }
    .inline li, .inline li {
        display: inline;
		margin-left: 0;
        }
    .inline dt {
        clear: left;
    	float: left;
        }
    .inline dd {
        margin-left: 0;
        }
table {
	border-collapse: collapse;
    border-spacing: 0;
    }
    tr {  
        vertical-align: top;
    	}
    caption, th {
        text-align: left;
        }
/* useful for and shown by JS */
.jsblock, .jsinline {
	display: none;
	}

/* add to floating elements which should not float afterthem */ 
* html .clearfix {
    height: 1%; /* IE5-6 */
    }
* + html .clearfix {
	display: inline-block; /* IE7not8 */
	}
.clearfix:after { /* FF, IE8, O, S, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }