/*
 общие правила
 */
html {
    height: 100%;
}

body {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0 auto;
    height: 100%;
    min-width: 1000px;
    position: relative;
    padding: 0;
    background: #110e0e url(../im/fon.jpg) right 0 no-repeat;
}

ul {
    list-style: none;
}

div, li, span, b, a, ul, ol, input, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    /* color: #004499; */
    color:#ed1e26;
    outline: none;
}

a:hover {
    text-decoration: none;
}

/* основной контент */
div#content {
    overflow: hidden;
    min-height: 100%;
    position: relative;
}

div#main {
    background: #fff;
    margin: 5% 0 0 20px;
    overflow: hidden;
    padding: 0 0 0 18px;
    -height: 1px;
    -overflow: visible;
}

body#inside div#main {
    overflow: visible;
}

div.list {
    float: left;
    padding-bottom: 125px;
    overflow: hidden;
	min-width:900px;
}

body#inside div.list {
    padding-bottom: 0;
    margin-bottom: -40px;
	float:left;
}

div.menu {
    float: left;
    padding: 30px 0 2020px 20px;
    margin: 0 10px -2000px 0;
    min-width: 140px;
    -width: 140px;
    -margin-right: 5px;
}

div.menu:hover {
    background: #fafafa;
}

div.menu h1 {
    height: 15px;
    background: url(../im/titles.png) 0 0 no-repeat;
    width: 100px;
    margin-bottom: 24px;
    overflow: hidden;
}

h1#info {
    background-position: 0 0;
}

h1#voice {
    background-position: 0 -15px;
}

h1#connect {
    background-position: 0 -30px;
}

h1#data {
    background-position: 0 -45px;
}

h1#contact {
    background-position: 0 -60px;
}

div.menu ul {
    padding: 0 33px;
}

div.menu ul li {
    padding-bottom: 4px;
}

div.menu ul li.active {
}

div.menu ul li a {
    font-size: 11px;
    color: #262121;
}

div.menu ul li a:hover {
    color: #ff4200;
    text-decoration: underline;
}

div#search {
    float: right;
    padding: 0 53px 20px 0;
    margin-top: 25px;
}

div#search input.text {
    width: 151px;
    padding: 3px 5px 0 14px;
    font-size: 12px;
    height: 18px;
    color: #fff;
    font-family: Tahoma;
    border: none;
    background: #262121 url(../im/search.png) 0 0 no-repeat;
}

.opera div#search input.text {
	padding-top:0;
	height:21px;
}

div#search input.button {
    background: transparent url(../im/search.png) no-repeat scroll 0 -22px;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    height: 22px;
    padding-bottom: 5px;
    position: relative;
    top: -1px;
    width: 80px;
}

.safari div#search input.button {
	padding-bottom: 3px;
	text-shadow:0 0 0 #000;
}

.opera div#search input.button {
	padding-bottom: 3px;
	top:0;
}

div#search input.button:hover {
    background: transparent url(../im/search.png) no-repeat scroll 0 -44px;
    color: #ff343c;
}

#search_form {
	margin: 0;
}

div#example {
    font-weight: bold;
    font-size: 11px;
    padding: 0 0 0 15px;
}

div#example a {
    color: #ed1e26;
    text-decoration: none;
    border-bottom: 1px dashed;
    font-weight: normal;
}

div#puls {
    clear: both;
    height: 60px;
    background: #262121;
    margin: 0 0 0 20px;
    position: relative;
}

div#puls h2 {
    width: 334px;
    height: 74px;
    background: url(../im/titleclients.png) 0 0 no-repeat;
    position: absolute;
    top: -95px;
    left: 12%;
}

div#shadow {
}

div#before {
    position: absolute;
    width: 20%;
    height: 28px;
    background: url(../im/before.png) right 0 repeat-x;
    -background: url(../im/before.jpg) right 0 repeat-x;
    top: -14px;
    left: 0;
}

div#before h3 {
    background: #ED1E26 url(../im/titlebefore.png) no-repeat scroll 0 0;
    height: 15px;
    left: 60%;
    position: absolute;
    top: 40px;
    width: 115px;
    font-size: 0;
}

div#oy {
    position: absolute;
    width: 479px;
    height: 218px;
    background: url(../im/oy.png) 0 0 no-repeat;
    top: -85px;
    left: 20%;
}

div#after {
    width: 75%;
    margin-left: 479px;
    position: absolute;
    height: 80px;
    left: 20%;
    top: -50px;
    background: url(../im/after.png) 0 0 repeat-x;
    -background: url(../im/after.jpg) 0 0 repeat-x;
}

div#after h3 {
    position: absolute;
    top: 10px;
    width: 120px;
    height: 15px;
    top: 75px;
    left: 30px;
    background: url(../im/titleafter.png) 0 0 no-repeat #ed1e26;
    font-size: 0;
}

div#center {
    background: #FFFFFF none repeat scroll 0 0;
    border-bottom: 4px solid #ED1E26;
    clear: both;
    margin: 0 302px 0 -18px;
    position: relative;
    top: 48px;
	overflow:hidden;
	-height:1px;
	-overflow:visible;
}

div#textblock {
    margin: 35px 70px 60px 0;
	background:#f4f4f4;
	-zoom:1;
    position: relative;
	overflow: hidden;
}

div#textblock h3, div#textblock h1 {
    font-size:17px;
	padding:10px 200px 10px 70px;
	font-weight:normal;
}

div#textblock p.post {
    overflow: hidden;
    position: relative;
    padding: 20px 200px 20px 120px;
    color: #404040;
	background:#fff;
}

div#textblock p.text, .pagetext {
    overflow: hidden;
    position: relative;
    padding: 0 200px 20px 70px;
    color: #404040;
}
div#textblock .submenu {
    padding: 15px 200px 15px 70px;
	background-color: #dbdbdb;
	margin: 10px 0 30px 0;
}
div#textblock .submenu li {
	display:  inline;
	padding-right: 30px;
}
div#textblock .second_level {
	margin-left: 40px;
	padding-left: 30px;
}

div#textblock p.text a, .pagetext a {
    color:#ed1e26;
}

div#textblock p.text.last {
    padding-bottom:40px
}

div#textblock p.even {
    background: #f4f4f4;
}

div#textblock p.post:hover {
    background: #d0d0d0;
}

div#textblock p span.num {
    background: #262121;
    display: block;
    position: absolute;
    top: 20px;
    left: 40px;
    padding: 2px 7px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}

div#textblock p span.text{
	display:block;
}

div#textblock p a.more {
    display: block;
    float: left;
    clear: both;
    padding-top: 20px;
    font-size: 14px;
    color: #262121;
}

div#textblock p a.more {
    display: block;
    float: left;
    clear: both;
    padding-top: 20px;
    font-size: 14px;
    color: #262121;
}

div#center h2 {
    float: left;
    margin: 4px 20px 0 70px;
}

h2#tsearch {
    width: 170px;
    height: 35px;
    background: url(../im/h2search.png) 0 0 no-repeat;
}

h2#tinfo{
    width: 125px;
    height: 35px;
    background: url(../im/h2info.png) 0 0 no-repeat;
}
h2#tconnect{
    width: 192px;
    height: 35px;
    background: url(../im/h2connect.png) 0 0 no-repeat;
}
h2#tdata{
    width: 133px;
    height: 35px;
    background: url(../im/h2data.png) 0 0 no-repeat;
}
h2#tvoice{
    width: 144px;
    height: 35px;
    background: url(../im/h2voice.png) 0 0 no-repeat;
}
h2#tcontact{
    width: 186px;
    height: 35px;
    background: url(../im/h2contact.png) 0 0 no-repeat;
}
h2#tservice {
    width: 173px;
    height: 35px;
    background: url(../im/h2service.png) 0 0 no-repeat;
}

div.titleouter {
    overflow: hidden;
    -overflow: visible;
    -height: 1px;
}

div.subtitle {
    float: left;
}

div#center strong {
    font-size: 17px;
    color: #262121;
}

div#center span.result {
    font-size: 17px;
    color: #262121;
}

/*
 подвал
 */
div#footer {
    clear: both;
    width: 100%;
    z-index: 20;
    padding: 0;
    overflow: hidden;
    height: 177px;
    margin-top: -177px;
    position: relative;
}

/*
 логотип
 */
a#logo {
    display: block;
    height: 177px;
    width: 311px;
    position: absolute;
    background: url(../im/logo.png) top left no-repeat;
    left: 0;
    top: 0;
    cursor: pointer;
}

body#inside a#logo {
    background: transparent url(../im/logoin.png) no-repeat scroll left top;
    display: block;
    float: right;
    height: 263px;
    margin: -130px 0 -30px;
    position: relative;
    width: 302px;
    font-size: 0px;
    line-height: 0px;
}

div#footer address, div#footer #info_phone {
    color: #FFFFFF;
    font-style: normal;
    left: 280px;
    position: absolute;
    top: 50px;
}
div#footer address {
    position: absolute;
	top: 107px;
}

div#footer address span.title, div#footer #info_phone span.title {
    display: block;
    color: #ed1e26;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 15px;
}

div#footer address strong, div#footer #info_phone strong {
    font-weight: normal;
    color: #989898;
}

div#footer address a {
    color: #fff;
}

div#tip {
    position: absolute;
    background: #f1f1f1;
    padding: 10px 25px;
    font-size: 13px;
    color: #000;
    width: 200px;
    display: none;
}
div#tip.pagehint {
    width: 550px;
}

div#shadow{
	height:200px;
	background:url(../im/shadow.png) center 0 no-repeat;
	-background:none;
}

/***------- catalog styles (like 'press') --------***/
div.catalog h1 {
	font-size: 17px;
	line-height: 28px;
	color: #000;
	padding:10px 200px 10px 70px;
	font-weight:normal;
}
div.catalog h2, div#center div.catalog h2 {
	font-size: 14px;
	color: #000;
	float: none;
	line-height: 40px;
}
div#textblock.catalog div span.text {
	display: inline;
}
div#textblock.catalog .item {
	padding-bottom: 20px;
}
div.catalog .text a:link, div.catalog text.a:hover {
	font-size: 12px;
	color: #ed1e26;
}
div.catalog .text a:visited {
	font-size: 12px;
	color: #6e0004;
}
div.catalog .text {
	padding-bottom: 10px;
	vertical-align:text-top;
	line-height: 24px;
}
div.catalog .text a p {
	text-decoration: underline;
}
div.catalog .text a:hover p {
	text-decoration: none;
}
div#textblock .item {
    overflow: hidden;
    position: relative;
    padding: 20px 200px 35px 150px;
    color: #404040;
	zoom: 1;
}
div#textblock .item span.date {
    display: block;
    position: absolute;
    top: 20px;
    left: 70px;
    font-size: 11px;
	color: #000;
}
div#textblock .item span.date .day {
    background: #262121;
    color: #fff;
    padding: 2px 7px;
}
div#textblock .item span.date .year {
	position: relative;
    padding: 2px 7px;
}
div#textblock .text .title {
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 8px;
}

.hint, .snapshot {
	color: #ed1e26;
}

/***---------- pager ---------***/
.listpager {
	display: block;
	margin: 35px 200px 35px 70px;
	font-size: 14px;
	line-height: 20px;
}
.listpager span {
	padding-right: 8px;
}
.listpager .not_active {
	color: #5e5e5e;
}

/*---------- autocomplete -------------*/
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	position:relative;
    margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('/im/autocomplete_indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
.qnt {
  position:absolute;
  top:2px;
  right:10px;
  font-size:0.8em;
  color:#26A908;
}
.looking-ajax-loader {
	background:transparent url(/im/loader.gif) 0 0 no-repeat;
	display: none;
	width: 24px;
	height: 24px;
	float:right;
}
.glass-form td, .glass-form th {
	text-align: left;
	padding: 8px 20px 8px 0;
    vertical-align:top;
}
.glass-form th {
	color: #565656;
}
.glass-form .grey, #glass-result .grey {
	background-color: #dbdbdb;
}
.glass-form .left-clmn {
	padding-left: 70px;
}
.glass-form .right-clmn {
	padding-right: 200px;
}
.glass-form .subscription {
	font-size: 0.9em;
	color: #565656;
}
/*
.glass-form button {
	float: left;
	margin-left: 10px;
}
*/
#glass-result {
	margin-top: 40px;
	color: #535353;
}
#glass-result .v-line {
	margin-bottom: 10px;
	padding: 15px 200px 15px 70px;
}
#glass-result .resp_data {
	padding: 0 200px 10px 70px;
}
#glass-result .v-line.fixed-height {
	height: 54px;
	padding: 0;
}


/*---- buttons ----*/

.btnContainer {
	position: relative;
	height: 22px;
	padding: 0 12px;
	background-color: #dbdbdb;
	margin-right: 10px;

	float: left;
	margin-right: 10px;
	display: inline;
}
.btnContainer input {
    background-color:transparent;
	background-image:none;
	border: 0;
    color:#585858;
    cursor:pointer;
    font-size:1em;
	line-height: 1.5em;
    font-weight:bold;
    padding:0 10px;
    text-align: center;
	padding: 0;
    display: inline;
    vertical-align:middle;
    height: 22px;
}
.gecko .btnContainer input {
	height: 1.3em;
}
.btnContainer .topLeft, .btnContainer .topRight, .btnContainer .btnLeft, .btnContainer .btnRight {
	font-size: 0;
	line-height: 0;
}
.btnContainer .topLeft {
    position: absolute;
	top: 0;
	left: 0;
	background:#F4F4F4 url(/im/btn/button_tl.gif) left top no-repeat;
	width: 7px;
	height: 7px;
}
.btnContainer .topRight {
    position: absolute;
    top: 0;
    right: 0;
    background:#F4F4F4 url(/im/btn/button_tr.gif) left top no-repeat;
    width: 6px;
    height: 7px;
}
.btnContainer .btmRight {
    position: absolute;
    top: 15px;
    right: 0;
    background:#F4F4F4 url(../im/btn/button_br.gif) left top no-repeat;
    width: 6px;
    height: 8px;
}
.btnContainer .btmLeft {
    position: absolute;
    top: 14px;
    left: 0;
    background:#F4F4F4 url(../im/btn/button_bl.gif) left top no-repeat;
    width: 7px;
    height: 9px;
}

/*-------- differed colors for btn --------*/
.btnContainer.red {
	background-color: #ea2128;
}
.btnContainer.red input {
	color: #fff;
}
.btnContainer.red .topLeft {
	background:#F4F4F4 url(/im/btn/button_red_tl.gif) left top no-repeat;
	width: 9px;
	height: 9px;
}
.btnContainer.red .topRight {
    top: 0;
    right: 0;
    background:#F4F4F4 url(/im/btn/button_red_tr.gif) left top no-repeat;
    width: 7px;
    height: 8px;
}
.btnContainer.red .btmRight {
    top: 14px;
    background:#F4F4F4 url(../im/btn/button_red_br.gif) left top no-repeat;
    width: 8px;
    height: 8px;
}
.btnContainer.red .btmLeft {
    top: 13px;
    background:#F4F4F4 url(../im/btn/button_red_bl.gif) left top no-repeat;
    width: 9px;
    height: 9px;
}

/***----------- dialog window styles ---------***/
.hidden {
	display: none;
}
#requestForm label, #requestForm input, #requestForm select {
	display: block;
	float: left;
	margin-right: 7px;
}
#requestForm label {
	clear: both;
	width: 100px;
}

	html, body {
		height: 100%;
	}
	html body, #overlay {
		height: 100%;
		min-height: 100%;
	}
	html > body #overlay {
		height: auto;
	}
	#overlay {
		background-color: #858383;
		bottom:0;
		display:none;
		height:100%;
		left:0;
		position:absolute;
		right:0;
		top:0;
		width:100%;
		z-index:8000;
	}
	#overlay[id] {
	}
	#popupWindow {
		background:#000 none repeat scroll 0 0;
		border:1px solid black;
		display:none;
		left:50%;
		position:absolute;
		text-align:left;
		top:50%;
		z-index:8500;
		overflow: hidden;
		padding: 0;
		padding: 13px 0 19px 21px;
		width: 587px;
	}
	#popupWindow #cModal {
		width: 500px;
	}
	
	#popupWindow.wide {
		width: 750px;
	}
/*
	#popupWindow[id] {
		position:fixed;
	}
*/
	/*** popup forms ***/
	#popupWindow div.error {
		font-size: 0.8em;
		color: #af0800;
		font-weight: bold;
		padding-bottom: 5px;
		padding-left: 24px;
		background:transparent url(../im/error.png) 0 0 no-repeat;
	}
	#popupWindow .errorField {
		background-color: #FFF18E;
	}
	#popupWindow .required {
		font-size: 0.9em;
		color: red;
		font-weight: bold;
	}
	#popupWindow .successSend {
		clear: both;
		padding: 25px 0 15px 18px;
	}
.right {
	float: right;
}
.left {
	float: left;
}
.left-checkbox {
	float: left;
	width: 49%;
}
.right-checkbox {
	float: right;
	width: 49%;
}
#popupWindow form .left-checkbox .row.checkbox label, #popupWindow form .right-checkbox .row.checkbox label {
	width:auto;
}
.row {
	display: block;
	clear: both;
	padding-bottom: 5px;
	position: relative;
	overflow: hidden;
	_zoom: 1;
}
.row.checkbox input, #popupWindow form .row.checkbox input {
	width: 16px;
	margin-top: 2px;
	background-image: none;
	background-color:transparent;
	color: #000;
	font-weight: normal;
	font-size: 10px;
}
.row.checkbox label, #popupWindow form .row.checkbox label {
	clear: none;
	float: left;
	text-align: left;
	width: 15em;
	line-height: 2em;
	vertical-align: top;
}
.formComment {
	clear: both;
	margin: 10px 10px 10px 110px;
	color: #bc0000;
	font-weight: bold;
	font-size: 90%;
}
.fieldSubscription {
	clear: both;
	padding-bottom: 5px;
	color: #5e5e5e;
	font-size: 70%;
	font-weight:bold;
}



/*--------------- oyagent styles -----------------*/
#agent-block {
	background-color: #fff;
	position: relative;
	padding: 12px 13px 18px 0;
	position:relative;
	overflow:hidden;
	_zoom:1;
	color: #534d4d;
}
#agent-block h2, div#textblock #agent-block h2 {
	display: block;
	float:left;
	width: 72px;
	height: 15px;
	background:transparent url(../im/agent/a_logo.gif) 17px 0 no-repeat;
	color:#fff;
	font-size: 0px;
	line-height: 0;
	margin: 0;
	padding-left: 17px;
	color: #ea2128;
}
#agent-block #close-window {
	display: block;
	position:absolute;
	top: 12px;
	right: 13px;
	font-size: 9px;
	padding-right: 19px;
	background:transparent url(../im/agent/close.gif) 100% 50% no-repeat;
	text-decoration:none;
	font-weight: bold;
	text-transform:uppercase;
}
#agent-block h3, div#textblock #agent-block h3 {
	clear:both;
	font-size:12px;
	font-weight: bold;
	color: #262121;
	text-align: left;
	padding: 12px 0;
	margin-left: 17px;
}
#agent-block #requestFormContainer {
	display: block;
	margin-top: 20px;
	background-color:#f4f4f4;
	float: left;
	width: 365px;
	padding:0 12px 0 17px;
}
#popupWindow.wide #agent-block #requestFormContainer {
	width: 500px;
}
#agent-column {
	float:right;
	padding: 0 20px;
	margin-top: 20px;
	width: 140px;
}
#agent-block form fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
#agent-block form fieldset legend {
	padding: 12px 0;
	font-weight: bold;
}
#agent-block form ul {
/*	width: 360px; */
}
#agent-block form li {
	position:relative;
	display: block;
	margin-bottom: 12px;
	overflow:hidden;
}
#agent-block form label {
	font-size:11px;
	font-weight: bold;
}
#agent-block form label.right {
	text-align:right;
}
#agent-block form .input {
    display: block;
	float: left;
	width: 220px;
    padding: 3px 10px 0 14px;
    height: 19px;
    background:#000 url(../im/agent/field.png) 0 0 no-repeat scroll;
}
#agent-block form input {
    width: 210px;
    font-size: 12px;
    height: 19px;
    color: #fff;
    font-family: Tahoma;
    border: none;
	z-index: 2000;
	background: transparent;
/*    background:#000 url(../im/agent/field.png) 0 0 no-repeat scroll; */
}
#agent-block form input#resume {
	height: auto;
	border:1px solid black;
	cursor: pointer;
	background-color:#000;
	color:#fff;
}
#agent-block form .textarea {
	display: block;
	float: left;
    width: 219px;
    height: 96px;
    padding: 3px 10px 0 14px;
    background:transparent url(../im/agent/textarea.png) 0 0 no-repeat;
}
#agent-block form textarea {
    width: 212px;
    font-size: 12px;
    height: 90px;
    color: #fff;
    font-family: Tahoma;
    border: none;
	background: none;
	
	scrollbar-3dlight-color: #515151;
    scrollbar-highlight-color: #606060;
    scrollbar-face-color: #515151;
    scrollbar-arrow-color: #606060;
    scrollbar-shadow-color: #606060;
    scrollbar-darkshadow-color: #515151;
    scrollbar-track-color: #515151;

}

#agent-msg {
	width: 133px;
	height: 115px;
    background:transparent url(../im/agent/totosha.png) 0 0 no-repeat scroll;
	font-weight: bold;
	position: relative;
}
#agent-msg div {
	position: absolute;
	top: 8px;
	left: 14px;
	width: 117px;
	height: 41px;
}
#agent-block  #req-msg {
	margin-top: 40px;
	font-weight: bold;
	overflow: hidden;
	line-height: 1.7;
}
#agent-block .buttons-block {
	width: 375px;
	margin-top: 17px;
	position: relative;
	overflow: hidden;
	_zoom: 1;
}
#agent-block .buttons-block .btnContainer {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}
#agent-block .buttons-block .btnContainer input, #agent-block form .btnContainer input  {
	background: none;
	width: auto;
	padding:0; 
	margin-left: 6px;
	
	/* убирает padding у текста кнопки в ИЕ */
	overflow:visible; 
}
#agent-block select {
	width: 240px;
}
#agent-block select.short {
	width: 95px;
}
/*--------------- end oyagent styles -----------------*/

/* стили необходимые для работы скрипта */
select.srReplacedSelect {
	width: 1px;
	position: absolute;
	left: -999em;
}

#agent-block form ul.srList {
	list-style:none;
	padding:0;

	/* лучше всего техника работает 
	   для элементов фиксированной ширины
	   хотя при некоторых дополнителных
	   требованиях к изображению и небольшом
	   изменение стилей ее можно применять
	   и для резиновых select`ов */
	width: 300px;
	margin: 0 0 10px;

	/* поскольку используется техника
	   Sliding Doors элемент хорошо переносит
	   масштабирование шрифтов, для этого
	   его высоту нужно задать в em */
	height:1.5em;
	
	display: block;
	position: relative;
	overflow:hidden;
}

#agent-block form ul.srList li {
	display:none;
	background: #DFB27D;
	line-height:1.5em;
	padding:0 10px;
	width:280px;

	margin-bottom: 0;
	position:static;
	overflow:inherit;
}

ul.srList li.srHoverLi {
	background: wheat;
}

ul.srBlur {
	background: url('/im/srBgTop.png') no-repeat;
}

ul.srFocus, ul.srHoverUl {
	/* чтобы при наведении мышки
	   или получении фокуса элемент
	   не оставался на некоторое время без фона,
	   и для ускорения загрузки, совмещаем
	   два фоновых изображения в одном и изменяем его
	   подвигая на 300 пикслей влево */
	background: url('/im/srBgTop.png') no-repeat -300px 0px;
}

#agent-block form ul.srBlur li.srSelectedLi {
	display:block;
	background: url('/im/srBgBottom.png') no-repeat 0px 100%;
}

#agent-block form ul.srFocus li.srSelectedLi, #agent-block form ul.srHoverUl li.srSelectedLi {
	display:block;
	background: url('/im/srBgBottom.png') no-repeat -300px 100%;
}

#agent-block form ul.srExpanded li.srSelectedLi { 
	display:block;
	background: wheat;
}

#agent-block form ul.srExpanded {
	position:relative;
	/* при разворачивании списка,
	   нужно выдвинуть его на первый
	   план, иначе другие элементы будут
	   перекрывать опции */
	z-index:1000;
}

#agent-block form ul.srExpanded li {
	display:block;
}



#agent-block select.width_s {
	width: 100px;
}

#addresses {
	float: left;
	padding-bottom: 20px;
	width: 380px;
}
#addresses .pt {
	font-weight: bold;
	padding-right: 7px;
	line-height: 20px;
	vertical-align: bottom;
}
.add_link {
	clear: both;
	margin: 0 0 20px 107px;
	padding: 0 0 0 20px;
	background:transparent url(../im/agent/plus.png) 0 50% no-repeat;
	cursor: pointer;
	vertical-align:text-bottom;
}
