/**
 * 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) 2008 template-help.com
 */

* { margin:0; padding:0; }

body        {padding:0px 0 20px; background:#FFFFFF; font-size:0.75em; line-height:1.33em; font-family:Arial, Helvetica, sans-serif; color:#6AA3C4; text-align:center;}

input, select, textarea{border:1px solid #2C2C2C; background:#FFFFFF; color:#282E3E;}

input{height:12px;}
select{height:17px;}

select{margin-bottom:1px;}

.container{width:100%; overflow:hidden; margin-top:20px;}
.width-strtched{width:100%;}
.clear{clear:both;}
.radio, checkbox{border:0; background:0;}
.pages-indent{padding:20px;}

img         { border:0; vertical-align:top; }

a:link,
a:visited
{ color:#8d6543; text-decoration:underline;}
a:hover     { text-decoration:none;}
:focus      { outline: 0; }

/* Headings */
h1          { font-size:1em; font-weight:normal; line-height:1.3; }
h2          { font-size:1em; font-weight:normal; line-height:1.34; }
h3          { font-size:0.91em; font-weight:bold; line-height:1.375; color:#000000; }
h4          { font-size:1em; font-weight:bold;  color:#000000;}
h5          { font-size:1em; font-weight:bold;  color:#000000;}
h6          { font-size:1em; font-weight:bold;  color:#000000;}

/* Forms */
form        { display:inline; }
form label{color:#3A4750; font-weight:bold; font-size:0.91em;}

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; color:#000000; }
td          { vertical-align:top; }

/* Content */
address     { font-style:normal; }
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; }

/* 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; }

