﻿/* base.css */

/* RESET ALL
--------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
vertical-align:baseline;
}

a img {
    border: none;
}

a {
    outline-style: none;
}

/* FLOAT CLEARING
--------------------------------------------------*/
.floatgroup:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* IE 6*/
* html .floatgroup
{
    height: 1%;
}

/* IE 7*/
*:first-child+html .floatgroup
{
    min-height: 1px;
}