/**
 * 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 ]***********/
/******************************************/

* {	}

body {
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color: #838383;
	line-height:1.45em;
	height:100%;
	margin:0;padding:0;
}

html, div, map, dt, isindex, form {
	display:block;
}

ul,li,ol {margin:0;padding:0;}

img {margin:0;border:0;padding:0;}

a {color:#cd5926;text-decoration: none;font-weight:bold;}
a:hover {text-decoration: underline;}
a img {border:0;}
:focus {outline:0;}

/* Heading */
h1, h2, h3, h4, h5, h6, .head,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .head {
	margin:0;
	color: #23221d;
	text-decoration:none;
	}
h1 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
	font-weight:bold;
}
h4 {
	font-size: 11px;
}
h5 {
	font-size: 10px;
	font-weight:bold;
}
h6 {
	font-size: 9px;
}

/* Table */
th {padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}
/* Paragraph */
p {}
address {font-style: normal; line-height:1.4em;}
cite {font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/* Form */
form { display:inline;}
fieldset { border:none;border:0; }
legend {display:none;}
label { color:#666; /*font-size:.95em;*/  font-weight:bold; }
input, select, button { vertical-align:middle; }

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

/* Size */
small { font-size:.92em; }
big { font-size:1.1em; }

hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }

