/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

html	{overflow-y:scroll;}
body	{color:#fff; font:10px/1.55em Arial, helvetica, sans-serif; text-align:left;}

html, body {margin:0; padding:0; border:0 none; height:100%; width:100%;}

a	{color:#fff; text-decoration:none;}
img {border:none;}

/* Heading */

h1	{text-transform:uppercase; font-size:11px; margin:30px 0; padding-bottom:1px; border-bottom:2px solid #CCC1CA;}
h2	{font-size:11px;
	color:#ffffff;
	font-weight:bold;
	background:#8c7486;
	padding:5px 20px;}

h3	{font-size:11px;
	color:#ffffff;
	padding:10px 0;
	text-transform:uppercase}
	
h3.normal	{text-transform:none;
			padding-top:10px;}

/* Table */
th	{padding:0;text-align:left;vertical-align:top;}
td	{padding:0;vertical-align:top;}

/* Paragraph */
.col-main p	{font-size:11px; margin-bottom:10px;}


/* Lists */
dt { display:block; font-weight:bold; }
li { list-style:none; }

:focus 	{-moz-outline:none;
		outline:none;}

