/*
  $Id$

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

  Copyright (c) 2007 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.
*/

/* MARKUP */

BODY {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: white;

  scrollbar-arrow-color: black;
  scrollbar-base-color:#048200;
  scrollbar-darkshadow-color: black;
  scrollbar-track-color: #0c4a0a;
  scrollbar-face-color: #048200;
  scrollbar-shadow-color: black;
  scrollbar-highlight-color:black;
  scrollbar-3d-light-color: black;
}



IMG {
  border: 0;
}

FORM {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #037100;
  color: #fff;
}

FORM OL {
  margin: 0;
  padding: 0;
}

FORM OL LI {
  list-style: none;
  margin: 0;
  clear: left;
}

FORM LABEL {
  float: left;
  width: 160px;
  margin: 5px;
}

FORM LABEL.fieldLabel {
  float: none;
}

FORM INPUT, FORM SELECT, FORM TEXTAREA {
}

FORM EM {
  color: #FF0000;
  font-size: 9px;
  margin-left: 2px;
}

/* LAYOUT */

#page
{
	width: 950px;
	min-height: 582px;
	height: 582px;
	margin: auto;
	margin-top: 30px;
}

#page-inner
{

}

#logo
{
	width: 108px;
	float: left;
}

#logo-down
{
	margin: 3px 0 0 1px;
}

#logo-image
{
	height: 548px;
	min-height: 548px;
	background: url(images/logo.jpg) no-repeat;
}

#logo-image a
{
	font-size: 10px;
	color: white;
}

#link-front
{
	width: 40px;
	position: relative;
	
	left: 32px;
	top: 6px;
}

#logo-image a:hover 
{
  color: black;
  text-decoration: underline;
}

#header, #main, #listing
{
	width: 809px;
	float: left;
}

 #main 
{
	background: url(images/main-bg.jpg) no-repeat;
	height: 500px;
	min-height: 500px;
	margin: 2px 0 0 2px;
}

#listing
{
	background: url(images/listing-bg.jpg) no-repeat;
	height: 500px;
	min-height: 500px;
	margin: 2px 0 0 2px;
}

#listing  #main-inner
{
	width: 800px;
	margin: auto;
	margin-top: 12px;
	margin-left: 25px;
	position: relative;
}

#listing #content
{
	height: 470px;
	min-height: 470px;
	overflow: auto;
}

.not-front #main-inner
{
	width: 730px;
	margin: auto;
	margin-top: 35px;
	position: relative;
}

.not-front #content
{
	height: 430px;
	min-height: 430px;
	overflow: auto;
}



#product-listing #main-inner
{
	width: 780px;
	margin: auto;
	margin-top: 35px;
	position: relative;
}

.product-listing-item
 {
	float: left;
	width: 243px;
	height: 166px;
	min-height: 166px;
	background-color: #284e24;
	margin: 0 5px 10px 0;

}

.product-title
{
	background: url(images/product-title-bg.jpg) no-repeat;
	height: 29px;
	min-height: 29px;
}

#content .product-title a
{
	margin-left: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 2;
}

#content .product-title a:hover
{
	text-decoration: underline;
}

.product-image
{
	padding: 1px 1px 1px 1px;
	float: left;
	width: 132px;
}

.product-info
{
	float: left;
	width: 99px
}

.product-price
{
	height: 80px;
}

.product-price-inner
{
	text-align: center;
	padding-top: 20px;
}

.product-info-button, .product-cart-button
{
	padding: 0 0 0 4px;
}

.product-cart-button
{
	margin-top: 5px;
}

#product-page
{
	width: 553px;
	min-height: 285px;
	background-color: #284e24;	
	overflow: hidden;
	padding-bottom: 15px;
}

#product-page-title
{
	background: url(images/product-page-title-bg.jpg) no-repeat;
	height: 29px;
	min-height: 29px;
	
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
}

#product-page-image
{
	width: 210px;
	height: 210px;
	min-height: 210px;
	
	float: left;
	padding: 9px 28px 0 9px;
}

#product-page-info
{
	width: 300px;
	float: left;
}

#product-page-price
{
	padding: 20px 0 15px 0;
	font-weight: bold;
}

#product-page-button
{
	padding-top: 15px;
}

#content a
{
	color: white;
	text-decoration: underline;
}

#content a:hover 
{
  color: black;
  text-decoration: none;
}


#header-inner
{
	width: 809px;
	position: relative;
	margin-left: 2px;
}

#navigation
{
	background: url(images/navigation.jpg) no-repeat;
	width: 806px;
	height: 29px;
	margin: 2px 0 0 0;
}
#cart-link
{
	width: auto;
	position: absolute;
	top: 50px;
	left: 550px;
}

#navigation-menu
{
	list-style: none;
	margin: 0;
	padding: 4px 0 0 40px;
}

#navigation-menu a
{
	font-size: 18px;
	color: #048200;
}

#navigation-menu a:hover 
{
  color: black;
  text-decoration: underline;
}

#navigation-menu li
{
	display: inline;
}

#navigation-menu .item-second, #navigation-menu .item-third
{
	padding: 0 0 0 60px;
}

#site-name
{
	margin-left: -8px;
}

#footer
{
	position: relative;
	width: 950px;
	margin: auto;
}

#footer-inner
{
	margin: 2px 0 0 28px;
	background: url(images/footer.jpg) no-repeat;
	width: 887px;
	height: 32px;
}

#contact-info
{
	font-size: 14px;
	width: 80%;
	position: relative;
	left: 110px;
	top: 5px;
}

#pageHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#pageContent {
  float: right;
  width: 78%;
}

#pageColumnLeft {
  float: left;
  width: 20%;
  padding-left: 5px;
}

#pageBlockLeft {
  float: left;
  width: 82%;
  margin: 75px 0 10px 0;
}

#pageColumnRight {
  float: right;
  width: 16%;
  margin: 75px 5px 10px 0;
}

#pageFooter {
  clear: both;
  text-align: center;
  padding: 5px;
}

/* LINKS */

#navigationBar A {
  color: #FFFFFF;
}

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

#map
{
	font-size: 12px;
	width: 50px;
	
	position: relative;
	left: 825px;
	top: -15px;
}

#map a,#cart-link a
{
	color: white;
	text-decoration: none;
}
#map a:hover,#cart-link a:hover
{
	color: black;
	text-decoration: underline;
}

/* DEFINITIONS */

#siteLogo {
  float: left;
}

#navigationIcons {
  float: right;
  margin: 0;
  padding: 15px 0 0 0;
  list-style-type: none;
}

#navigationIcons li {
  display: inline;
  padding: 5px;
}

#navigationBar {
  background-color: #BBC3D3;
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 50px;
  text-align: right;
  padding-right: 5px;
}

#breadcrumbPath {
  float: left;
  padding-left: 5px;
}

#pageIcon {
  float: right;
  margin-right: 10px;
  height: 40px;
}

.messageStack {
  border-width: 1px;
  border-style: dotted;
  border-color: #C8AD91;
  background-color: #FFFCF5;
  font-family: Verdana, Arial, sans-serif;
  color: #465584;
  margin: 5px;
}

.moduleBox {
	color: #FFF;
	padding: 10px;
}

.moduleBox .content {
  border-width: 0px;
  background-color: #284e24;
  padding: 5px;
  margin-bottom: 5px;
  color: #FFFFFF;
}

.moduleBox H6 {
  padding: 5px 0px 5px 0px;
}

.inputRequirement {
  font-size: 10px;
  font-weight: normal;
  color: #FF0000;
  margin-top: 10px;
}

.submitFormButtons {
  padding: 5px;
  background-color: #284e24;
}

.listingPageLinks {
  padding: 5px;
}






.moduleRow { }

.moduleRowOver {
  background-color: #2d5b28;
}

.moduleRowSelected {
  background-color: #049400;
}


.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 : 12px; color: #ffffff; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; font-weight: normal; }

A {
  text-decoration: none;
}

A:hover {
  color: black;
  text-decoration: underline;
}

.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.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
}

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

SPAN.errorText {
  font-family: Verdana, 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: 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; }


/* CSS Boxes */

.boxGroup {
  border-width: 1px;
  border-color: #bbc3d3;
  border-style: solid;
}

.boxNew {
}

.boxTitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: white;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}

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

#variantsBlock {
	margin: 10px 0 20px 0;
}

#variantsBlockTitle {
  font-weight: bold;
  padding-bottom: 10px;
}

#variantsBlockData {
}

#productVariantCombinationNotAvailable {
  color: #ff0000;
}

.productInfoKey {
  font-weight: bold;
  padding-right: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}

.productInfoValue {
  padding-bottom: 10px;
  vertical-align: top;
}

#productInfoPrice {
  font-weight: bold;
}

.ships24hours {
  color: #45B04C;
}

