/* --- mapping-bing.css --- */

/* =====================================================================
	multimap/bing maps
===================================================================== */

.dynMapContainer
{
	height: 380px;
	background: #eef;
	font-size: 80%;
}

	/* --- section overrides --- */
	body.mapShow div.dynMapContainer,
	body.mapShow div.mapimage
	{ 
		clear: left;		
		margin-bottom: 3em; 
		border-top:1px solid #D3D2D1;
		top: 37px;
	
		margin-bottom:6em;
		width:698px;
	}

	.tab .tabsProduct,
	.tab div.mapimage
	{
		border: none;
		top: 0;
		margin: none;
		margin-bottom: 20px !important;
	}

/* =====================================================================
	filter/widget controls
===================================================================== */

/* --- filter --- */
.dynMapContainer div.mapFilters
{
	overflow:auto;
	position:relative;
	/*top:412px;
	width:30%;*/
	background:#F0F0F0 none repeat scroll 0;
	padding-bottom:20px;
	float: right;
	
	z-index: 1;
}

	.dynMapContainer div.mapFilters h3
	{
		background: #585A59 url(/images/mapping/map_ico_filter.gif) no-repeat scroll left center;
		color: #4E4E4E !important;

		font-family: Verdana;
		margin: 0 0 4px;
		padding: 5px 0 5px 32px;
	}

	.dynMapContainer div.mapFilters fieldset
	{
		border: 0;
		float: left;
		padding: 6px 0 6px 6px;
		width: 160px;
	}

	.dynMapContainer div.mapFilters fieldset legend
	{
		font-weight: bold;
		margin-bottom: 2px;	
	}

	.dynMapContainer div.mapFilters fieldset ul
	{
		position: relative;
	}

	.dynMapContainer div.mapFilters fieldset ul li
	{
		position: relative;
		margin-bottom: 4px;
	}

	.dynMapContainer div.mapFilters fieldset ul li input 
	{ 
		position: absolute;
	}

	.dynMapContainer div.mapFilters fieldset ul li label
	{
		display: block;
		margin-left: 12px;
		padding-left: 8px;
		position: relative;
	}

	.dynMapContainer div.mapFilters fieldset ul label span.numOfProds 
	{
		padding-left: 5px
	}

/* --- widget container (show/hides) --- */
div.mapView div.mapWidgetContainer
{
	z-index: 5;
	top: 380px;
	position: absolute;
	width: 713px;
	background: #585A59;
	padding: 6px;
}

	div.mapView div.mapWidgetContainer div
	{
		float: left;
	}

	div.mapView div.mapWidgetContainer div input
	{
		margin-right: 5px;
		position: relative;
		top: 1px;
	}

	div.mapView div.mapWidgetContainer div label
	{
		margin-right: 10px;
		color: #FFF;
	}

	.chk-overlayshowhide-dynamicProds
	{ 
		background: url(/images/mapping/map_ico_searchlayer.gif) no-repeat left;
		margin: 0 10px 0 0;
		padding: 0 0 0 23px;
		float: left;
		height: 20px
	}

	.chk-overlayshowhide-itinProds 
	{ 
		margin: 0 10px 0 0;
		padding: 0 0 0 23px;
		height: 20px;
		float: left;
		background: url(/images/mapping/map_ico_itinerarylayer.gif) no-repeat left;
	}

	div.mapView div.loadingMessage
	{
		position: absolute;
		z-index: 5;
		bottom: 20px;
		right: 10px;
		background: #0098d4;
		color: #fff;
	}

	div.mapView span.prodWarning
	{
		position: absolute;
		bottom: 10px;
		right: 0;
		z-index: 1500;
	
		padding: 4px;

		background: #fee;
		color: #c00;
		border: 1px solid #f99;
	}


/* =====================================================================
	product listing
===================================================================== */

.productList #mapProductList h3
{
	font-family:Arial;
	font-size:90%;
	padding: 5px 0 5px 0;
}

	.productList #mapProductList ul
	{
		display: inline;
	}
	
	.productList #mapProductList li
	{
		float: left;
		font-size: 80%;
		height: 30px;
		overflow: hidden;
		visibility: hidden;
		width: 250px;
	}
	
		.productList #mapProductList li a
		{
			padding: 5px 5px 0 5px;
			float: left;
			
			visibility: visible;
		}

/* =====================================================================
	item popups
===================================================================== */

/* --- map popups --- */
.MMcenter,
.MMInfoBox,
.InfoBoxContent,
.MMmiddle,
.MMInfoBoxTable
{
	width: 320px;
}

.MMInfoBoxTable
{
	width: 340px;
}

.MMInfoBox .MMclusterindex h3
{
	font-family: Verdana;
}

/* --- displays--- */
.InfoBoxContent h2.ProductName
{
	display: block;
	padding: 3px 0;
	
	width: 90%;
	float: left;
}

	.InfoBoxContent h2.ProductName a
	{
		width: 100%;
	}

	.InfoBoxContent .thumbnail
	 {
		float: left;
	
		height:91px;
		width:150px;
	}

	.InfoBoxContent .price
	 {
		float: right;
		width: 50%;
		clear: right;
		color: #000;
		line-height: 1.4em;
		text-align: center;
		margin: 0 0 5px 0;
	}

	.InfoBoxContent dt.price
	{
		display: none;
	}

	.InfoBoxContent .price h2
	{
		display: none;
	}

	.InfoBoxContent .price h3
	{
		font-weight: normal;
		display: inline;
		color: #666;
		display: none;
	}

	.InfoBoxContent .priceFrom,
	.InfoBoxContent .priceTo 
	{
		display: inline;
		font-weight:bold;
	}

	.InfoBoxContent .priceFrom .priceValue
	{
		font-weight: bold;
		color: #000;
	}

	.InfoBoxContent .bookonline
	{
		float: right;
		width: 50%;
		clear: right;
		margin: 0 0 3px 0;
	}

	.InfoBoxContent p
	{
		font-size:100%;
	}

	.InfoBoxContent .bookonline p
	{
		width: 100%;
		float: none;
		text-align: center;
	}

	.InfoBoxContent .bookonline p.tel-to-book
	{
		display: none;
	}
	
	.InfoBoxContent p.ex_AddButton
	{
		display: none;
	}

	.InfoBoxContent .desc
	{
		padding-top: 5px;
		width: 100%;
		clear: both;
	}

	.InfoBoxContent p.availability 
	{
		display:none;
	}

	.InfoBoxContent .detail .enjoyengland span.gradingDesignator,
	.InfoBoxContent .detail .enjoyengland span.gradingStars
	{
		font-size: 100%;
	}

/* --- overrides --- */
.MMInfoBox .MMspacer .MMcontent
{
	min-height:250px;
	float: left;
}

.MMInfoBox .MMspacer .MMcontent .div
{
	min-height:250px;
}
	
.MMInfoBox .MMmiddle .MMcenter .MMspacer
{
	float: left;
		
	width:325px !important;
}
	
.MMInfoBox .MMclusterindex ul li
{
	width:300px;
}
	
.MMInfoBox .MMspacer .MMcontent
{
	float: left;
}

.MMButtonWrapper
{
	border-bottom:1px solid #000000;
	margin:0 0 10px;
	padding-bottom: 5px;
	background-color:#FAFCFD;
	float: left;
}

.MMMapTypeWidget span.MM_WORLD_OBLIQUE
{
	display: none;
}

.MMInfoBox dl.detail
{
	clear: left;
}

.MMInfoBox dt
{
	float:left;
	width:25%;
}

.MMInfoBox dd
{
	float:left;
	width:75%;
}

div.MMcontent dd.desc
{
	float:left;
	width: 100%;
}


/* =====================================================================
	show hide link (usually hidden, but required for tabs)
===================================================================== */

a#mapShowHideLink,
p.showHideLink 
{
	background:#FFFFFF url(/images/map_ico_hide.gif) no-repeat scroll 0 center;
	display:block;
	font-size:90%;
	font-weight:bold;
	padding:11px 0 11px 25px;
	
	clear: left;
}

body.mapShow #mapShowHideLink {
	background:#FFFFFF url(/images/map_ico_show.gif) no-repeat scroll 0 center;
	position: relative;
}