/******************************************************
Info Bubble Styles
*******************************************************/
/*Widget infotab styles*/
.infoWindowContainer{
	width: 320px;
	/*height: 280px;*/
	font-size: 10px;
	color: black;
	margin-bottom: 0px;
	padding-bottom:15px;
}


.infoWindowContainer label.formreq{
	color: #2F5E92;
	font-size: 10px;
	line-height: 16px;
}

.infoWindowContainer label.formnoreq{
	color: #FFF;
	font-size: 10px;
	line-height: 16px;	
}


#street {
	
	height: 180px !important;	
}

.infoWindowTitle{
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
}

.infoWindowImage{
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 5px;
}

.infoWindowAddress{
	margin-top: 5px;
	font-size: 10px;
	text-align: left;
}

.infoWindowLinks{
	font-size: 10px;	
	/*min-height: 60px;*/
}

.infoWindowLinks a{
	font-size: 10px;
}

.infoTabNames{
	text-align: left;
	overflow: visible;
	height: 20px;
	width: 312px;
	margin: 10px auto 0px auto;
	clear: both;
	font-size: 10px;
}

a.infoTabName {
	font-size: .9em;	
	cursor:pointer;
	color:#0000ee;
	text-decoration:underline;
}

a.infoTabName:hover {
	text-decoration: underline;	
}
/*
.infoTabNames span:before{
	content: '[';
}

.infoTabNames span:after{
	content: ']';
}
*/

.infoViewStack{

	width: 318px;
	/*height: 230px;*/
}

.infoViewStack .infoViewTab{
	width: 315px;
	/*height: 200px;*/
	text-align: left;
}

.infoTab_Street {
	padding-bottom:15px;
}

.infoViewTab p{
	text-indent: 3em;
	margin-bottom: 5px;
}

.infoViewTab .infoTab_CustomAddress {
	/*padding-bottom:35px;*/
}

.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;
}

