/*
* THE CODING AND CONTENT FOR THIS STYLESHEET
* WAS CREATED BY RICHARD SEMPLE FOR
* THE HEART OF GOLF.COM
*/


BODY {
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #D3DAC7;
	margin-top: 0;
}

a {
	font-weight: bold;
}

a:active {

}

a:visited {

}

a.disabled:active {

}

a.disabled:visited {

}

.pageHeader {
	color: #333333;
	font-weight: bold;
	font-size: 18px;
}

.subHeader {
	color: #336600;
	font-weight: bold;
	font-size: 16px;
}

.pageText {
	color: #333333;
	font-size: 14px;
}

.pageTextSmaller {
	color: #333333;
	font-size: 12px;
}

.footnoteText {
    font-size: 10px;
}

.menuCell {
	background-color: #84A489;
}

.darkCell {
    background-color: #758161;
    font-size: 10px;
    color: white;
}

.footerCell {
    background-color: #84A489;
    font-size: 10px;
    color: white;
    border-bottom: solid 1px black;
}

.leftSide {
 background-image: url(http://www.theheartofgolf.com/images/left_side_bg.gif);
 background-repeat: repeat-y;
 background-position: top right;
}

.rightSide {
    background-image: url(http://www.theheartofgolf.com/images/right_side_bg.gif);
    background-repeat: repeat-y;
    background-position: top left;
}

.contentCell {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.printOnly {
	display: none;
}

.quoteBox 
{
    width: 490px;
    text-align: left;
	background-color: #F7FDEC;
	border-style: solid;
	border-color: #84A489;
	border-width: 1px;
	padding: 5px 5px 5px 5px;
}

.menuBox {
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	padding: 5px 0px 5px 0px;
	text-align: center;
    color: #333333;
	font-size: 12px;
	font-weight: bold;
	width: 160px;
}

.floatRight {
	float: right;
	text-align: center;
	width: 210px;
	background-color: #F7FDEC;
	border-style: solid;
	border-color: #84A489;
	border-width: 1px;
	padding: 5px 5px 5px 5px;
}

.pictureBox 
{
	text-align: center;
	background-color: #F7FDEC;
	border-style: solid;
	border-color: #84A489;
	border-width: 1px;
	padding: 5px 5px 5px 5px;
}
.clearboth {
	clear: both;
}

.cartBox {
    width: 50px;
    font-weight: bold;
    color: Black;
    font-weight: bold;
	border-style: solid;
	border-color: #84A489;
	border-width: 1px;
	width: 50px;
}

.cartReadOnlyBox 
{
    text-align: center;
    font-weight: bold;
    color: Black;
	font-size: .8em;
    font-family: Verdana, Helvetica, sans-serif;
    border: none 0px white;

}

.cartUnderlineBox
{
    border-bottom: solid 1px #84A489;
    border-top: none 0px white;
    border-left: none 0px white;
    border-right: none 0px white;
}

div.loadingBox 
{   
    position:absolute;
    z-index:30;
    top:50%;
    left:50%;
    width:300px;
    height:150px;
    margin-left: -150px; /* half of width */
    margin-top: -75px; /* half of height */
    background-color: white;
    text-align: center; 
    border-style: solid;
    border-color: #677864;
    border-width: 6px;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    padding-top: 70px;
}
