/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  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; }
.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;
}*/
html, body {
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

A {
  /*color: #000000;*/
  color: #000000;
  text-decoration: none;
}

A:hover {
  /*color: #AABBDD;*/
  text-decoration: underline;
}

.white10
{
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
}

.white11
{
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}

.white11b
{
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

.white12 
{
	font-size: 12px;
	color: #ffffff;
}

.white12b 
{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

.white12u
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}

.white12bu
{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.white14b
{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.white18b
{
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;	
}

.white24
{
	font-size: 24px;
	color: #ffffff;
}

.white30b
{
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;	
}

.black10
{
	font-size: 10px;
	color: #000000;	
}

.black10u
{
	font-size: 10px;
	color: #000000;
	text-decoration: underline;	
}

a.black10u:hover
{
	text-decoration: none;
}

.black11
{
	font-size: 11px;
	color: #000000;	
}

.black11u
{
	font-size: 11px;
	color: #000000;	
	text-decoration: underline;
}

a.black11u:hover
{
	text-decoration: none;
}

.black12
{
	font-size: 12px;
	color: #000000;	
	font-weight: normal;
}

.black12b
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.black12u
{
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

a.black12u:hover
{
	text-decoration: none;
}

.black14b
{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.black18b
{
	font-size: 18px;
	color: #000000;
	font-weight: bold;	
}

.black26b
{
	font-size: 26px;
	color: #000000;
	font-weight: bold;	
}

.black30b
{
	font-size: 26px;
	color: #000000;
	font-weight: bold;	
}

.red18b
{
	font-size: 18px;
	color: #ff0000;
	font-weight: bold;	
}

.orange10
{
	font-size: 10px;
	color: #fe8800;
}

.orange12b
{
	font-size: 12px;
	color: #fe8800;
	font-weight: bold;
}

.orange12u
{
	font-size: 12px;
	color: #fe8800;
	text-decoration: underline;
}

a.orange12u:hover
{
	text-decoration: none;
}

.orange18b,
.orange18bLNK
{
	font-size: 18px;
	color: #fd7600;
	font-weight: bold; 
}

a.orange18bLNK:hover
{
	color: #000000;
}

a.orange10
{
	text-decoration: underline;
}

a.orange10:hover
{
	text-decoration: none;
}

a.white12u
{
	text-decoration: underline;
}

a.white12u:hover
{
	text-decoration: none;
}

select.orange
{
	border: 1px solid #ffffff;
	background: #fe8800;
	color: #000000;
}

select.orange option {
	border: 0;
	background: #fe8800;
	color: #000000;
}

input.orange {
	border: 1px solid #ffffff;
	background: #fe8800;
	color: #000000;
	padding: 2px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  	font-size: 11px;
  	background: #bbc3d3;
  	color: #ffffff;
  	font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: "Trebuchet MS", Arial, Helvetica, 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;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
}

TD.productListing-data {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TD.accountCategory {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TD.tableHeading {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ff0000;
}

SPAN.errorText {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #8c8c8c;
}

.checkoutBarCurrent {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

/* message box */

.messageBox {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.messageStackError, .messageStackWarning {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #ffb3b5;
}

.messageStackSuccess {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #99ff00;
}

/* input requirement */

.inputRequirement {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ff0000;
}

.categoryLink {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;	
}

.unselectedPic {
	float: left;
	background: url(images/layout/promotionUnselectedPic.gif) no-repeat;
	height: 19px;
	width: 25px;
	margin-right: 5px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	padding-top: 1px;
}

.selectedPic {
	float: left;
	background: url(images/layout/promotionSelectedPic.gif) no-repeat;
	height: 19px;
	width: 25px;
	margin-right: 5px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	padding-top: 1px;
}

#fadeDiv {
	position: absolute;
	left: expression( (ignoreMe = document.body.scrollLeft) + 'px' );
	top: expression( (ignoreMe = document.body.scrollTop) + 'px' );
	width: 100%;
	height: 100%;
	z-index: 19998;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

html>body #fadeDiv {
	position: fixed;
	top: 0px;
	left: 0px;
}
  
#containerDiv {
	position: absolute;
	/*top: expression((50+(ignoreMe = document.body.scrollTop)) + 'px' );*/
	top: 50px;
	z-index: 19999;
	text-align: left;
}

/*html>body #containerDiv {
	position: fixed;
	top: 50px;
}*/

.lineDiagonalW {
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
}

.lineDiagonal {
	position: absolute;
	top: -13px;
	left: -24px;
	z-index: 4;
	height: 13px;
	width: 24px;
}