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

* { margin:0; padding:0; }

body          { background:#7c78a4 url(../images/headerBG.gif) repeat-x top; font:12px/1.5 "FreeSans", Arial, Helvetica, sans-serif; color:#333; text-align:center; }

img           { border:0; vertical-align:top; }

a             {font-size: 11px; font-weight: bold; color: #333;}
a:hover       {color: #5a00ca;}
:focus        { outline: 0; }

.clearer	  {clear: both;}
hr			  {height: 1px; background: #E2E1E6; margin: 20px 0; border: 0 none;}

p			  {font-size: 11px; line-height: 16px; margin-bottom: 12px;}
p.category-description	  {font-size: 12px; line-height: 18px; margin-bottom: 10px; width:400px;}
p b			  {font-size: 11px;}

p.quote		  {font-size: 12px; font-style: italic; line-height: 18px;}
p.quote2	  {font-size: 12px; font-style: italic; line-height: 18px; padding-left: 20px; padding-right: 20px;}
p.quote b, p.quote2 b {font-style: normal;}

#important-factors-home p, #important-factors-subpage p{font-size: 11px; line-height: 14px; color: #500000;}
p.old-price   {margin-bottom: 0px; font-size: 11px; font-style: italic; color: #7b75a1;}
p.special-price   {font-size: 12px; margin-bottom: 0px;}


/* Headings */
h1            { font-size:24px; color: #220050; font-weight:bold; }
h2            { font-size:30px; color: #220050; font-weight:bold; margin-bottom: 4px;}

h3            { font-size:12px; color: #333; font-weight:bold; text-transform: uppercase; margin-bottom: 10px;}
h4            { font-size:16px; color: #5a00ca; font-weight:bold; font-style: italic;}
h5            { font-size:16px; color: #7b75a1; font-weight:bold; font-family: Times New Roman;}
h6            { font-size:12px; color: #220050; font-weight:bold; margin: 2px 0; }
.col-1 h3, .col-2 h3	  {margin-bottom: 4px;}


.product-shop h2, .product-shop h1 { font-size:24px; color: #220050; font-weight:bold; margin-bottom: 8px;}
h4.product-name a {font-size:12px; font-style: normal; color: #220050; font-weight:bold; line-height: 16px; height: 36px; display: block;}
.title-buttons h2, .page-title h2{ font-size:24px; color: #220050; font-weight:bold; margin-bottom: 0px;}
h2 a { font-size:30px; color: #220050; font-weight:bold; margin-bottom: 4px; text-decoration: none;}
.header-line {border-bottom: 1px #ddd solid; text-align: right; line-height: normal;}
.header-line h3{float: left}
.header-line a{ text-decoration: none;}

h1, h2, h3, h4, h5, h6{line-height: normal;}

/* 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%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before, 
q:after       { content:''; }
small,big     { font-size:10px; }
p.caption		  {font-size: 10px; line-height: 12px; text-align: center;}
sup           { font-size:1em; vertical-align:top; }

/* 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-top        { vertical-align:top; }
.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; }