/*
 * jQuery x-Tools v1.3.3
 * https://github.com/x-three/x-tools
 *
 * Copyright 2013, Vladimir Volkov.
 * Licensed under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, hr,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
 textarea, select {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
}

article, aside, figcaption, figure, footer, header, hgroup, mark, nav, section, time {
    display: block;
}

a {
    text-decoration: none;
}

html {
    width: 100%;
    height: 100%;
}

body {
    height: 100%;
    min-width: 1000px;
    line-height: normal;
    cursor: default;
}

:focus {
    outline: none;
}

blockquote, q {
    quotes: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th {
    text-align: left;
}

th, td {
    vertical-align: top;
}

address, cite {
    font-style: normal;
}

ol, ul, menu {
    list-style: none outside none;
}

li {
    display: block;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

sup, sub {
    position: relative;
    font-size: 0.58em;
    line-height: 1em;
}

sup {
    top: -0.6em;
}

sub {
    top: 0.6em;
}

a, button {
    cursor: pointer;
}

textarea {
    overflow: auto;
    resize: none;
}

input[type="file"] {
    margin: 0;
}

select {
    border: 1px solid;
}

input[type="radio"],
input[type="checkbox"] {
    vertical-align: text-top;
    position: relative;
    top: -0.2em;
    margin: 3px 3px 3px 0;
}

big {
    font-size: larger;
}

small {
    font-size: smaller;
}

/******************************************************************************/
*+html img {
    -ms-interpolation-mode: bicubic;
}

::-ms-clear {
    display: none;
}

button::-moz-focus-inner {
    padding:0;
    border:0;
}

/* Predefined Classes *********************************************************/
.e-heading {
    display: block;
}

ul.st-reset {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}

ul.st-reset > li {
    margin: 0;
    padding: 0;
    background: none;
}

.st-nobr {
    white-space: nowrap;
}

.st-invisible {
    position: absolute !important;
    display: block !important;
    visibility: hidden !important;
    z-index: -1000 !important;
}

.st-clear-after:after {
    content: " ";
    display: block;
    clear: both;
}
