/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css 1223 2005-04-22 03:46:20Z ajeh $
*/

body 
{
    background: #3d3c3d url(../images/bg.png) repeat-y scroll 50% 0px;
    color: #999;
    margin: 0px;
    padding: 0px;
    font: 10px Verdana, Arial, sans-serif;
}

#main_container
{
    width: 990px;
    margin: 0 auto;
    background: #000;
}

.centershop 
{
    width: 990px !important;
    padding: 0;
    margin: 0;
    text-align: left;
}

.main_page
{
    width: 990px;
    padding: 0px;
    margin-top: 5px;
}

td.main, p.main 
{
    line-height: 1.5;
}

a 
{
    font-size: 10px;
    color: #ffba00;
    text-decoration: none;
}

a:hover 
{
    text-decoration: underline;
}

form 
{
    display: inline;
}

textarea
{
    padding: 2px;
    background: #242524;
    color: #fff;
    border: 1px solid #413f3f;
}

/*                                                                              */
/* --- V2 HEADER -------------------------------------------------------------- */
/*                                                                              */

table#v2_header
{
    width: 990px; 
    height: 53px;
    margin: 0; padding: 0;
    margin-top: 5px;
    background: url(../images/header_bg.gif) no-repeat top left;
}

td#v2_header_logo_top
{
    width: 185px;
}

    td#v2_header_logo_top a
    {
        width: 185px;
        height: 53px;
        display: block;
        text-decoration: none;
    }

table#v2_search
{
    width: 200px;
    height: 35px;
    margin: 0; 
    padding: 0px;
}

    input#v2_search_text
    {
        width: 120px;
    }

    input#v2_search_submit
    {
    }

    table#v2_search a
    {
        margin-top: 3px;
        color: #fff;
        text-decoration: none;
    }

    table#v2_search a:hover
    {
        color: #ffba00;
    }

td#v2_header_menu
{
    width: 600px; 
    height: 35px; 
}

td#hwsw_menu
{
    height: 18px;
    font-weight: bold;
    color: #fff
}

table#v2_header ul
{
    margin: 0 10px 0 0; 
    padding: 0; 
    list-style-type: none;
    overflow: auto;
}

    table#v2_header ul li
    {
        float: right; 
    }

    table#v2_header ul li.search
    {
        margin-right: 35px;
    }

    table#v2_header ul li.bar
    {
        padding: 0 .7em;
        color: #fff;
    }

    table#v2_header ul a
    {
    }

    table#v2_header ul a:hover
    {
    }

    table#v2_header ul a.hover_hwsw
    {
        color: #000;
    }

    table#v2_header ul a.hover_hwsw:hover
    {
        color: #fff;
        text-decoration: none;
    }

td#gk_menu
{
    width: 990px;
    height: 26px;
    text-align: center;
    background: url(../images/gk_menu_bg.gif) repeat-x bottom left;
}

    td#gk_menu ul
    {
        margin: 0;
        padding: 0;
        text-align: center;
        list-style-type: none;
        overflow: auto;
    }
    
        td#gk_menu ul li
        {
            display: inline;
            padding: 0px 11px;
        }

        td#gk_menu ul li a
        {
            color: #fff;
        }

        td#gk_menu ul li a:hover
        {
            color: #ffba00;
        }


/*                                                                              */
/* --- V2 FOOTER --------------------------------------------------------------- */
/*                                                                              */

table#v2_footer
{
    width: 990px; 
    margin: 0; padding: 0;
    margin-top: 5px; 
    text-align: left;
    background-color: #000;
    border-top: 1px solid #e2e2e2;
}

td#v2_footer_menu
{
    width: 990px; 
    height: 30px;
    text-align: center;
}

    td#v2_footer_menu ul
    {
        margin: 0; 
        padding: 0; 
        padding-top: 4px;
        text-align: center;
        list-style-type: none;
        overflow: auto;
    }

        td#v2_footer_menu ul li
        {
            display: inline;
        }

        td#v2_footer_menu ul li.bar
        {
            padding: 0 .7em;
            color: #fff;
        }

/* ----------------------------------------------------------------------- */

table.headerNavigation 
{
    width: 100%;
}

    td.headerNavigation 
    {
        width: 100%;
        position: relative;
        vertical-align:middle;
        font-size: 11px;
        font-weight: bold;
        color:#000000;
        letter-spacing:1px;
        padding: 5px;
    }

    td.headerNavigation a, td.headerNavigation a:visited 
    {
        font-weight: bold;
        color: #a9d516;
        text-decoration: underline;
    }

    td.headerNavigation a:hover
    {
    }

tr.headerError 
{
    background: #ff0000;
}

    td.headerError 
    {
        background: #ff0000;
        color: #e5e2e2;
        font-size: 12px;
        font-weight : bold;
        text-align : center;
    }

tr.headerInfo 
{
    background: #00ff00;
}

    td.headerInfo 
    {
        background: #00ff00;
        color: #e5e2e2;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }

td.breadCrumb 
{
    padding: 3px;
    font-weight: bold;
    color: #9a9a9a;
}


/* ----------------------------------------------------------------------- */

td.footertop a
{
    font-weight: bold;
    color: #000000;
}


td.footertop a:hover
{
}

/*                                                                         */
/* --- SIDEBOX ----------------------------------------------------------- */
/*                                                                         */

.column_box_spacer_single 
{
    height: 6px;
}

.column_left
{
    margin: 4px 0 0 0;
    padding: 0 5px 0 0;
}

.column_right
{
    margin: 4px 0 0 0;
    padding: 0 0 0 4px;
}

.sideBox
{
    border: 0;
    margin-bottom: 6px;
}

.sideBoxHeading
{
    height: 12px;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
    background: #000 url(../images/box_heading.png) repeat-x bottom left;
    color: #fff;
}

.sideBoxHeading a
{
    color: #fff;
    font-weight: bold;
}

.sideBoxHeading a:hover
{
}

.sideBoxContent 
{
    padding: 4px;
    font-size: 10px;
    line-height: 125%;
    border: 1px solid #413f3f;
}

.sideBoxContent h1
{
    margin: 0;
    font-size: 10px;
    line-height: 125%;
    text-align: center;
}

.sideBoxFooter 
{
}


/*                                                                         */
/* --- CENTER/MAIN SECTION ----------------------------------------------- */
/*                                                                         */

.center_column 
{
    width: 100%;
    padding: 0px;
}

td.pageHeading, .pageHeading, h1 
{
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: bold;
}


/*                                                                         */
/* --- CENTERBOX --------------------------------------------------------- */
/*                                                                         */

.centerbox 
{
    font-size: 11px;
    border: 0;
    margin-bottom: 15px;
}

.centerboxheading 
{
    height: 12px;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
    background: #000 url(../images/box_heading.png) repeat-x bottom left;
    color: #fff;
}

.centerboxcontent 
{
    padding: 4px;
    font-size: 11px;
    line-height: 125%;
    border: 1px solid #413f3f;
}

.centerboxheading a
{
    color: #fff;
    font-weight: bold;
}

.centerboxheading a:hover
{
}

.centerboxfooter 
{
}

.infoBoxNotice 
{
    background: #FF8E90;
}

.infoBoxNoticeContents 
{
    background: #FFE6E6;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

/*                                                                         */
/* --- PRODUCT LISTING --------------------------------------------------- */
/*                                                                         */

td.productListing-heading 
{
    padding: 4px;
    font-weight: bold;
    color: #fff;
}

tr.productListing-odd td
{
    padding-top: 10px;
}

tr.productListing-even
{
    background: #101110;
}


td.productListing-data 
{
}



td.productListing-data-description-odd 
{
    padding-bottom: 10px;
/*
    padding-left: 0 10px 12px 10px;
    border-bottom: 1px solid #E2E2E2;
*/
}

td.productListing-data-description-even 
{
    background: #101110;
/*
  background: #FFFFFF;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc;
*/
}

tr#pageresults_top td.pageresults
{
    padding-bottom: 2px;
    border-bottom: 1px solid #413f3f;
    vertical-align: bottom;
}

tr#pageresults_bottom td.pageresults
{
    padding-top: 2px;
    border-top: 1px solid #413f3f;
    vertical-align: top;
}

td.pageresults 
{
    height: 20px;
    color: #777;
}

td.pageresults a 
{
    color: #aaa;
}

td.pageresults a:hover 
{
}








SPAN.newItemInCart 
{
    color: #a9d516;
    font-weight: bold;
}

/*                                                                         */
/* --- VIRTUALBOX -------------------------------------------------------- */
/*                                                                         */


#virtualbox
{
    padding: 5px;
    background-color: #242524;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
}

    #virtualbox h1
    {
        font-size: 13px;
        color: #fff;
        text-align: center;
    }

    #virtualbox p
    {
        text-align: justify;
    }

    #virtualbox a
    {
        display: block;
        text-align: center;
    }


.plainBox, .plainbox-description 
{
    margin-bottom: 15px;
    padding: 5px;
    border: 0;
    font-size: 11px;
    line-height: 16px;
}

.plainBoxHeading 
{
    padding: 11px 5px 5px;
    font-size: 12px;
    font-weight: bold;
}


/* footer
--------------*/

TABLE.footer {
  text-align: center;
  font-size: 9px;
}

TR.footertop {
  font-size: 11px;
}

TD.footertop, TD.footerbottom {
  padding: 5px;

}


/* -------------------------------------------------- */

table#upcoming td
{
    height: 16px;
    border-bottom: 1px solid black;
}

tr.upcoming_odd td
{
    background: #000;
}

tr.upcoming_even
{
    background: #1f201f;
}


/*miscellaneous areas
-------------------------------------*/
TD.infoBox, SPAN.infoBox {}

.cartBox 
{
   background-color: #242524;
   font-size: 11px;
   padding: 3px;
}

tr.accountHistory-odd, tr.addressBook-odd, tr.alsoPurchased-odd, tr.payment-odd, tr.productReviews-odd, tr.shippingOptions-odd 
{
    background: #fff;
    margin: 12px;  
}

tr.accountHistory-even, tr.addressBook-even, tr.alsoPurchased-even, tr.payment-even, TR.productReviews-even, TR.shippingOptions-even {
  background: #FFFFFF;
}


.errorBox {   background: #ff797c; color: #ffffff; font-weight: bold; }

.stockWarning {   color: #cc0033; }

.productsNotifications { background: #f2fff7; }

.orderEdit {   color: #70d250; text-decoration: underline; }



TR.subBar {
  background: #f4f7fd;
}

TD.smallText, SPAN.smallText, P.smallText {
   font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA 
{
    font-size: 11px;
}

.greetUser {
   font-size: 12px;
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
    background: #f1f9fe;
    border: 1px solid #7b9ebd;
}

TD.formAreaTitle {
    font: bold 12px Verdana, Arial, sans-serif;
}

SPAN.markProductOutOfStock {
    color: #c76170;
    font: bold 12px Verdana, Arial, sans-serif;
}

span.normalprice 
{
    color: #666;
    text-decoration: line-through;
}

span.productSpecialPrice 
{
    color: #fff;
    font-weight: bold;
}

span.productSpecialPriceSale 
{
    text-decoration: line-through;
}

span.productSalePrice 
{
}

span.productPriceDiscount 
{
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #242524; cursor: pointer; }
.moduleRowSelected { background-color: #121312; }

.checkoutBarFrom, .checkoutBarTo {   color: #8c8c8c; }
.checkoutBarCurrent {   color: #000000; }

/* message box */

.messageBox {   }
.messageStackError, .messageStackWarning { background-color: #ff797c; color: #ffffff; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackSuccess {   background-color: #b3ffa8; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackCaution { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #FFFF00; }

/* input requirement */

.inputRequirement {
  color: #ff0000;
  font-size: 10px;
}

span.coming 
{
    color: #fff;
}

/* checkout totals */
TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-coupon-Text {
  font-weight: bold;
}
TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-total-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-coupon-Amount {}

/* product_info attribute comments */


.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 9px;
  line-height: 1.0;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  border-top: 1px solid #9a9a9a;
}

/* General alert span class */
TD.alert, SPAN.alert {
  color: #FF0000;
  font-weight: bold;
}

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #000000;
  font-weight: bold;
}

/* popup tables */
TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
  
  margin: 6px;
  padding: 6px;
  font: 11px Verdana, Arial, sans-serif;
}

/* categories_description */
TABLE.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  border: 0;
}

TD.categoriesdescription {
  font-size: 12px;
  line-height: 1.2;
}

/* categories box parent and child categories and extra links */
a.category-top, a.category-links 
{
    color: #999;
    font-weight: normal;
    line-height: 15px;
}

a.category-subs, A.category-products 
{
    color: #999;
    font-weight: normal;
}

span.category-subs-parent 
{
    font-weight: bold;
}

span.category-subs-selected 
{
    color: #999;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
}

/*                                                                              */
/* --- REVIEW ----------------------------------------------------------------- */
/*                                                                              */

.reviewarea
{
    background: #fff url(../images/rece.png);
    text-align: center;
}

.reviewuser 
{
    font-weight: bold;
}

/*                                                                              */
/* --- HEADER-SEARCH ---------------------------------------------------------- */
/*                                                                              */


/* FORMS STUFF by TRf */

fieldset 
{
    margin: 1em 0 0 0;
    padding-left: 1em;
    border: 0;
}

    fieldset legend 
    {
        margin: 0;
        padding: 0;
        color: #000000;  
        font-size: 13px;
        font-weight: bold;
    }

    fieldset label
    {
        margin: 0;
        padding: 0;
    }

    fieldset table
    {
        margin: 0;
        padding-left: 1em;
        width: 100%;
    }

        fieldset table td
        {
            padding: 2px;
            font-size: 12px;
        }

        fieldset table td.lbl
        {
            width: 150px;
        }

        fieldset table td.lbl2
        {
            width: 300px;
        }


    fieldset input
    {
        margin: 0; 
        padding: 2px;
        color: #2868c8;
        font-size: 12px;
    }

    fieldset em
    {
        font-size: 10px;
        font-style: normal;
        font-weight: bold;
        color: #cc2828;
    }

fieldset.submit 
{ 
    float: none;  
    width: auto;  
    border: 0 none #fff;
    text-align: center;
}

#login_or_reg td
{
    padding: 2px;
}

#login_or_reg p
{
    margin: 0;
    padding: 2px;
    font-size: 12px;
}
