/* Оформление региональной сети. */

/* Таблица региональной сети и экспресс-центров в Москве */
table.offices
{
	border-collapse: collapse;
	width: 680;
}
table.offices td
{
	border: solid 1px #474d50;
}
table.rn_markup
{
	border-collapse: collapse;
	border: 0px;
	color: #525252;
}
table.rn_markup td
{
	vertical-align: top;
	padding: 0px;
	border: none;
}
td.offices_left
{
	width: 250px;
	padding: 0px 10px 0px 10px;
	vertical-align: center;
	background: #f0f8f0;
	color: #252525;
}
td.offices_right
{
	vertical-align: top;
	padding: 0px 15px 0px 10px;
	background: #ffffff;
}




/* Города */
div.regnet_city_link_container
{
	position: relative;
	margin: 0.6em 0 0.1em 0;
}
a.regnet_city_link
{
	color: #252525;
	font-size: 105%;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
}
a.regnet_city_link:hover
{
	color: #252525;
	border-bottom: dashed 1px #252525;
}
div.regnet_city_expand_icon
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	background: url("../../img/regnet/expand_sign.gif"/*tpa=http://www.ponyexpress.ru/img/regnet/expand_sign.gif*/) no-repeat; 
	width: 13px; 
	height: 13px;
}
div.regnet_city_collapse_icon
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	background: url("../../img/regnet/collapse_sign.gif"/*tpa=http://www.ponyexpress.ru/img/regnet/collapse_sign.gif*/) no-repeat; 
	width: 13px; 
	height: 13px;
}
div.regnet_city_details
{
	display: none;
}
.hand_cursor
{
	cursor: hand; 
	cursor: pointer;
}

/* Контактная информация */
div.service_type
{
	margin: 7px 0px 0px 0px;
	font-weight: normal; 
	color: #347a4e;
}
div.service_contacts
{
	margin: 0px 0px 10px 1em;
	color: #545454;
}
div.regnet_route
{ 
	color: #545454;
	margin: 0.2em 0 0.2em 0; 
}
div.regnet_service_descr
{
	position: relative;
	margin-left: 1.3em;
}