/******************************************************
Info Bubble Styles
*******************************************************/
/*Widget infotab styles*/
.infoWindowContainer{
	width: 320px;
	height: 280px;
	font-size: 10px;
	color: black;
	margin-bottom: 0px;
}

.infoWindowContainer a{
	color: #2F5E92;
}

.infoWindowContainer label.formreq{
	color: #2F5E92;
	font-size: 10px;
	line-height: 16px;
}

.infoWindowContainer label.formnoreq{
	color: #FFF;
	font-size: 10px;
	line-height: 16px;	
}

.infoWindowTitle{
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
}

.infoWindowImage{
	float: left;
	width: 90px;
	height: 90px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 5px;
}

.infoWindowAddress{
	margin-top: 5px;
	font-size: 10px;
	text-align: left;
}

.infoWindowLinks{
	font-size: 10px;	
}

.infoWindowLinks a{
	font-size: 10px;
}

.infoTabNames{
	text-align: left;
	overflow: visible;
	height: 20px;
	width: 312px;
	margin: 10px auto 0px auto;
	clear: both;
}

.infoTabNames span{
	font-weight: bold;
	cursor: pointer;
	font-size: 10px;
	background: #a4ab82/* url(../images/mainNavSep.gif) no-repeat scroll 100% 0*/;
	display: block;
	float: left;
	padding: 2px 8px;
	line-height: 16px;
	color: white;
	border-right: solid 1px white;
}

.infoTabNames span.selected{
	background-color: #4d692e;
}

/*
.infoTabNames span:before{
	content: '[';
}

.infoTabNames span:after{
	content: ']';
}
*/

.infoViewStack{
	overflow: auto;
	width: 318px;
	height: 230px;
}

.infoViewStack .infoViewTab{
	width: 315px;
	height: 225px;
	text-align: left;
}

.infoViewTab p{
	text-indent: 3em;
	margin-bottom: 5px;
}

.infoTab_Description{
}
.infoTab_Directions{

}
.infoTab_SendToEmail{
}

/*Info Window E-mail Tab Fields*/
.infoViewTab label{
	clear: both;
	width: 85px; 
	text-align: right;
	margin-right: 5px;
	font-weight: bold;
	font-size: 10px;	
}

.infoViewTab label.formreq:before{
	content: '*';
}



.infoTab_Directions label{
	width: 60px; 
}

.infoViewTab .infoFormResponse{
	width: 220px; 
	text-align: left;
}

.infoViewTab legend{
	color: #a4ab82;
	font-weight: bold;
}

.infoViewTab *{
	font-size: 10px;
}
