
/* Reset
###############################################################################
*/

* {
    margin: 0px;
    padding: 0px;
}
 
body {
    line-height: 1;
    font-family: Verdana,Helvetica,Tahoma,Geneva,Arial,sans-serif;
    font-size: 10px;
} 
 
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, font, img, ins, kbd, q, s, samp,
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 {
    border: 0px;
    outline: 0px;
    vertical-align: baseline;
    background: transparent;
}
 
blockquote, q { quotes: none; }

a { color: #000; }
a img { border: 0px; }
 
:focus { outline: 0px; }
 
del { text-decoration: line-through; }
 
table {
    border-collapse: collapse;
    border-spacing: 0px;
}
 
 
/* General Classes
###############################################################################
*/

hr.separator {
    color: transparent;
    background-color: transparent;
    margin: 10px 0;
    border: none;
    border-top: 1px dotted #555;
    height: 0px;
}

.separator_top { border-top: 1px dotted #555; }
.separator_bottom { border-bottom: 1px dotted #555; }
.separator_left { border-left: 1px dotted #555; }
.separator_right { border-right: 1px dotted #555; }

.left { float: left; }
.right { float: right; }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

.hide {
    display:inline;
    height:0;
    left:-5000px;
    overflow:hidden;
    position:absolute;
    top:-2000px;
    width:0;
}
