/**
 * 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 ]***********/
/******************************************/
* { margin:0; padding:0; border:0;}

html, body {
    height: 100%;
}

body {
	background:url(../images/headerback.jpg) top repeat-x #fff;
	color:#000;
	font-size:100.01%;
	font-family: arial, helvetica, sans-serif;
	margin:0 !important;
	}


a {color:#4675B0; text-decoration:none;}
a:hover, .over a, a:focus {color:#000; text-decoration:none;}
a img { border:0;}


/* Heading */
h1 {margin:0; padding:0;}
h2, h3, h4, h5, h6 {
	margin-bottom:.4em;
	line-height:1.4em;
	color:#4675B0;
	text-align:left;
	}
h2 {font-size:1.5em; margin-bottom:.6em;}
h3 {font-size:1.2em;}
.product-info-box h3 {font-size:1.2em;}
h5, h6 {color:#000;}
h4 {font-size:1.2em;}
.product-shop h4 {font-size:.9em; color:#4675B0; font-weight:bold; padding-bottom:.4em; font-family: arial, helvetica, sans-serif;}
.footer h4 {color:#fff; font-weight:bold; text-transform:uppercase; font-size:1.1em;}
h5 {font-size:1em; font-weight:bold;}
h6 {font-size:.9em; font-weight:bold;}
.product-shop h6 {font-size:.9em; color:#4675B0; padding-bottom:.3em; font-family: arial, helvetica, sans-serif;}
.side-col h2, .side-col h3, .side-col h4 {font-size:1em; font-weight:bold; border-bottom:1px solid #E6E6E6; text-align:left; margin:.3em 0 .4em 0; text-transform:uppercase;}
.login-box h4 {margin-bottom:0.4em; padding-bottom:0.2em; padding-left:21px; background-position:0 .2em; background-repeat:no-repeat; text-transform:uppercase;}
.login-box .new-users h4 { background-image:url(../images/icon_page_white.gif); }
.login-box .registered-users h4 { background-image:url(../images/icon_page_white_text.gif); }

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Paragraph */
p { margin-bottom:.8em;}
.col-main p {line-height:1.5em;}
p.paddtop {padding-top:.3em;}
address { margin-bottom:.4em; }
address { font-style:normal; line-height:1.4em;}
cite { font-style:normal;}
q:before, q:after{content:'';}

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

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

/* Size */
.wrapper {font-size:0.9em;}
small {}
big {}

hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
.nowrap { white-space:nowrap; }
:focus { outline: 0; }
.bold { font-weight:bold; }
.clear {clear:both; font-size:0px; height:0px; line-height:0px;}
