/*popup preview css*/
.curExpandedTitle{
	position: relative; top:0px; left:0px; width:100%;
	height: 22px;
	background-color: #B4BFA1;
	color:#446129;
	font-size: 14px;
	font-weight: bold;
	border-bottom:1px solid gray;
	background-image: url(../images/carrot_expanded.gif);
	background-repeat: no-repeat;
}
.curExpandedTitleText{position:absolute; top:2px; left:28px; height:22px;}
.curExpandedMapCont{
	position:relative; top:0px; left:0px; width:100%; height:120px;}
.curExpandedMapLabelCont{position:absolute; top:0px; left:0px; width: 30%; height:100%; background-color:#AB862E; text-align: center;}
.curExpandedMapLabel{position:relative; top:30%; left:0px; margin: 0px 3px 0px 3px; color: #FFFFFF; font-weight: bold;}
.curExpandedMapClickArea{position:absolute;top:0px; left:30%; width: 70%; height:100%; background-color: gray;}
.curExpandedMapAction,.curExpandedMapIframe{position:absolute; top:0px; left:0px; width: 100%; height:100%;}
.curExpandedMapAction{ z-index: 999;}
.collapsedTitle, .collapsedTitleHover{
	position: relative; top:0px; left:0px; width:100%;
	height: 22px;
	background-color: #b4bfa1;
	font-size: 14px;
	color:#446129;
	font-weight:bold;
	border-bottom:1px solid gray;
	cursor: pointer;
	background-image: url(../images/carrot_collapsed.gif);
	background-repeat: no-repeat;
}
.collapsedTitleHover{
	background-color: #fee7b0; color:#446129;
	background-image: url(../images/carrot_collapsed_o.gif);
	background-repeat: no-repeat;
}
.collapsedTitleImg{position:absolute; top:0px; left:0px; width:22px; height:22px;}
.collapsedTitleText{position:absolute; top:0px; left:28px; width:158px; height:22px;}