/**
 * 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; }

html, body {
  color: #fff;
  font: 12px arial, helvetica, sans-serif;
  background-color: #000;
}

a { text-decoration: none; color:#fff;  }
a:hover { color: #fff; text-decoration: underline; }
a:visited {color:#CECECE;}
a:visited:hover { color: #FFFFFF;text-decoration: underline; }
a img { border:0;}
:focus { outline:0; }

/* Heading */
h1, h2, h3, h4, h5, h6, .head { margin-bottom:.4em; line-height:1.3em; color:#fff; font-weight: normal }
h1 { font-size:2em; line-height:1.17; }
h2 { font-size:1.5em; }
h3 { font-size:14px; }
h4 { font-size:14px; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Paragraph */
p { margin-bottom:.8em; }
address { margin-bottom:.4em; }
address { font-style:normal; line-height:1.4em;}
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { color:#FFF; /*font-size:.95em;*/  font-weight:normal; }
input, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; }
ul,ol { list-style:none; }

/* Size */
small { font-size:.92em; }
big { font-size:1.1em; }

hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }

/* Simple styles */
.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }
.border {border: 1px solid #3F3F3F !important;}
.border_right {border-right: 1px solid #3F3F3F;}
.border_left {border-left: 1px solid #3F3F3F;}
.border_top {border-top: 1px solid #3F3F3F;}
.border_bottom {border-bottom: 1px solid #3F3F3F;}
.border_b_dotted {border-bottom:1px dotted #3F3F3F;}
.border_neutral {border: 1px solid #262626;}
.top_70 {margin-top: 70px !important;}
.top_60 {margin-top: 60px !important;}
.top_50 {margin-top: 50px !important;}
.top_45 {margin-top: 45px !important;}
.top_40 {margin-top: 40px !important;}
.top_30 {margin-top: 30px !important;}
.top_20 {margin-top: 20px !important;}
.top_15 {margin-top: 15px !important;}
.top_10 {margin-top: 10px !important;}
.top_5 {margin-top: 5px !important;}
.left_5 {margin-left: 5px !important;}
.left_10 {margin-left: 10px !important;}
.left_15 {margin-left: 15px !important;}
.left_30 {margin-left: 30px !important;}
.left_40 {margin-left: 40px !important;}
.right_5 {margin-right: 5px !important;}
.right_10 {margin-right: 10px !important;}
.right_15 {margin-right: 15px !important;}
.right_30 {margin-right: 30px !important;}
.right_40 {margin-right: 40px !important;}
.bottom_5 {margin-bottom: 5px !important;}
.line_15 {line-height:15px;}
.line_20 {line-height: 20px;}
.lightyellow{ color: #fbd279;}
.olive {color: #b9c600;}
.yellow {color:#E2BD17 !important;}
.white {color:#FFFFFF !important;}
.inherit_color {color:inherit !important;}
.red {color:#cc0000 !important;}
.pad_20 {padding:20px;}
.pad_30 {padding:30px;}
.pad_40 {padding:40px;}
.pad_50 {padding:50px;}
.pad_rl_5 {padding: 0 5px;}
.size10 {font-size: 10px !important;}
.size12 {font-size: 12px !important;}
.size14 {font-size: 14px !important;}
.size16 {font-size: 16px !important;}
.size18 {font-size: 18px !important;}
.size24 {font-size: 24px !important;}
.size28 {font-size: 28px !important;}
.size48 {font-size: 48px !important;}
.textcenter {text-align: center !important;}
.textleft {text-align: left !important;}
.textright {text-align: right !important;}
.textjustified {text-align: justify !important;}
.clear { clear:both !important;}
.nofloat {float: none !important;}
.float_left {float:left;}
.float_right {float:right;}
.inline_block {display: inline-block;}
.img_middle {vertical-align:middle;}
.underline {text-decoration:underline;}
.hidden {display: none;}
.pointer{cursor:pointer;}
.nodecoration {text-decoration:none;}
.h1_SEO, .h2_SEO, .h3_SEO, .h4_SEO{
    margin: 0px !important;
    display: inline !important;
    font-weight: normal !important;
}
input{
    background-color:#1F1F1F;
    border-color:#000000 #3F3F3F #3F3F3F #000000;
    border-style:solid;
    border-width:1px;
    color:white;
    height:23px;
}

input:focus {
    color:white;
}
span.select_holder{
    display:inline-block;
    padding:0 7px 0 2px;
    text-align:left;
}
.textarea{
    background-color:#1F1F1F;
    border-color:black #3F3F3F #3F3F3F black;
    border-style:solid;
    border-width:1px;
    color:white;
}
