#minusTop {
	margin-top: -80px;
}

#body {
	background: #FFFFFF;
	font-size: 15px;
	font-family: Tahoma, Verdana, Arial;
	color: #000000;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index:4000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
} 

#nabor {
	display: none;
	position: fixed;
	z-index: 5000;
	left: 25%;
	top: 20%;
	font-size: 20px;
	width: 480px;
	background: #FFCC00;
	padding: 20px;
	border: 2px solid #000000;
	background-image: url(/img/mini_logo.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
* html #nabor {
	position:absolute;
}


#caller {
	width: 100%;
}

#nomer,
#edit_nomer,
#feed_form,
#caller,
#finish,
#anons,
#region,
#add_taxi,
#add_town,
#dop_panel,
#history {
	display: none;
	position: relative;
}

#phone {
	width: 120px;
}

#phone_status {
	display: none;	
	font-size: 14px;
	padding: 5px;
}


div.cloud, div.badCloud, div.newTaxiCloud {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1;
//	line-height: 1.4;
}

div.cloud a {
	padding: 5px;
	color: #000000;
	text-decoration:none;
}

div.cloud a:hover {
	background: #FFCC00;
	text-decoration:none;
}

div.badCloud a {
	color: #CCCCCC;
	padding: 5px;
	text-decoration:none;
}

div.badCloud a:hover {
	color: #FFFFFF;
	background: #FFCC00;
	text-decoration:none;
}

div.newTaxiCloud a {
	color: #CC0001;
	padding: 5px;
	text-decoration:none;
}

div.newTaxiCloud a:hover {
	color: #FFFFFF;
	background: #CC0001;
	text-decoration:none;
}

div.taxi, div.newTaxi {
	font-size: 9px;
	width: 360px;
	margin: 10px;
	margin-right: 0px;
	padding: 10px;
	height: 60px;
	cursor: pointer;
	//cursor: hand;
	border: 2px solid #CECFCE;
}

div.taxi:hover, div.newTaxi:hover {
	width: 360px;
	height: 60px;
	border: 2px solid #FFCC00;
}

div.newTaxi:hover {
	border: 2px solid #CC0001;
}

div.goodTaxi {
	background: #FFCC00;
	width: 360px;
	height: 25px;
	margin: 10px;
	margin-right: 0px;
	padding: 10px;
	cursor: pointer;
	//cursor: hand;
	border: 2px solid #000;
}


div.badTaxi {
	background: #EFEFEF;
	font-size: 10px;
	width: 360px;
	height: 30px;
	margin: 10px;
	margin-right: 0px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	cursor: pointer;
	//cursor: hand;
	border: 1px solid #CECFCE;
}

div.goodTaxi #history, div.badTaxi #history {
	position: relative;
	list-style: none;
	float: right;
	font-size: 12px;
	right: 10px;
	margin-top: 5px;
}

div.badTaxi #but_call,
div.goodTaxi #but_call,
div.badTaxi span,
div.goodTaxi span,
span.tphone
{
	display: none;
}

div.goodTaxi .tname,
div.badTaxi .tname {
	display: block;
	padding-left: 10px;
}

li.ok_call {
	font-weight: bold;
}

div.addBlock {
	font-size: 10px;
	width: 380px;
	margin: 10px;
	height: 80px;
	cursor: pointer;
	//cursor: hand;
	background-image: url(/img/arrow.png);
	background-position: 160px -10px;
	background-repeat: no-repeat;

}

.tname {
	font-size: 20px;
}

.hint {
	font-size: 11px;
	font-weight: normal;
}

#but_call {
	float: right;
	width: 170px;
	height: 59px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	border: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: transparent;
	background-image: url(/img/but_call.png);
}

.butBlack, .butMagenta, .butYellow {
	width: 170px;
	height: 59px;
	font-size: 16px;
	color: #FFFFFF;
	background: black;
	background-image: url(/img/but_black.png);
	border: 0px;
	margin: 5px;
}

.butMagenta {
	background: magenta;
	background-image: url(/img/but_magenta.png);
}

.butYellow {
	background: yellow;
	background-image: url(/img/but_yellow.png);
}

.big {	font-size: 26px;}

.zag {
	height: 40px;
}

tr.zag td {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	font-weight: bold;
}

.status {
	color: white;
	text-align: center;
	font-size: 18px;
	height: 70px;
}

#closer {
	position: absolute;
	top:0;
	right: 0;
	background: #000000;
	padding: 2px;
	width: 70px;
	height: 15px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	cursor: pointer;
	//cursor: hand;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

#closer:hover {
	background: #37352f;
}

#line {
	border-bottom: 2px solid #000000;
	margin: 15px;
}

.loading_mini, .loading_mini_white, .loading_normal, .loading_big {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
} 

.loading_mini {background-image: url(/img/loader_mini.gif); height: 80px;}
.loading_mini_white {background-image: url(/img/loader_mini_white.gif); height: 40px;}
.loading_normal {background-image: url(/img/loader_normal.gif); height: 240px;}
.loading_big {background-image: url(/img/loader_big.gif); height: 400px;}


#vid {
	display: none;
	margin-right: 20px;
	text-align: right;
}

.check {
	font-weight: bold;
}

.un_check {
	font-weight: normal;
}

.townList {
	padding-bottom: 50px;
}

.region_row {
	float: left;
	width: 140px;
	padding-right: 10px;
}

.region {
	padding-bottom: 10px;
}

#region a {
	color: #000000;
}

#region a:hover {
	background: #000000;
	color: #FFCC00;
}


#region .town {
	float: left;
	padding: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#region .first {
	font-size: 14px;
	font-weight: bold;

}

#region .town a {
	font-size: 25px;
}

div.newTaxi span.tname {
	padding-left: 7px;
}

div.taxi #rating {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
//	left: -32px;
	margin-left: -32px;
	margin-top: -20px;
	margin-bottom: -20px;
	padding-top: 10px;
	font-size: 13px;
	color: #FFF;
	width: 40px;
	height: 40px;
	text-align: center;
	background-image: url(/img/rating.png);
	background-position: left top;
	background-repeat: no-repeat;

}

div.newTaxi #rating {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	left: -32px;
	margin-top: -30px;
	margin-bottom: -20px;
	padding-left: 40px;
	font-size: 10px;
	color: #CC0001;
	height: 40px;
	background-image: url(/img/new.png);
	background-position: left top;
	background-repeat: no-repeat;

}

#edit {
	position: relative;
	float: right;
	margin-right: -8px;
	background: #FFF;
}

#t_info {
	position: relative;
	float: right;
	top: 4px;
	right: 6px;
}

#t_info a {
	font-family: Times;
	font-size: 13px;
	padding: 3px;
	padding-right: 5px;
	font-style: italic;
	text-decoration: none;
}

#t_info a:hover {
	background: #CECFCE;
	color: #000;
}

#map_panel {
	width: 220px;
}

#map_panel span, #map_panel div a {
	display: none;
}

.block-code {
	float: right;
	font-size: 9px;
	width: 250px;
	height: 70px;
	margin-left: 10px;
}

.inf_stat {
	float: right;
	font-size: 11px;
	font-weight: normal;

}