/***** HTML OVERRIDES *****/
body, td {
	font-family: arial;
	color: #333;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
img { border: 0px; }
br.clear { clear:both; height:0; margin:0; font-size:1px; line-height:0; }
hr {
	border: 0;
	width: 100%;
	color: #74b8c7;
	background-color: #74b8c7;
	height: 2px;
}
h3 { margin:0px; margin-bottom:5px; color: #666666; font-size:14px; }
a, a:visited, a:hover { color: #74b8c7; text-decoration: underline; }
a:hover { text-decoration: none; }
/***** END HTML OVERRIDES *****/

/***** MAP *****/
#map {
	position: relative;
	/*width: 550px;*/
	height: 470px;
	margin:0 0 5px -1px;
	_margin:0 0 0 -3px;
	border:none;
    }
    
#map div {
	font-size: 11px;
    }
    
div.popup {
	width: 355px;
    }
div.popup div.popupMerchantDetails { width: 265px; float: left; }
div.popup div.popupMerchantDetailsNoPhoto { width: 355px; float: left; }
div.popup div.popupMerchantPhoto { width: 90px; float:left; text-align:center; }
div.popup div.popupMerchantName { font-size: 12px !important; font-weight: bold; margin-bottom:6px; }
div.popup div.popupMerchantDescription, 
div.popup div.popupMerchantSaveToTripFolder,
div.popup div.popupMerchantLodgingType { margin-top: 6px; margin-bottom:6px; }
div.popup div.popupMerchantLodgingType { font-style: italic; }
div.popup div.popupMerchantSaveToTripFolder { float: left; width: 265px; }
div.popup div.popupMerchantLearnMore { float: right; width: 90px; text-align:center; }
/***** END MAP *****/

/***** PLEASE WAIT MAP OVERLAY *****/
#pleaseWaitMapOverlay {
	position: absolute;
	top: 20px;
	width: 779px;
	height: 550px;
	margin-bottom:5px;
	/*background: url(mask.png);*/
}
.mapOverlayContainer {
	position: relative;
}
#directionsOverlay {
	position: absolute;
	top: 3px;
	width: 720px;/*Map Issue | Anuj Rastogi*/
	height: 450px;
	margin-bottom:5px;
	/*background: #000 url(mask_black.png)*/;
	visibility:hidden;
}
#directionsOverlay h3 { color:#000; }
#directions {
	/* position: absolute; */
	top: 45px;
	/*
	left: 20px;
	*/
	width: 300px;/*Map Issue | Anuj Rastogi*/
	height: 465px;/*Map Issue | Anuj Rastogi*/
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 6px;
	background-color:#fff;
	height:expression(this.scrollHeight > 465 ? "465px" : "auto" ); /*Map Issue | Anuj Rastogi*/
}
.directionsLeft 
{
	width: 360px;
}
.dirLabel, .dirInput {
	float: left;
	padding-top: 5px;
	line-height:18px;
}
.dirLabel {  width: 30px;  }
.dirHeader { font-size: 12px !important; margin-bottom:6px;}
.directions { /* input text */
	font-size: 11px;
	width: 250px;
}
#dirTo, #spnDirFrom, #dirInputToForm, #dirInputFromLabel { display: none; }
#dirFrom, #dirTo { font-weight: normal !important; }
#spnDirTo, #spnDirFrom { font-weight: bold; }
#map2 {
	/*
	position: absolute;
	top: 40px;
	left: 400px;
	*/
	width: 350px;
	height: 480px;
	border: 2px solid #fff;
}
#map2 {
	width: 405px;/*Map Issue | Anuj Rastogi*/
	height: 475px;/*Map Issue | Anuj Rastogi*/
	border: 2px solid #fff;
}
.googledir { background-color:#fff; }
/***** END PLEASE WAIT MAP OVERLAY *****/

/***** HEADER ***** commented by Kamar, same id is already used in keystone/
/* #header {
	background: url("headerBG.gif") repeat-x;
	height: 57px;
	width: 100%;
	position: relative;
	padding-left: 16px;
}
#header img { margin-top: 9px; }
*/
/***** END HEADER *****/

/***** PAGE LAYOUT *****/
#container {
	position: relative;
	/*background: url("containerbg.gif") repeat-x;*/
	width: 100%;
	height: 100%;
}
#pageCopy {
	position: relative;
	padding: 6px 0px 0px 10px;
}
#mapContainer {
	position: relative;
}
#left {
	position: absolute;
	left: 10px;
	top: 10px;
}
#right {
	position: absolute;
	left: 840px;
	top: 10px;
}
#tabsAndMapContainer {
	position: relative;
}

/***** END PAGE LAYOUT *****/



/***** LOCATION FILTER *****/
#locationFilterContainer {
	width: 928px;
	height: 148px;
	background: url(locationFilterBG.png) no-repeat;
	margin-bottom: 10px;
	position: relative;
}
#locationFilterContent {
	padding: 20px;
}
#mapThumbnailImg { display:none; }
#mapThumbnailContainer {
	
}
#neighborhoodListContainer {
	position: absolute;
	top: 20px;
	left: 200px;
	border-right: 1px solid #666;
	width: 430px;
	height: 110px;
	display:none;
}
#neighborhoodListLeft, #neighborhoodListRight {
	width: 152px;
	height: 110px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	float: left;
}
#neighborhoodListLeft { 

}
#neighborhoodListRight {

}
#neighborhoodSelection {
	float: left;
	margin-left: 9px;
	width: 110px;
}
#neighborhoodSelection a, #neighborhoodSelection a:visited, #neighborhoodSelection a:hover {
	color: #74b8c7;
	text-decoration: underline;
}
#neighborhoodSelection a:hover {
	text-decoration: none;
}
#mapInstructions {
	font-size: 11px;
	color: #000;
	position: absolute;
	top: 20px;
	left: 644px;
	width: 262px;
	height: 110px;
}
/***** END LOCATION FILTER *****/



/***** FILTERS *****/
#filterInstructions { display:none; }
div.filterType, div.filterTypeDisabled {
	margin-left:22px;
	padding-top: 3px;
}
div.filterTypeDisabled { color:#ccc; }
.filterContainer { /* THE FILTER LAYER THAT POPS OUT FROM A TAB IMAGE */
	position: absolute;
	top: 39px;
	left: auto;
	width: 185px;
	/* min-height: 200px; */
	height: auto;
	/* max-height:510px;  */
	background: transparent url(filter_bg.png) no-repeat;	
	background-position:bottom left;
	z-index: 5000;
	margin-left: -17px;
	display: none;
	visibility: hidden;
	font-size: 11px;
}
.filterContainer div.filterContainerContents { margin-left: 5px; margin-right: 5px; width:175px; }
.filterContainer div.filterContainerContents {
	max-height: 480px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 6px;
	height:expression(this.scrollHeight > 480 ? "480px" : "auto" ); 

}
.filterContainer .filterMerchantTypeName {
	background-color: #74b8c7;
	color:#fff;
	font-weight: bold;
	line-height: 18px;
	padding-left: 10px;
	margin-bottom: 4px;
	font-size: 12px;
}
.filterMerchantTypeFilterGroup {
	width: 175px;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
.filterMerchantTypeFilterGroup .filterMerchantTypeFilterGroupName { float: left; font-weight: bold; margin-left:14px; margin-bottom:5px;}
.filterMerchantTypeFilterGroup .filterMerchantTypeFilterGroupSelectAll { float: right; margin-right:20px; }
.filterMerchantTypeFilterGroup .filterMerchantTypeFilterGroupSelectAll a, 
.filterMerchantTypeFilterGroup .filterMerchantTypeFilterGroupSelectAll a:visited {
	color: #74b8c7;
	text-decoration: underline;
}
.filterMerchantTypeFilterGroup .filterMerchantTypeFilterGroupSelectAll a:hover { text-decoration:none; }
.filterValueName { float:left; width:110px; padding-left:5px; padding-top:4px; }
.filterValueCheckbox { float:left; width:20px; margin-left:20px; }
/***** END FILTERS *****/


/***** RESULTS *****/
#results {

}
#resultsContainer {
	border:1px solid #ccc; 
	width:200px; 
	margin-bottom:20px; 
	min-height:632px; 
	max-height:632px; 
	overflow-y:scroll; 
	overflow:scroll; 
	overflow-x:hidden; 
}
* html #resultsContainer { height:632px; }
#resultsContainer div, #merchantFilterContainer div, #neighborhoods { font-size: 11px; }
#resultsContainer div {
	/* padding: 2px 1px 2px 5px; */
}
.merchantTypeResultListContainer {
	display: none;
}
.resultMerchantTypeNameContainer {
	background: url(resultMerchantTypeBg.gif) repeat-x;
	height: 18px;
	padding: 0px 8px 0px 8px;
	clear: both;
}
.resultMerchantTypeName { 
	font-weight: bold; 
	font-size: 11px !important; 
	/* padding: 10px 1px 3px 1px !important; */
	line-height: 18px;
	float: left;
}
.resultMerchantTypeName img {
	padding-right: 6px;
}
.resultMerchantTypeCollapseExpand {
	float: right;
	cursor: pointer;
}
.resultMerchantTypeCollapseExpand img { margin-top: 4px; }
.resultMerchantDetailContainer {
	clear: both;
	border-bottom: 1px solid #ccc; 
	margin: 8px;
	padding: 4px 4px 10px 0px;
}
.resultMerchantDetailCopy { padding-left:25px; }
.resultMerchantDetailCopy a, .resultMerchantDetailCopy a:visited, .resultMerchantDetailCopy a:hover { color: #74b8c7; }
a.resultMerchantName, a.resultMerchantName { 
	font-weight: bold;
}
.resultMerchantAddress, .resultMerchantLinks, .resultMerchantShortDescription {
	margin-top: 5px;
}
.resultMerchantShortDescription { font-style: italic; }
.resultMerchantLinks a, .resultMerchantLinks a:visited, .resultMerchantLinks a:hover,
a.bullet, a.bullet:visited, a.bullet:hover  {
	background:transparent url(bullet.gif) no-repeat scroll left center;
	padding-left:8px;
	text-decoration: underline;
}
.resultMerchantLinks a:hover, a.bullet:hover { text-decoration: none; }
.resultMerchantLinks a.second { margin-left:15px; }


div.popup .popupMerchantLodgingType img{
	width:12px !important;
	height:10px !important;
	padding-left:0px;
    }
    
div.popup .popupMerchantPhoto img{
	width:90px !important;
	height:85px !important;
	padding-left:0px;
    }
    
div.popup .popupMerchantLearnMore img{
    width:86px !important;
	height:25px !important;
	padding-left:0px;
	padding-right:0px;
	float:left;
}
    

    
/***** END RESULTS *****/







