/*
  $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
*/


.boxText { font-family: Verdana, Arial, sans-serif; font-size: 11px; }
.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; }


/*
nm commented the next section

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}
A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}
*/

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

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: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  padding-left: 15px;
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #2b497e;
}

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 {

}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {

}

TABLE.productListing {
  border: 0px;
padding: 3px 10px 3px 10px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
/* nm changed 1/21/07
  color: #FFFFFF;
*/
  color: #0000FF;
  font-weight: bold;
  line-height: 16px;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 5px 0px 5px 0px;
}

TD.productLIsting-data IMG { border:1px solid;}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading { height: 45px; vertical-align:bottom; color: #454545; FONT-WEIGHT: bold; FONT-SIZE: 16px; FONT-FAMILY: verdana, arial, sans-serif; line-height: 24px; padding-bottom: -10px; margin-bottom: -10px; padding-left: 25px;}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  padding-left: 25px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding-left: 25px;
}

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;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

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: 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;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; 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; }

/* 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; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }


html,body {
margin: 0;	padding: 0;	background-color: #2b5174;
}
#bg_image {
width: 100%; height: 100%;left: 0px; top: 0px; position: absolute; z-index: 0;
}
.cen {width: 100%; }
.tdcen {vertical-align: top; text-align: center; padding-top: 30px;}

div.container { position: relative; text-align: left; margin-left: auto; margin-right: auto; width: 936px; background-image: url('images/background_contents.gif'); background-repeat: repeat; padding: 0px; }

#header  {FONT-FAMILY: verdana, arial, sans-serif; font-size: 11px; line-height: 18px; z-index: 1; text-align: center; align: center; border-bottom: 1px solid #0f2f4d; width: 934px; height: 106px; background-color: #f7f5f1; margin: 0px; border: 1px solid #0f2f4d;}

#c1 { float:left; top: 107px; width: 213px; border-left: 1px solid #0f2f4d; text-align: top;}
#c2 { float:left; top: 101px; width: 445px; padding: 20px; line-height: 17px;}
#c2 img.prod_large {border: 1px solid #ded5c1; display: block;  float: left; margin: 0px 10px 200px 0px; }
#c3	{ float:right; top: 107px; width: 198px; padding-top: 10px; padding-right: 5px; padding-left:10px; border-right: 1px solid #0f2f4d; text-align: top; line-height: 16px;}

div.footer 	{clear: both; width: 894px; height: 24px; background-color: #949da0; color: white; FONT-FAMILY: verdana, arial, sans-serif; font-size: 9px; text-align: right; border: 1px solid #0f2f4d; padding: 20px;}
/* global styles START */
td {color: #454545; FONT-FAMILY: verdana, arial, sans-serif; font-size: 11px; }
input {FONT-FAMILY: verdana, arial, sans-serif;font-size: 10px;}
.nav {COLOR: silver; FONT-SIZE: 11px; FONT-FAMILY: verdana, arial, sans-serif; line-height: 20px; }
P.head1  {color: #454545; FONT-WEIGHT: bold; FONT-SIZE: 16px; FONT-FAMILY: verdana, arial, sans-serif; line-height: 24px; padding-bottom: -10px; margin-bottom: -10px;}
.img_spot { margin: 0px 14px 1px 0px; border: 1px solid #ded5c1; display: block;}
.img_spot { margin: 0px 14px 1px 0px; border: 1px solid #ded5c1; display: block;}
/* global styles END */

/* Link Classes */
A:link {text-decoration: none; color: #2b497e; 	FONT-FAMILY: verdana, arial, sans-serif; }
A:visited {text-decoration: none; COLOR: #2b497e; FONT-FAMILY: verdana, arial, sans-serif; }
A:hover {text-decoration:underline; COLOR: #589ce8; FONT-FAMILY: verdana, arial, sans-serif;}

#gift_callout {float: right; width: 177px; height:130px; background-image: url('images/background_giftc.jpg'); background-repeat: no-repeat; padding-top: 15px; font-size: 10px;  text-align: center; font-weight: bold; color: #272727;}


/* item special (right column) Container class */

#item_s a img {border: 1px solid #ded5c1; display: block;}
#item_s a:hover img { border: 1px solid #2b497e;}
#item_s a:link {text-decoration: none; color: #2b497e; FONT-FAMILY: verdana, arial, sans-serif; font-weight: bold; line-height: 16px;}
#item_s a:visited {text-decoration: none; color: #2b497e; FONT-FAMILY: verdana, arial, sans-serif;}
#item_s a:hover {text-decoration: underline; color: #2b497e; FONT-FAMILY: verdana, arial, sans-serif;}
#item_s img.noborder {border: none;}
#item_s a:hover img.noborder {border: none;}

/* item main container class */
#item_m {float:left; width: 145px;}
#item_m a img {border: 1px solid #ded5c1; display: block;}
#item_m a:hover img { border: 1px solid #2b497e;}
#item_m a:link {text-decoration: none; color: #2b497e; FONT-FAMILY: verdana, arial, sans-serif; font-weight: bold; line-height: 16px;}
#item_m a:visited {text-decoration: none; color: #2b497e; FONT-FAMILY: verdana, arial, sans-serif;}
#item_m a:hover {text-decoration: underline; color: #2b497e; FONT-FAMILY: verdana, arial, sans-serif;}
#item_m img.noborder {border: none;}
#item_m a:hover img.noborder {border: none;}


/*alternate link style */
A.nav2:link {text-decoration: none; color: #2b497e; FONT-FAMILY: verdana, arial, sans-serif; font-weight: bold; line-height: 18px; }
A.nav2:visited {text-decoration: none; color: #2b497e; FONT-FAMILY: verdana, arial, sans-serif;}
A.nav2:hover {text-decoration: underline; color: #2b497e; FONT-FAMILY: verdana, arial, sans-serif;}

/* left subnav css */
#leftnav {width: 169px;	padding: 0px 5px 12px 29px;}
#leftnav li a {	padding-top: 7px; padding-bottom: 0px; display: block; color: #2b497e; FONT-FAMILY: verdana, arial, sans-serif;	font-size: 12px; width: 100%;		}
html>body #leftnav li a { width: auto;}
#leftnav li a:hover {color: #0e6fc4; border-bottom: 1px solid ; text-decoration: none; margin-bottom: -1px; }
#leftnav ul {list-style: none; margin: 0; padding: 0; border: none;	}
#leftnav li {margin: 0;	}

/* end subnav list */

.boldlinks {font-weight: bold;}  /* for bold text nav */

/* tabular data with horizontal and vertical rules */
table.data2 /* applied to table tag */
{
	border: 1px;
	border-style: solid;
	border-color: d2cca6;
	border-collapse: collapse;
	width: 100%;
}

table.data2 th /* table heading style */
{
	border-width: 0px 1px 0px 0px;
	border-color: #d2cca6;
	padding: 0px 2px 0px 5px;
	color: #000000;
	border-style: solid;
	background-color: #969696;
	font-weight: bold;
	padding: 3px 2px 2px 5px;
}

table.data2 td
{
	border-top: 1px;
	border-right: 1px;
	border-left: 0px;
	border-bottom: 1px;
	padding: 1px 2px 1px 5px;
	border-style: solid;
	border-color: #d2cca6;
	padding: 3px 2px 2px 5px;
	background-color: #ece9de;
	color: black;
}
