/**
 * aheadWorks Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://ecommerce.aheadworks.com/LICENSE-M1.txt
 *
 * @copyright  Copyright (c) 2009-2010 aheadWorks Co. (http://www.aheadworks.com)
 * @license    http://ecommerce.aheadworks.com/LICENSE-M1.txt
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }

body        { background:#000 url(../images/body-bg.gif) 50% 0% no-repeat fixed; color:#ccc; font:12px/16px arial, helvetica, sans-serif; text-align:center; min-width:960px; }
a           { color:#fff; text-decoration:none; }
a:hover     { color:#fff; text-decoration:underline; }
a img       { border:0;}
:focus      { outline:0; }

/* Heading */
h1          { font-size:2em; line-height:1.17em; }
h2          { margin-bottom:.4em; font-size:1.5em; line-height:1.2em; }
h3          { margin-bottom:.4em; font-size:1.35em; line-height:1.2em; }
h4          { margin-bottom:.4em; font-size:1.05em; line-height:1.35em; }
h5          { margin-bottom:.4em; font-size:1.05em; line-height:1.35em; }
h6          { margin-bottom:.1em; font-size:1em; line-height:1.35em; }


/* Table */
th          { vertical-align:top; font-weight:normal; text-align:left; }
td          { vertical-align:top; }

/* Paragraph */
p           { margin-bottom:.9em; }
address     { margin-bottom:.4em; 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; }
legend      { display:none;}
label       { color:#3A808D;  font-weight:bold; }
input, 
select, 
button      { vertical-align:middle; }

.btn-guise	{
	background:#000 url(../images/btn-bg.gif) center top repeat-x;
	border-width:1px;
	border-style:solid;
	border-color:#777 #444 #333;
	font:normal 10px Arial, Helvetica, sans-serif;
	padding:2px 3px;
	text-transform:uppercase;
	color:#aaa;
	cursor:pointer;
	text-decoration:none !important;
}
.btn-guise-large {
	padding:3px 8px;
}
.btn-guise:hover { border-color:#555; text-decoration:none; background:#111; }

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

/* Size */
small       { font-size:.85em; }
big         { font-size:1.15em; }
hr          { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
