/*
  $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, sans-serif;
	font-size: 11px;
	color: #818181;
	font-weight: normal;
	line-height: 14px;
}
.errorBox { font-family : Arial, sans-serif; font-size : 10px; background: #cc0033; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #F5F5F5; }
.orderEdit { font-family : Arial, sans-serif; font-size : 10px; color: #cc0033; text-decoration: underline; }

/*
BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}
*/

BODY {
	padding: 20px 0px 0px;
	background-color: #EEEEEE;
	background-image: url(/images/body_bck.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
}


A {
  color: #05A6DC;
  text-decoration: none;
}

A:hover {
  color: #05A6DC;
  text-decoration: none;
}

FORM {
	display: inline;
}

a.product, a.product:hover {
	font-weight: normal;
	color: #818181;
}

a.category, a.category:hover {
	font-weight: normal;
	color: #818181;
}

a.active, a.active:hover {
	color: #0895c5;
}

div.activecat {
	color: #0895c5;
}

div.activecat a:link {
	color: #0895c5;
}

div.activecat a:visited {
	color: #0895c5;
}

div.activecat a:hover {
	color: #0895c5;
}

TR.header {
  background: #EEEEEE;
}

TR.headerNavigation {
  background: #EEEEEE;
}

TD.headerNavigation {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #EEEEEE;
  color: #333333;
  font-weight : normal;
  height: 28px;
}

A.headerNavigation { 
  color: #333333; 
}

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

TR.headerError {
  background: #FFF;
}

TD.headerError {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #cc0033;
  color: #ffffff;
  font-weight : normal;
  text-align : center;
}

TR.headerInfo {
  background: #FFF;
}

TD.headerInfo {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #f5f5f5;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
}

TR.footer {
  background: #f5f5f5;
}

TD.footer {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background: #f5f5f5;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
	background: #F5F5F5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.infoBoxContents {
	background: ##F5F5F5;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.infoBoxNotice {
  background: #f5f5f5;
}

.infoBoxNoticeContents {
  background: #F5F5F5;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

TD.infoBoxHeading {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	background: #CCC;
	height: 20px;
	padding: 5px;
	font-weight: bold;
}

TD.infoBox, SPAN.infoBox {
	font-family: 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 {
  background: #f5f5f5;
}

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

TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #CCC;
	border-spacing: 1px;
	margin-bottom: 9px;
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #CCC;
  color: #FFFFFF;
  font-weight: bold;
  padding: 6px;
}

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

A.pageResults {
  color: #333;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #05A6DC;
}

TR.subBar {
  background: #f5f5f5;
}

TD.subBar {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #333;
}

TD.main, P.main {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
}

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

TD.smallText {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

TD.smallText a:link {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #333;
}

TD.smallText a:visited {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #333;
}

TD.smallText a:hover {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #333;
}


TD.accountCategory {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #333;
}

TD.fieldKey {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
}

TD.fieldValue {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #333333;
}

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

SPAN.newItemInCart {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #05A6DC;
}

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

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

SPAN.greetUser {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #cc0033;
  font-weight: bold;
}

TABLE.formArea {
  background: #f5f5f5;
  border-color: #CCC;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #cc0033;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, sans-serif;
  color: #cc0033;
}

SPAN.errorText {
  font-family: Arial, sans-serif;
  color: #cc0033;
}

.moduleRow { }
.moduleRowOver { background-color: #EEE; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #f5f5f5; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, sans-serif; font-size: 10px; color: #cc0033; }
.checkoutBarCurrent { font-family: Arial, sans-serif; font-size: 10px; color: #333; }

/* message box */

.messageBox { font-family: Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, sans-serif; font-size: 10px; background-color: #333; }
.messageStackSuccess { font-family: Arial, sans-serif; font-size: 10px; background-color: #333; }

/* input requirement */

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

/*Custom CSS*/

#wrapper {
	width: 724px;
	margin-right: auto;
	margin-left: auto;
}

#border {
	width: 724px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
	float: left;
	padding-bottom: 20px;
}

#basefooter {
	width: 724px;
	margin-top: 4px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	margin-bottom: 20px;
	text-align: left;
}

#header {
	border-bottom: 1px solid #CCCCCC;
}

#montage {
	width: 724px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 1A6680;
}

#navbar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 1A6680;
}

#navbar a:link {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
}

#navbar a:visited {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
}

#navbar a:hover {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
}

.navbck {
	background-image: url(/images/nav_bck.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.navitem {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2BB8E5;
	border-left-color: #BBECFB;

}

.headerNavBar {
	margin-bottom: 20px;
}

.deeson {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

.deeson a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.deeson a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.deeson a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.ibi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.ibi a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #05A6DC;
	text-decoration: none;
}

.ibi a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #05A6DC;
	text-decoration: none;
}

.ibi a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #05A6DC;
	text-decoration: underline;
}

/*Breadcrumb bar styles*/

#breadcrumb {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#breadcrumb a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #05A6DC;
}

#breadcrumb a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #05A6DC;
}

#breadcrumb a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #05A6DC;
	text-decoration: underline;
}

.breadbar {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #EEEEEE;
	padding-left: 13px;
	height: 28px;
	width: 450px;
}