/******************************************************************************
* course-left
*****************************************************************************/
div#course-left {
	width:505px;
}

/******************************************************************************
* course-left-left (previous)
*****************************************************************************/
div#course-left-left {
	float:left; clear:none; width:89px; height:474px; margin-right:10px;
}

div#course-left-left p {
	display:block; float:right; width:53px; height:9px; margin-top:220px;
}

div#course-left-left p a {
	display:block; width:53px; height:9px;
	background-image:url(../images/button-previous.gif);
}

div#course-left-left p a.enabled {
	background-position:0px -9px;
}

div#course-left-left p a span {
	display:none;
}

/******************************************************************************
* course-left-right (next)
*****************************************************************************/
div#course-left-right {
	float:left; clear:none; width:48px; height:474px;
}

div#course-left-right p {
	display:block; float:left; width:34px; height:9px; margin-top:220px;
}

div#course-left-right p a {
	display:block; width:34px; height:9px;
	background-image:url(../images/button-next.gif);
}

div#course-left-right p a.enabled {
	background-position:0px -9px;
}

div#course-left-right p a span {
	display:none;
}

/******************************************************************************
* course-left-center
*****************************************************************************/
div#course-left-center {
	float:left; clear:none; width:348px; height:474px; margin-right:10px;
	/* background-image:url(../golf/course_images/course-left-center.jpg); */
}

/******************************************************************************
* course-index
*****************************************************************************/
div#course-index {
	float:left; width:159px; margin-left:9px;
}

html>body div#course-index {
	margin-left:19px;
}

p#course-index-title {
	display:block; width:159px; height:47px;
	background-image:url(../images/index-title.jpg);
}

div#course-index-i {
	display:block; float:left; width:159px;  padding-bottom:100px;
	background-image:url(../images/course-index-i.jpg);
	background-repeat:repeat-x;
}




div#course-index-i ul {
    list-style-type:none;
    margin:0;padding:0;
}
div#course-index-i li {
    margin:0;padding:0;
    clear:both;
}
div#course-index-i li span {
    display:block;
    width:45px;
    height:20px;
    float:left;
    color:#777777;
    text-decoration:none;
    font-family: Georgia, Palatino, Times New Roman;
}

div#course-index-i li a {
    display:block;
    width:100%;
    height:20px;
    padding-left:15px;
    text-decoration:none;    
}
div#course-index-i li a:hover,
div#course-index-i li a.current-hole {
    background-image:url(../images/gallery-arrow.gif);
    background-repeat:no-repeat;
    background-position:7px 3px;
}


div#course-index-i li a:hover span,
div#course-index-i li a.current-hole span {
    color:#000000;
}