/*
  $Id: stylesheet.css,v 1.6 2005/11/22 20:04:02 hpdl Exp $

  Modified 22 November 2005 by Dru
  dru@mindactive.com
  
  Original is (c) osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/* page details */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    line-height: 14px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
    text-decoration: none;
}

a:hover {
    color: #800C19;
    text-decoration: underline
}

a:active {
	color: #FFFF00;
	text-decoration: none;
}

/* special rollovers */

a.footerNavigation {
    color: #5C391E;
}

a.footerNavigation:hover {
    color: #800C19;
    text-decoration: underline;
}

a.footerNavigation:active {
    color: #FFFF00;
    text-decoration: none;
}

a.footerSmall {
    color: #5C391E;
}

a.footerSmall:hover {
    color: #800C19;
    text-decoration: underline;
}

a.footerSmall:active {
    color: #FFFF00;
    text-decoration: none;
}

a.headerNavigation {
    color: #FFFFFF;
}

a.headerNavigation:visited {
    color: #EEEEEE;
    text-decoration: none;
}

a.headerNavigation:hover {
    color: #999999;
    text-decoration: underline;
}

a.pageResults {
    color: #0000FF;
}

a.pageResults:visited {
    color: #0000FF;
    text-decoration: none;
}

a.pageResults:hover {
    color: #0000FF;
    text-decoration: underline;
}

/* span styles */

SPAN.errorText {
    font-family: Verdana, Arial, sans-serif;
    color: #ff0000;
}

SPAN.greetUser {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #f0a480;
    font-weight: bold;
}

SPAN.markProductOutOfStock {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #c76170;
    font-weight: bold;
}

SPAN.newItemInCart {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #ff0000;
}

SPAN.productSpecialPrice {
    font-family: Verdana, Arial, sans-serif;
    color: #ff0000;
}

/* TABLE styles */

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

TD.footer {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    background: #B19D84;
    color: #ffffff;
    font-weight: bold;
}

TD.footerNavigation {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    background: #000000;
    color: #ffffff;
    font-weight: bold;
}

TD.footerSmall {
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
}

TD.formAreaTitle {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

TD.headerError {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

TD.headerInfo {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    background: #00ff00;
    color: #41638e;
    font-weight: bold;
    text-align: center;
    background-image: url(../Temp/glbnav_background.gif);
}

TD.headerNavigation {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    background-image: url(../Temp/glbnav_background.gif);
}

TABLE.infoBox, TD.infoBox, SPAN.infoBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

TD.infoBoxHeading {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

TD.main, P.main {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #663300;
	line-height: 23px;
}

TD.productListing-data {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

TD.smallText, SPAN.smallText, P.smallText {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

TD.subBar {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #000000;
}

TD.tableHeading {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

TD.ups {
    font-family: verdana, arial,sans-serif;
    font-size: 7pt;
}

TD.upsSmall {
    font-family: verdana, arial,sans-serif;
    font-size: 6pt;
}

/* plain styles */

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

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

TR.footer {
    background: #B19D84;
}

TR.footerNavigation {
    background: #000000;
}

TR.header {
     background: #ffffff;
}

TR.headerError {
    background: #ff0000;
}

TR.headerInfo {
    background: #00ff00;
    background-image: url(../Temp/glbnav_background.gif);
}

TR.headerNavigation {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    background-image: url(../Temp/glbnav_background.gif);
}

TR.subBar {
    background: #f4f7fd;
}

/* form styles */

FORM {
    display: inline;
}

CHECKBOX, INPUT, RADIO, SELECT {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

TEXTAREA {
    width: 100%;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

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

TD.accountCategory {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #aabbdd;
}

TD.fieldKey {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

TD.fieldValue {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

/* plain styles */

.appheadercolor {
    background-color: #996633;
}

.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.boxTextWhite {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
}

.brownbold {
    color: #663300;
    font-weight: bold;
}

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

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

.errorBox {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    background: #ffb3b5;
    font-weight: bold;
}

.infoBox {
    background: #b19d84;
}

.infoBoxContents {
	background: #b19d84;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	list-style-image: url(/store2/images/checkout_bullet.gif);
	color: #000000;
}

.infoBoxHeader {
    background: #b19d84;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #000000;
    background-image: url(images/Menu/Temp_r1_c2.gif);
}

.infoBoxHeaderNoBack {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    list-style-image: url(/store2/images/checkout_bullet.gif);
}

.infoBoxNotice {
    background: #FF8E90;
}

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

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

.menuBold {
    font-size: 11px;
    line-height: 14px;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
}

.messageBox {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

.messageStackError, .messageStackWarning {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    background-color: #ffb3b5;
}

.messageStackSuccess {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    background-color: #99ff00;
}

.modpadbullet {
    padding-left:4px;
    text-indent: -9px;
    padding-right:3px;
}

.modulepad {
    padding-left:5px;
    padding-right:5px;
}

.moduleRow {
}

.moduleRowOver {
    background-color: #D7E9F7;
    cursor: hand;
}

.moduleRowSelected {
    background-color: #E9F4FC;
}

.orderEdit {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #70d250;
    text-decoration: underline;
}

.productListing-heading {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    background: #b6b7cb;
    color: #FFFFFF;
    font-weight: bold;
}

.productsNotifications {
    background: #f2fff7;
}

.RedHighlight {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #CC0000;
}

.spacing {
    padding-left: 6px;
    padding-right: 6px;
}

.stockWarning {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #CC0033;
}

.UPSheader {
    font-size: 13pt;
    color: #663300;
    font-weight: 900;
}

.UPSheader2	{  font-size: 9pt;
    font-weight: bold;
    color: #ffffff;
}

/* original styles */

.standardBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFFFFF;
}

.1pixCell {
	display: table-column;
	width: 1px;
}

.Cell15pixHigh {
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #888888;
	font-weight: bolder;
	text-transform: uppercase;
	height: 15px;
	width: 372px;
}

.quoteLarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
	font-weight: bolder;
	color: #333333;
}

.standardBodyItal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.standardBodyBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFFFFF;
}

.Cell12pixHighSmall {
	background-position: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 8px;
	line-height: 11px;
	color: #888888;
	font-weight: bolder;
	text-transform: uppercase;
	height: 12px;
	width: 372px;
}

.Cell203pix {
	background-position: right;
	height: 8px;
	width: 203px;
}

.standardBodyJustified {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #555555;
	text-align: justify;
}

.HeadingBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #ABABAB;
	background-position: right;
}

.smallHeadBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #333333;
	background-position: right;
}

.formbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

.standardbodyMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
