@charset "UTF-8";
.all-date-holder {
	text-align: center;
	float: left;
	margin-top: 40px;
	width: 100%;
}


.event-left-button a {
	background-image: url(../images/calendar-arrows.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 23px;
	width: 25px;
	margin-left: 240px;
	display:inline;
}

.event-left-button a:hover {
	background-position: 0px -23px;
}

.event-right-button a {
	background-image: url(../images/calendar-arrows.jpg);
	background-repeat: no-repeat;
	background-position: -30px 0px;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 23px;
	width: 25px;
}

.event-right-button a:hover {
	background-position: -30px -23px;
}


.date {
	text-align: center;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: bold;
	text-transform: uppercase;
	color: #0B173F;
	letter-spacing: 0.06em;
	padding-top: 2px;
	margin-right: 12px;
	margin-left: 12px;
	width: 200px;
	display: inline;
}
.date-left-col {
	float: left;
	width: 315px;
	margin-left: 40px;
	text-align: left;
	margin-top: 30px;
	display:inline;
}
.day-holder {
	background-image: url(../images/stockist-bot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 15px;
	overflow: auto;
	min-height: 50px;
	padding-bottom: 15px;
	width: 315px;
}
.day {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: bold;
	float: left;
	width: 28px;
	text-align: left;
}
.event {
	font-size: 1em;
	line-height: 1.4em;
	float: left;
	width: 280px;
	padding-top: 3px;
	padding-left: 6px;
}


.event-past{
	color: #989797;
}

.event-past a:link{
	color: #989797;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A8A8A8;
}

.event-past a:hover{
	color: #78593B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A8A8A8;
}

.current {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: bold;
	float: left;
	width: 28px;
	text-align: center;
	color: #FFF;
	background-color: #5B7C0B;
	padding-bottom: 3px;
}
