/*
  $Id: stylesheet.css,v 1.52 2003/02/13 13:54:41 project3000 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: 11px; 
PADDING-RIGHT: 0px; 
PADDING-LEFT: 0px;
PADDING-TOP: 0px; 
PADDING-BOTTOM: 0px; 


}
.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: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A { 
  color: #1F3252;
  text-decoration: none; 
}

A:hover { 
  color: #1F3252;
  text-decoration: underline; 
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
TD.headerText {
  font-family: Arial;
  color: #29416D;
  font-size: 12px;
  text-decoration: none;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  background: #666666;
  width: 100%;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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


.rowone {
	color: #000000;
	text-decoration: none;
	font: normal 11px Verdana;
	background-color: #F2F2F2;
}
.rowtwo {
	color: #000000;
	text-decoration: none;
	font: normal 11px Verdana;
	background-color: #FFFFFF;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
	color: #FFFFFF;
	background-color: #336699;
	font: bold 11px Verdana;
}

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

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

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

TR.productListing-heading {
  background: #336699;
	}

TD.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #336699;
  font-color: #ffffff;
  font-weight: bold;
  font-variant: small-caps;
}

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

A.pageResults { 
  color: #0000FF; 
}

A.pageResults:hover { 
  color: #0000FF; 
  background: #FFFF33; 
}

TD.pageHeading, DIV.pageHeading {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #4D5361;
	text-decoration: none;
}
TD.pageHeadingPrice, DIV.pageHeadingPrice {
	font-family: Arial;
	color: #9B5800;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
	font-family: Arial;
	color: #1F3252;
	font-size: 12px;
	text-decoration: none;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  color: #1F3252;
  font-size: 10px;
}

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

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

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

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #1F3252;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}
SPAN.price {
	font-family: Arial;
	color: #9B5800;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

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

SPAN.greetUser {
	font-family: Arial;
	color: #FF6600;
	font-size: 12px;
  font-weight: bold;
text-decoration: none;
}
A.greetUser {
	font-family: Arial;
	color: #1F3252;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
A.greetUser:hover {
	color: #1F3252;
	text-decoration: underline;
}



SPAN.headerText {
  font-family: Arial;
  color: #29416D;
  font-size: 12px;
  text-decoration: none;
}

TABLE.formArea {
  background1: #f1f9fe;
  background: #ffffff;
  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;
}

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

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; 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; }


#secondarynav UL {
	BORDER-TOP-WIDTH: 1px; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	BORDER-BOTTOM-WIDTH: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px 0px 0px 0px; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none; 
	BORDER-RIGHT-WIDTH: 0px;
	WIDTH: 100%; 
	}
#secondarynav LI {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BACKGROUND: #02FEEB;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	FONT: 11px/17px Verdana, Lucida, Arial, sans-serif;
	WIDTH: 100%;
	COLOR: #FFFFFF;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #ffffff 1px solid;
	TEXT-ALIGN: center;
	list-style : none;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	WIDTH: 100%; 
}

#secondarynav LI A {
	PADDING-RIGHT: 0px; 
	DISPLAY: block; 
	PADDING-LEFT: 0px; 
	FONT-WEIGHT: bold; 
	BACKGROUND: #B39EF6; 
	PADDING-BOTTOM: 0px; 
	WIDTH: 100%; 
	COLOR: #FFFFFF; 
	PADDING-TOP: 0px; 
	TEXT-DECORATION: none; 
	voice-family: inherit;
	}

#secondarynav LI A:hover {
	FONT-WEIGHT: bold; 
	BACKGROUND: #F7BF66; 
	COLOR: #000000; 
	TEXT-DECORATION: none;
	WIDTH: 100%; 
	BORDER-RIGHT-WIDTH: 2px;
	}

#secondarynav LI A:active {
	FONT-WEIGHT: bold; 
	BACKGROUND: #F7BF66; 
	COLOR: #000000; 
	TEXT-DECORATION: none;
	WIDTH: 100%; 
	}




/*

Added in October 2005 by Randeep Sawhney for new layout.
Existing code not touched.
*/

.t1 {
	font-family: Arial;
	color: #29416D;
	font-size: 12px;
	text-decoration: none;
}
.t2 {


	font-family: Arial;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
.t2:hover {



	font-family: Arial;
	color: #EEDCAE;
	font-size: 11px;
	text-decoration: none;
}
.t3 {
	font-family: Arial;
	color: #1F3252;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;

}
.t3:hover {

	font-family: Arial;
	color: #1F3252;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
.t4 {



	font-family: Arial;
	color: #2B3036;
	font-size: 11px;
	text-decoration: none;
}
.t5 {




	font-family: Arial;
	color: #9B5800;
	font-size: 11px;
	text-decoration: none;
}
.p1 {
	margin-right: 5px;
	margin-left: 5px;
}
.t6 {

	font-family: Arial;
	color: #1F3252;
	font-size: 11px;
	text-decoration: none;
}
.t6:hover {


	font-family: Arial;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
.t7 {


	font-family: Arial;
	color: #1F3252;
	font-size: 11px;
	text-decoration: none;
}
.t7:hover {



	font-family: Arial;
	color: #1F3252;
	font-size: 11px;
	text-decoration: underline;
}
.line {
	border: 1px solid #000000;
}
.label {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #4D5361;
	text-decoration: none;
}
.label1 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
INPUT33
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: arial;
    BACKGROUND-COLOR=#ffffff;
}
.INPUT1
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #000000 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: arial;
  
}

.INPUT3
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    FONT-FAMILY: arial;
    BORDER-RIGHT: #000000 0px solid;
    BORDER-TOP: #000000 0px solid;
    BORDER-LEFT: #000000 0px solid;
    BORDER-BOTTOM: #000000 0px solid;
	color: #F3F4FC;
	background-color: #F3F4FC;
}


.INPUT2
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    FONT-FAMILY: arial;
    BORDER-RIGHT: #000000 0px solid;
    BORDER-TOP: #000000 0px solid;
    BORDER-LEFT: #000000 0px solid;
    BORDER-BOTTOM: #000000 0px solid;
}

.go
{
    BORDER-RIGHT: #000000 0px solid;
    BORDER-TOP: #000000 0px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #000000 0px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 0px solid;
    FONT-FAMILY: arial;
    BACKGROUND-COLOR=#ffffff;
}

TEXTAREA
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #000000 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: arial
}
.rowone {
	color: #000000;
	text-decoration: none;
	font: normal 11px Verdana;
	background-color: #FFFFFF;
}
.rowtwo {
	color: #000000;
	text-decoration: none;
	font: normal 11px Verdana;
	background-color: #FFFFFF;
}
.heading {
	COLOR: #FFFFFF;
	background-color: #336699;
	font: bold 11px Verdana;
}
.bottomrow {

	COLOR: #FFFFFF;
	background-color: #E0E0E0;
	font: bold x-small Verdana;
}
.img {
	border: 1px dotted #000000;

}
.t8 {


	font-family: Arial;
	color: #1F3252;
	font-size: 12px;
	text-decoration: none;
}
.t9 {



	font-family: Arial;
	color: #FF6600;
	font-size: 12px;
	text-decoration: none;
}


.dotted {
	border: 0px dotted #000000;
}

/*
End of code added by Randeep Sawhney
*/
