/*************************************************************************
' Function : CSS defintions for the store.
' Product  : CandyPress Store Frontend
' Version  : 2.5
' Modified : February 2004
' Copyright: Copyright (C) 2004 CandyPress.Com 
'            See "license.txt" for this product for details regarding 
'            licensing, usage, disclaimers, distribution and general 
'            copyright requirements. If you don't have a copy of this 
'            file, you may request one at webmaster@candypress.com
'**************************************************************************/

/* General Tag specifications */
BODY, TD, P     {COLOR: #454545; FONT-SIZE: 11px;}
BODY {margin: 0; background: #d5e3f2; font-family: Arial, Helvetica, sans-serif;}
TD {padding: 0;}
IMG, TABLE {border: 0; margin: 0;}

/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
/*.CPbox1 A:link     {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #996666; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: underline}*/

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox2H           {COLOR: #333333; BACKGROUND-COLOR: #DDDDDD; PADDING: 1px}
.CPbox2H B         {COLOR: #333333;}
.CPbox2B           {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5}
/*.CPbox2B A:link    {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:visited {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:hover   {COLOR: #996666; FONT-SIZE: 10px; TEXT-DECORATION: underline}*/

/* Box - Page Headings */
.CPpageHead {PADDING-BOTTOM: 4px}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #EEEEEE}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #CCCCCC;padding: 2px;}
.CPgenCartLine {padding: 2px;}

/* Box - Product Image (Home page) */
.CPhomeImg {BACKGROUND-COLOR: #C8C3A1;}

/* Box - Product Description (Home page) */
.CPhomeDesc {BORDER-BOTTOM: 1px solid #CCCCCC}

/* Horizontal and Vertical lines */
.CPlines {}

/* Product Short Description (Except Detail page) */
.CPprodDesc {FONT-SIZE: 9pt;COLOR: #800000}

/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 14pt; color: #000000;}

/* Product Long Description */
.CPprodDescLong {COLOR: #006400; font-weight: bold; FONT-SIZE: 14pt; }
.CPprodDescLongList {COLOR: #006400; font-weight: bold; FONT-SIZE: 9pt }

/* Product Detail */
.CPprodDet UL { margin-top:10px}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT {COLOR: #800000; font-size: 12px;}

/* Product Price - Price Value */
.CPprodPriceV {COLOR: #800000; font-size: 14px;}

/* Product List Price - Text Label */
.CPprodLPriceT {}

/* Product List Price - Price Value */
.CPprodLPriceV {TEXT-DECORATION: line-through}

/* Product Sale Price - Text Label */
.CPprodSPriceT {}

/* Product Sale Price - Price Value */
.CPprodSPriceV {COLOR: red}

/* Free Shipping text */
.CPfreeShipMsg {COLOR: #888888}

/* In Stock text */
.CPinStock {COLOR: #888888}

/* Out of Stock text */
.CPoutStock {COLOR: red}

/* No Image text */
.CPnoImgT {COLOR: #800000}

/* Category List */
.CPcatDescList {}

/* Category Description - No products linked to it */
.CPcatDesc {}

/* Category Description - Has products linked to it */
.CPcatDescProd {FONT-WEIGHT: bold}

/* Option Description for "Optional" options */
.CPoptDesc {FONT-STYLE: italic}

/* Option Select box */
.CPoptSel {FONT-FAMILY: "MS Sans Serif", Geneva, Arial, Helvetica, sans-serif; FONT-SIZE: 8pt}

/* Option Text box */
.CPoptTxt {FONT-FAMILY: "MS Sans Serif", Geneva, Arial, Helvetica, sans-serif; FONT-SIZE: 8pt}

/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.CPcolsView {padding:3px;}
/*.CPcolsView A:link    {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:visited {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:hover   {COLOR: #996666; TEXT-DECORATION: underline}*/

.CPcolsHead {padding:3px;BACKGROUND-COLOR: #EEEEEE}

/* System Messages */
.CPsysMsg    {FONT-SIZE: 10pt}
.CPsysMsgErr {COLOR: red; FONT-SIZE: 9pt}
.CPsysMsgURL {FONT-SIZE: 10pt}

/* ------------------- */
/* ADDED - Version 2.4 */
/* ------------------- */

/* Highlights used in search results */
.CPhighlight {COLOR: #000000; BACKGROUND-COLOR: #ffff66}

/* ------------------- */
/* ADDED - Version 2.5 */
/* ------------------- */

/* Radio Button options */
.CPoptRadio {FONT-FAMILY: "MS Sans Serif", Geneva, Arial, Helvetica, sans-serif; FONT-SIZE: 8pt}

/* Option Description for "Mandatory" options*/
.CPoptDescM {FONT-STYLE: italic; color: Red}

/* SBW */

div#container {
	margin: 0 auto;
}

/* if show ads then float left */
div#inner, div#ads {
	margin: 0 auto;
}

a, a:visited, a:active {
	color: #82b10c;
	text-decoration: underline;
	outline: none !important;
}

a:hover {
	color: #82b10c;
	text-decoration: none;
	outline: none !important;
}

:active {
	outline: none !important;
}
:focus {
	-moz-outline-style: none !important;
	outline: none !important;
}

p {
	margin: 0 0 .8em 0;
	line-height: 1.4em;
}

ul, ol {
	margin: 0 0 .8em 0;
	padding: 0;
}

ol {
	margin: 4px 0 0 0;
	padding: 0;
}

ul li {
	background: url(../Images/arrow_list.gif) 0 6px no-repeat;
	padding: 0 0 0 8px;
	margin: 0;
	list-style: none;
	line-height: 1.5em;
}

.clearfix {
	content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

table#main {
	text-align: left;
	background: #ffffff;
	margin: 0;
	padding: 0;
}

td.mainBGLT {
	background: #d5e3f2 url(../Images/backgrounds/bg_main_left.jpg) repeat-y;
	vertical-align: top;
}

td.mainBGRT {
	background: #d5e3f2 url(../Images/backgrounds/bg_main_right.jpg) repeat-y;
	vertical-align: top;
}

div#header {
	margin-bottom: 2px;
	background: #ffffff;
}

ul#nav {
	float: left;
	margin: 0;
	padding: 1px 0 0 0;
	height: 27px;
	background: #3173bf;
	border-bottom: 2px solid #ffffff;
}

ul#nav li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

div#content {
	width: 734px;
	background: #ffffff url(../Images/backgrounds/bg_top.jpg) 0 2px no-repeat;
	vertical-align: top;
	padding: 16px;
	clear: both;
	height: 100%;
	position: relative;
}

h1 {
	color: #737373;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 6px;
	border-bottom: 1px dotted #7f7f7f;
	margin: 0 0 .3em 0;
	height:19px;
	*height:23px;
}

h1 span {
	color: #2e70bd;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 .6em 0;
}

h6 {
	font-size:14px;
	font-weight:normal;
	margin:0;
	line-height:1.3em;
}

div#hpContainer {
	padding-bottom: 0px;
}

div#hpLeftCol {
	float: left;
	padding-right: 12px;
	border-right: 2px solid #7f7f7f;
	width: 509px;
}

div#hpTopCol {
	border-bottom: 1px dotted #7f7f7f;
	padding-bottom:8px;
}

div#hpValueBook {
	width: 509px;
	margin: 0 0 0 0;
}

div#hpMiddle {
	width: 509px;
	clear: both;
	padding: 8px 0 8px 0;
	border-bottom: 1px dotted #7f7f7f;
}

div#hpBottom {
	width: 734px;
	clear: both;
	padding: 8px 0 8px 0;
	border-bottom: 1px dotted #7f7f7f;
}

div#hpTournamentPacks {
	width: 239px;
	padding: 0 12px 0 0;
	float: left;
	border-right: 2px solid #7f7f7f;
}

div#hpNCGAGolfClub {
	width: 244px;
	padding: 0 12px 0 12px;
	float: left;
	border-right: 2px solid #7f7f7f;
}

div#hpValuebookSponsors {
	width: 734px;
	clear: both;
	padding: 8px 0 0 0;
	border-bottom: 1px dotted #7f7f7f;
}

div#hpRightCol {
	float: left;
	margin: 0 0 0 12px;
	width: 198px;
}

div#hpOnlineSpecials {
	padding: 0 0 4px 0;
}

div#hpOnlineSpecials p {
	margin:0 0 4px 0;
}

img.pic_onlinespecials_hp {
	float: right;
	margin: 6px;
}

div#hpEmailClub {
	padding: 0 0 8px 0;
	float: left;
	width: 198px;
	border-bottom: 1px dotted #7f7f7f;
	margin-left:12px;
}

input.email_address {
	width: 150px;
	height: 16px;
	border: 1px solid #aaaaaa;
	font-size:11px; 
	padding:2px 0 0 3px; 
	color:#454545;
}

div#hpSecureLogos {
	padding: 20px 0 0 12px;
	width: 198px;
	float: left;
}

div#SecureLogos {
	padding: 39px 0 0 8px;
	width: 198px;
	float: left;
}

div.secureLogosThawte {
	float: left;
	padding: 0 0 0 6px;
}

div.secureLogosAuthorize {
	float: left;
	padding: 6px 0 0 10px;
}



div#hpValueBook h1, div#hpMiddle h1, div#hpRightCol h1, div#hpValuebookSponsors h1, div#hpBottom h1 {
	color: #737373;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 6px;
	*padding-bottom: 2px;
	border-bottom: 1px dotted #7f7f7f;
	margin: 0 0 .3em 0;
}

/* content parts */
div#LeftCol {
	float: left;
	padding-right: 12px;
	border-right: 2px solid #7f7f7f;
	width: 509px;
}

div#RightCol {
	float: left;
	padding: 0 0 0 12px;
	width: 198px;
}

div#dividerCol {
	background: #7f7f7f;
	width: 2px;
	height: 96%;
	position: absolute;
	top: 14px;
}

/* valuebook */
div#LeftColvb {
	float: left;
	padding-right: 12px;
	width: 417px;
}

td#LeftColvb {
	padding-right: 12px;
	width: 417px;
	vertical-align: top;
}

div#RightColvb {
	float: left;
	padding: 0 0 0 12px;
	width: 289px;
}

td#RightColvb {
	padding: 0 0 0 12px;
	width: 289px;
	vertical-align: top;
}

div#LeftColaff {
	float: left;
	padding-right: 12px;
	width: 150px;
}

div#RightColaff {
	float: left;
	padding: 0 0 0 12px;
	width: 547px;
}

div#LeftColaff ul, div#RightColaff ul {
	margin: 0 0 0 2px;
	padding: 0 0 0 4px;
}

div#LeftColaff ul li, div#RightColaff ul li {
	line-height: 1.3em;
	padding-bottom: 3px;
	padding-top: 1px;
}

td#dividerCol {
	background: #7f7f7f;
	width: 2px;
}

div#orderChoices div.ocIndividual, div#orderChoices div.ocBulk, div#orderChoices div.ocTournament, div#orderChoices div.ocGolfClub {
	clear: both;
	border-bottom: 1px dotted #7f7f7f;
	margin-bottom: 6px;
	padding-bottom: 10px;
}

div#orderChoices div.ocIndividual img, div#orderChoices div.ocBulk img, div#orderChoices div.ocTournament img, div#orderChoices div.ocGolfClub img  {
	float: left;
	margin: 4px 10px 6px 0;
}

div#orderChoices div.ocIndividual ul, div#orderChoices div.ocBulk ul, div#orderChoices div.ocTournament ul, div#orderChoices div.ocGolfClub ul {
	clear: left;	
}

.search {
	border: 1px solid #82b10c;
	width: 120px;
	height: 13px;
	font-size: 10px;
	padding-top: 1px;
}

.scroller {
	vertical-align: top;
}

	
table.content {
	margin-left: 24px;
}
	
table.content2 {
	width: 550px;
	margin-left: 24px;
	}
	
table.gentable {
	background: #ffffff;
}

table.gentable tr td {
	padding: 2px;
}

table.gentable select, table.gentable input {
	font-size: 11px;
}
	
table.participatingCourses tr td p {
	margin: 0 0 .1em 0;
	font-size: 11px;
	}
	
table.participatingCourses tr td p A:link, table.participatingCourses tr td p A:visited, table.participatingCourses tr td p A:active    {COLOR: #000000; TEXT-DECORATION: underline}
table.participatingCourses tr td p A:hover   {COLOR: #981D1F; TEXT-DECORATION: none}
	
table.directory tr td p {
	margin: 0 0 .1em 0;
	font-size: 12px;
	}
	
table.directory tr td p A:link, table.directory tr td p A:visited, table.directory tr td p A:active    {COLOR: #000000; TEXT-DECORATION: underline}
table.directory tr td p A:hover   {COLOR: #981D1F; TEXT-DECORATION: none}
	
table.homepage {
	margin: 0 0 4px 0px;
	width: 578px;
}

table.homepage td {
	vertical-align: top;
}

table.custListOrders tr td {
	padding: 4px;
	font-size: 12px;
	}
table.custListOrders tr td.CPgenHeadings b {
	font-size: 12px;
}
table.custListOrders tr td.CPgenHeadings {
	background: #b7d7f0;
}
table.pendingMessage tr td.CPgenHeadings {
	background:#CC0000; 
	color:#FFFFFF;
	padding: 8px;
	font-size: 12px;
}
table.custInfo tr td p {
	font-size: 12px;
	margin: 0;
}

table.tourneypack {
	border: 1px solid #B9B97F;
	width: 550px;
}

table.tourneypack tr td {
	padding: 3px;
	border: 1px solid #B9B97F;
}

/* ads */
.adBackground {
	background: #d5e3f2;
	vertical-align: top;
}

div#footer {
	text-align: left;
	color: #b7d7f0;
	background: #2f71be;
	margin: 0;
	padding:  0;
	width: 766px;
	border-top: 1px solid #ffffff;
}

div#headerSubNav {
	color: #b7d7f0;
	background: #f4dc66;
	margin: 0;
	padding:  0 0 0 0;
	width: 766px;
	clear: both;
}

div#footer div.account {
	padding: 4px 7px 0px 6px;
	text-align: center;
	color: #ffffff;
}
div#headerSubNav div.account {
	padding: 5px 7px 4px 6px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
}

div#footer p {
	vertical-align: middle;
	line-height: 24px;
	color: #ffffff;
}

div#footer div.account a, div#footer div.account a:active, div#footer div.account a:visited, div#footer div.account a:hover {
	color: #ffffff;
	margin: 0 3px 0 3px;
}
div#headerSubNav div.account a, div#headerSubNav div.account a:active, div#headerSubNav div.account a:visited, div#headerSubNav div.account a:hover {
	color: #303030;
	margin: 0 3px 0 3px;
}

div.copyright {
	padding: 10px 6px 0 0px;
	float: right;
	color: #ffffff;
}

div.copyright p {
	color: #454545;
	margin:0;
}

div#footer div.company {
	padding: 5px 6px 4px 7px;
	text-align: center;
	color: #ffffff;
}

div#footer div.company p {
	color: #ffffff;
}

div#footer div.company a, div#footer div.company a:active, div#footer div.company a:visited, div#footer div.company a:hover {
	color: #ffffff;
	margin: 0 3px 0 3px;
}

#footerBG {
	background: #d5e3f2 url(../Images/backgrounds/bg_main_bot.jpg) no-repeat;
	height: 10px;
	margin-bottom: 10px;
	float: none;
}

/* images */

.floatRight {
	float: right;
	margin: 0 0 6px 0;
}

.floatLeft {
	float: left;
	margin: 0 0 0 6px;
}

.greenborder {
	border:2px solid #425F09;
}

.greendashed {
	border: 2px dashed #425F09;
}



