/* -------------------------------------------------------------- 
  
   Reset.css
   * Version:   0.5 (12/02/2010)
   
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

img, table, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; }

body { line-height: 1; color: #333; background: white; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-spacing: 0; }
table img { margin: 0px; padding: 0px;}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
.cleared { float: none; clear: both; margin: 7px 0px 7px 7px; }

/* Remove Firefox borders from around links */
a:link, a:active, a:focus { outline: 0; cursor: pointer; }
/* UNIVERSAL CLEAR: used to clear floated items */
.container:after, .clearitem:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.container, .clearitem {display: inline-block;}
/* Hides from IE-mac \*/
* html .container, * html .clearitem {height: 1%;}
.container, .clearitem {display: block;}
/* End hide from IE-mac */