.none                   {display:none;}
.visible                {display:block;}

.officeTable
{
	border-collapse: collapse;
	width: 100%;
	border:0;
}

#officeNameList
{
	margin: 3em 0 0 10px;
	padding: 0;
	font-size:110%;
}

#officeNameList li
{
	line-height:1.2em;
	margin: 0;
	padding: 0.3em 10px 0.4em 10px;
	text-indent:0;
	white-space:nowrap;
	list-style-type: none;
}

#officeNameList li.cur
{
	background-color:#e79044;
	color:#fff;
}

#officeNameList li span
{
	color:#527aa2;
	border-bottom: 1px dashed #527aa2;
	cursor:pointer;
	cursor:hand;
}

#officeNameList li.over span
{
	color:#e79044;
	border-bottom: 1px dashed #e79044;
	cursor:pointer;
	cursor:hand;
}

#officeNameList li.cur span
{
	color:#fff;
	border:0;
}

#officeInfo
{
	width:100%;
	padding: 0.4em 0 0 50px;
}

#officeInfo h3
{
	font-size:120%;
}

.office,
.officeOver,
.officeCur
{
	position:absolute;
	clear:both;
	z-index: 40;
}

.officeCur
{
	z-index: 30;
}

.office .point,
.officeOver .point,
.officeCur .point
{
	float:left;
	width:11px;
	height:16px;
	cursor: pointer;
	cursor: hand;
}

.office .name,
.officeOver .name,
.officeCur .name
{
	float:left;
	font-size:10px;
	font-weight:bold;
	color:#6e99c3;
	height: 16px;
	padding: 3px 0 0 3px;
}

.office .name
{
	display:none;
}

.officeOver .name,
.officeCur .name
{
	display:visible;
}

.officeCur .name
{
	color:#e79044;
}

#map,
#map_debug
{
	position: relative;
	width:600px;
	height: 328px;
	background: url('../i/rusmap.gif') no-repeat left top;
}

#map_debug
{
	background: url('../i/rusmap_debug.gif') no-repeat left top;
}

.office .point
{
	background: url('../i/map_point.gif') no-repeat left center;
	
}

.officeOver .point
{
	background: url('../i/map_point_over.gif') no-repeat left center;
}

.officeCur .point
{
	background: url('../i/map_point_cur.gif') no-repeat left center;
}

.office .mos-point,
.officeOver .mos-point,
.officeCur .mos-point
{
	float:left;
	width:16px;
	height:16px;
	cursor: pointer;
	cursor: hand;
}
.office .mos-point
{
	background: url('../i/mos-map_point.gif') no-repeat left center;
	
}

.officeOver .mos-point
{
	background: url('../i/mos-map_point_over.gif') no-repeat left center;
}

.officeCur .mos-point
{
	background: url('../i/mos-map_point_cur.gif') no-repeat left center;
}