/* Timeline Prices */
.timelineprices { 
	margin-top: 20px;
	margin-left: 40px;
}

ul.months { list-style-type:none; display:block; border-bottom:1px solid #bbb; overflow:hidden; }
ul.months li { float:left; border-left:1px solid #bbb; margin-left:-1px; padding:5px 0 10px; color:#999; font-size:13px; font-weight:bold; text-align:center; }
ul.periodprices { position:relative; list-style-type:none; height:34px; background:#fcfcfc; border-bottom:1px solid #ddd; border-top:1px solid #fff; }
ul.periodprices li.icon { position:absolute; top:7px; left:-40px; }
ul.periodprices li.price {
	position:absolute;
	top:3px;
	background:#fff url(../img/pricebtnbg.jpg);
	border:1px solid #ccc;
	padding:7px 0;
	color:#ffa100;
	line-height:11px;
	font-weight:bold;
	text-align:center;
	min-width: 5%;
	overflow:hidden;
	cursor:pointer;
}
ul.periodprices li.price:hover { background-position:0 -75px; border-color:#ffa100; color:#fff; }
ul.periodprices.hole18 li.price { color:#444; }
ul.periodprices.hole18 li.price:hover { background-position:0 -25px; border-color:#222; color:#fff; }
ul.periodprices.twilight li.price { color:#cc3200; }
ul.periodprices.twilight li.price:hover { background-position:0 -50px; border-color:#cc3200; color:#fff; }
ul.periodprices.hole18x2 li.price { color:#a85201; }
ul.periodprices.hole18x2 li.price:hover { background-position:0 -100px; border-color:#a85201; color:#fff; }
ul.periodprices.hole18x3 li.price { color:#cc9904; }
ul.periodprices.hole18x3 li.price:hover { background-position:0 -125px; border-color:#cc9904; color:#fff; }
ul.periodprices.buggy1pax li.price { color:#78a900; }
ul.periodprices.buggy1pax li.price:hover { background-position:0 -150px; border-color:#78a900; color:#fff; }
ul.periodprices.buggy2pax li.price { color:#329800; }
ul.periodprices.buggy2pax li.price:hover { background-position:0 -175px; border-color:#329800; color:#fff; }
ul.periodprices.buggy3pax li.price { color:#006565; }
ul.periodprices.buggy3pax li.price:hover { background-position:0 -200px; border-color:#006565; color:#fff; }
ul.periodprices.groups8 li.price { color:#003366; }
ul.periodprices.groups8 li.price:hover { background-position:0 -225px; border-color:#003366; color:#fff; }
ul.periodprices.junior18 li.price { color:#0084b7; }
ul.periodprices.junior18 li.price:hover { background-position:0 -250px; border-color:#0084b7; color:#fff; }
ul.periodprices.junior9 li.price { color:#79c1cc; }
ul.periodprices.junior9 li.price:hover { background-position:0 -275px; border-color:#79c1cc; color:#fff; }
ul.periodprices.earlybird li.price { color:#6666ff; }
ul.periodprices.earlybird li.price:hover { background-position:0 -300px; border-color:#6666ff; color:#fff; }
ul.periodprices.hole9 li.price, ul.periodprices.buggy18 li.price, ul.periodprices.buggy9 li.price, ul.periodprices.mtrolley li.price, ul.periodprices.etrolley li.price, ul.periodprices.clubs li.price { color:#666; }
ul.periodprices.hole9 li.price:hover, ul.periodprices.buggy18 li.price:hover, ul.periodprices.buggy9 li.price:hover, ul.periodprices.mtrolley li.price:hover, ul.periodprices.etrolley li.price:hover, ul.periodprices.clubs li.price:hover { background-position:0 -325px; border-color:#555; color:#fff; }
