/* contactspage */
.Contacts
{
	margin-bottom:25px;
}

.Contacts tr td
{
	vertical-align:top;
}

.ContactContent
{
	padding-top:5px;
}

.russiaOfficeList
{
	margin: 0 20px 0 0;
	padding: 0 0 10px 0;
	font-size:80%;
}

.russiaOfficeList tr td
{
	line-height:1.2em;
	margin: 0;
	padding: 0.3em 10px 0.4em 10px;
	text-indent:0;
	white-space:nowrap;
	list-style-type: none;
}

.russiaOfficeList tr td.cur
{
	background-color:#1d4480;
	color:#fff;
}

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

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

.officeNameList h4
{
	font-size:100%;
	font-weight:bold;
	margin: 0 0 0.3em 10px;
	color:#333;
	padding: 0 0 0.2em 15px;
	white-space:nowrap;
}

.officeNameList .sale
{
	background: url('../i/icons/map_point.gif') no-repeat left center;
}

.officeNameList .sto
{
	background: url('../i/icons/sto_point.gif') no-repeat left center;
}

.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%;
}

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

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


.blue
{
	color:#3e79b3;
}

.light_blue
{
	color:#74b5e0;
}

.off
{
	display:none;
}

.on
{
	position:absolute;
	left:0;
	top:0;
	width:600px;
	height: 328px;
	/*background: url('../i/rusmap_white.png') no-repeat left top;*/
	display:block;
	z-index:15;
}

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

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

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

.officeOver
{
	z-index: 20;
}

.officeCur
{
	z-index: 11;
}

.office .stoPoint,
.officeOver .stoPoint,
.officeCur .stoPoint
{
	float:left;
	width:10px;
	height:10px;
	cursor: pointer;
	cursor: hand;
	background: url('../i/icons/sto_point.gif') no-repeat;
	margin-top:4px;
}

.office .stoPartnersPoint,
.officeOver .stoPartnersPoint,
.officeCur .stoPartnersPoint
{
	float:left;
	width:10px;
	height:10px;
	cursor: pointer;
	cursor: hand;
	background: url('../i/icons/sto_partner_point.gif') no-repeat;
	margin-top:4px;
}

.office .point,
.officeOver .point,
.officeCur .point
{
	float:left;
	width:10px;
	height:10px;
	cursor: pointer;
	cursor: hand;
	background: url('../i/icons/map_point.gif') no-repeat;
	margin-top:4px;
}


.office .point,
.office .stoPoint,
.office .stoPartnersPoint
{
	background-position: 0 0;
	
}

.officeOver .point,
.officeOver .stoPoint,
.officeOver .stoPartnersPoint
{
	background-position: 0 -20px;
}

.officeCur .point,
.officeCur .stoPoint,
.officeCur .stoPartnersPoint
{
	background-position: 0 -40px;
	z-index: 20;
}

.office .moscowPoint,
.officeOver .moscowPoint,
.officeCur .moscowPoint
{
	float:left;
	width:16px;
	height:15px;
	cursor: pointer;
	cursor: hand;
	background: url('../i/icons/mos_point.gif') no-repeat;
	margin-top:1px;
}

.office .moscowPoint
{
	background-position: 0 0;
	
}

.officeOver .moscowPoint
{
	background-position: 0 -25px;
}

.officeCur .moscowPoint
{
	background-position: 0 -50px;
}

.office .name,
.officeOver .name,
.officeCur .name
{
	float:left;
	font-size:75%;
	font-weight:bold;
	color:#6e99c3;
	height: auto;
	padding: 0.4em 10px 0.4em 10px;
	background-color:#fff;
	border:1px solid #ccc;
}

.name_text
{
	font-weight:normal;
	font-size:100%;
	color:#333;
}

.name_text p
{
	padding:0;
	margin:0;
	font-size:100%;
	color:#333;
}

.office .name
{
	display:none;
}

.officeOver .name,
.officeCur .name
{
	display:visible;
	margin:0 0 0 5px;
}

.officeCur .name
{
	color:#e79044;
	z-index: 20;
}

.contact_field
{
	padding:2px;
	color:#fff;
	border:1px solid #ccc;
	display:none;
}

.fotoInParagraph {
	float:left;
	padding:0 10px 10px 0;
}







