/*
  $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
*/

/* Text for the boxes e.g. Contemporary in Categories */

/* event calendar stylesheet */
@import url('events_calendar.css');

.boxText { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	color: #044d0c;
}

.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 {
  color: #044d0c;
  text-decoration: none;
}

A:link {
  color: #044d0c;
  text-decoration: none;
}

A:visited {
  color: #044d0c;
  text-decoration: none;
}

A:hover {
  color: #044d0c;
  text-decoration: underline;
  font-style: italic;
}

a.image {
  color: #044d0c;
  text-decoration: none;
}

a.image:link {
  color: #044d0c;
  text-decoration: none;
}

a.image:visited {
  color: #044d0c;
  text-decoration: none;
}

a.image:hover {
  color: #044d0c;
  text-decoration: none;
  font-style: normal;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #f9e5c2;
}

/* Top Line Navigation Text e.g. My Account | Basket Contents */

TD.headerNavigation {
  font-family: Papyrus, Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #f9e5c2;
  color: #044d0c;
  font-weight: bold;
}

A.headerNavigation { 
  color: #044d0c;
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #044d0c;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
}

TR.headerError {
  background: #f9e5c2;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #f9e5c2;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #f9e5c2;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #f9e5c2;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #f9e5c2;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #f9e5c2;
  color: #044d0c;
  font-weight: bold;
}

.infoBox {
  background: #f9e5c2;
}

.infoBoxContents {
	background: #f9e5c2;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #044d0c;
}

.infoBoxNotice {
  background: #f9e5c2;
}

.infoBoxNoticeContents {
	background: #f9e5c2;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #044d0c;
}

.productBoxHeading {
  font-family: Papyrus, Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background: #f9e5a2;
  color: #044d0c;
}

/* For all the side boxes Headings, Category for e.g. */

TD.infoBoxHeading {
  font-family: Papyrus, Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background: #f9e5a2;
  color: #044d0c;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #044d0c;
}

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: #f9e5c2;
}

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: #f9e5c2;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #044d0c;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Papyrus, Verdana, Arial, sans-serif;
  font-size: 16px;
  background: #f9e5c2;
  color: #044d0c;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #f9e5c2;
}

/* For Product names on detailed product page for e.g. */

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #044d0c;
}

TR.subBar {
  background: #f9e5c2;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #044d0c;
}

/* For all the normal Text across the site */

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align:justify;
  color: #044d0c;
  line-height: 1.5;
}

/* For example the Copyright notice at the bottom of the screen */

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #044d0c;
}

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: #044doc;
}

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;
}

/* For the Guest! bit at the logon screen */

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #044d0c;
  font-weight: bold;
}

TABLE.formArea {
  background: #f9e5c2;
  border-color: #044d0c;
  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: #044d0c;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #044d0c;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #044d0c;
}

.moduleRow { }

.moduleRowOver { 
	background-color: #D7E9F7; 
	cursor: pointer; cursor: hand; 
}

.moduleRowSelected { 
	background-color: #f9e5c2; 
}

.checkoutBarFrom, .checkoutBarTo { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #044d0c; 
}

.checkoutBarCurrent { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #044d0c; 
}

/* 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: #f9e5c2; 
}

.messageStackSuccess { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	background-color: #f9e5c2; 
}

/* input requirement */

.inputRequirement { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #044d0c; 
}
/*** Begin Header Tags SEO ***/
h1 {
	font-family: Papyrus, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
   color: #044d0c;
}
h2 {
	font-family: Papyrus, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
   color: #044d0c;
}
/*** End Header Tags SEO ***/

/** Adds Image Border on Mouseover for navigation - DRD ***/  

.borderimage img{
	border: 1px solid transparent;
}

.borderimage:hover img{
	border: 1px solid;
}
	
.borderimage:hover{
	border: 1px solid;
}
/** End Image Border on Mouseover for navigation - DRD ***/  

