
/*Icon*/
img.point-icon {
	border: 0px;
	width: 19px;
	height: 19px;
	vertical-align: top;
	margin: 1px;
	margin-left: 2px;
}

img.point-icon-hover {
	border: 1px solid #AEB6C2;
	background-color: #DBE3F2;
	margin: 0px;
	margin-left: 1px;
}

/*Point float form*/
div.point-float {
	width: 200px;
	background-color: white;
	border: 1px solid #A9A9A9;
}

div.point-float div.content {
	width: 100%;
	height: 200px;
	overflow:auto
}

/*title*/
div.point-float div.title {
	background-color: #23468A;
	background-image: url(/bitrix/images/ibe/title_bg.gif);
	background-repeat: repeat-x;
	background-position:left top;
	border-bottom: 1px solid #A9A9A9;
}

div.point-float div.title table {
	width: 100%;
}

div.point-float div.title td.title-text {
	font-size: .7em;
	font-weight: bold;
	color:#EEF1F7;
	padding: 3px;
	cursor: move;
	vertical-align: top;
}

div.point-float a.close {
	display: block;
	width: 13px;
	height: 16px;
	background-image: url("/bitrix/images/ibe/close.gif");
	overflow: hidden;
	margin: 1px 3px 3px 3px;
	background-repeat: no-repeat;
	background-position: center;
}

/*point*/
div.point-float {
	font-family: arial, helvetica;
}

div.point-float ul#points {
	list-style: none;
	font-weight: bold;
	font-size: .7em;
	padding: 0;
	margin: 10px 15px;
} /*Блок пунктов*/

div.point-float ul#points li {
	line-height: normal;
	list-style: none;
	list-style-image: none;
	margin-bottom: .5em;
}

div.point-float ul#points li a {
	font-weight: normal;
	margin-right: .2em;
} /*Название*/

div.point-float li {
	color:Gray;
	font-weight:lighter;
}

div.point-float a:visited {
	color:Blue;
}

div.point-float a.letter {
	padding-left:3px;
}

div.point-float div.letters {
	padding-left:5px;
	padding-right:2px;
	font-weight:bold;
	font-size:8pt;
}
