.pdf-text {
	position: absolute;
	margin-top: -44px;
	margin-left: 50px;
	width: 360px;
}
.pdf-text a {
	text-decoration: none;
}
.pdf-text a:hover {
	color: #80000b;
}
/**** Retail Operators ****/

#retail-operators {
	background:  #f4e9cf;
	-moz-border-radius: 7px 0 0 7px;
	margin-bottom: 25px;
}

/* unset the #rides stuff set in sub.css ;-) */
#retail-operators #rides {
	padding: 0;
}
#retail-operators #rides li {
	background-image: none;
	color: transparent;
	padding: 0;
	line-height: inherit;
	list-style: none;
	padding-left: 0;
	height: auto;
	margin-bottom: 0;
}

.operator a,
.operator a:hover {
	cursor: pointer !important;
}

#retail-operators h3 {
	margin-bottom: 0.5em;
}

#retail-operators .operator img {
	background: #FFF;
	padding: 3px;
	border: 1px solid #CCC;
	float: left;
	margin: 0 10px 0 0;
}

.operator {
	clear: both;
	border-bottom: 1px solid #BAA97E;
	border-top: 1px solid #FFF;
	width: 265px;
	height: 70px;
	padding: 10px 0 10px 20px;
	position: relative;
}

.operator:last-child {
	border-bottom: none;
}

.operator h4 { font-size: 14px !important; }

.operator h4 a {
	color: #712425 !important;
	text-decoration: none;
	font-weight: normal;
}
.operator span, .operator address {
	color: #666;
	font-size: 11.5px;
	font-style: normal;
}

.operator address {
	margin-top: 4px;
	padding-bottom: 4px;
}

.operator span.description { font-style: italic; }

.operator a.more {
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	height: 18px;
	display: block;
	float: right;
	margin-top: 4px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 24px;
	background: transparent url('../images/grey-button.jpg') no-repeat scroll 0 0;
	position: absolute;
	right: 0;
	bottom: 8px;
}

#rides li {
	border-bottom: 1px solid #BAA97E;
}

#rides li:last-child {
	border-bottom: none;
}
