#copy h2.title {
	background: url('../images/antiques-and-arts/header.png') no-repeat;
	width: 400px;
	height: 49px;
	color: #FFF !important;
}

#rides .antiques {
	background-image: url('../images/antiques-and-arts/antiques.png');
}

#rides .arts {
	background-image: url('../images/antiques-and-arts/arts.png');
}

#rides li small {
	color: #E8FAFF;
}

#container {
	padding-top: 0px !important;
}

#side .blue-box { background: #389cb5; }

#side .blue-box-bottom {
	background: url('../images/antiques-and-arts/blue-box-bottom.png') no-repeat !important;
	height: 11px;
}

/**** 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 ul {
	padding: 0;
	height: 420px;
	overflow:  scroll;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
}
#retail-operators ul 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: 240px;
	height: 70px;
	padding: 10px 23px 10px 20px;
}

.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;
}

.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: 6px;
	color: #FFF !important;
	text-decoration: none;
	margin-right: -8px;
	padding-left: 10px;
	padding-right: 24px;
	background: transparent url('../images/grey-button.jpg') no-repeat scroll 0 0;
}

#retail-operators li {
	border-bottom: 1px solid #BAA97E;
}

#retail-operators li:last-child {
	border-bottom: none;
}