﻿/*
  $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: Verdana, sans-serif; font-size: .9em; }
.errorBox { font-family : Verdana, sans-serif; font-size : 1em; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, sans-serif; font-size : 1em; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, sans-serif; font-size : 1em; color: #70d250; text-decoration: underline; }

BODY {
  	/*background: #ffffff;*/
  	color: #000000;
  	margin: 0px;
  	font-size: 10pt;
  	font-family: Arial, Verdana, sans-serif;
  	font-size: 10pt;				//
}

h1 {
	font-size: 2em;
	color: #074F03;
	font-weight: bold;
}

h2 {
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}

#tableTags a {
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}	

p {
	font-size: 1em;
	margin: 5px 0px
}

ul {
	font-size: 1em;
	text-align: left;
	list-style-position:outside;
	margin: 0px;
	vertical-align: top;
}

A {
  	color: green;
  	text-decoration: underline;
}

A:hover {
  	color: #0000FF;
  	text-decoration: none; 
	color: #ff0000; font-style: normal; text-decoration: underline ;
}

td {
	vertical-align: top;
}

FORM {
	display: inline;
	font-size: 1em;
}

TR.header {
  	background: #ffffff;
}

TR.headerNavigation {
  	background: #075002;
}

TD.headerNavigation {
  	font-size: 1em;
  	background: #075002;
  	color: #ffffff;
  	font-weight : bold;
}

A.headerNavigation { 
  	color: #FFFFFF; 
}

A.headerNavigation:hover {
  	color: #ffffff;
}

TR.headerError {
  	background: #ff0000;
}

TD.headerError {
  	font-family: Tahoma, Verdana, sans-serif;
  	font-size: 1em;
  	background: #ff0000;
  	color: #ffffff;
  	font-weight : bold;
  	text-align : center;
}

TR.headerInfo {
  	background: #00ff00;
}

TD.headerInfo {
  	font-size: 1.2em;
  	background: #00ff00;
  	color: #ffffff;
  	font-weight: bold;
  	text-align: center;
}

TR.footer {
  	background: #638E6B;
}

TD.footer {
  	font-size: 1em;
  	background: #638E6B;
  	color: #ffffff;
  	font-weight: bold;
}

.infoBox {
  	background: #FFFFFF; /* changed to #ffffff to eliminate border-original color = #638E6B */
  	border: solid 1 #638E6B;
}

.infoBoxContents {
  	background: #ffffff; /*changed to #ffffff to eliminate gray backround-original color = #f8f8f9 */
  	font-size: 1em;
}

.infoBoxNotice {
  	background: #FF8E90;
}

.infoBoxNoticeContents {
  	background: #FFE6E6;
  	font-size: .9em;
}

TD.infoBoxHeading {
  	font-size: .9em;
  	font-weight: bold;
  	background: #075002;
  	color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  	font-size: .9em;
}

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: #638E6B;
  	border-spacing: 1px;
}

.productListing-heading {
  	font-size: 1em;
  	background: #638E6B;
  	color: #FFFFFF;
  	font-weight: bold;
}

TD.productListing-data {
 	 font-size: 1em;
}

A.pageResults {
  	color: #0000FF;
}

A.pageResults:hover {
  	color: #0000FF;
  	background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  	font-size: 1.6em;
  	font-weight: bold;
  	color: #9a9a9a;
}

TR.subBar {
  	background: #f4f7fd;
}

TD.subBar {
  	font-size: 1em;
  	color: #000000;
}

TD.main, P.main {
  	font-size: 1em;
  	line-height: 1.5;
}

TD.smallText{
  	font-size: 1em;
}

SPAN.smallText{
  	font-size: .8em;
}

P.smallText{
  	font-size: .9em;
}

TD.accountCategory {
  	font-size: 1.3em;
  	color: #aabbdd;
}

TD.fieldKey {
  	font-size: 1.2em;
  	font-weight: bold;
}

TD.fieldValue {
  	font-size: 1.2em;
}

TD.tableHeading {
  font-size: 1.2em;
  font-weight: bold;
}
/*ADDED FOLLOWING STYLE FOR THE CATEGORY DESCRIPTION MODULE */
TD.category_desc {
  font-size: 1em;
  line-height: 1.5;
}
/*END ADDED STYLE */

SPAN.newItemInCart {
  font-size: 1em;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 1em;
}

TEXTAREA {
  width: 100%;
  font-size: 1em;
}

SPAN.greetUser {
  font-size: 1em;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 1.2em;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 1em; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 1em; color: #000000; }

/* message box */

.messageBox {  font-size: .8em; }
.messageStackError, .messageStackWarning {  font-size: 1em; background-color: #ffb3b5; }
.messageStackSuccess {  font-size: 1em; background-color: #99ff00; }

/* input requirement */

.inputRequirement {  font-size: 1em; color: #ff0000; }

/* all below are added styles -Randy */
.toplink a {font: normal 10pt Verdana, sans-serif; color: #FFFFFF; text-decoration: none}
.toplink a:link {font: normal 10pt Verdana, sans-serif; color: #FFFFFF; text-decoration: none}
.toplink a:visited {font: normal 10pt Verdana, sans-serif; color: #FFFFFF; text-decoration: none}
.toplink a:hover {font: normal 10pt Verdana, sans-serif; color: #FFFFFF; text-decoration: underline}
.toplink a:active {font: normal 10pt Verdana, sans-serif; color: #FFFFFF; text-decoration: none}

.indexlink a {font: normal 1em Verdana, sans-serif; color: #FFFF00; text-decoration: underline}
.indexlink a:link {font: normal 1em Verdana, sans-serif; color: #FFFF00; text-decoration: underline}
.indexlink a:visited {font: normal 1em Verdana, sans-serif; color: #FFFF00; text-decoration: underline}
.indexlink a:hover {font: normal 1em Verdana, sans-serif; color: #FFFFFF; text-decoration: underline}
.indexlink a:active {font: normal 1em Verdana, sans-serif; color: #FFFF00; text-decoration: underline}

.footerlink  {font: normal 7pt Verdana, sans-serif}
.footerlink a {font: normal 7pt Verdana, sans-serif; color: #000000}
.footerlink a:link {font: normal 7pt Verdana, sans-serif; color: #000000}
.footerlink a:visited {font: normal 7pt Verdana, sans-serif; color: #555555}
.footerlink a:hover {font: normal 7pt Verdana, sans-serif; color: yellow}
.footerlink a:active {font: normal 7pt Verdana, sans-serif; color: #333333}

.moreinfo  {font: normal 8pt Verdana, sans-serif}
.moreinfo a {font: normal 8pt Verdana, sans-serif; color: #0000FF}
.moreinfo a:link {font: normal 8pt Verdana, sans-serif; color: #0000FF}
.moreinfo a:visited {font: normal 8pt Verdana, sans-serif; color: #0000FF}
.moreinfo a:hover {font: normal 8pt Verdana, sans-serif; color: green}
.moreinfo a:active {font: normal 8pt Verdana, sans-serif; color: #0000FF}

#nav, #nav ul {
	padding: 2 2;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none; 
	font: bold 8pt Verdana, sans-serif;
	display: block;
	text-align: left;
	z-index: 5000;
} 

#nav a {
	display: block; 
	color: white;
	text-decoration: underline;
	z-index:5000;
}

#nav li {
	float: left; 
	text-align: center;
		z-index: 5000;
}

/*the first drop down layer */
#nav li ul {
	position: absolute;
	width: 175px;
	left: -999em;
	background-color: #FFFFE7;
	color: green;
	line-height: 2;
	border: solid 1px green;
	margin-left: -5em;
	z-index: 5000;
}

#nav li ul li {
text-align: left;
position: relative;
width: 175px;
border: 1 solid #FFFFE7;
z-index: 6000;
}

#nav li ul a{
	color: green;
	font: normal 8pt Verdana, sans-serif;
	line-height: 2;
	width: 175px;
	margin: 0 0;
	z-index:5000;
	}
	

#nav li ul a:hover{
	color: green;
	font: normal 8pt Verdana, sans-serif;
	line-height: 2;
	width: 175px;
	background-color: yellow;
	margin: 0, 0;
	z-index:5000;
	}

#nav li:hover ul {
	left: auto;
	z-index:5000;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index:5000;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	z-index:5000;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	z-index:5000;
}

#nav li ul ul {
	margin: -2.5em 0 0 17.25em; /*sets the placement of the side menu*/
	position: absolute;
	background-color: #FFFFE7;
	z-index:5000;

}

/*#nav li ul ul li {
width: 100%;
}*/

/* added by Michael W. Temple Jr. (June 24th, 2009) */

/* handle the yellow links on the front page */
a.yellow {color:yellow;}
a:hover.yellow {color:yellow;}

/* handle the "special" div on the main page */
div.special {width:600;border:double 2pt green;text-align:center;margin-left:50px;font:bold 1.1em;color:yellow; }

/* handle the main text div on the main page */
div.mainText {width:95%;text-align:left;color:white;padding:5px;}


#leftnav {width: 100%; background: url('/images/sb_main_bg.gif'); display: block; padding-left: 2; margin-left: 0; margin-top: -2.5; height: 100%; font:normal 10pt Verdana, sans-serif;}
.leftcategory {color: white; font-size: 9pt}
.leftcategory a {color: white; font-size: 9pt}
.leftcategory a:link {color: white; font-size: 9pt}
.leftcategory a:hover {color: #003300; font-size: 9pt; background-color: #638E6B}
.leftcategory a:active {color: white; font-size: 9pt}
.leftcategory a:visited {color: white; font-size: 9pt}

.leftsubcategories {margin-left: 5px; line-height: 12pt}
.leftsubcategories a {color: white; font-size: 9pt}
.leftsubcategories a:link {color: white; font-size: 9pt}
.leftsubcategories a:hover {color: #003300; font-size: 9pt; background-color: #638E6B}
.leftsubcategories a:active {color: white; font-size: 9pt}
.leftsubcategories a:visited {color: white; font-size: 9pt}

.leftspecials {margin-left: 9px; line-height: 12pt}
.leftspecials a {color: yellow; font-size: 9pt}
.leftspecials a:link {color: yellow; font-size: 9pt}
.leftspecials a:hover {color: yellow; font-size: 9pt; background-color: #638E6B}
.leftspecials a:active {color: yellow; font-size: 9pt}
.leftspecials a:visited {color: yellow; font-size: 9pt}


/*
NO!!!! All main sections are done by em. Only menu's where size is a concern has set sizes.
#productsdisplay span{font-size: 10pt!important;}
#productsdisplay td{font-size: 10pt!important;}

*/

#footTable
{
background-image: url('/images/sb_main_bg_dark.gif')
}

#indexTable
{
width: 715px;
background-color: #FFFFFF;
border-style: solid;
border-width: 3px;
border-color: #075002;
border-collapse: collapse;
cell-padding: 8px;
cell-spacing: 0px;
}

#indexTable td
{
width: 20%;
border-style: solid;
border-width: 2px;
border-color: #636e6b;
text-align: center;
}

#indexTable th
{
text-align: center;
background-color: #075002;
color: #FFFFFF;
border-bottom: solid 2px #FFFFFF;
}

.indexTable
{
width: 715px;
text-align: center;
background-color: #FFFFFF;
border-style: solid;
border-width: 3px;
border-color: #075002;
border-collapse: collapse;
cell-padding: 8px;
cell-spacing: 0px;
}

.indexTable td
{
width: 20%;
border-style: solid;
border-width: 2px;
border-color: #636e6b;
text-align: center;
}

.indexTable th
{
text-align: center;
background-color: #075002;
color: #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}

.turfCost
{
	text-align: center;
	color: FF0000;
	font-weight: bold;
	font-size: 1.1em;
}

.turfSq
{
	font-weight: bold;
	font-size: 1em;
	font-style: italic;
}

.dimPutting
{
	border-collapse: collapse;
	border-width: 0px;
	margin-left: 100px;
	width: 300px;
	height: 300px;
}

.dimPutt
{
	background-color: #2caf2f;
	font-size: 1em;
}

.dimFringe
{
	background-color: #015d08;
	font-size: 1em;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail div{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -1000px;
border: 3px solid #075002;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail div img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover div{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.continue
{
text-align: right;
font-weight: bolder;
margin-top: -25px;
margin-right: 15px;
font-size: 1.2em;
}
