/*-------------TOUR DATES*/
.accordion a {
	color:#362a1f;
}
.accordion {
	width: 380px;
	border-bottom: solid 1px #c4c4c4;
	float:left;
}
.accordion h3 {
	background: url(../images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
background:url(../images/d-square.png);
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background:url(../images/square.png);
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
h3 {
font-size:0.9em;
}
