/**
 * Stylesheet which resets (most of) the default browser styles to get a
 * consistent look of the pages on all browsers
 *
 * Include this before any other stylesheet
 *
 * @package		accessorwise.ro
 * @author		Valentin VALCIU, Lunatech
 * @version		$Id: reset.css 20 2009-12-15 17:59:49Z axiac $
 */

/********************** reset default browser style **********************/
/* Reset unneeded margins and paddings */
html, body, form, fieldset { margin: 0; padding: 0; }
/* Vertical margins */
h1, h2, h3, h4, h5, h6, p { margin: 1em 0 0 0; padding: 0; }    /* top */
ul, ol, dl { margin: 0.5em 0 1em; padding: 0; }                 /* bottom */
pre, blockquote, address { margin: 1em 0; padding: 0; }         /* top & bottom */
li { margin: 0; padding: 0; list-style-position: outside; }	    /* none */
/* Left margin */
li, dd, blockquote { margin-left: 2em; }
/* Page colors (background and text) */
body { background: white; color: black; }
/* Page main font */
h1, h2, h3, h4, h5, h6, p, li, dd, dt, th, td, input, textarea, select, label, div { font: normal 9pt/1.2em Verdana, Tahoma, Arial, x-Helvetica, sans-serif; }
h1 { font-weight: bold; font-size: 12pt; line-height: 1.2em; }
h2 { font-weight: bold; font-size: 11pt; line-height: 1.2em; }
h3 { font-weight: bold; font-size: 10pt; line-height: 1.2em; }
/* Links: underlined only when hovered */
a { text-decoration: none; }
a:hover { text-decoration: underline; }
/* Images without borders when used as links; vertical-align removes the 2px gap under the image */
a img { border: 0; vertical-align: bottom; }
img[usemap] { border: 0; }
/* Labels have 'hand' as mouse pointer */
label { cursor: pointer; }
/********************** /reset default browser style *********************/
