@charset "utf-8";
/* CSS Document */
#listingsHolder {

}

#listings {
	float:left;
}

#listings .listingItem {
	width:218px;
	height:194px;
	float:left;
	z-index:1;
	margin-bottom:19px;
	text-align:left;
	background: url(../images/shell/listing_bg.gif) no-repeat left top;
	position:relative;	
}
#listings .listingFeatured {
	width:447px;
	height:284px;
	float:left;
	z-index:1;
	margin-bottom:19px;
	text-align:left;
	background: url(../images/shell/listing_bg_featured.gif) no-repeat left top;
	position:relative;
}
.listingFeatured .featuredContent {
	color: #000000;
	padding: 48px 11px 14px 12px;
	height: 200px;
}
.listingFeatured .featuredDetails {
	color:#666666;
	float: left;
	font-size: 11px;
	width: 219px;
}
.listingFeatured .featuredImage {
	float: right;
	width: 190px;
}
.listingFeatured .featuredImage img {
	width: 190px;
}
.featuredDetails .listingName {
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	font-weight:bold;	
	margin-bottom: 6px;
}
.featuredDetails a.webLink {
	color:#df9438 !important;
	font-size:12px;
	font-weight:bold;	
}
.listingFeatured .itin, .listingFeatured .info{
	bottom:6px;
	font-size:10px;
	font-weight:bold;
	position:absolute;
}
.listingFeatured .itin a, .listingFeatured .info a{
	text-decoration:none;
	font-size:10px;
	color:#fff !important;
}
.listingFeatured .itin .itineraryAdded{
	color:#fff !important;
}
.listingFeatured .itin{
	left:244px;
}
.listingFeatured .info {
	right:16px;
}


#listings .spacer_sm {
	width:10px;
	float:left;
}

.listingItem .listingItemContent{
	color:#000;
	padding:8px;
	position: relative;
	height: 151px;
}

.listingItem img {
	border:solid 1px #f0f0f0;
}

.listingItemContent p a {
	color:#1083b8 !important;
}

.listingItemContent .imageHolder {
	width:201px;
	height:116px;
	text-align:center;
}

.listingItemContent .listingName{
	margin-top:4px;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	font-weight:bold;
}

.listingItemContent a.webLink {
	color:#949f66;
	font-size:11px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}

.listingItem .itin, .listingItem .info{
	bottom:6px;
	font-size:10px;
	font-weight:bold;
	position:absolute;
}

.listingItem .itin a, .listingItem .info a{
	text-decoration:none;
	font-size:10px;
	color:#fff !important;
}

.listingItem .itin .itineraryAdded{
	color:#fff !important;
}
.listingItem .itin{
	left:16px;
}

.listingItem .info {
	right:16px;
}








.hoverBox, .hoverBoxFlip {
	position:absolute;
	display:none;
	z-index:99;
	width:257px;
	height:279px;
}
.hoverBox {
	left:90px;
	top:-50px;
	background: transparent url(../images/shell/hover.png) no-repeat left top !important; /* IE 6 hack */
	background: transparent url(../images/shell/hover.gif) no-repeat left top;
	
}

.hoverBoxFlip {
	left:-175px;
	top:-50px;
	background: transparent url(../images/shell/hover_flip.png) no-repeat left top !important; /* IE 6 hack */
	background: transparent url(../images/shell/hover_flip.gif) no-repeat left top;
}

.hoverBox .hoverGutter {
	padding:12px 12px 10px 62px;
}
.hoverBoxFlip .hoverGutter {
	padding:12px 12px 10px 14px;	
}
.hoverBox .hoverContent {
	float:left;
	width:178px;
	text-align:left;
}
.hoverBoxFlip .hoverContent {
	float:left;
	width:178px;
	text-align:left;
}
.hoverContent .listingName{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
}

.hoverContent  a{
	color:#df9438 !important;
	color:#666666;
	font-size:.9em;
}

.hoverContent p {
	width:180px;
	color:#666666;
	font-size:.9em;
}

.hoverContent .moreInfo {
	position:absolute;
	right:16px;
	bottom:14px;
}
.hoverBoxFlip .hoverContent .moreInfo {
	position:absolute;
	right:68px;
	bottom:14px;
}
.hoverContent .contactInfo {
	position:absolute;
	top:52px;
	width:180px;
	color:#666666;
	font-size:.9em;
}

#lSearchBox {
	width:100%;
	margin-bottom:10px;
}
#lSearchBox #searchBoxTop{
	background: url(../images/shell/lsearchBox_t_l.gif) no-repeat left top;	
}
#searchBoxTop #searchBoxTitle {
	margin-left:13px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	background: url(../images/shell/lsearchBox_t_r.gif) no-repeat right top;	
}
#searchBoxContent {
	padding-left:15px;
	padding-right:15px;
	border-left:solid 1px #e5e5e5;
	border-right:solid 1px #e5e5e5;
}

#searchBoxContent input, #searchBoxContent select {
	font-size:12px;
	width:145px;
	border:1px solid #7f9db9;
	font-family:Arial, Helvetica, sans-serif;
}
#searchBoxContent input#submit {
	border:none;
	width:103px;
}
#searchBoxBot {
	height:5px;
	background: url(../images/shell/lsearchBox_b_l.gif) no-repeat left bottom;	
}
#searchBoxBot #searchBoxCorner{
	margin-left:5px;
	height:5px;
	background: url(../images/shell/lsearchBox_b_r.gif) no-repeat right bottom;	
}
#searchBoxContent form {
	margin:0px;padding:0px;
}
#searchBoxContent .sFormHolders{
	float:left;
	margin:10px;
	text-align:left;
}


.jumpTo {
	padding-top:20px;
	margin-bottom:20px;
}

.jumpTo .jumpToAlpha {
	float:left;
}

.jumpTo .jumpToNumeric {
	float:right;
}


.listingDetailTab {
	/*background:#FFFFFF url(../images/listings/jumpBG.gif) repeat-x left top;*/
	/*width:584px;*/
 	padding:5px;
	margin-right:5px;
	font-size:12px;
	line-height:1.4em;
	margin-bottom:10px;	
	/*min-height:100px;*/
	margin-top:10px;
	
}

#listingDetailTabList {
	width:604px;
	float:left;
	list-style: none;
	
	padding-top:10px;
	margin-bottom:0px;
}
#listingDetailTabList li {
	float:left;
	display:inline;
	
}
#listingDetailTabList li span {
	text-align:center;
	display:block;
	width:100px;
	height:25px;
	line-height:25px;
}

#listingDetailTabList li span:hover{
	cursor:pointer;
}
span.listingsTab,span.listingsTabSelected {
	height:25px;
	width:100px;
	color:#fff;
	font-weight:bold;
	cursor: pointer;
	cursor: hand;
}
span.listingsTab {
	background:#fff url(../images/listings/listingtab_bg.gif) no-repeat right top;
}
span.listingsTabSelected {
	height:25px;
	width:100px;
	background:#fff url(../images/listings/listingtab_bg.gif) no-repeat left top;	
}
#detail-right
{
	float:right;
}
#detail-gallery,
#detail-book {
	margin-right:20px;
	margin-top:10px;
	margin-left:15px;
}

#detail-info {
	margin-top:20px;
}

.nextArrow
{
	background: url('../images/cal/month_r_arrow.gif') no-repeat 100% 50%;
	padding: 0 10px 0 0;
	margin: 0 2px 0 0;
}

.prevArrow
{
	background: url('../images/cal/month_l_arrow.gif') no-repeat 0% 50%;
	padding: 0 0 0 10px;
	margin: 0 0 0 2px;
}

.jumpToNumeric .showing
{
	display: inline;
}

.handle {
  background: url("../images/assets/mini_map.jpg") no-repeat scroll 0 0 transparent;
  color: #666666;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  line-height: 28px;
  margin: 0;
  padding: 0 0 0 55px;
  width: 185px;
}

/*** Maps ***/
.handle { background: url(../images/assets/mini_map.jpg) no-repeat scroll 0 0 transparent; color: #009AB7; cursor: pointer; font-size: 12px; line-height: 28px; margin: -5px 0 0; padding: 0 0 0 55px; width: 155px; }
#map_listings_mini { height:15px; clear:both; }
.gMapHolder { margin-bottom: 20px; padding-top: 1px; width: 751px; margin:10px 0px 0px 0px; }
ul#gMapTabs { float: none; height: 24px; margin: 0 0 0 0; padding: 0; }
ul#gMapTabs li { background-color: #F5921C; color: #FFFFFF; display: inline-block; float: left; margin: 0 7px 0 0; padding: 4px 0px 0px 0px; text-align: center; width: 90px; height:20px; }
ul#gMapTabs li a { color:#FFFFFF; font-weight:bold; text-decoration:none; }
.gMapHolder .gMap { width: 751px; border: 1px solid #BDBDBD; }
.pMarks .markerLink img { border:none; }
