/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { /*background: #f2fff7;*/ }

.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #6A2665; text-decoration: none; }
.orderEdit:hover { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #6A2665; text-decoration: underline; }

A
{
  color: #6A2665;;
  text-decoration: none;
}

A:hover
{
  color: #6A2665;
  text-decoration: underline;
}

FORM
{
    margin: 0px;
	display: inline;
}

TR.header
{
  background: #ffffff;
}

TR.headerNavigation
{
  background: #bbc3d3;
}

TD.headerNavigation
{
  background: #6A2665;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation
{ 
  color: #FFFFFF; 
}

A.headerNavigation:hover
{
  color: #ffffff;
}

TR.headerError
{
  background: #ff0000;
}

TD.headerError
{
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo
{
  background: #00ff00;
}

TD.headerInfo
{
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer
{
  background: #bbc3d3;
}

TD.footer
{
  background: #6A2665;
  color: #ffffff;
  font-weight: bold;
}

.infoBox
{
  /*background: #FFFFFF;*/
}

.infoBoxContents
{
  /*background: #f8f8f9;*/
}

.infoBoxNotice
{
  background: #FF8E90;
}

.infoBoxNoticeContents
{
  background: #FFE6E6;
}

TD.infoBoxHeading
{
  font-weight: bold;
  background: #6A2665;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox
{

}

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

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

TABLE.productListing
{
  /*
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
  */
}

.productListing-heading
{
  background: #6A2665;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data
{

}

A.pageResults
{
  color: #6A2665;
}

A.pageResults:hover
{
  color: #6A2665;
}

TD.pageHeading, DIV.pageHeading
{
  font-size: 19px;
  font-weight: bold;
  color: #6A2665;
}

TR.subBar
{
  background: #f4f7fd;
}

TD.subBar
{
  color: #000000;
}

TD.main, P.main
{
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText
{

}

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

SPAN.newItemInCart
{
  color: #ff0000;
}

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

TEXTAREA
{
  width: 100%;
}

SPAN.greetUser
{
  font-size: 12px;
  /*color: #f0a480;*/
  font-weight: bold;
}

TABLE.formArea
{
  background: #f1f9fe;
  /*
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
  */
}

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

SPAN.markProductOutOfStock
{
  font-size: 12px;
  color: #ff0000;
  font-weight: bold;
}

SPAN.productSpecialPrice
{
  /*color: #ff0000;*/
  color: #ffffff;
  font-weight: bold;
}

SPAN.errorText
{
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; color:red; /*background-color: #ffb3b5;*/ }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; /*background-color: #99ff00;*/ }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #6A2665; }



/* Undesire specific */
body, html
{
    font-family: Verdana;
    font-size: 10px;
    background: #350C2C url(img/background.gif);
    margin: 0px;
    height: 100%;
}

.img
{
    margin-bottom: 5px;
}

input, select, textarea
{
    font-family: Verdana;
    font-size: 10px;
    margin-top: 2px;
}

.website
{
    position: relative;
    margin: auto;
    width: 719px;
    background: #D3C4D3;
    border-left: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    overflow: hidden;
}

.header_top
{
    background: url(img/header_top.jpg);
    height: 161px;
    padding-left: 21px;
}

.header_logo
{
    width: 107px;
    height: 138px;
    float: left;
    cursor: pointer;
    margin-top: 11px;
}

.header_menu
{
    background: url(img/header_menu.jpg);
    padding-left: 10px;
    padding-right: 10px;
    height: 28px;
    overflow:hidden;
}

.header_menu_table
{
    height: 28px;
}

.header_menu_item
{
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
}

.header_menu_item_seperator
{
    width: 30px;
}

.header_menu_item:hover
{
    color: #D3C4D3;
    text-decoration: none;
}

.header_menu_item_disabled
{
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
}

.header_search_field
{
    width: 114px;
    height: 14px;
}

.header_search_field_firefox
{
    width: 100%;
    height: 14px;
}

.header_bottom
{
    background: url(img/header_bottom.jpg);
    height: 11px;
    border-bottom: solid 1px #FFFFFF;
}

.menu_stripe
{
    border-right: solid 1px #FFFFFF;
}

.menu_column
{
    width: 150px;
    height: 100%;
    overflow-x: hidden;
}

.login_item
{
    margin-top: 3px;
    margin-left: 10px;
    font-size: 10px;
    font-weight: bold;
    color: #6A2665;
}

.login_item_link_holder
{
    margin-top: 4px;
    margin-bottom: 5px;
}

.login_item_link
{
    margin-left: 10px;
    font-size: 10px;
    font-weight: bold;
    color: #6A2665;
}

.login_item_link:hover
{
    color: #6A2665;
    text-decoration: underline;
}

.login_field
{
    width: 120px;
    height: 14px;
    margin-left: 10px;
}

.password_field
{
    width: 93px;
    height: 14px;
    margin-left: 10px;
}

.menu_mainitem_holder
{
    width: 100%;
    height: 25px;
    background: #6A2665;
    margin-bottom: 1px;
}

.menu_mainitem
{
    font-size: 12px;
    color: #FFFFFF;
    margin-left: 10px;
}

.menu_mainitem_link
{
    font-size: 12px;
    color: #FFFFFF;
    margin-left: 10px;
}

.menu_mainitem_link:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

.menu_mainitem_link_hilited
{
    font-size: 14px;
    font-weight: bold;
    text-transform : uppercase;
    color: #FFFFFF;
    margin-left: 10px;
}

.menu_mainitem_link_hilited:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

.menu_subitem_holder
{
    width: 100%;
    margin-top: 5px;
    height: 11px;
    margin-bottom: 5px;
}

.menu_subitem_link
{
    font-size: 10px;
    color: #6A2665;
}

.menu_subitem_link:hover
{
    color: #6A2665;
    text-decoration: underline;
}

.payment_methods
{
    margin-top: 15px;
    margin-left: 10px;
}

.breadcrumb
{
    height: 25px;
    width: 558px;
    background: #6A2665;
    font-size: 12px;
    color: #FFFFFF;
    padding-left: 10px;
    overflow: hidden;
}

.content
{
    width: 550px;
    height: 100%;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.product_holder
{
    font-size: 0px;
    margin: 10px;
    width: 110px;
    overflow: hidden;
}

.product_image
{
    /*background: #6A2665;*/
    margin: 0px;
    height: 129px;
    overflow: hidden;
    font-size: 0px;
}

.product_content
{
    background: #6A2665;
    color: #FFFFFF;
    font-size: 0px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.product_text
{
    font-size: 10px;
    overflow: hidden;
}

.product_footer
{
    height: 0px;
    background: #FFFFFF;
    font-size: 0px;
}

.product_old_price
{
    color: #FFFFFF;
}

.product_special_price
{

}

.vertical_line
{
    background: #6A2665;
}

.horizontal_line
{
    background: #6A2665;
}

.footer_holder
{
    margin: 0px;
}

.banner_holder
{
    width: 100%;
    height: 50px;
    background: #6A2665;
}

.banner
{
    width: 568px;
    height: 90px;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.banner_text
{
    color: #FFFFFF;
    text-decoration: none;
}

.banner_url
{
    margin: 5px;
    color: #FFFFFF;
    text-decoration: none;
}

.banner_url:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

.footer_text_holder
{
    height: 25px;
}

.footer_text
{
    font-size: 9px;
    font-weight: bold;
    color: #6A2665;
}

.footer_link
{
    font-size: 9px;
    font-weight: bold;
    color: #6A2665;
    text-decoration: none;
}

.footer_link:hover
{
    color: #6A2665;
    text-decoration: underline;
}

/* Index Styles */
.index_header
{
    width: 568px;
    overflow: hidden;
}

.index_column_header_left
{
    width: 141px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #d0c2d1;
    overflow: hidden;
}

.index_column_header_right
{
    width: 142px;
    border-top: solid 1px #ffffff;
    overflow: hidden;
}

.index_column_background1_left
{
    background: #e2d8e1;
    border-right: solid 1px #D3C4D3;
}

.index_column_background2_left
{
    background: #D3C4D3;
    border-right: solid 1px #D3C4D3;
}

.index_column_background1_right
{
    background: #e2d8e1;
}

.index_column_background2_right
{
    background: #D3C4D3;
}

.index_column_content_left
{
    width: 141px;
    height: 100%;
    padding-top: 10px;
}

.index_column_content_right
{
    width: 142px;
    height: 100%;
    padding-top: 10px;
}
