div.body_left {
	float: left;
	width: 255px;
	padding-bottom: 20px;
	margin-right: 10px;
}

/* SUB-NAV
---------- */

ul.explore {
	width: 190px;
	background: #f60 url(/assets/images/sidebars/nav-explore-header.png) no-repeat;
	margin-left: 15px;
	padding: 83px 20px 20px 20px;
	line-height: 24px;
}

ul.explore li {
	background: url(/assets/images/sidebars/nav-explore-li-border.png) repeat-x bottom;
	padding-bottom: 3px;
}

ul.explore li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

ul.explore li a:hover,
ul.explore li.selected a {
	color: #ff3;
}

/* END */

/* SIDE MODULES
--------------- */

div.body_left div.side_module {
	width: 190px;
	margin-left: 35px;
}

div.body_right div.side_module {
	width: 190px;
	margin-left: 25px;
}

div.side_module h2 {
	border-bottom: 8px solid #564f47;
	background: red;
	height: 45px;
	text-indent: -9999px;
	margin-top: 20px;
}

/* Spotlight */

div.side_module.spotlight h2 {
	background: url(/assets/images/sidebars/txt-spotlight.png) no-repeat;
	margin-top: 0;
}

div.side_module.spotlight ul li {
	font-size: 14px;
	margin-top: 20px;
}

div.side_module.spotlight ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	margin-top: 5px;
}

div.side_module.spotlight ul li a:hover {
	text-decoration: underline;
}

div.side_module.spotlight ul li a.logo {
	text-align: center;
	border-bottom: 2px dotted #999;
	margin-top: 0;
}

div.side_module.spotlight ul li img {
	padding-bottom: 10px;
	margin: 0 auto;
}

/* Events */

div.side_module.events h2 {
	background: url(/assets/images/sidebars/txt-events.png) no-repeat;
}

div.side_module.events p.event_img {
	text-align: center;
	padding: 20px 0 30px 0;
}

div.side_module.events dl {
	border-bottom: 1px solid #f60;
}

div.side_module.events dl dt {
	padding: 0 0 15px 5px;
}

div.side_module.events dl dt a {
	color: #c06;
	text-decoration: none;
}

div.side_module.events dl dt a:hover {
	text-decoration: underline;
}

div.side_module.events dl dd {
	border-top: 1px solid #f60;
	padding: 4px 0 4px 5px;
}

div.side_module.events dl dd a {
	color: #f60;
	text-decoration: none;
}

div.side_module.events dl dd a:hover {
	color: #036;
	text-decoration: underline;
}

/* Reserve */

div.reserve_module_wrapper {
	background: url(/assets/images/sidebars/bg-reserve-left.png) no-repeat;
	margin-top: 10px;
}

div.reserve_module {
	width: 240px;
	background: url(/assets/images/sidebars/bg-reserve-right.jpg) no-repeat;
	height: 286px;
	margin-left: 15px;
	padding-top: 62px;
}

div.reserve_module h2 {
	height: 29px;
	background: url(/assets/images/sidebars/txt-reserve.png) no-repeat;
	text-indent: -9999px;
	margin-left: 20px;
}

div.reserve_module ul {
	margin: 35px 0 0 2px;
}

div.reserve_module ul li {
	margin-bottom: 6px;
}

div.reserve_module ul li a {
	display: block;
	background: url(/assets/images/sidebars/sprite-reserve.png) no-repeat;
	width: 206px;
	height: 35px;
	text-indent: -9999px;
}

div.reserve_module ul li a:hover { background-position: -206px 0; }
div.reserve_module ul li a.car { background-position: 0 -70px; margin-bottom: 7px; }
div.reserve_module ul li a.car:hover { background-position: -206px -70px; }
div.reserve_module ul li a.flight { background-position: 0 -35px; }
div.reserve_module ul li a.flight:hover { background-position: -206px -35px; }
div.reserve_module ul li a.hotel_airfare { background-position: 0 -105px; }
div.reserve_module ul li a.hotel_airfare:hover { background-position: -206px -105px; }

div.reserve_module p {
	width: 105px;
	height: 26px;
	text-indent: -9999px;
	background: url(/assets/images/sidebars/logo-travelocity.png) no-repeat;
	margin-top: 8px;
}

/* Browse */

div.side_module.browse h2 {
	background: url(/assets/images/sidebars/txt-browse.png) no-repeat;
}

div.side_module h3 {
	font-size: 18px;
	font-weight: bold;
	color: #06c;
	margin: 15px 0;
}

div.side_module.browse input {
	width: 100%;
	margin-bottom: 5px;
}

div.side_module.browse form {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

div.side_module form span {
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}

div.side_module.browse input.search {
	display: block;
	margin: 10px 0 0 0;
	width: auto;
}

div.body_left div.callout_wrapper {
	width: 224px;
	background: url(/assets/images/sidebars/callout-box-mid.png) repeat-y;
	margin-left: 25px;
}

div.body_left div.callout_wrapper div.inner {
	background: url(/assets/images/sidebars/callout-box-top.png) no-repeat;
}

div.body_left div.callout_wrapper div.inner div.content {
	background: url(/assets/images/sidebars/callout-box-btm.png) no-repeat bottom;
	margin: 0;
	width: 184px;
	padding: 13px 20px 25px 20px;
	min-height: 87px;
}

div.body_left div.callout_wrapper h3 {
	text-indent: -9999px;
	height: 20px;
	margin-bottom: 21px;
}

div.body_left div.callout_wrapper ul {
	margin-bottom: 10px;
}

div.body_left div.callout_wrapper ul li {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}

div.body_left div.callout_wrapper ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #06c;
	padding: 15px 0;
	text-decoration: none;
}

div.body_left div.callout_wrapper ul li a:hover {
	text-decoration: underline;
	color: #06c;
}

div.body_left div.callout_wrapper a {
	font-size: 11px;
	color: #f60;
}

div.body_left div.callout_wrapper a:hover {
	color: #036;
}

/* Photos */

div.body_left div.side_module.photos {
	margin-left: 0;
	width: 225px;
}

div.side_module.photos h2 {
	background: url(/assets/images/sidebars/txt-photos.png) no-repeat;
	margin-left: 35px;
}

div.photo_wrapper {
	position: relative;
	width: 245px;
	height: 359px;
	background: url(/assets/images/sidebars/bg-photos.png) no-repeat;
	margin: 20px 0 0 20px;
}

div.photo_slides {
	position: relative;
	top: 42px;
	left: 45px;
	height: 176px;
	width: 164px;
}

div.photo_wrapper div.thumbs {
	float: left;
	width: 176px;
	overflow: auto;
}

div.photo_wrapper div.thumbs img {
	width: 76px;
	height: 76px;
	float: left;
	margin: 12px 12px 0 0;
}

div.photo_wrapper p.pager {
	position: absolute;
	left: 60px;
	bottom: 101px;
}

div.photo_wrapper p.pager a {
	position: relative;
	float: left;
	display: block;
	line-height: 0;
	width: 9px;
	height: 9px;
	text-indent: -9999px;
	margin-right: 5px;
	background: url(/assets/images/sidebars/btn-photos-pager.png) no-repeat;
}

div.photo_wrapper p.pager a:hover,
div.photo_wrapper p.pager a.activeSlide {
	background-position: 0 -9px;
}

div.photo_wrapper p.caption {
	clear: left;
	float: left;
	margin: 86px 0 0 60px;
	font-size: 11px;
	width: 155px;
}

div.photo_wrapper p.caption a {
	display: block;
	text-decoration: none;
	color: #f60;
	margin-top: 16px;
}

div.photo_wrapper p.caption a:hover {
	text-decoration: underline;
}

/* END */

div.body_right {
	float: left;
	width: 265px;
	margin-left: 10px;
}

/* CALENDAR
----------- */

div.body_left div.calendar {
	height: 317px;
	background: url(/assets/images/sidebars/bg-calendar-leftside.png) no-repeat;
	padding: 20px 33px 0 25px;
	margin-top: 20px;
	width: 207px;
}

div.body_right div.calendar {
	height: 317px;
	background: url(/assets/images/sidebars/bg-calendar.png) no-repeat;
	padding: 20px 38px 0 30px;
}

p.current_date {
	height: 96px;
}

p.current_date span.name {
	display: block;
	float: left;
	width: 32px;
	height: 96px;
	background: url(/assets/images/sidebars/sprite-day-names.png) no-repeat;
	text-indent: -9999px;
	margin-right: 19px;
}

p.current_date span.name.mon { background-position: 0 bottom; }
p.current_date span.name.tue { background-position: -37px bottom; }
p.current_date span.name.wed { background-position: -77px bottom; }
p.current_date span.name.thu { background-position: -117px bottom; }
p.current_date span.name.fri { background-position: -156px bottom; }
p.current_date span.name.sat { background-position: -193px bottom; }
p.current_date span.name.sun { background-position: -225px bottom; }

p.current_date span.num {
	display: block;
	float: left;
	width: 73px;
	height: 96px;
	background: url(/assets/images/sidebars/sprite-day-nums.png) no-repeat;
	text-indent: -9999px;
}

p.current_date span.num.n1 { background-position: 0 bottom; }
p.current_date span.num.n2 { background-position: -73px bottom; }
p.current_date span.num.n3 { background-position: -146px bottom; }
p.current_date span.num.n4 { background-position: -219px bottom; }
p.current_date span.num.n5 { background-position: -292px bottom; }
p.current_date span.num.n6 { background-position: -365px bottom; }
p.current_date span.num.n7 { background-position: -438px bottom; }
p.current_date span.num.n8 { background-position: -511px bottom; }
p.current_date span.num.n9 { background-position: -584px bottom; }
p.current_date span.num.n0 { background-position: -657px bottom; }

p.month {
	font-size: 13px;
	color: #f63;
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 20px;
	overflow: hidden;
}

div.body_left p.month {
	padding-right: 10px;
}

p.month strong {
	float: left;
	font-weight: normal;
}

p.month span {
	float: right;
	margin-top: 5px;
}

p.month span a {
	display: block;
	float: left;
	width: 18px;
	height: 11px;
	background: url(/assets/images/sidebars/btn-calendar-nav.png) no-repeat;
	text-indent: -9999px;
	margin-left: 2px;
}

p.month span a:hover {
	background-position: 0 -11px;
}

p.month span a.next_cal {
	background-position: -18px 0;
}

p.month span a.next_cal:hover {
	background-position: -18px -11px;
}

div.calendar table {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #ccc;
	margin-top: 10px;
}

div.body_left div.calendar table {
	padding-right: 10px;
}

div.calendar table tr th {
	border-bottom: 1px solid #f7c6a0;
	padding-bottom: 6px;
}

div.calendar table tr th span {
	display: block;
	height: 7px;
	background: red;
	text-indent: -9999px;
	background: url(/assets/images/sidebars/sprite-day-abbrv-names.png) no-repeat;
	margin: 0 auto;
	line-height: 0;
	font-size: 1px;
}

div.calendar table tr th span.su { width: 11px; }
div.calendar table tr th span.mo { width: 15px; background-position: -11px 0; }
div.calendar table tr th span.tu { width: 12px; background-position: -26px 0; }
div.calendar table tr th span.we { width: 15px; background-position: -38px 0; }
div.calendar table tr th span.th { width: 12px; background-position: -53px 0; }
div.calendar table tr th span.fr { width: 10px; background-position: -65px 0; }
div.calendar table tr th span.sa { width: 12px; background-position: -75px 0; }

div.calendar table tr td {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #f7c6a0;
	padding: 2px 0;
}

div.calendar table tr:last-child td {
	border: none;
}

div.calendar table tr td a {
	display: block;
	text-decoration: none;
	width: 21px;
	height: 18px;
	margin: 0 auto;
	color: #09c;
}

div.calendar table tr td a.event {
	color: #c06;
}

div.calendar table tr td a.current {
	color: #fff;
	background: url(/assets/images/sidebars/bg-calendar-active-date.png) no-repeat;
}

div.calendar table tr td a:hover {
	text-decoration: underline;
}

div.calendar table tr td a.current:hover {
	background-position: 0 -18px;
	text-decoration: none;
}

/* END */

/* VENDOR PAGES
--------------- */

div.vendor_sidebar_wrapper {
	margin: 40px 0 0 21px;
	background: #fefddb url(/assets/images/sidebars/bg-vendor-top.png) no-repeat;
	width: 207px;
}

div.vendor_sidebar {
	background: url(/assets/images/sidebars/bg-vendor-btm.png) no-repeat bottom;
	padding: 13px 13px 25px 13px;
}

div.vendor_sidebar h2 {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: top center;
	height: 20px;
	margin-bottom: 30px;
}

div.vendor_sidebar h2.tools_info {
	background-image: url(/assets/images/sidebars/txt-tools-info.png);
}

ul.tools {
	margin-bottom: 20px;
}

ul.tools li a {
	display: block;
	height: 28px;
	background: url(/assets/images/sidebars/btn-vendor-links.png) no-repeat;
	margin-bottom: 4px;
	font-size: 16px;
	color: #069;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	padding: 8px 0 0 40px;
}

ul.tools li a:hover {
	background-position: 0 -36px;
}

div.vendor_sidebar div.info {
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

div.vendor_sidebar div.info h3 {
	color: #069;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

div.vendor_sidebar div.info p {
	color: #666;
	font-size: 11px;
}

div.vendor_sidebar div.info p a {
	color: #f60;
}

div.vendor_sidebar div.info p a:hover {
	color: #036;
}

div.vendor_sidebar div.info dl {
	overflow: auto;
	font-size: 10px;
	font-weight: bold;
	color: #666;
}

div.vendor_sidebar div.info dl dt {
	width: 50px;
	float: left;
	color: #f60;
	text-transform: uppercase;
	font-size: 9px;
}

div.vendor_sidebar div.info dl dd {
	float: left;
}

div.vendor_sidebar p.logo {
	text-align: center;
	margin-top: 30px;
}

/* END */

div.discussion_topics h3 {
	background: url(/assets/images/sidebars/txt-discussion-topics.png) no-repeat;
}

div#discussion-topics {
	margin: 40px 0 0 30px;
	background: #fefddb;
	width: 216px;
}

div#discussion-topics div.inner {
	background: url(/assets/images/my-naples/bg-topics-btm.png) no-repeat bottom;
	padding: 0;
}

div#discussion-topics div.content {
	background: none;
	padding: 0;
	width: 216px;
}

div#discussion-topics ul li a {
	font-size: 13px;
}

li#keywordNav,
li#popularNav,
li#emailNav {
	border: none;
	float: left;
	padding: 0;
}

li#keywordNav a,
li#popularNav a,
li#emailNav a {
	display: block;
	background: url(/assets/images/my-naples/bg_gallery_nav.png);
	text-indent: -9999px;
	height: 16px;
	padding: 0;
}

li#keywordNav a {
	width: 77px;
	margin-right: 2px;
}

li#keywordNav a:hover {
	background-position: 0 -16px;
}

li#keywordNav a.active {
	background-position: 0 -32px;
}

li#popularNav a {
	width: 68px;
	background-position: -79px 0;
	margin-right: 2px;
}

li#popularNav a:hover {
	background-position: -79px -16px;
}

li#popularNav a.active {
	background-position: -79px -32px;
}

li#emailNav a {
	width: 67px;
	background-position: -149px 0;
}

li#emailNav a:hover {
	background-position: -149px -16px;
}

li#emailNav a.active {
	background-position: -149px -32px;
}

div#left-nav-popular,
div#left-nav-email {
	display: none;
}

div#left-nav-keyword,
div#left-nav-popular,
div#left-nav-email {
	padding: 30px 20px 20px 20px;
}

ul#browseNav {
	overflow: hidden;
	background: #fff;
	margin-bottom: 0;
}

a.submitPhotoBtn {
	display: block;
	width: 170px;
	height: 37px;
	background: url(/assets/images/my-naples/btn-submit-photo.png) no-repeat;
	text-indent: -9999px;
	margin: 10px 0 0 50px;
}

a.submitPhotoBtn:hover {
	background-position: 0 -40px;
}

div.accomm_members {
	margin: 40px 0 0 25px;
	width: 190px;
	border-top: 1px solid #ccc;
}

div.accomm_members h2 {
	color: #f60;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 20px 0;
}

div.accomm_members ul li {
	margin-bottom: 10px;
}

div.accomm_members ul li a {
	margin-right: 15px;
}
