/*
  $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: Arial; font-size: 10px; }
.errorBox { font-family: Arial; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: Arial; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family: Arial; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #727272;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #000000;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	background-color: #FFFFFF;
}

A.headerNavigation { 
	color: #000000;
}

A.headerNavigation:hover {
	color: #000000;
}

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: Arial;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: 
}

.infoBoxContents {
  font-family: Arial;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial;
  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 {
  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: #00000;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial;
  font-size: 10px;
  background: #ffffff;
  color: #000000;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial;
  font-size: 10px;
  color: #000000;
}

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

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

TD.accountCategory {
  font-family: Arial;
  font-size: 13px;
  color: #000000;
}

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

TD.fieldValue {
  font-family: Arial;
  font-size: 12px;
}

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

SPAN.newItemInCart {
  font-family: Arial;
  font-size: 10px;
  color: #ff0000;
}

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

textbox {
	font-family: Arial;
	font-size: 11px;
	background-color: #d1c29b;
}


TEXTAREA {
	width: 100%;
	font-family: Arial;
	font-size: 11px;
	background-color: #f9eec5;
}

SPAN.greetUser {
  font-family: Arial;
  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: Arial;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial;
  color: #ff0000;
}

.moduleRow {
}
.moduleRowOver {
	background-color: #cccccc;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #E9F4FC;
}

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

/* message box */

.messageBox { font-family: Arial; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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

#overlay{ background-image: url(http://www.sci-mentor.com/protx/overlay.png); }

* html #overlay{
	background-color: #000000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.sci-mentor.com/protx/overlay.png", sizingMethod="scale");
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }






/* superstore */
.head1 {
	font-family: Arial;
	font-size: 29px;
	color: #b0b0b0;
	font-weight: bold;
}
.headbg {
	background-image: url(/images/template/header/header_s5.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.head2{
	font-family: Arial;
	font-size: 12px;
	color: #b0b0b0;
	font-weight: bold;
}
.head3{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #687ebb;
	font-weight: bold;
}
.head4 {
	font-size: 9px;
	color: #b0b0b0;
	font-family: Arial;
}
.brandsbox {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
}
.brandbg {
	background-image: url(/images/template/brands/brands_bg.gif);
	background-repeat: no-repeat;
}
.catmenu {
	color: #727272;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}

.catmenu a:hover {
	color: #727272;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: underline;

}
.catmenu a {
	color: #727272;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}
/*  shopping cart  */

.carttxt {
	color: #8d7e45;
	font-size: 10px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}

.carttxt a:hover {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: underline;

}
.carttxt a {
	color: #8d7e45;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}
SPAN.newItemInCart {
  font-family: Arial;
  font-size: 12px;
  color: #000000;
}

/*  best sellers  */
.best {
	color: #8d7e45;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	padding-top: 6px;
	text-decoration: none;
}

.best a:hover {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	padding-top: 6px;
	text-decoration: underline;
}
.best a {
	color: #8d7e45;
	font-size: 12px;
	font-family: Arial;
	font-weight: none;
	padding-top: 6px;
	text-decoration: none;
}

/*  new products  */

.newprod {
	color: #8d7e45;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	padding-top: 6px;
	text-decoration: none;
}

.newprod a:hover {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	padding-top: 6px;
	text-decoration: underline;
}
.newprod a {
	color: #8d7e45;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	padding-top: 6px;
	text-decoration: none;
}

/*  featured products  index */

.special_head {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	padding-top: 6px;
	text-decoration: none;
}

.special_head a:hover {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	padding-top: 6px;
	text-decoration: underline;
}
.special_head a {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	padding-top: 6px;
	text-decoration: none;
}
/*  prices */

.rrp {
	color: #aa915e;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	padding-top: 6px;
	text-decoration: none;
}
.price {
	color: #463f29;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	padding-top: 6px;
	text-decoration: underline;
}

/*  header */

.prodhead {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #5c5c5c;
}

/*  footer */

.footgrey {
	color: #bba67b;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	padding-top: 6px;
	text-decoration: none;
}
.footgold {
	color: #bba67b;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: underline;
}

.footgold a:hover {
	color: #bba67b;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: underline;

}
.footgold a {
	color: #bba67b;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: underline;
}

.footwhite {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}

.footwhite a:hover {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;

}
.footwhite a {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}

.footgoldd {
	color: #463f29;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

.footgoldd a:hover {
	color: #463f29;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;

}
.footgoldd a {
	color: #463f29;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

/*  product page */
.rrplrg {
	color: #727272;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	padding-top: 6px;
	text-decoration: none;
}
.pricelrg {
	color: #687ebb;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	padding-top: 6px;
	text-decoration: underline;
}
.maintxt {
	color: #727272;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}

/*  account page */

.account_head {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	padding-top: 6px;
	text-decoration: none;
	font-weight: bold;
}

.main {
	color: #727272;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}

/*  new prod page */

.newhead {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #5c5c5c;
}
.newourprice {
	font-size: 16px;
	font-family: Arial;
	color: #cc0000;
	font-weight: bold;
}
.newrrpprice  {
	font-family: Arial;
	font-size: 12px;
}

/*  header */

.headbot {
	background-image: url(/images/template/header/header_bot.gif);
	background-repeat: no-repeat;
}
.prodbg {
	background-image: url(/images/template/prod_head.gif);
	background-repeat: no-repeat;
}

/* contact txt */

.txtcon {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}


.blacktxt {color: #000000}

