﻿/*
  $Id: stylesheet.css 341 2005-12-09 03:58:53Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2005 osCommerce

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License v2 (1991)
  as published by the Free Software Foundation.
*/

/* Reset defaults */
* {
  padding: 0;
  margin: 0;

 


}
/* Compensate for Firefox */
select { }

li, dd {
  margin-left: 20px;
}

body {
  font: 9pt  Arial, Geneva, sans-serif;
  background-color:#c9ad58;

}
.bgcolor{
	 background-color:#f9f6dd;
}
#page{
 background-color:#f9f6dd;
 width:1000px;
}

h1 {
  color: #000000;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  white-space: nowrap;
}

h2 {
  color: #9A9A9A;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
}
h6{
  font-weight:bold;
  font-family: Arial, sans-serif;
  font-size: 9pt;
  white-space: nowrap;

}

td, p {
  font-family:  Arial, sans-serif;
  font-size: 9pt;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
}

img {
  border: 0;
}

/*
 * Layout
 */

#pageHeader {
  height: 73px;
  width: 1000px;
  background-image:url('../../images/finder/header_bg.gif');
  background-repeat:repeat-x;
}

#headerLogo {
}

#headerBox {
width:686px;
padding:3px 10px 3px 10px;
font-size:9pt;
text-align:left;
}

#headerBox a{
font-family:Verdana;
font-size:9px;
color:#584a51;

}


#headerBoxTitle {
font-family:"Trebuchet MS";
font-size:13pt;
color:#FFFFFF;
font-weight:normal;
}


#headerBar {
  padding: 0 0.5em;
}

#pageContent {
  padding: 5px;
 
}

#pageColumnLeft {
  width: 125px;
  padding: 5px;
  
}

#pageColumnRight {
  width: 125px;
  padding: 5px;
}

#pageFooter {
  padding: 5px;
}

#pageFooter p {
  text-align: center;
}

/*
 * End Layout
 */

#headerBar{
  background-color: #866f2c;
  height:30px;
  color: white;
  font-weight: bold;
}
#footerBar {
  background-color: #dfddce;
  font-size:1px;
  color: white;
  height:1px;
  width:90%;
}

#breadcrumb li{
	width:75px;
	list-style:none;
	display:inline;
	margin-top:8px;
}

#breadcrumb a{
	color:#FFFFFF;
	display:block;
	float:left;
	margin:0 15px 0 15px;

}

.pageIcon {
  float: right;
  margin-right: 10px;
}

.messageStack {
  border-width: 1px;
  border-style: dotted;
  border-color: #C8AD91;
  background-color: #FFFCF5;
  font-family:  Arial, sans-serif;
  font-size: 9pt;
  color: #465584;
  
  padding:5px 0 5px 0;
}

.moduleBox {
}

.moduleBox .content {
  border-width: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  background-color: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 5px;
  margin-bottom: 5px;
}

.moduleBox .outsideHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
}

.submitFormButtons {
  padding: 5px;
}

.listingPageLinks {
  padding: 5px;
}

.listingPageLinks select{
  max-width:3em;
}


.moduleRow { }

.moduleRowOver {
  background-color: #D7E9F7;
}

.moduleRowSelected {
  background-color: #E9F4FC;
}

.inputRequirement {
  font-family:  Arial, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  color: #FF0000;
}


/////////////////////////
.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-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; font-weight: normal; }

A {
  color: black;
  text-decoration: none;
}

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

FORM {
  display: inline;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: white;
  font-weight : bold;
}

A.headerNavigation {
  color: white;
}

A.headerNavigation:hover {
  color: white;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: white;
  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: white;
  font-weight: bold;
  text-align: center;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: white;
  vertical-align: top;
}

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

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

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: white;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

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

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

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;
}

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

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

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: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

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

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

.boxCheckoutTrail {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #8c8c8c;
}

.boxCheckoutTrailActive {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #FF8400;
}

/* message box */

.messageBox { font-family: Arial, sans-serif; font-size: 9pt; }
.messageStackError, .messageStackWarning { font-family: Arial, sans-serif; font-size: 9pt; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, sans-serif; font-size: 9pt; background-color: #99ff00; }


/* CSS Boxes */

.boxGroup {

}

.boxNew {
}

.boxTitle {
  font-family: Arial;
  font-size: 9pt;
  font-weight: bold;
  background-image:url('../../images/finder/box_bg.gif');
  background-repeat:repeat-x;
  color: #336009;
  height:22px;
  padding:7px 0 0 7px;
  border:1px #c7c7c7 solid;
  width:175px;
  text-align:left;
}


.boxTitle a{
  color: #336009;
}



.boxContents {
  background: #fcedd6;
  font-family:  Arial, sans-serif;
  font-size: 9pt;
  padding:5px;
  width:175px;
  margin-bottom:12px;
  text-align:left;
}


.boxTitleGreen {
  font-family: Arial;
  font-size: 9pt;
  font-weight: bold;
  background-image:url('../../images/finder/box_bg_green.gif');
  background-repeat:repeat-x;
  color: #336009;
  height:22px;
  padding:7px 0 0 7px;
  border:1px #c7c7c7 solid;
  width:175px;
  text-align:left;
}


.boxTitleGreen a{
  color: #336009;
}



.boxContentsGreen {
  background: #f4fdac;
  font-family:  Arial, sans-serif;
  font-size: 9pt;
  padding:5px;
  width:175px;
  margin-bottom:12px;
  text-align:left;
}

.contentTitle-ash{
	background-image:url('../../images/finder/con_box_ash_bg.gif');
	background-repeat:repeat-x;
	color:#285702;
	font-size:10pt;
	font-weight:bold;
	border:1px #bbbfc9 solid;
	height:22px;
	padding:4px 0 0 4px;
	width:470px;
	text-align:left;
}
.contentBox-ash {
  border-width: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  background-color: #f8f8f9;
  font-family: Arial, sans-serif;
  font-size: 9pt;
  padding: 5px;
  margin-bottom: 5px;
  width:464px;
  text-align:left;
}
.footer{
	text-align:center;
	font-size:8pt;
}
.search_input{
	font-size:11pt;
	border:0;
}
.search_submit{
	font-size:9pt;
	border:0;
	background-color:#fbead3;
	
	width:50px;

	
}


.ContentboxTitle {
  font-family: Arial;
  font-size: 9pt;
  font-weight: bold;
  background-image:url('../../images/finder/box_bg.gif');
  background-repeat:repeat-x;
  color: #6c4848;
  height:22px;
  padding:7px 0 0 7px;
  border:1px #c7c7c7 solid;
  text-align:left;

}

.ContentboxContents{
  background: #fcedd6;
  font:bold 9pt arial;
  padding:5px;
  margin-bottom:12px;
  color:#1e3703;
  

 }
 .ContentboxContents span{
	 background: #fcedd6;
	 width:auto
}
.center{
	text-align:center;
}
.priceBox{
	padding:10px 10px 10px 10px;
	background-color:#FFEA97;
	font-size:14pt;
}

.ContentboxHistory{
  background-color: #FEF9F1;
  font:normal 9pt arial;
  padding:10px;
  margin-bottom:12px;
  color:#1e3703;
  border:2px #FFEECA solid;
  text-align:left;

 }
 
 
 .contentTitleMain{
	background-image:url('../../images/finder/con_box_ash_bg.gif');
	background-repeat:repeat-x;
	color:#285702;
	font-size:10pt;
	font-weight:bold;
	border:1px #bbbfc9 solid;
	height:22px;
	padding:4px 0 0 4px;
	text-align:left;


}
.contentBoxMain {
  border-width: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  background-color: #FEF9F1;
  font-family:  Arial, sans-serif;
  font-size: 9pt;
  padding: 4px;
  margin-bottom: 5px;
  text-align:left;


}

#boxwidth{
	width:470px;
}

#boxwidth2{
	width:760px;
}


#page{
	width:40px;
	}
	
#sign_in a{
	color:#FFFFFF;
}	
#price_a{
	font-size:14pt;
}

.smallfont{
	font-size:8pt;
}
