/*--------------------------------------------------*/
/* Holes                                            */

	/*--------------------------------------------------*/
	/* Back link                                        */

		#pCourseHoles #backLink {
			position: relative;
		}

		#pCourseHoles #backLink p {
			position: absolute;
			top: -40px;
			right: 0;
		}

	/*--------------------------------------------------*/
	/* Nav                                              */

		#pCourseHoles #holeNav {
			float: left;
		}

		#pCourseHoles #holeNav ul {
			list-style: none;
			float: left;
			width: 51px; /* 36 + 15 */
			margin: 10px 0 0 0;
		}

		#pCourseHoles #holeNav ul#jumpLinks {
			clear: both;
			width: 102px;
		}

		#pCourseHoles #holeNav ul li {
			display: inline; /* IE5+6 Win: white space bug */
		}

		#pCourseHoles #holeNav ul#jumpLinks li {
			float: left;
			width: 51px;
		}

		#pCourseHoles #holeNav ul li img {
			display: block;
			margin: 0 0 5px 0;
		}

	/*--------------------------------------------------*/
	/* Layout                                           */

		#pCourseHoles #holeLayout {
			float: left;
			width: 390px;
			margin: 10px 15px 0 0;
		}

	/*--------------------------------------------------*/
	/* Details                                          */

		#pCourseHoles #holeDetails {
			float: left;
			width: 393px; /* (900 - ((36+15)+(36+15)+(390+15))) */
			margin: 10px 0 0 0;
		}

		#pCourseHoles #holeDetails #photos p.photo {
			float: left;
			margin: 0 10px 5px 0;
		}

		#pCourseHoles #holeDetails #photos p.note {
			clear: both;
		}

		#pCourseHoles #holeDetails h3 {
			text-transform: uppercase;
			font-family: arial, georgia, "Times New Roman", serif, verdana;
			font-weight: normal;
			margin-bottom: 0;
			clear: both;
		}

		#pCourseHoles #holeDetails p {
			color: #B3B3A6;
		}

		#pCourseHoles #holeDetails table {
			width: 99%;
			margin: 10px 0 20px 0;
			border: 0;
			border-right: 1px solid #E7E7DC;
			font-weight: bold;
		}

		#pCourseHoles #holeDetails table th,
		#pCourseHoles #holeDetails table td {
			border: 0;
			border-left: 1px solid #E7E7DC;
			padding: 5px 7px;
			background: #FFF;
			color: #666;
			vertical-align: top;
			text-align: center;
		}

		#pCourseHoles #holeDetails table td {
			border-top: 1px solid #E7E7DC;
		}

		#pCourseHoles #holeDetails table th.yards {
			width: 3em;
		}

		#pCourseHoles #holeDetails table th.par {
			width: 2em;
		}

		#pCourseHoles #holeDetails table tr.second th,
		#pCourseHoles #holeDetails table tr.second td {
			background: #EAD802;
		}

		#pCourseHoles #holeDetails table tr.third th,
		#pCourseHoles #holeDetails table tr.third td {
			background: #AD3023;
		}

		#pCourseHoles #holeDetails #proTip {
			border: 1px solid #B3B3A6;
			padding: 10px 10px 0 10px;
			margin: 0 0 10px 0;
		}

		#pCourseHoles #holeDetails #proTip h4 {
			text-transform: uppercase;
			font-family: arial, georgia, "Times New Roman", serif, verdana;
			font-weight: normal;
			color: #B63524;
			margin-bottom: 3px;
		}

		#pCourseHoles #key h4 {
			position: absolute;
			left: -5000px;
		}

		#pCourseHoles #key p {
			padding-top: 20px;
			text-transform: uppercase;
			color: #788B3C;
		}

		#pCourseHoles #key ul {
			list-style: none;
			margin: 0;
		}

		#pCourseHoles #key ul li img,
		#pCourseHoles #key ul li span {
			vertical-align: middle;
			margin-right: 10px;
		}

