/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-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.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }

body { background-color: #FFFFFF; 
	font-size:12px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #353B31;}

a { color: #353B31;
	text-decoration:none; 
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.1em;
	text-transform:uppercase;}
	
a:hover {text-decoration: underline;}
	
img { border: none;}

:focus { outline:0; }


/* Heading */

h1, h2, h3, h4, h5, h6, .head, .amount strong, .step-title, .block-title {
	text-decoration:none; 
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-transform:uppercase;}
	
h1, h2, .active .step-title, .active .step-title h2 { font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.1em;
	margin: 30px 0 10px;}
	
h3, h4, h5, h6, .box-up-sell h2, .amount strong, .step-title, .step-title h2, .block-title {
	font-size: 12px; 
	letter-spacing:0.15em;
	margin: 20px 0 10px;}
	
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, .head em {font-style:normal;}
	
h1 small, h2 small {font-size: 24px;}
	
h3 small, h4 sm
all, h5 small, h6 small, .head small {font-size: 12px;}

.step-title h2 {display: inline;}
.step-title {color: #999;}
.allow .step-title {color: #353B31;}

/* Table */

table {margin: 10px 0;
	border-collapse:collapse;
	width: 100%}

th {
	padding:0; 
	text-align:left; 
	vertical-align:top;
	font-weight: normal;}

td {padding:0;}


/* Paragraph */

p { margin: 10px 0;}

q:before, q:after{content:'';}


/* Form */

form { display:inline;}

fieldset {
	border:none;
	margin: 20px 0 10px;}
	
legend {display:none;}

label {
	color:#353B31;
	margin-right: 5px;}
	
input, button, select, textarea { 
	vertical-align:middle;
	font-size: 14px;}
	
.radio{margin: 0 5px;}

option {padding: 0 5px;}


/* Lists */

dt, dd { float: left;
	margin: 5px 0;}
dt { clear: both;}
ul,ol { list-style:none;}

/* Size */

hr { height:1px; 
	margin:10px 0; 
	overflow:hidden; 
	color: #ff0000; 
	border: none;
	border-top: solid 1px #e9e9e9; }
.nowrap { white-space:nowrap; }
.bold, strong { font-weight:bold; }

address {
	font-style:normal;}
