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

BODY{
  color: #660000;
  margin: 0px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
 background-color: #FFFFFF;
  padding-bottom: 10px;
}
.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; }
.pinkBold { font-weight : bold; color: #ff0066; }
.pinkSubheading { font-weight : bold; color: #ff0066;  font-size: smaller;  }
td.coolStuff, td.coolStuff a {color: #3399FF;  font-size: xx-small;}
td.coolStuff a img {
	margin-left: 5px;
   margin-right: 5px;
	color: #3399FF;
	border-width: 2px;
}
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
H1, H2 {
	font-size:x-large;
	color:#330000;
	margin-bottom: 0px;
}
H2 {
	font-size:large;
}
H3 {
	color:#330000;
	margin-bottom: 0px;
}
.overlay {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #000000;
}
#footer
{
	background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#header
{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	z-index: 2000;
/*	border: 2px solid #ff9999;*/
}

#maincontent
{	
	width: 135px;
	padding-top:0px;
	text-align: left;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 0px;
}

#content
{
	border: 2px solid #ff9999;
	width: 600px;
	margin-left: 180px;
	position: absolute;
	padding: 10px;
	font-size: x-small;
	background-color: #ffcccc;
   text-align: left;
	margin-bottom: 40px;
	
}
#nav
{
padding-top:75px;
width: 166px;
	position: static;
}

.overlayNav
{
margin-top:-632px;
width: 166px;
	position: relative;
}

.search
{
margin-top:-649px;
/*margin-top:-649px;*/
width: 166px;
	position: relative;
}
TD {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
/*  text-align: left; */
}

a, a:visited, a:link {
  color: #ff0066;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

a:hover, a:active  {
  color: #FF3399;
  text-decoration: underline;
}

FORM {
	display: inline;
}


.searchBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #CECE60;
}

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


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

.brand {
 padding-left: 26px;
 text-indent: -26px;
 margin-top: 0px;
 margin-bottom: 0px;
}


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-spacing: 1px;
}

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

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

A.pageResults,A.pageResults:visited {
  color: #ff0066;
  text-decoration: none;
}
A.pageResults:visited {
	color: #FF33CC;
}
A.pageResults:hover {
  color: #0066CC;
  text-decoration: underline;
}
TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fdfeff; 
}
.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
}
.border {
  border-style: solid;
  border-color: #e72285;
  border-width:1px;
  width: 150px;
  background-color: #FCFCFC;
  margin-left: 20px;
}
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}