/**
 * 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.
 *
 * 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/osl-3.0.php  Open Software License (OSL 3.0)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }

body        { background:#f2f2f2 url(../images/body_bg.gif) 0 0 repeat; color:#444; font: normal 62.5%/100% Verdana, Arial, Geneva, Lucida, Helvetica, Sans-Serif;text-align:center; }
a           { color:#de088c; text-decoration:none; }
a:hover     { color:#de088c; text-decoration:none; }
a img       { border:0;background:none;}
:focus      { outline:0; }

/* Heading */
h1          { font-size:2em; line-height:1.17em;  font-weight:normal;  font-weight:normal; color:#de088c;}
h2          { margin-bottom:.4em; font-size:1.6em; line-height:1.2em;  font-weight:normal; color:#de088c;}
h3          { margin-bottom:.4em; font-size:1.6em; line-height:1.2em;  font-weight:normal; color:#de088c;}
h4          { margin-bottom:.4em; font-size:1.2em; line-height:1.35em;  font-weight:normal; color:#de088c;}
h5          { margin-bottom:.4em; font-size:1.2em; line-height:1.35em;  font-weight:normal; color:#de088c;}
h6          { margin-bottom:.1em; font-size:1em; line-height:1.35em;  font-weight:normal; color:#de088c;}


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

/* Paragraph */
p {font-size:1.2em;line-height:1.4em;margin:0.5em 0 0.75em 0;}

/* Forms */
form        { display:inline; }
fieldset    { border:0; }
legend      { display:none; }

/* Table */
table       { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
th          { vertical-align:top; text-align:left; font-weight:normal; }
td          { vertical-align:top; }

/* Content */
address     { font-style:normal; font-size:1.1em;line-height:1.3em;margin-bottom:20px;}
cite        { font-style:normal; }
q,
blockquote  { quotes:none; }
q:before, 
q:after     { content:''; }
small,big   { font-size:1em; }
sup         { font-size:1em; vertical-align:top; }

p.more {text-align:right;}

p a:link {color:#0F8304;}
p a:visited {color:#0F8304;}
p a:active {color:#fff;text-decoration:none;background:#0F8304;}
p a:hover{color:#fff;text-decoration:none;background:#0F8304;}

/* Lists */
ul,ol       { list-style:none; }

/* Tools */
.nobr       { white-space:nowrap !important; }
.wrap       { white-space:normal !important; }
.a-left     { text-align:left !important; }
.a-center   { text-align:center !important; }
.a-right    { text-align:right !important; }
.v-middle   { vertical-align:middle; }
.f-left,
.left       { float:left !important; }
.f-right,
.right      { float:right !important; }
.f-none     { float:none !important; }
.f-fix      { float:left; width:100%; }
.no-display { display:none; }
.no-margin  { margin:0 !important; }
.no-padding { padding:0 !important; }
.no-bg      { background:none !important; }
.reset      {clear:both;display:block;}