/*
//
// +----------------------------------------------------------------------+
// |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
{
    width: 990px;
    margin: 0 auto;
    padding: 0;
    font: 10px Verdana, Arial, sans-serif;
    background: #dad9d6 url(../images/v2_back.gif) top center repeat-y;
    color: #000000;
}

a
{
    color: #161f40;
    text-decoration: none;
}

a:hover 
{
    color: #2c3e80;
    text-decoration: underline;
}

form 
{
    display: inline;
}

/*                                                                              */
/* --- MAIN PAGE -------------------------------------------------------------- */
/*                                                                              */


.column_left
{
    width: 170px; /* 178 px with padding */
    padding-left: 3px;
    padding-right: 5px;
    margin-top: 0px;
}

.column_right
{
    width: 170px; /* 178 px with padding */
    padding-right: 3px;
    padding-left: 5px;
    margin-top: 0px;
}

.center_column 
{
    width: 634px;
    padding: 0px;
}

td.pageHeading, DIV.pageHeading, h1
{
    font-size: 13px;
    font-weight: bold;
    color: #000; /* #3d4760; */
    margin: 0px;
    padding: 0px;
}

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

td.main, p.main 
{
    font-size: 11px;
    line-height: 1.5;
    color: #000000; /*3d4760; */
}

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

.pullout { text-indent: -9999px; }

table#jheader
{
    margin: 0 0 10px 0; 
    padding: 0; 
    width: 990px;
    height: 140px;
    text-align: left;
    background: #fff url(../images/header.jpg) no-repeat top left;
    border-bottom: 1px solid #e5eaed;
}

td#jheader_top_row
{
    width: 100%;
    height: 25px;
    margin: 0;
    padding: 0;
}

    a.w150 { display: block; width: 150px; height: 25px; }
    a.w120 { display: block; width: 120px; height: 25px; }

td#jheader_logo
{
    width:  180px;
    height: 115px;
}

    td#jheader_logo a
    {
        display: block;
        width: 180px;
        height: 115px;
    }

td#jheader_banner
{
    width: 810px;
    height: 70px;
}

    td#jheader_banner a
    {
        width: 600px; 
        height: 68px; 
        display: block;
        margin: 3px auto;
    }

td#jheader_search
{
    width: 245px;
    height: 45px;
}

    table#v2_search
    {
        width: 245px;
        height: 20px;
        margin: 0; padding: 0px;
    }
    
        input#v2_search_text
        {
            width: 100px;
            border: 1px solid #2b6ad0;
        }
    
        input#v2_search_submit
        {
        }

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

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

td#jheader_menu
{
    width: 560px; 
    height: 45px;
}

    td#jheader_menu div
    {
        width: 560px; 
        height: 30px; 
        margin: 0; 
        padding-top: 4px;
    }

        td#jheader_menu div ul
        {
            margin: 0 5px 0 0; 
            padding: 0; 
            list-style-type: none;
            text-align: right;
        }
    
            td#jheader_menu div ul li
            {
                margin: 0;
                padding: 0;
                display: inline;
            }
    
            td#jheader_menu div ul li.bar
            {
            }

        td#jheader_menu div a
        {
            text-decoration: none;
        }

        td#jheader_menu div a:hover
        {
            text-decoration: underline;
        }

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

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

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;
        }

.footer
{
    text-align: center;
}
/* --------------------------------------------------------------------------- */

.clear
{
    clear: both;
    font-size: 0;
    line-height: 0%;
    visibility: hidden;
}



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

.sideBox, .centerbox 
{
    width: 100%;
    margin-bottom: 6px;
    padding: 0;
    border: 0;
}

.sideBoxHeading
{
    height: 13px;
    padding: 5px;
    background: #fff url(../images/header_sidebox.gif) no-repeat top left;
    font-weight: bold;
}

    .sideBoxHeading a
    {
        font-weight: bold;
    }

.centerboxheading 
{
    height: 23px;
    padding-left: 5px;
    background: url(../images/header_centerbox.gif) no-repeat top right;
    font-weight: bold;
}

.centerboxheading_left
{
    background: url(../images/header_centerbox.gif) no-repeat top left;
    padding-left: 5px;
}

.centerboxheading_right
{
    background: url(../images/header_centerbox.gif) no-repeat top right;
    padding-right: 5px;
}

    .centerboxheading a
    {
        height: 13px;
        padding: 0px;
        display: block;
        background: url(../images/header_centerbox_left.gif) no-repeat top left;
        font-weight: bold;
    }

    .sideBoxHeading a:hover, .centerboxheading a:hover
    {
    }

.sideBoxContent, .centerboxcontent
{
    padding: 4px;
    border-left: 1px solid #777788;
    border-right: 1px solid #777788;
    border-bottom: 1px solid #777788;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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


.productListing-heading {
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  padding: 5px;
  padding-left: 13px;
}

.boxText 
{
  font-size: 11px;
  line-height: 125%;
}



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

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

.reviewuser 
{
    font-weight: bold;
}

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

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

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

.product_info
{}

.product_info a
{
    color: #00c;
}

.product_info a:hover
{
    color: #00c;
    text-decoration: underline;
}

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

TD.productListing-heading {
  background: #E2E2E2;
  padding: 4px;
}

TR.centerboxheading 
{
  padding: 4px;
  background-image: url(../images/header_07.gif);
}

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


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


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

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

    #virtualbox p
    {
        text-align: justify;
    }

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

.plainBox, .plainbox-description 
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
    border: 0;
    margin-bottom: 15px;
    padding: 5px;
    color: #000; /* #3D4760; */
}

.plainbox-description a
{
    color: #00c;
}

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

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

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

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #FFFFFF;
  margin: 12px;  
}

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

td.productListing-data-description-odd 
{
    background: #FFFFFF;
    font-size: 10px;
    padding: 0 10px 5px 10px;
    border-bottom: 1px solid #E2E2E2;
}

td.productListing-data-description-even 
{
    background: #FFFFFF;
    font-size: 10px;
    padding: 0 10px 5px 10px;
    border-bottom: 1px solid #E2E2E2;
}

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

.stockWarning {   color: #cc0033; }

.productsNotifications { background: #f2fff7; }

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

.productListing-heading {
  border-bottom: 0;
  background: #E2E2E2;
  
}

td.productListing-data 
{
    padding-top: 5px;
    font-size: 10px;
}

td.pageresults a {
  color: #0000FF;
}

td.pageresults a:hover {
  background: #FFFF33;
}
td.pageresults {
  font-size: 10px;
  color: #000; /* #3D4760; */
  font-family: verdana, sans-serif;
}
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-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;
}

/* PRICES */

span.normalprice 
{
    color: #000;
    font-weight: normal;
    text-decoration: line-through;
}

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

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

span.productSalePrice 
{
    color: #CA2020;
    font-weight: bold;
}

span.productPriceDiscount 
{
    font-size: 10px;
    color: #000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.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: #ca2020;
}

/* 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;
  color: #000; /* #3D4760; */
  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, a.category-products 
{
    font-weight: normal;
    line-height: 15px;
}

a.category-subs
{
    text-decoration: none;
    font-weight: bold;
}

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

span.category-subs-selected 
{
    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;
}

/* 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;
}
