/*
  $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
*/

img {
border: 0;
behavior: url("pngbehavior.htc");
}

.boxText { font-family: Arial, Verdana, sans-serif; font-size: 11px; }
.errorBox { font-family : Arial, Verdana, sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Verdana, sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Verdana, sans-serif; font-size : 11px; color: #70d250; text-decoration: underline; }

BODY {
  background: #000033;
  color: #000000;
  margin: 0px;
border-top: 6px solid #000000;
}

a { 
	text-decoration: none;
	 
	color: #2C4058;
	}

a:hover, a:active { 
	text-decoration: none;
	 
	color: #A20D11;
	}
FORM {
	display: inline;
}

TR.header {
  background: #000033 url(../css/header_link_bg.gif) no-repeat top left;
height: 80px;
width: 100%;
text-align: right;
}

TR.headerNavigation {
  background: #ffffff;
  height: 32px;
}

TD.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #999999;
border-right: 1px solid #000033;
background: #ffffff url(../css/main_link_bg.jpg) repeat-y top left;

}

A.headerNavigation { 
  color: #999999; 
text-transform: uppercase;
text-decoration: none;
font-size: 10px;
}

A.headerNavigation:hover {
  color: #000033;
text-decoration: none;
font-size: 10px;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
font-family: Arial, Verdana, sans-serif;
background: #bbbbbb;
font-size: 15px;
font-weight: bold;
line-height: 20px;
margin-bottom: 3px;
text-align: center;
  color: #000033;
}
TD.infoBoxHeading A {
font-weight: bold;
}

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

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

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

TABLE.productListing {
border: 1px solid #cccccc;
}


.productListing-heading1 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background: #dedede;
  border-bottom: 1px solid #cccccc;
  line-height: 18px;
  color: #000033;
  font-weight: bold;
  text-transform: uppercase;
}
.productListing-heading1 A {
font-weight: bold;
}
.productListing-heading1 A:hover {
font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font: 18px arial, verdana, georgia;
color: #000033;
font-weight: bold;
margin-bottom: 4px;
padding-left: 110px;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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

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

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

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

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

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

SPAN.greetUser {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;

}
A.viewacct {
font-size: 10px;
}

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

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

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

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

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

.moduleRow { }
.moduleRowOver { background-color: #C9DDE8; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #65A2C2; }

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

/* message box */

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

/* input requirement */

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

/* ADDITIONAL DIVS */
#container {
width: 750px;
background: #ffffff;
border-bottom: 6px solid #000000;
}

h1 span {
display: none;
}
h1 {
margin: 0;
padding: 0px 23px 0 0;
}
#logo {
position: absolute;
top: 6px;
left: 197px;
z-index: 2;
}
TABLE.menutd {
border-top: 1px solid #000033;
}
TD.headerblank {
border-right: 1px solid #000033;
text-align: center;
background: #dedede;
padding-bottom: 4px;
}

TD.maincontent {
border-left: 1px solid #000033;
border-right: 1px solid #000033;
background: url(../css/main_link_bg.jpg) repeat-y top left;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 30px;
}
TD.sc {
padding-top: 18px;
}
.boxed {
border: 1px solid #bbbbbb;
}
.title {
text-transform: uppercase;
font-size: 12px;
color: #3D799A;
}
.note {
color: #A20D11;
font-weight: bold;
}
#pop {
margin: 10px 10px 10px 10px;
padding: 10px 10px 10px 10px;
border-top: 5px solid #000000;
background-color: #ffffff;
}
TD.error {
font: 11px arial, verdana, georgia;
border: 1px solid #A20D11;
padding: 4px 4px 4px 4px;
background-color: #ffb3b5;
}
TD.special {
border-right: 1px solid #000033;
border-bottom: 1px solid #000033;
}
TD.notice {
background: #dedede;
border: 1px solid #cccccc;
color: #990000;
font: 11px arial, verdana, georgia;
padding: 4px 4px 4px 4px;
}


#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width: 194px;
		position: relative;
		z-index: 20;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 30px;
		width: 194px;
		background: url(../css/menuitem_bg.jpg) no-repeat top left;
		border-bottom: 1px solid #cccccc;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 194px;
		margin-top : -31px;
		border: 1px solid #000000;
		width: 194px;

	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 194px;
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
		padding-left: 20px;
	}
	
	#nav li a:hover {
		background: url(../css/menuitem_bg_hover.jpg) no-repeat top left;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}


#copyright {
font: 11px/15px arial, verdana, georgia;  
text-align: center;
color: #aaaaaa;
width: 750px;
margin-top: 20px;
text-transform: uppercase;
font-weight: bold;
padding-bottom: 20px;
}
#copyright a {
	color: #ffffff;
}
#copyright a:hover {
	color: #A20D11;
}

.catHeading {
font-weight: bold;
font-size: 14px;
}
ul.regular {
padding-top: 0;
margin-top: 0;
}