
/*
  $Id: stylesheet.css,v 1.00 10/12/03  22:39:57 project3000 Exp $

  This file created as a part of graphical design by AlgoZone, Inc
  https://www.algozone.com for osCommerce v 2.1
  
  Copyright (c) 2003 AlgoZone, Inc

*/
body{
	behavior: url("csshover3.htc");
}
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px;}
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 12px; background: #ffb3b5;}
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #cc0033;}
.productsNotifications { background: #f2fff7;}
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline;} 
A { 
  color: #0000ff; 
  text-decoration: none;
}
A:hover { 
  color: #ff3300; 

}
A:visted { 
  color: #AABBDD; 
  text-decoration: underline; 
}
FORM {
  display: inline;
}
TR.header {
  background: #1529C0;		/* header background same level as umart logo */
}
TR.headerNavigation {
  background: #09496d;
}
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #000000;		/* header bar background */
  color: #ffffff;
  font-weight : bold;
  
}
A.headerNavigation { 
  color: #ffffff;		/* header hyperlink color */ 
}
A.headerNavigation:hover {
  color: #ff0000;		/* header hyperlink mouseover color */ 
}
TR.headerError {
  background: #88b1c3;			
}
TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #CC3300;
  color: #ffffff;
  text-align : center;
  font-weight : bold;
}
TR.headerInfo {
  background: #000000;
}
TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #96C8AF;
  color: #ffffff; 
  text-align: center;
  font-weight : bold;
}
TR.footer {
  background: #f2f0eb;			/* footer */
}
TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #f2f0eb;			/* footer */
  color: #000000;  
  font-weight : bold;
}
.infoBox {
  background: #000000;			/* infobox bg */
}
.infoBoxContents {
  background: #ffffff; /* background color */
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
.infoBoxNotice {
  background: #FF8E90;
}
.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight : bold;
  background: #000000;			/* infobox color */
  color: #ffffff;				/* infobox text color */
}
A.infoBoxHeading:link, A.infoBoxHeading:visited 
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px
  font-weight : bold;;  
  color: #00ffff;
}
A.infoBoxHeading:hover
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;  
  font-weight : bold;
  color: red;
}
TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
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;			/* product 1st line alt bg */
}
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: #eae9fd;			/* product 2nd line alt bg */
}
.productSpcPrice-odd{
  background: #f3f995;
  border-color: #0d7105;
  border-style: solid;
  border-width: 2px; 
}
.productSpcPrice-even{
  background: #eff76b;
  border-color: #0d7105;
  border-style: solid;
  border-width: 2px; 
}
.productSpecial-odd{
  background: #FFCCCC;
  border-color: red;
  border-style: solid;
  border-width: 2px; 
}
.productSpecial-even{
  background: #FFABAB;
  border-color: red;
  border-style: solid;
  border-width: 2px; 
}
.productFeatured-odd{
  background: #adfcb4;
}
.productFeatured-even{
  background: #8bfe96;
}
TR.productListing-heading {
  background: #ffffff;
}
TD.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ffffff;			/* product listing title bg */
  color: #0000ff;  
  font-weight : bold;
  font-variant: small-caps;
}
TD.productListing-data {
  font-family: Verdana, Arial, sans-serif; /* product listing font */
  font-size: 13px;
  
}
A.pageResults { 
  color: #0000FF; 
}
A.pageResults:hover { 
  color: #0000FF; 
  background: #FFFF33; 
}
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight : bold;  
  color: #000000;
}
TD.pageTitle {
  font-family: Times;
  font-size: 25px;
  font-weight : bold;  
  color: #0226ff;
  vertical-align: text-bottom;
  background: #90abf7;
  text-decoration: overline;
  text-decoration: underline;
}
TR.subBar {
  background: #f4f7fd;
}
TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}
TD.main, P.main, DIV.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5; /* product discription paragraph gap */
}
}
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
TD.normalText, SPAN.normalText, P.normalText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
}
TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}
TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-weight : bold;
  font-size: 12px;
}
TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;  
  font-weight : bold;
}
SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ff0000;
}
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
TEXTAREA {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;  
  font-weight : bold;
}
TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}
TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;  
  font-weight : bold;
}
SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;  
  font-weight : bold;
}
SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #660000;
}
.moduleRow { } /* Account history mouse over */
.moduleRowOver { background-color: #D7E9F7; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }
.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #000000; }

TABLE{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ffffff;
  color: #000000;
}
SPAN.productNormPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
TD.branchLinkSize {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 18px;
  background: #96C8AF;
  color: #ffffff; 
  text-align: center;
  font-weight : bold;
  width: 30%;
}
P.branchLocation {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  //background: #96C8AF;
  color: #ffffff; 
  text-align: center;
  font-weight : bold;
}
P.branchDescription {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  //background: #96C8AF;
  color: #ffffff; 
  text-align: center;
  font-weight : bold;
}
.arrowlist, .arrowlist ul{
	margin: 0;
	padding: 0;
}
.arrowlist li {
	background-image: url(images/categories/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 2px;
	text-indent: 10px;
	position: relative;
	list-style: none;
}
.arrowlist ul{
	position: absolute;
	width: 200px;
	top: 0px;
	left: 120px;
	display: none;
	background: #fff;
	border: #000 1px solid;
	z-index: 9999;
	padding: 2px;
}
.arrowlist li:hover ul{
	display: block;
}
.arrowlist li:hover ul li ul{
	display: none;
}
.arrowlist li:hover ul li:hover ul{
        display: block;
}
.arrowlist li:hover ul li:hover ul li ul{
        display: none;
}
.arrowlist li:hover ul li:hover ul li:hover ul{
        display: block;
}

.alertText {
	font-family: sans-serif, Times, Verdana, Arial, Tahoma;
	font-size: 12px;
	color: red;
	font-weight: bold;
	background: white;
}
.alertText2 {
	font-family: sans-serif, Times, Verdana, Arial, Tahoma;
	font-size: 12px;
	color: white;
	font-weight: bold;
	background: red;
}
.goodText {
	font-family: sans-serif,Verdana, Arial,  Tahoma;
	font-size: 12px;
	font-weight: bold;
	background: #2ffe2f;
}

.blueHighlight {
	font-family: Verdana, Arial, sans-serif, Tahoma;
	font-size: 12px;
	color: white;
	background: blue;
	font-weight: bold;
}

.attentionLight {
	background: pink;
}
.attentionLightBlue {
	background: #90abf7;
}
.attentionLighter {
	background: #f7e1ee;
}

.main_text {
 color:#ee0000;
}

.headingAttention1 {
	color: red;
	font-size: 28px;
	font-weight: bold;
	font-family: impact;
}

/* message box */

.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; }

/*stock */
.stockLow { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: white; background: blue; font-weight: bold; }
.stockMed { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: black; background: aqua; font-weight: bold; }
.stockHigh { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: black; background: #21E61C; font-weight: bold; }
.stockOrd { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: white; background: orange; font-weight: bold; }
.stockTBA { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: white; background: black; font-weight: bold; }
.stockPre { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: white; background: red; font-weight: bold; }
.stockDep { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: white; background: purple; font-weight: bold; }
.stockLink { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: black; background: white; font-weight: bold; }

/* data table */
.dataTableHeadingRow { background-color: #ffffff; }
.dataTableHeadingContent { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #000000; font-weight: bold; }
.dataTableRow { background-color: #ffffff; }
.dataTableRowSelected { background-color: #DEE4E8; }
.dataTableRowOver { background-color: #FFFFFF; cursor: pointer; }
.dataTableContent { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000000; }
.dataBold { font-family: Verdana, Arial, sans-serif; font-size: 11px; font-weight: bold;}

.pButton {  background: #15ff20; font-weight: bold; font-family: Arial, sans-serif, Verdana; font-size: 15px; padding: 0px; border-bottom: 4px groove red; border-right: 1px solid #000000; border-top: 1px solid #000000; border-left: 1px solid #000000; cursor: hand;}

#imenus1, #imenus2, #imenus1 ul, #imenus2 ul{
	list-style: none;
}
#imenus1 li, #imenus2 li{
	position: relative;
}
#imenus1 li ul, #imenus2 li ul{
	display: none;
	position: absolute;
	background: #fff;
	border: 1px #ccc solid;
	z-index: 2000;
	margin: 0;
	padding: 0;
}
#imenus1 li ul{
	left: 60px;
}
#imenus1 li, #imenus2 li{
	margin: 0;
	padding: 2px 10px;
}
#imenus1 li:hover ul, #imenus2 li:hover ul{
	display: block;
}