/*
  $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: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;

}

.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 {
	text-decoration: none;

}

A:hover {
	text-decoration: underline;
	color: #FF0000;

}

FORM {
	display: inline;
}

TR.header {
	vertical-align: middle;
	background-color: #003366;
}
TD.header{
	font-size: 10px;
}
TR.header a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: none}
TR.header a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: none}
TR.header a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: underline}

TR.headerNavigation {
  background: #CCCCCC;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #999999;
  color: #FFFFFF;
  font-weight : normal;
}

A.headerNavigation {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;

}

A.headerNavigation:hover {
	color: #FFFFFF;
	font-weight: bold;

}

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;
}
TD.headerError a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;

}
TD.headerError a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;

}
TD.headerError a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	text-decoration: underline;

}

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

TD.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  background: #999999;
  color: #ffffff;
  font-weight: normal;
}
TD.footer a:link{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  background: #999999;
  color: #ffffff;
  font-weight: normal;
}
TD.footer a:visited{
	color: #FFFFFF;

}
TD.footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;

}
.infoBox {
	background-color: #f8f8f9;


}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	background: #FFFFFF;
	color: #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

TD.infoBoxHeadingLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	background: #FFFFFF;
	color: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

TD.infoBoxHeadingRightSmall {
	font-family: Verdana, Arial, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	background: #FFFFFF;
	color: #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

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

}

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

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: 1px;
  border-style: solid;
  border-color: #003366;
  border-spacing: 1px;
}

.productListing-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border: 1px solid #000000;

}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
TD.productListing-data A {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #0000FF;
	text-decoration: underline;

}
A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

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, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

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

TD.smallText_ul {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;

}

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

.leftnavtext {
	vertical-align: bottom;
	background-color: #FFFFFF;
}
.leftnavtext a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #003366; text-decoration: none}
.leftnavtext a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #003366; text-decoration: none}
.leftnavtext a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #003366; text-decoration: underline}

.leftnavarrow {
	padding-right: 3px;
}

.centernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left: 10px;
}
.centernav a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.centernav a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.centernav a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.catdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	vertical-align: top;
	padding-left: 15px;
}

.help{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	list-style-type: none;

}
.help a:link{
	color: #0000FF;



}
help a:visited{
	color: #0000FF;


}
help a:hover{
	color: #FF0000;
	text-decoration: underline;


}
.catdesc a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
.catdesc a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
.catdesc a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
TD.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;

}
TD.subheadingL{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	text-align: right;
	vertical-align: bottom;
	padding-right: 10px;
}
TD.subheadingR{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	text-align: left;
	vertical-align: bottom;
	padding-left: 10px;
}
TD.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	vertical-align: middle;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding-top: 10px;

}
TD.detailR{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: bottom;
	padding-left: 10px;
}
TD.detailL{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	vertical-align: bottom;
	padding-right: 10px;
}
TABLE.thinborder 
{
	border: 1px solid #000000;
}
TD.titletop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: left;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
TD.itemheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	background-color: #CCCCCC;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	border: 1px solid #000000;

}
TD.addbutton a {
		display:block;
		width:25px;
		margin: 1em 0; padding:5px 0 7px 23px;
		font: bold 10px/1 sans-serif;
		color:#000000;
		background: url("/graphics/icon_add.gif") top left no-repeat;
		text-decoration: none;
		}
TD.addbutton a:hover {
		background-position: 0 -30px;
		color:#FF0000;
		}
TD.udbutton a {
		display:block;
		width:auto;
		margin: 1em 0; padding:5px 0 5px 23px;
		font: bold 10px/1 sans-serif;
		color:#000000;
		background: url("/graphics/icon_update.gif") top left no-repeat;
		text-decoration: none;
		}
TD.udbutton a:hover {
		background-position: 0 -22px;
		color:#FF0000;
		}
TR.contshop  {
		background: #CCCCCC;
		}
TD.signinbutton a {
		display:block;
		width:auto;
		margin: 1em 0; padding:5px 5 5px 23px;
		font: bold 10px/1 sans-serif;
		color:#000000;
		background: url("/graphics/icon_signin.gif") top left no-repeat;
		text-decoration: none;
		}
TD.signinbutton a:hover {
		background-position: 0 -30px;
		color:#FF0000;
		}				
TD.contshop a {
		display:block;
		width:auto;
		margin: 1em 0; padding:5px 5 5px 23px;
		font: bold 10px/1 sans-serif;
		color:#000000;
		background: url("/graphics/icon_contshop.gif") top left no-repeat;
		text-decoration: none;
		}
TD.contshop a:hover {
		background-position: 0 -30px;
		color:#FF0000;
		}
TD.deletebutton a {
		display:block;
		width:auto;
		margin: 1em 0; padding:5px 5 5px 23px;
		font: bold 10px/1 sans-serif;
		color:#000000;
		background: url("/graphics/icon_delete.gif") top left no-repeat;
		text-decoration: none;
		}
TD.deletebutton a:hover {
		background-position: 0 -30px;
		color:#FF0000;
		}
TD.homebutton a {
		display:block;
		width:auto;
		margin: 1em 0; padding:5px 5 5px 23px;
		font: normal 12px/1 Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		background: url("/graphics/icon_homeb.gif") top left no-repeat;
		text-decoration: none;
		}
TD.homebutton a:hover {
	background-position: 0 -30px;
	color:#FFFFFF;
	text-decoration: underline;
		}		
TD.findbutton a {
		display:block;
		width:auto;
		margin: 1em 0; padding:5px 5 5px 23px;
		font: normal 12px/1 Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		background: url("/graphics/icon_findb.gif") top left no-repeat;
		text-decoration: none;
		}
TD.findbutton a:hover {
	background-position: 0 -30px;
	color:#FFFFFF;
	text-decoration: underline;
		}
TD.cartbutton a {
		display:block;
		width:auto;
		margin: 1em 0; padding:5px 5 5px 23px;
		font: normal 12px/1 Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		background: url("/graphics/icon_cartb.gif") top left no-repeat;
		text-decoration: none;
		}
TD.cartbutton a:hover {
	background-position: 0 -30px;
	color:#FFFFFF;
	text-decoration: underline;
		}
TD.helpbutton a {
		display:block;
		width:auto;
		margin: 1em 0; padding:5px 5 5px 23px;
		font: normal 12px/1 Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		background: url("/graphics/icon_helpb.gif") top left no-repeat;
		text-decoration: none;
		}
TD.helpbutton a:hover {
	background-position: 0 -30px;
	color:#FFFFFF;
	text-decoration: underline;
		}						
TD.backbutton a {
		display:block;
		width:auto;
		margin: 1em 0; padding:5px 5 5px 23px;
		font: bold 10px/1 sans-serif;
		color:#000000;
		background: url("/graphics/icon_back.gif") top left no-repeat;
		text-decoration: none;
		}
TD.backbutton a:hover {
		background-position: 0 -30px;
		color:#FF0000;
		}				
TD.nextbutton a {
		display:block;
		width:auto;
		margin: 1em 0; padding:5px 5 5px 23px;
		font: bold 10px/1 sans-serif;
		color:#000000;
		background: url("/graphics/icon_continue.gif") top left no-repeat;
		text-decoration: none;
		}
TD.nextbutton a:hover {
		background-position: 0 -30px;
		color:#FF0000;
		}		
TD.newaccbutton a {
		display:block;
		width:auto;
		margin: 1em 0; padding:5px 5 5px 23px;
		font: bold 10px/1 sans-serif;
		color:#000000;
		background: url("/graphics/icon_newaccount.gif") top left no-repeat;
		text-decoration: none;
		}
TD.newaccbutton a:hover {
		background-position: 0 -30px;
		color:#FF0000;
		}		
TD.cobutton a {
		display:block;
		width:auto;
		margin: 1em 0; padding:5px 0 5px 23px;
		font: bold 10px/1 sans-serif;
		color:#000000;
		background: url("/graphics/icon_co.gif") top left no-repeat;
		text-decoration: none;
		}
TD.cobutton a:hover {
		background-position: 0 -30px;
		color:#FF0000;
		}
TD.chadbutton a {
		display:block;
		width:auto;
		margin: 1em 0; padding:5px 0 5px 23px;
		font: bold 10px/1 sans-serif;
		color:#000000;
		background: url("/graphics/icon_chad.gif") top left no-repeat;
		text-decoration: none;
		}
TD.chadbutton a:hover {
		background-position: 0 -30px;
		color:#FF0000;
		}								
TD.proddetail{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: middle;
}
.separator {
	background-color: #999999;
	height: 1px;
	width: 139px;
}
TD.leftnavtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
	vertical-align: middle;
	background-color: #FFFFFF;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
  .submitLink {
   color: #00f;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
  }

