/*
  $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;color: #000000;  font-size: 12px; padding-left:0px;  padding-right:0px; width: 165px;}
.boxText a {text-decoration: none; color: #FFFFFF; font-family: Arial, sans-serif; padding-left:0px; padding-right:0px; padding-bottom:2px;border-bottom:solid #589782 1px; width: 165px; margin: 0px 0px 0px 0px; line-height: 19px;font-size:11px;}
.boxText a:hover { text-decoration: underline; color: #FFFFFF;}
.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: #000099; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family:Verdana,Arial;
  font-size:8pt; 
  background:url(images/bg.gif) repeat-x top #047F56;
 
}

.contentArea {
  padding-left:20px;
  padding-right:0px;
  padding-top:20px;
}

/* note this changes spacing of all infoboxes in main content area - so will change button position if changed */
.contentArea .infoBox {margin-bottom:6px; } 

.columnLeft { padding-left:10px;background: #036A48; width: 177px;}
.columnRight { width: 175px; margin-right:17px;}

.storeBorder {border-left: 1px solid #52AC4E;}

.storeLogo {
  text-align:center;
}

img {
  border-width:0px;
}

* html img {
  border-width:0px;
  margin: 0px 0px 0px -3px;
}

A {
  color: #000000;
  text-decoration: underline;
}

A:hover {
  color: #000000;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #FFFFFF;
}

td.headerNavigation, div.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  color: #3C3B3B;
  text-align:left;
  line-height: 30px;

  background:url(images/right_block.gif) right no-repeat #ECF9ED;
}

.headerNavigation img { 
margin-left: 0px;
margin-right: 10px;
}

A.headerNavigation { 
margin-left: 4px;
margin-right: 4px;
color: #3C3B3B;
text-decoration: none;
}


A.headerNavigation:hover {
margin-left: 4px;
margin-right: 4px;
color: #3C3B3B;
text-decoration: underline;
}

.navimg
{
margin: 0px;
}

* html .navimg
{
margin: 0px 0px 0px -3px;
}

.essentials_title
{
position: relative;
top: -30px;
left: 5px;
}

* html .essentials_title
{
position: relative;
top: -30px;
left: 8px;
}

.essentials_image
{
position: relative;
top: -30px;
left: 5px;
}

* html .essentials_image
{
position: relative;
top: -32px;
left: 8px;
}

div.breadCrumb {
  background: #ffffff;
  padding-left: 17px;
  padding-top:5px;
  padding-bottom:5px;
  text-align:left;
}

A.breadCrumb
{
color:#000000;
text-decoration:none;
font-family: Verdana,Arial,sans-serif;
font-size: 11px;
font-weight:normal;
}

A.breadCrumb:hover
{
color :#000000;
text-decoration:underline;
font-family: Verdana,Arial,sans-serif;
font-size: 11px;

}

TR.headerError {
  background: #FF9933;
}

TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #FF9933;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

td.footer, div.footer {
  width: 840px;
  height: 140px;
  background: url(images/bg_footer.gif) repeat-x;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  padding-top: 8px;
  color: #656565;
  text-align:center;
}

a.footer, a.footer:hover {
  font-family: Verdana, Arial, sans-serif;
  color: #656565;

}

.footertop
{
  width: 840px;
  height: 38px;
  background: url(images/bg_footer_top.gif) right no-repeat  #036A48;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #656565;
  text-align:center;
  }
  
  .footer_white_block
  {
  float: right;
  margin: -21px -2px 0px 0px;
  } 
  
  * html .footer_white_block
  {
  float: right;
  margin: -21px -5px 0px 0px;
  } 
  
.infoBox { 
  margin-bottom: 10px;
}

.infoBoxContents,.infoBoxContentsPlus {
  padding:0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  
}
.infoBoxPlus {
  background: #036A48;  
  margin-bottom: 0px;
}


.infoBoxNotice {
  background: #036A48;
}

.infoBoxNoticeContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border-width: 0px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background:#036A48;
  height: 22px;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  text-align: left;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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;
}


A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

span.pageHeading
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #056344;
}

TD.pageHeading, DIV.pageHeading, h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #056344;
}

TD.pageHeading {
  padding-top:5px;
}

h1 {
  margin-bottom:3px;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.3;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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: #FF9933;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border: 1px solid #498D77;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #FF9933;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FF9933;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #FF9933;
  font-weight: bold;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ffffff;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; 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: #FF9933; }


.estimatedshippingBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px; 
}

.ShowShipping {
  background: #D9D9D9;
  color: #4a4a4a;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
} 
	
TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
}

h2 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
}

.main li {
	width:100%;
	list-style-type:disc;
	vertical-align: top; 
}

.quantityDiscountsNotifications { color:navy; }

table {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family:Verdana,Arial;
  font-size:8pt;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #036A48;
}

td.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #036a48;
  height:22px;
  color: #FFFFFF;
  font-weight: bold;
}

.productListing-heading a:hover,.productListing-heading a {
  color:white;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFFFFF;
}

.recentlyViewed-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding-bottom:10px;
  background: #FFFFFF;
}

.specialsListing-heading,.featuredListing-heading,.best_sellersListing-heading,.newproductsListingBox-heading,.recentlyViewed-heading,.alsoListingBox-heading, .xsellListingBox-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #036a48;
  height:22px;
  color: #FFFFFF;
  font-weight: bold;
  padding-left:10px;
}

.specialsListingBox-header {border: solid 1px #036a48;}
.specialsListingBox-body {border: solid 1px #036a48;background:white;}
.featuredListingBox-header {border: solid 1px #036a48;}
.featuredListingBox-body {border: solid 1px #036a48;background:white;}
.specialsListing-heading {background: #036a48;}
.best_sellersListingBox-header {border: solid 1px #036a48;background:#036a48;}
.best_sellersListingBox-body {border: solid 1px #036a48;background:white;}
.best_sellersListing-heading {background: ##036a48;}
.newproductsListingBox-header {border: solid 1px #036a48;}
.newproductsListingBox-body {border: solid 1px #036a48;background:white;}
.newproductsListingBox-heading {background: #036a48;}
.xsellListingBox-header {border: solid 1px #036a48;}
.xsellListingBox-body {border: solid 1px #036a48;background:white;}
.xsellListingBox-heading {background: #036a48;}
.alsoListingBox-header {border: solid 1px #036a48;}
.alsoListingBox-body {border: solid 1px #036a48;background:white;}
.alsoListingBox-heading {background: #036a48;}
.recentlyViewed-header {border: solid 1px #036a48;}
.recentlyViewed-body {border: solid 1px #036a48;background:white;}
.recentlyViewed-heading {background: #036a48;}

.productDescriptionHeading {
  width:100%;
  border-bottom:1px solid black;
  color:black;
  font-weight:bold;
}
.productDescriptionBody {
  margin-bottom:1em;
}

.greetingText, .greetingText a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color:#FF9933;
  font-weight:bold;
}


ul.plain li {list-style-type: none;}
li.arrow {list-style-image:  url('images/list_arrow.gif');}

.newsdeskHeader {
  background:#1953A2;
  color:white;
  padding-left:20px;
  padding-right:20px;
  margin-top:5px;
}

.newsdeskHeader a, .newsdeskHeader a:hover {
  color:white;
  text-decoration:underline;
}

a.newsdeskSelected {
  color:white;
  text-decoration:none;
  font-weight:bold;  
}

.newsdeskContent {
  background:#CED5DD;
  color:black;
}

.newsdeskImage {
  text-align:center;
}

.newsdeskMain {
  padding-left:20px;
  padding-right:20px;
  padding-bottom:10px;
  height:600px;
  vertical-align:top;
}

.newsdeskMain img {
  border:1px solid black;
}

.create_border {
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  padding: 4px 4px 4px 4px;
}

.locatorHeader {
  background:#156A0B;
  color:white;
  padding-left:20px;
  padding-right:20px;
  margin-top:5px;  
}

.locatorContent {
  background:#E8F8D1;
  color:black;
}

.locatorMain {
  padding-left:20px;
  padding-right:20px;
  padding-bottom:10px;
  height:600px;
  vertical-align:top;
}

.searchBox {
  text-align:right;
  margin-right:20px;
  padding-bottom:10px;
}

.searchText {
  font-weight:bold;
  color:black;
}

.image {
}

.boxheader {
  color:#666666;
  padding-bottom:3px;
}

.sitemap ul {margin:0;padding:0;}
.sitemap ul li {font-weight:bold;}
.sitemap ul ul li {font-weight:normal;}
.sitemap li {list-style-type: none;}
.sitemap ul ul {margin:0;font-weight:normal;padding:0;padding-left:25px;}
.formPad td {padding-bottom:3px;}

/*------------------------------------------------------------------------------*/
/*----------Slideshow Scroller -------------------------------------------------*/
/*------------------------------------------------------------------------------*/


.Caption {
margin: 0px 17px 0px 50px;
font-size:10px; 
color: #6D6D6D;
text-align: left;
}

#controls
{
position: relative;
top: -20px;
left: 50px;
font-size:10px; 
color: #6D6D6D;
text-align: left;
}
