/*
  $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: Baskerville, Myriad Pro, didot, serif; color:#000; font-size: 14px; font-weight: 550; }
.IntTextOLD { font-family: Baskerville, Myriad Pro, didot, serif; color:#000; font-size: 12px; font-weight: 400; }
.IntText { font-family: Baskerville, Myriad Pro, didot, serif; color:#666666; font-size: 14px; font-weight: 400; }
.cat_title { font-family: Baskerville, Myriad Pro, didot, serif; color:#666666; font-size: 12px; font-weight: 400; }
.aboutText { font-family: Baskerville, Myriad Pro, didot, serif; color:#666666; font-size: 14px; font-weight: 400; }
.headText { font-family: Baskerville, Myriad Pro, didot, serif; color:#666666; font-size: 11px; font-weight: 400; text-decoration:none }
.catText { font-family: Baskerville, Myriad Pro, didot, serif; color:#333333; font-size: 16px; font-weight: 550; }
.catTextc { font-family: Baskerville, Myriad Pro, didot, serif; color:#7B756F; font-size: 16px; font-weight: 550; }
A:catText  {
  color: #333333;
  text-decoration: none;
}
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif; font-size : 10px; color: #BA141A; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #ca4361; text-decoration: underline; }

BODY {
  background: #CED8DD url(images/bg.gif) repeat-x top;
  color: #000000;
  margin: 0px;
  font-family: Baskerville, Myriad Pro, didot, serif; color:#666666; font-size: 14px; font-weight: 400; 
}

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

A:hover {
  color: #7B756F;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #abb44b;
  color: #ffffff;
  font-weight : bold;
}

TD.footerPhone {
  font-family: Verdana, Arial, sans-serif;
  font-size: 17px;
  background: #abb44b;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

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: Arial, sans-serif;
  font-size: 11px;
  background: #00ff00;
  color: #000;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #abb44b;
}

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

.infoBox {
  background: none;
  padding-left:20px;
}

.infoBoxContents {
  background: none;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #BA0E31;
  color: #fff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

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

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

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 0px;
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #fff;
  color: #706255;
  font-weight: bold;
}

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

A.pageResults {
  color: #646464;
  text-decoration:none;
}

A.pageResults:hover {
  color: #646464;
  background: #fff;
}

.activepageResult{
  font-size:14px;
  text-decoration:underline;
  font-weight:bold;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Adobe Caslon Pro, Didot, Serif, times;
  font-size: 24px;
  font-weight:400;
  color: #978774;
  padding:10px 0 10px 5px;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Baskerville, Myriad Pro, didot, serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Baskerville, Myriad Pro, didot, serif;
  font-size: 12px;
  
}

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: Arial, sans-serif;
  font-size: 11px;
  color: #BA141A;
  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: #e0c1ad; 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; }

/* Adi Additions*/

#navi {
	background: transparent url(images/nav_bg.gif) repeat-x top;
	color: #000000;
}
#2btn {
	text-align:right;
}
.colleft {
	background:url(images/sd_bg.gif) repeat-y;
}
.footr {
	font-family: Baskerville, Myriad Pro, didot, serif; color:#000000; font-size: 12px; font-weight: 400; 
}
.footr a {
	color:#000000;
}
#sd_bottom {
	margin-top:-10px;
}
.navcont {
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#h_red {
	font-family:Arial, Helvetica, sans-serif;
	color:#BA141A;
	font-weight: bold;
	font-size:13px;
}
#sdbox {
	width: 195px;
	margin-left:4px;
	padding-left:4px;
}
.boxTextcat {
	display: block;
	list-style: none;
}
.boxTextcat a {
	background: url(images/ic_grey.gif) left no-repeat;
	height: 18px;
	padding: 2px 0 0 15px;
	margin: 0 0 0 5px;
	text-align:left;
	font-size:12px;
	font-family:Baskerville, Myriad Pro, didot, serif;
	color: #000;
	text-decoration:underline;
}
.boxTextcat a:hover {
	background: url(images/ic_red.gif) left no-repeat;
	color:#C41C1C;
	text-decoration: underline;
}
#cnt {
	padding: 6px;
}
.divider {
	background:url(images/divider.gif) repeat-x bottom;
	height:15px;
}
.ptext {
	font-family:Baskerville, Myriad Pro, didot, serif;
	font-size:12px;
	padding: 8px 0 0 8px;
}
.ptext ul {
	font-size:11px;
	margin:0 0 0 15;
	list-style: disc;
	}
#pro_price {
	color:#BA0E31;
	font-size:12px;
	font-weight:bold;
}
.pheading a {
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

.pageHeading2{
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  height:45px;
  padding-left:45px;
}
.totaltab {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background:#A8937F;
}
.productListing-data a{
  color:#000000;
}
.productListing-data a:hover{
  color:#666;
}

blockquote {
	margin: 0 0 0 10;
}

H5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:BA141A;	
}
#sd_aff {
	padding: 0 5px 0 30px;
}
#sd_aff a {
	color:#000000;
}
#sd_aff a:hover {
	color:#BA0E31;
}
.testi a {
	color:#000;
}