/* css */

#main h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
	letter-spacing: 0px;
	clear: left;
}

#main h3, #main h4 {
	clear: left;
}

#main.flash h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin: 0 0 20px 0;
	letter-spacing: -1px;
}

.spring #main.flash h2, .summer #main.flash h2, .fall #main.flash h2, .holidays #main.flash h2, .winter #main.flash h2 {
	background-repeat: no-repeat;
	height: 45px;
	line-height: 45px;
	overflow: visible;
	padding-left: 40px;
	margin-bottom: 10px;
}

.spring #main.flash h2 {
	background-image: url(/img/icons/spring.png);
}

.summer #main.flash h2 {
	background-image: url(/img/icons/summer.png);
}

.fall #main.flash h2 {
	background-image: url(/img/icons/fall.png);
}

.holidays #main.flash h2 {
	background-image: url(/img/icons/holidays.png);
}

.winter #main.flash h2 {
	background-image: url(/img/icons/winter.png);
}

#main.special h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 20px 0 20px 0;
	letter-spacing: 0px;
	clear: left;
}

#main h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#main h4 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#main h5 {
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: bold;
	margin: 0 0 7px 0;
}

#main h5.weekend {
	font-size: 13px;
	letter-spacing: 0px;
	font-weight: bold;
	margin: 0;
	color: #777777;
}

#main p {
	line-height: 19px;
}

#main a, #main a:link {
	color: #3081b9;
}

#main a:visited {
	color: #888989;
}

#main #crumbs {
	font-size: 12px;
	margin-bottom: 20px;
}

#main #crumbs a {
	color: #222222;
}

ul#tools {
	float: right;
	margin: -41px 0 0 15px;
	padding: 0;
	font-size: 11px;
	width: 130px;
	list-style: none;
	overflow: auto;
}

ul#tools li {
	height: 20px;
	line-height: 20px;
	padding-left: 29px;
	margin: 0 0 5px 0;
}

ul#tools li a, ul#tools li a:link {
	padding: 0;
	color: #222222;
}

ul#tools li.printer {
	background: url(/img/icons/printer.png) no-repeat 0px 0px;
}

ul#tools li.email {
	background: url(/img/icons/email.png) no-repeat 0px 1px;
}

ul#photos {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul#photos li {
	position: relative;
	display: block;
	overflow: visible;
	width: 177px;
	float: left;
	margin: 0 0 20px 17px;
	background: url(/img/frame.png) no-repeat top left;
	font-size: 12px;
	text-align: center;
}

ul#photos li.first {
	margin-left: 0;
}

ul#photos li.clear {
	float: none;
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 0;
	clear: both;
	margin: 0;
	padding: 0;
}

ul#photos li a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

ul#photos li a:hover {
	text-decoration: none;
}

ul#photos li img {
	border: 0;
	position: absolute;
	top: 11px;
	left: 11px;
	width: 150px;
	clip: rect(0px 150px 94px 0px);
}

ul#photos li a .title {
	display: block;
	padding-top: 124px;
	width: 170px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

ul#photos li a:hover, ul#photos li a:hover .title {
	text-decoration: none;
}

ul#photos li a .date, ul#photos li a .description, ul#photos li a .special {
	display: block;
	text-align: center;
	width: 177px;
	font-size: 12px;
	line-height: 14px;
	color: #222222;
	text-decoration: none;
}

ul#photos li a .empty {
	display: none;
}

ul#photos li a .date {
	font-weight: bold;
}

ul#photos li a .special {
	font-style: italic;
}

ul#photos li .miss {
	display: block;
	background: url(/img/icons/badges.png) no-repeat 0px -65px;
	width: 65px;
	height: 65px;
	position: absolute;
	z-index: 200;
	top: -10px;
	left: -10px;
}

ul#photos li .unique {
	display: block;
	background: url(/img/icons/badges.png) no-repeat 0px 0px;
	width: 65px;
	height: 65px;
	position: absolute;
	z-index: 200;
	top: -10px;
	left: 122px;
}

h3.calendar {
	clear: both;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 27px;
	background: url(/img/icons/calendar.gif) no-repeat 0px 0px;
}

ul#more_events {
	display: block;
	overflow: auto;
	width: 100%;
	clear: both;
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
	list-style: none;
	border: 1px solid #cccccc;
}

ul#more_events li {
	float: left;
	vertical-align: top;
	width: 160px;
	font-size: 12px;
	line-height: 14px;
	height: 30px;
	margin: 0 5px 0 10px;
	padding: 0 0 3px 10px;
	background: url(/img/bullet.gif) no-repeat 0px 4px;
}

ul#more_events li.search {
	width: 90%;
	margin: 5px 0 0 8px;
	background: url(/img/search.gif) no-repeat 0px 2px;
	padding: 0 0 0 22px;
	font-size: 14px;
	line-height: 17px;
}

ul#more_icons {
	width: 100%;
	clear: both;
	margin: 15px 0 0 0;
	list-style: none;
	padding: 0;
}

ul#more_icons li {
	display: block;
	float: left;
	text-align: center;
	width: 80px;
	height: 100px;
	margin: 0 10px 10px 0;
	padding: 0;
	font-size: 11px;
	background-repeat: no-repeat;
	list-style-type: none;
}

ul#more_icons li a {
	display: block;
	padding-top: 55px;
	line-height: 13px;
}

ul#more_icons li.animal {
	background-position: 0px 0px;
}

ul#more_icons li.casinos {
	background-position: -80px 0px;
}

ul#more_icons li.dining {
	background-position: -160px 0px;
}

ul#more_icons li.golf {
	background-position: -240px 0px;
}

ul#more_icons li.historic {
	background-position: -320px 0px;
}

ul#more_icons li.museums {
	background-position: -400px 0px;
}

ul#more_icons li.performing {
	background-position: -480px 0px;
}

ul#more_icons li.shopping {
	background-position: -560px 0px;
}

ul#more_icons li.sports {
	background-position: -640px 0px;
}

ul#more_icons li.theme {
	background-position: -720px 0px;
}

ul#more_icons li.uniquely {
	background-position: -800px 0px;
}

ul#more_icons li.festivals {
	background-position: -880px 0px;
}

ul#more_icons li.water {
	background-position: -960px 0px;
}


/* for Hotels page .... form elements also used on Dining search and events search */

#main form h4 {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
}

form#GEOFORM, form#ATTFORM, form#KWFORM, form#events_search {
	margin-bottom: 20px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding: 7px;
}

form#GEOFORM, form#events_search {
	margin-bottom: 30px;
}

form#GEOFORM {
	overflow: auto;
}

form#ATTFORM input, form#KWFORM input, form#events_search .cal_keyword input, form#events_search .cal_dates input {
	width: 260px;
	height: 16px;
	padding: 3px;
	border: 1px solid #cccccc;
	vertical-align: top;
	font-size: 13px;
}

form#events_search .cal_keyword input {
	width: 215px;
	margin-right: 4px;
}

form#events_search .cal_dates input {
	width: 80px;
	margin-right: 4px;
}

form#ATTFORM select, form#GEOFORM select {
	width: 266px;
	padding: 3px;
	border: 1px solid #cccccc;
	vertical-align: top;
	font-size: 13px;
}

form#GEOFORM select {
	margin-right: 4px;
}

form#GEOFORM input.radio {
	float: left;
}

form#GEOFORM label {
	float: left;
	width: 140px;
	margin: 0 20px 5px 0;
}

form#GEOFORM table tr td div {
	text-align: right;
}

form#events_search {
	padding: 10px 15px;
	overflow: auto;
}

form#events_search ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

form#events_search ul li {
	margin: 0 7px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

form#events_search .cal_dates {
	overflow: auto;
}

form#events_search .cal_dates input {
	float: left;
}

form#events_search .cal_dates label {
	float: left;
	margin-right: 4px;
	line-height: 22px;
	font-weight: bold;
}

form#events_search .cal_dates a#anchor1, form#events_search .cal_dates a#anchor2 {
	width: 28px;
	height: 24px;
	display: block;
	float: left;
	background: url(/img/icons/calendar_popup.gif) no-repeat 0px 2px;
	text-indent: -9999px;
	margin-right: 10px;
	outline: none;
}

form#events_search .cal_display {
	clear: left;
	padding-top: 15px;
}

form#events_search .cal_display ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

form#events_search .cal_display ul li {
	width: 80px;
	margin: 0 10px 0 0;
	float: left;
	list-style-type: none;
	text-align: center;
}

form#events_search span.list_intro {
	float: left;
	margin-right: 10px;
}

form#events_search .cal_display span.list_intro {
	font-weight: bold;
}

form#events_search .cal_display label {
	display: block;
	width: 80px;
	line-height: 15px;
}

form#events_search .btn_find {
	float: left;
	width: 94px;
	height: 23px;
	margin-top: 30px;
	margin-bottom: 15px;
	border: none;
	background: url(/img/buttons/find_events.png) no-repeat;
	text-indent: -1000px;
	line-height: 0;
	cursor: pointer;
	cursor: hand;
}

form#events_search .cal_keyword {
	clear: left;
	padding-top: 15px;
	border-top: 1px dotted #cccccc;
}

form#events_search .cal_keyword h4 {
	padding-top: 4px;
	float: left;
	margin-right: 7px;
	margin-top: 0px;
}

form#events_search .cal_keyword h4 span {
	color: #999999;
}

form#ATTFORM .btn, form#KWFORM .btn, form#GEOFORM .btn, form#events_search .cal_keyword .btn {
	width: 41px;
	height: 23px;
	border: none;
	background: url(/img/buttons/go_green.png) no-repeat;
	text-indent: -9999px;
	line-height: 0;
	cursor: pointer;
	cursor: hand;
}

.hotels form#GEOFORM .btn {
	float: right;
}

.fourdiamond {
	background: url(/img/logos/fourdiamond.gif) no-repeat top right;
}

.fourdiamond h3 {
	margin-bottom: 0px;
}

.fourdiamond p {
	padding-right: 170px;
	margin-top: 10px;
}

.fourdiamond ul {
	margin: 20px 0 30px 0;
	padding: 0;
	list-style: none;
	overflow: auto;
}

.fourdiamond ul li {
	width: 225px;
	height: 20px;
	float: left;
	margin: 0 0 7px 15px;
	padding: 0 0 0 27px;
	background: url(/img/diamond_bullet.gif) no-repeat 0px 2px;
	font-weight: bold;
	font-size: 14px;
}

.fourdiamond ul li.restaurant {
	margin-top: 15px;
	margin-left: 175px;
	padding-left: 0;
	font-weight: normal;
	font-size: 13px;
	background: none;
}

ul.results {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	overflow: auto;
}

ul.results li {
	list-style-type: none;
	height: 21px;
	display: block;
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
	background: url(/img/buttons/tab_left.gif) no-repeat top left;
}

ul.results li.first {
	margin-left: 2px;
}

ul.results li a {
	display: block;
	height: 21px;
	line-height: 21px;
	text-align: center;
	padding: 0 8px 0 9px;
	background: url(/img/buttons/tab_right.gif) no-repeat top right;
}

#main ul.results a, #main ul.results a:link, #main ul.results a:visited, #main ul.results a:active {
	color: #333333;
	text-decoration: none;
}

#main ul.results a:hover {
	color: #000000;
	text-decoration: none;
}

#main ul.results li.active a, #main ul.results li.active a:link, #main ul.results li.active a:visited, #main ul.results li.active a:hover, #main  ul.results li.active a:active {
	color: #aaaaaa;
}
/* Attraction pages */

p.quicklinks {
	font-size: 12px;
	font-weight: normal;
	margin: -19px 0 20px 0;
	color: #555555;
}

#main p.quicklinks a {
	color: #555555;
}

#main.detail p.quote {
	color: #333333;
	background: url(/img/quotes.gif) no-repeat 0px -66px;
	line-height: 25px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 16px;
	padding: 4px 0 5px 27px;
	font-style: italic;
}

#main.detail p.quote span {
	display: -moz-inline-box;
	display: inline-block;
	height: 25px;
	background: url(/img/quotes.gif) no-repeat right 0px;
	font-style: normal;
	margin-left: 5px;
	padding: 0 27px 0 0;
}

#main.detail .multimedia, #main.hotel .multimedia {
	float: right;
	width: 322px;
	margin-left: 15px;
	margin-bottom: 25px;
}

#main.detail .multimedia img, #main.hotel .multimedia img {
	width: 320px;
	border: 1px solid #222222;
}

#main.detail .multimedia img.thumb {
	width: 100px;
	margin: 10px 4px 0 0;
	border: 1px solid #222222;
}

#main.detail .multimedia img.last {
	margin-right: 0;
}

ul#trip_tools {
	margin: 0 0 20px 0;
	overflow: auto;
	padding: 0;
	list-style: none;
}

ul#trip_tools li {
	width: 164px;
	height: 30px;
	line-height: 30px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
}

ul#trip_tools li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0;
	background-image: url(/img/buttons/actions.png);
	background-repeat: no-repeat;
}

ul#trip_tools li.planner a {
	background-position: 0px 0px;
}

ul#trip_tools li.planner a:hover {
	background-position: -164px 0px;
}

ul#trip_tools li.tickets a {
	background-position: 0px -30px;
}

ul#trip_tools li.tickets a:hover {
	background-position: -164px -30px;
}

ul#trip_tools li.bookonline a {
	background-position: 0px -60px;
}

ul#trip_tools li.bookonline a:hover {
	background-position: -164px -60px;
}

ul#trip_tools li.outlook a {
	background-position: 0px -120px;
}

ul#trip_tools li.outlook a:hover {
	background-position: -164px -120px;
}


/* for feedback during BETA */
ul#trip_tools li.feedback a {
	background-position: 0px -90px;
}
ul#trip_tools li.feedback a:hover {
	background-position: -164px -90px;
}

p.feedback {
	position: absolute;
	width: 160px;
	text-align: center;
	top: -19px;
	left: 662px;
	margin: 0;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
p.feedback a, p.feedback a:link, p.feedback a:active, p.feedback a:visited {
	color: white;
	text-decoration: none;
	margin: 0 3px;
}
p.feedback a:hover {
	color: white;
	text-decoration: underline;
	margin: 0 3px;
}
/* for feedback during BETA */


ul#trip_tools li.calendars {
	width: 200px;
	height: 60px;
	line-height: 20px;
	text-indent: 2px;
	color: #555555;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

ul#trip_tools li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#trip_tools li ul li {
	list-style: none;
	width: 33px;
	height: 30px;
	display: block;
	float: left;
	text-indent: -2000px;
	outline: none;
	padding: 0;
	margin: 0 10px 0 0;
}

ul#trip_tools li ul li a {
	display: block;
	background-image: url(/img/buttons/calendars.png);
	background-repeat: no-repeat;
}

ul#trip_tools li ul li a.outlook {
	background-position: 0px 0px;
}

ul#trip_tools li ul li a.google {
	background-position: -44px 0px;
}

ul#trip_tools li ul li a.yahoo {
	background-position: -88px 0px;
}

ul#trip_tools li ul li a.ical {
	background-position: -132px 0px;
}

ul#trip_tools li ul li a:hover.outlook {
	background-position: 0px -30px;
}

ul#trip_tools li ul li a:hover.google {
	background-position: -44px -30px;
}

ul#trip_tools li ul li a:hover.yahoo {
	background-position: -88px -30px;
}

ul#trip_tools li ul li a:hover.ical {
	background-position: -132px -30px;
}

div#recommended, div#amenities, div#dining_features, div#scorecard {
	clear: both;
	border-top: 1px solid #cccccc;
	overflow: auto;
	padding: 10px 0;
}

div#dining_features.none {
	clear: both;
	border-top: none;
	overflow: hidden;
	padding: 0;
}

div#recommended p, div#amenities p, div#dining_features p {
	font-weight: bold;
	margin: 0 0 3px 0;
}

div#recommended ul, div#amenities ul, div#dining_features ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#recommended ul li {
	float: left;
	line-height: 14px;
	font-size: 12px;
	display: block;
	width: 80px;
	text-align: center;
	color: #cccccc;
	padding-top: 63px;
	background-image: url(/img/icons/people_off.jpg);
	background-repeat: no-repeat;
	margin: 0;
}

div#recommended ul li.yes {
	color: #222222;
	background-image: url(/img/icons/people.jpg);
}

div#recommended ul li.children {
	background-position: 0px 0px;	
}

div#recommended ul li.teens {
	background-position: -80px 0px;	
}

div#recommended ul li.families {
	background-position: -160px 0px;	
}

div#recommended ul li.couples {
	background-position: -240px 0px;	
}

div#recommended ul li.arts {
	background-position: -320px 0px;	
}

div#recommended ul li.history {
	background-position: -400px 0px;	
}

div#recommended ul li.outdoor {
	background-position: -480px 0px;	
}

#whenyougo {
	padding: 20px 0;
	overflow: auto;
	border-top: 1px solid #cccccc;
	clear: left;
}

#whenyougo .left {
	float: left;
	width: 190px;
}

#whenyougo .left h4 {
	font-size: 15px;
	margin-bottom: 3px;
}

#whenyougo .left p {
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	border-bottom: 1px dotted #cccccc;
	line-height: 17px;
}

#whenyougo .left p.last {
	border-bottom: none;
}

#whenyougo .map {
	float: right;
	width: 375px;
}
	
#events, #dates {
	clear: right;
	height: 250px;
	overflow: auto;
	overflow-x: hidden;
    overflow-y: auto;
	border:  1px solid #cccccc;
	margin-bottom: 3px;
}

#locations {
	height: 350px;
	overflow: auto;
	overflow-x: hidden;
    overflow-y: auto;
	border:  1px solid #cccccc;
	margin-top: -5px;
	margin-bottom: 30px;
}

#locations.short, #events.short,  #dates.short {
	height: auto;
}

#events table, #dates table, #locations table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

#events table tr.even, #dates table tr.even, #locations table tr.even {
	background-color: #eeeeee;
}

#events table tr td {
	padding: 3px 4px 3px 10px;
	vertical-align: top;
}

#dates table tr td, #locations table tr td {
	padding: 5px 4px 6px 10px;
	vertical-align: top;
}

#events table tr td.event {
	width: 70%;
	padding-right: 10px;
}

#events table tr td span {
	display: block;
}

#events table tr td span.date, #dates table tr td.date {
	font-weight: bold;
}

#dates table tr td.time {
	width: 23%;
}

#locations table tr td.time {
	width: 33%;
	padding-right: 10px;
}

#dates table tr td.narrow {
	width: 15%;
}

#dates table tr td.add, #locations table tr td.add {
	font-size: 12px;
	line-height: 18px;
	width: 170px;
}

#dates table tr td.wide {
	width: 200px;
}

#dates table tr td.add a, #locations table tr td.add a {
	display: block;
	padding-left: 20px;
	background-image: url(/img/icons/add.png);
	background-repeat: no-repeat;
}

#dates table tr td.add a.button {
	display: block;
	float: left;
	margin-top: 3px;
	margin-right: 15px;
	padding: 2px 4px;
	background: url(/img/buttons/green_fade_bg.jpg) repeat-x;
	border: 1px solid #bdd73e;
	color: #222222;
	text-decoration: none;
}

#dates table tr td.add a.last {
	margin-right: 0px;
}

#dates table tr td.add a:hover.button {
	background-color: #bdd73e;
	background-image: none;
	border: 1px solid #222222;
	color: #ffffff;
	text-decoration: none;
}

#dates table tr td.add span.calendars {
	display: block;
	padding-left: 20px;
}

#dates table tr td a.planner, #locations table tr td a.planner {
	background-position: 0px 1px;
}

#dates table tr td a.outlook, #dates table tr td a.google, #dates table tr td a.yahoo, #dates table tr td a.ical {
	background-image: url(/img/icons/calendars.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 0;
	margin: 0 10px 3px 0;
	float: left;
	width: 16px;
	height: 18px;
	text-indent: -2000px;
	outline: none;
}

#dates table tr td a.outlook {
	background-position: 0px 0px;
	margin-left: 20px;
}

#dates table tr td a.google {
	background-position: -25px 0px;
}

#dates table tr td a.yahoo {
	background-position: -49px 0px;
	width: 26px;
}

#dates table tr td a.ical {
	background-position: -82px 0px;
	width: 18px;
}

#locations table tr td a.directions {
	background-position: 0px -43px;
}

p.search {
	margin-top: 0px;
	margin-bottom: 25px;
}

#related {
	margin-bottom:  20px;
}

#related h3 {
	margin-bottom: 2px;
}

#related p {
	margin-top: 0px;
}

/* Dining search results */

#EventDetail {
	clear: both;
	overflow: auto;
	border-bottom: 1px solid #cccccc;
	padding: 0 5px 10px 0;
	margin: 0 0 10px 0;
	vertical-align: top;
}

#EventName {
	 float: left;
	 width: 250px;
}

.dining #EventName {
	width: 425px;
}

#EventName .phone, #EventName .address, #EventName .cat {
	display: block;
}

#EventName .cat {
	font-size: 11px;
	font-weight: bold;
	color: #777777;
}

#EventWhen {
	float: right;
	width: 175px;
}

.photo {
	float: left;
	width: 100px;
	height: 75px;
	margin: 0px 15px 0px 0px;
	overflow: hidden;
	background-color: #eeeeee;
}

.no {
	height: 1px;
	background: none;
}

.photo img {
	width: 120px;
	margin-left: -10px;
	margin-top: -5px;
}

.photo img.icon {
	width: 50px;
	height: 50px;
	margin-top: 13px;
	margin-left: 25px;
}

/* Hotel page */

#main.hotel .address, #main.hotel .phone, #main.hotel .rooms, #main.hotel .rates {
	display: block;
}

#main.hotel span b {
	font-weight: bold;
}

#main.hotel ul#trip_tools {
	clear: left;
	margin: 15px 0 15px 0;
}

#main.hotel p.description {
	margin-top: -10px;
}

#main.hotel a.website, #main.hotel a.directions {
	display: block;
	line-height: 15px;
	height: 15px;
	margin-top: 5px;
	white-space: nowrap;
}

#main.hotel a.website {
	float: left;
	padding-right: 5px;
	margin-right:  5px;
	border-right: 1px solid #cccccc;
}

div#amenities {
	padding-bottom: 0px;
}

div#amenities p {
	display: none;
}

div#amenities ul li {
	float: left;
	line-height: 14px;
	font-size: 12px;
	display: block;
	width: 74px;
	text-align: center;
	color: #cccccc;
	padding: 50px 3px 0px 3px;
	height: 30px;
	background-image: url(/img/icons/amenities_off.jpg);
	background-repeat: no-repeat;
	margin: 0 0 5px 0;
}

div#amenities ul li.yes {
	color: #222222;
	background-image: url(/img/icons/amenities.jpg);
}

div#amenities ul li.pool {
	background-position: 0px 0px;	
}

div#amenities ul li.restaurant {
	background-position: -80px 0px;	
}

div#amenities ul li.fitness {
	background-position: -160px 0px;	
}

div#amenities ul li.accessible {
	background-position: -240px 0px;	
}

div#amenities ul li.nonsmoking {
	background-position: -320px 0px;	
}

div#amenities ul li.pets {
	background-position: -400px 0px;	
}

div#amenities ul li.breakfast {
	background-position: -480px 0px;	
}

div#amenities ul li.kitchen {
	background-position: -560px 0px;	
}

div#amenities ul li.microwave {
	background-position: -640px 0px;	
}

div#amenities ul li.fridge {
	background-position: -720px 0px;	
}

#hotel_features {
	clear: both;
	padding-top: 20px;
	border-top: 1px solid #cccccc;
}

#hotel_features ul.features, #hotel_features ul.services, #hotel_features ul.details {
	overflow: auto;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#hotel_features ul.features {
	margin-bottom: 0;
}

#hotel_features ul.features li, #hotel_features ul.services li, #hotel_features ul.details li {
	float: left;
	margin: 0 0 0 2px;
	padding: 0 0 0 10px;
	background: url(/img/square_bullet.gif) no-repeat 0px 8px;
	width: 31%;
	white-space: nowrap;
}

#hotel_features p.other {
	clear: left;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 17px;
}

/* events */
#main h3.where, #main h3.when {
	margin-bottom: 3px;
}

#main h3.when {
	margin-top: -5px;
}

#main p.where, #main p.when {
	margin-top: 0px;
	line-height: 17px;
}

#main p.where {
	margin-bottom: 20px;
}

#main p.presenter {
	font-size: 11px;
	line-height: 15px;
}

#main p.presenter span {
	display: block;
	font-weight: bold;
}

#main.detail .eventphoto, #main.detail .sidebar, #main.newsletter .sidebar {
	float: right;
	width: 202px;
	margin-left: 15px;
	margin-bottom: 25px;
}

#main.detail .sidebar, #main.newsletter .sidebar {
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #e5e5e5;
}

#main.detail .eventphoto img {
	width: 200px;
	border: 1px solid #222222;
}

#main.detail .sidebar img {
	width: 200px;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #eeeeee;
}

#main.detail .sidebar, #main.newsletter .sidebar {
	background-color: #eeeeee;
}

#main.detail .sidebar h4, #main.detail .sidebar p {
	display: block;
	float: left;
	font-size: 15px;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 19px;
	color: #222222;
	border-top: 1px dotted #cccccc;
}

#main.detail .sidebar h4.first, #main.detail .sidebar p.first {
	border-top: none;
	padding-top: 10px;
}

#main.detail .sidebar h4 {
	width: 60px;
	margin-left: 10px;
	padding-left: 5px;
}

#main.detail .sidebar p {
	width: 112px;
	padding-right: 5px;
}

div#dining_features ul li {
	float: left;
	line-height: 14px;
	font-size: 12px;
	display: block;
	width: 74px;
	text-align: center;
	color: #222222;
	padding: 50px 3px 0px 3px;
	height: 30px;
	background-image: url(/img/icons/dining_features.jpg);
	background-repeat: no-repeat;
	margin: 0;
}
	
div#dining_features ul li.d1000 {
	background-position: 0px 0px;	
}

div#dining_features ul li.d1001 {
	background-position: -80px 0px;	
}

div#dining_features ul li.d1002 {
	background-position: -160px 0px;	
}

div#dining_features ul li.d1003 {
	background-position: -240px 0px;	
}

div#dining_features ul li.d1004 {
	background-position: -320px 0px;	
}

div#dining_features ul li.d1005 {
	background-position: -400px 0px;	
}

div#dining_features ul li.d1006 {
	background-position: -480px 0px;	
}

div#dining_features ul li.d1007 {
	background-position: -560px 0px;	
}

div#dining_features ul li.d1008 {
	background-position: -640px 0px;	
}

div#dining_features ul li.d1009 {
	background-position: -720px 0px;	
}

div#dining_features ul li.d1010 {
	background-position: -800px 0px;	
}

div#dining_features ul li.d1011 {
	background-position: -880px 0px;	
}

div#dining_features ul li.d1012 {
	background-position: -960px 0px;	
}

div#dining_features ul li.d1013 {
	background-position: -1040px 0px;	
}

div#dining_features ul li.d1014 {
	background-position: -1120px 0px;	
}

div#dining_features ul li.d1015 {
	background-position: -1200px 0px;	
}

#related.dining h3 {
	padding-top: 15px;
	border-top: 1px solid #cccccc;
}

#related.dining ul, #related.dining2 ul {
	list-style: none;
	margin: 13px 0 0 0;
	padding: 0;
}

#related.dining ul li, #related.dining2 ul li {
	list-style-type: none;
	margin: 0 0 7px 0;
	padding: 0;
}

div.left .note {
	font-size: 12px;
}

/* for Events search */

#Cat p {
	height: 41px;
	margin: 0;
	font-size: 14px;
	padding-right: 51px;
	vertical-align: top;
}

#Cat p span {
	vertical-align: top;
	display: -moz-inline-box;
	display: inline-block;
	width: 51px;
	height: 41px;
	background: url(/img/arrow.gif) no-repeat right 0px;
	margin-left: 1px;
}

#Cat p.note {
	height: auto;
	margin: -22px 0 25px 0;
	font-size: 12px;
	color: #666666;
}

#Cat table {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#Cat table tr {
	margin: 0;
	padding: 0;
}

#Cat table td {
	margin: 0;
	padding: 0px 15px 25px 0px;
}

#Cat table img {
	float: left;
	border: none;
	padding: 0;
	margin: 0 7px 0 0;
}

#Cat table a {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
}

#Cat table a span, #Cat table a:hover span {
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	display: block;
	text-decoration: none;
	color: #222222;
}

/* About the Region pages */

#main.about img {
	border: none;
}

#main.about img.right {
	float: right;
	margin: 2px 0 5px 10px;
}

#main.about img.left {
	float: left;
	margin: 2px 10px 5px 0;
}

#main.about img.wide {
	margin: 0 0 20px 0;
	width: 560px;
}

#main.about h5 {
	margin-top: 25px;
	margin-bottom: 5px;
}

#main.about h6 {
	font-size: 13px;
	letter-spacing: 0px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#main.about p {
	margin-top: 0px;
	margin-bottom: 15px;
}

#main.about ul.cols {
	margin: 0 0 25px 0;
	padding: 7px 0 0 25px;
	list-style: none;
	overflow: auto;
}

#main.about #cin ul, #main.about #nky ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
	overflow: auto;
}

#main.about ul.cols li {
	width: 150px;
	float: left;
	padding: 0;
	margin: 0 20px 5px 0;
}

#main.about #cin ul li, #main.about #nky ul li {
	width: 120px;
	float: left;
	padding: 0;
	margin: 0 20px 5px 0;
}

#main.about #cin, #main.about #nky {
	float: left;
	width: 150px;
	padding-left: 25px;
}

#main.about hr {
	clear: both;
	display: block;
	color: #cccccc;
    background-color: #cccccc;
	border: none;
    height: 1px;
	margin: 15px 0;
}

/* for calendar results pages */

form.category {
	overflow: visible;
}

.view_all {
	color: #777777;
	display: block;
	padding-bottom: 10px;
}

.view_all label {
	color: #222222;
}

label.category {
	margin: 0 0 1px 0;
	width: 33%;
	padding-right: 1px;
	font-size: 11px;
	float: left;
	display: block;
	white-space: nowrap;
}

label.wide {
	width: 49%;
}

form.category input {
	margin-right: 3px;
}

div.hr {
	clear: both;
	display: block;
	height: 15px;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 10px 0;
}

/* icons on calendar results

.photo img.icon {
	opacity: 0.5;
	filter: alpha(opacity=50);
} */

/* for newsletter signup page */
#main.newsletter .systemmsg {
	font-weight: bold;
}

#main.newsletter form {
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#main.newsletter label {
	display: block;
	width: 100px;
	height: 23px;
	float: left;
	margin-right: 5px;
	clear: both;
	padding-top: 2px;
}

#main.newsletter input, #main.newsletter select {
	float: left;
	margin-bottom: 10px;
	margin-right: 200px;
}

#main.newsletter h3 span {
	color: #777777;
}

#main.newsletter .btn {
	float: none;
	display: block;
	width: 105px;
	height: 23px;
	margin: 20px 0 0 0;
	padding: 0;
	border: none;
	background: url(http://www.cincinnatiusa.com/img/buttons/register_now.png) no-repeat;
	text-indent: -1000px;
	line-height: 0;
	cursor: pointer;
	cursor: hand;
}

#main.newsletter #checkboxes input {
	float: none;
	margin-bottom: 3px;
	margin-right: 5px;
	vertical-align: middle;
}

#main.newsletter div.hr {
	border-bottom: none;
}

#main.newsletter .sidebar {
	padding: 10px 12px 7px 12px;
	width: 180px;
}

#main.newsletter .sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main.newsletter .sidebar ul li {
	float: left;
	vertical-align: top;
	font-size: 12px;
	margin: 0 5px 5px 2px;
	padding: 0 0 3px 10px;
	background: url(http://www.cincinnatiusa.com/img/square_bullet.gif) no-repeat 0px 6px;
}

/* golf pages */
#scorecard ul {
	width: 270px;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	list-style: none;
}

#scorecard ul.left {
	margin-right: 20px;
}

#scorecard ul li  {
	margin-bottom: 3px;
}


#scorecard ul li span {
	font-weight: bold;
	/*display: block;
	float: left;
	width: 90px;
	margin-right: 5px;*/
}


table#golf_rates {
	width: 175px;
	padding: 0;
	margin: 0 0 7px 0;
	border: 0;
	border-collapse: collapse;
	font-size: 12px;
}

table#golf_rates tr {
	padding: 0;
	margin: 0;
}

table#golf_rates th {
	font-weight: bold;
	padding: 3px 0px;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	font-size: 11px;
	background-color: #eeeeee;
	color: #222222;
	text-align: center;
}

table#golf_rates td {
	padding: 3px 0px;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
}

table#golf_rates td.first, table#golf_rates th.first {
	white-space: nowrap;
	text-align: left;
}

table#golf_rates th.first {
	border-top: none;
	background: none;
}

#whenyougo .rates {
	font-weight: bold;
}

/* special offers - Reds */
#main.flash h2.baseball {
	background-repeat: no-repeat;
	height: 45px;
	line-height: 45px;
	overflow: visible;
	padding-left: 40px;
	margin-bottom: 10px;
	background-image: url(/img/icons/baseball.png);
}

p.offer {
	font-size: 15px;
	font-weight: bold;
}

p.offer .note {
	font-size: 13px;
	color: #555555;
}

p.coupon {
	text-align: center;
	border: 2px dashed #cccccc;
	background-color: #eeeeee;
	color: #222222;
	padding: 7px;
	font-size: 17px;
	font-weight: bold;
}

p.coupon span {
	font-weight: normal;
}

/*special offers */

a.large {
	font-size: 16px;
	font-weight: bold;
}

div.threecol {
	float: left;
	width: 170px;
	margin: 15px 0 0 0;
	padding: 95px 0 10px 0;
	background-repeat: no-repeat;
	background-position: 10px 5px;
	position: relative;
}

div.firstcol {
	padding-right: 10px;
	background-position: 0px 5px;
}

div.secondcol {
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

div.thirdcol {
	padding-left: 10px;
}

div.number {
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 25px;
	line-height: 35px;
	color: white;
	font-weight: bold;
	background: url(/img/bg/red_circle.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 3px;
}

div.firstnum {
	left: -8px;
}

#main h5.hours {
	 margin-bottom: 3px;
}

#main p.hours {
	font-size: 11px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 5px;
}

ul.hours {
	font-size: 11px;
	margin: -5px 0 5px 20px;
	padding: 0;
}