/*
$Id: stylesheet.css 3 2006-05-27 04:59:07Z user $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright 2006 osCMax

  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-size : 10px; color: #660000; text-decoration: underline; }


#content {position: relative; width: 590px; margin: 0 auto; text-align: center; 
float:left;
  width:10px;
  margin-left:-10px;
} 

#ccHead {
position: absolute;
width: 590px; height: 45px; 
margin-left: -5px;
margin-right: -5px;
text-align:center;
background-color:#F2D1A7;
}

#ccMonth {
position: absolute; 
width: 250px; height: 115px; 
margin-top: 60px;
margin-left: 0px;
margin-right: 0px;
text-align:left;
background-color:#F2D1A7;
}

#ccWorld {
position: absolute; 
width: 250px; height: 115px; 
margin-top: 60px;
margin-left: 325px;
margin-right: 0px;
text-align:left;
background-color:#F2D1A7;
}

#ccButton {
position: absolute; 
margin-top: 385px;
margin-left: 510px;
margin-right: 0px;
text-align:left;
background-color:#F2D1A7;
}

#ccCoffee {
position: absolute; 
width: 231px; height: 115px;
margin-top: 255px;
margin-left: 105px;
margin-right: 0px;
text-align:left;
}

#ccFlag {
position: absolute; 
width: 47px; height: 212px; 
margin-top: 150px;
margin-left: 535px;
margin-right: 0px;
text-align:left;
background-color:#F2D1A7;

}

BODY {
  background: #330000 url('images/bg_tiling.jpg') repeat-x top left;
  color: #000000;
  margin: 0px; 
  margin-bottom: 50px;
  line-height: 1.5em;
  text-align:left;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover { 
  text-decoration: underline;
}

A img {
	border: none;
}

FORM {
	display: inline;
}

TABLE.topStripe {
	background-color: #996633;
	font: bold 14px "trebuchet ms", verdana, arial, helvetica, sans-serif; 
	color: #fff;
}

TABLE.topStripe a {
	color: #ffffcc;
}

TABLE.topBranding {
	background: transparent;
	margin-top: 11px;
}

TABLE.topBranding img.raysLogo {
	margin-left: 89px;
}

td#nav { 
	width: 818px;
	background-color: #324736;
}

td#nav form { 
	float: right;
	top: 0px;
	left: 0; 
	margin: 0;
	padding: 5px 6px 0 0;
	font: bold 14px "trebuchet ms", verdana, arial, helvetica, sans-serif; 
	color: #fff; 
}

td#nav form .searchLabel{  
	font: normal 12px "trebuchet ms", verdana, arial, helvetica, sans-serif; 
	color: #fff; 
}

TABLE.topBranding ul#mainNav {
	float: left;
	background-color: #324736;
	padding: 5px 0 5px 11px;
	margin: 0;
	font: bold 14px "trebuchet ms", verdana, arial, helvetica, sans-serif; 
	color: #fff; 
	width: 575px; 
}

TABLE.topBranding ul#mainNav a { 
	color: #fff;
}

TABLE.topBranding ul#mainNav li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #fff; 
}

TABLE.topBranding ul#mainNav li.last {
	border-right: none;
} 

TABLE.topBranding ul#mainNav li ul {
	/*display: none;*/
}

/* DROPDOWN CODE */

TABLE.topBranding ul#mainNav li {
	position: relative;  
}


TABLE.topBranding ul#mainNav ul li a { /* sets all nav fonts to normal weight to ensure cross-broswer compatibility */
	font-weight: normal;
}

TABLE.topBranding ul#mainNav ul {
	position: absolute;
	left: 1px;
	z-index: 500; 
	border: 2px solid #eeb84d;
	background-color: #eeb84d;
	width: 150px; /* sets the width for all dropdown menus to ensure consistency cross-browser */
	padding: 0;
	margin: 0;
	font-size: 11px;
}

TABLE.topBranding ul#mainNav ul li { 
	margin: 0;
	padding: 0;
	display: block;
	border: none;
}


TABLE.topBranding ul#mainNav ul a { /* background color, padding, etc of drop down menus (overriding main buttons) set here */
	font-weight: bold;
	margin: 0; 
	padding: 4px;
	display: block;
	color: #000;
	background: #eeb84d;
	text-decoration: none;
}

TABLE.topBranding ul#mainNav ul li a:hover {
	background: #cc9933;
}

TABLE.topBranding ul#mainNav ul {
	display: none;
}

TABLE.topBranding ul#mainNav li:hover ul {
	display: block;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

TABLE.productListing TD.headerNavigation {
	display: none;
}

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: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TABLE.bodyTable {
	background-color: #f2d1a7;
	margin-top: 25px;
}

td.mainBody {
	
}

h3 { 
	border-bottom: 2px solid #660000;
	margin: 0.5em 0 0.5em 0;
	padding-bottom: 5px;
}

p.caption {
	font-size: 12px;
	font-style: italic;
}


h4.hmCoffee {
	margin: 0;
	padding: 0;
	margin: 5px 0 10px 0;
}

h4.hmTagline {
	margin: 0;
	padding: 0;
	margin: 0 0 10px 0;
	color:#660000;
	font-style: italic;
}

table.feaCoffee td p {
	font-size: 14px;
}

img.feaCoffee {
	border: 2px solid #660000;
}

td.homeBoxes a img, td.homeBoxes a .flash {
	margin-bottom: 7px;
}

td.homeBoxes a .flash {
	border: 2px solid #660000;
}

td.mainBody .categoryHeading, td.mainBody .category_desc {
	background-color: #660000;
}

td.mainBody .categoryHeading {
	color: #f2d1a7;
	padding: 3px 0 3px 7px;
	font-family:Verdana,Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing:0.2em;
}

td.mainBody .category_desc {
	color: #f2d1a7;
	padding: 0 3px 3px 7px;
	font-family:"trebuchet ms", Verdana, Arial, sans-serif;
	font-size:12px; 
}
 


TABLE.footerTable {
	color: #c79900;
	margin-top: 18px;
}

TABLE.footerTable a {
	color: #ffffcc; 
}

TABLE.footerTable td.discount {
	font: normal 12px "trebuchet ms", verdana, arial, helvetica, sans-serif;
	color: #c79900;
}

TABLE.footerTable td.discount h5{
	font: bold 12px verdana, arial, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #fff;
	margin: 0;
	padding: 0;
}

TABLE.footerTable td.discount p {
	margin: 0;
	margin-top: .5em;
	padding: 0;
	line-height: 1em;
}

TABLE.footerTable td.logos {
	padding-top: 10px;	
}

TABLE.footerTable td.logos h5 {
	display: inline; 
	font: bold italic 24px "trebuchet ms", verdana, arial, helvetica, sans-serif; 
	color: #e8d769;
}

TABLE.footerTable td.logos p {
	margin-top: 25px;
	font: normal 12px "trebuchet ms", verdana, arial, helvetica, sans-serif; 
	color: #c79900;	
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b57f49;
}

.infoBoxContents {
  background: #b57f49;
  color: #330000;
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bolder;
}

TD.mainBody .infoBox, TD.mainBody .infoBoxContents, TD.mainBody .infoBoxHeading {
	background: transparent;
}

TD.mainBody .infoBoxHeading {
  padding: 3px 0;
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
  font-size: 14px;
  text-transform: none;
  font-weight: bold;
  background: transparent;
  background-color: #660000;
  letter-spacing: 0;
  color: #660000;
  color: #f2d1a7;
}


.infoBoxContents a:link, .infoBoxContents a:visited {
	color: #330000;
}

.infoBoxContents a:hover, .infoBoxContents a:active {
	text-decoration: none;
	
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  padding: 3px 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: bold;
  background: #330000;
  color: #cc9933;  
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, 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: transparent;
  border-bottom: 2px solid #660000;
}

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: transparent;
  border-bottom: 2px solid #660000;
}

TABLE.productListing { 
}

TABLE.pagination {
	padding-top:10px;
}

.productListing-heading {
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #660000;
  color: #f2d1a7;
  font-weight: bold;
}

TD.productListing-data {
  padding: 10px 0;
  margin: 0;
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
  font-size: 14px;
  border-bottom: 2px solid #660000;
  background-color: #f2d1a7;
}

TD.productListing-data TD.productListing-data { /* nested double productListing-data on cart page */
  padding: 0;
  margin: 0;
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
  font-size: 14px;
  border-bottom: 0;
}

A.pageResults { 
}

A.pageResults:hover { 
}

TD.pageHeading, DIV.pageHeading {
	background-color: #660000;
	color: #f2d1a7;
	padding: 3px 0 3px 7px;
	font-family:Verdana,Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing:0.2em;
}

TD.productHeading {
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid #660000;
}

TABLE.imgProduct { 
	padding-left: 17px;  
}

TABLE.imgProduct img {
	/* border: 2px solid #660000; */
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
  font-size: 14px; 
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
  font-size: 14px;
}

TD.accountCategory {
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart { 
  
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

TEXTAREA {
  width: 100%;
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

SPAN.greetUser {
  font-family: "trebuchet ms", 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: "trebuchet ms", Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: "trebuchet ms", Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: "trebuchet ms", Verdana, Arial, sans-serif;
  color: #ff0000;
}

.mainBody SPAN.errorText { 
  color: #ff0000;
}

td.boxText a SPAN.errorText { /* for style of active links on category nav (errorText gets written in) */
  font-weight: normal;
  background-color: #cc9933; 
}


.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: "trebuchet ms", Verdana, Arial, sans-serif; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: "trebuchet ms", Verdana, Arial, sans-serif; font-size: 12px; color: #000000; }

/* message box */

.messageBox { font-family: "trebuchet ms", Verdana, Arial, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: "trebuchet ms", Verdana, Arial, sans-serif; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: "trebuchet ms", Verdana, Arial, sans-serif; font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: "trebuchet ms", Verdana, Arial, sans-serif; font-size: 12px; color: #ff0000; }
