html, body{
	font-size: 12px;
	font-family: sans-serif;
	color: #222222;
	background: none repeat scroll 0 0 #E1E1E1;
}
select {
	/*border-style: inset;*/
	/*border: 1px inset #CCCCCC;*/
	/*height:22px; ie opera
	padding: 1px;*/
	height:22px;
	padding: 1px;
}
@-moz-document url-prefix()/*стиль для ff*/
{
select {padding: 2px; height:22px;}
}

img{
	border: none;
}
a{
	color: #3192C4;
    text-decoration: underline;
}
*{
	margin-top: 0;

}
.container {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 0 2px #666666;
	width:940px;
	margin:0 auto;
	padding: 0;
}
#header{
	height: 72px;
	padding: 20px 20px 0;
}
#logo{
	float: left;
	width: 300px;
}
#header_auth{
	float: right;
	width: auto;
	text-align: right;
	display:none;
}
#header_auth a{
	color:#3192C4;
	text-decoration:underline;
	margin-left: 10px;
	font-size: 12px;
}
h1{
	font-size: 18px;
	font-weight: normal;
}
div.text_block{
	height: 74px;
	padding-bottom: 20px;
}
div.text_info{
	text-align: justify;
    	width: 847px;
	float: left;
	padding-bottom: 16px;
	height: 74px;
}
div.text_info2{
        width: 847px;
	text-align: justify;
        float: left;
	display:none;
	margin-bottom: 16px;
}
.text_info_link{
	color:#3192C4;
	text-decoration: underline;
	cursor: pointer;
}
div.refresh_button{
	width: 21px;
	position: relative;
	float: right;
	cursor: pointer;
}
div.link_about{
	position: absolute;
	margin-top: 238px;
	margin-left: 261px;
}
div.link_about a, div.link_about a:visited {
    	color: red;
	/*font-weight: bold;*/
    	text-decoration: underline;
}

/*основная форма запроса */
.gray{
	color: #222222;
}
#content{
	padding: 0 20px;
}
#mainRequestDiv{
	border-bottom: 1px dotted #AAAAAA;
	padding: 0 20px 20px;
	font-size: 12px;
	float: left;
}
#mainRequestDiv select{
	/*font-size: 12px;*/
	/*padding: 1px;*/
	/*text-align: right;*/
}
#mainRequestDiv .column1{
	clear: both;
	float: left;
	width: 120px;
	/*height: 30px;*/
	vertical-align: middle;
	/*padding-top: 4px;*/
}
#mainRequestDiv .column2{
	width: 125px;
	float: left;
	margin-left: 10px;	
/*height: 30px;*/
}
#mainRequestDiv .column2 select{
	margin-left: 5px;
}
#mainRequestDiv .column3{
	width: 15px;
	float: left;
	margin-left: 0px;
	padding-top: 4px;
	/*height: 30px;*/
}
#mainRequestDiv .column3_start_day{
	width: 181px;
	float: left;
	height: 30px;
	display: block;
	margin-left: 10px;
}

#mainRequestDiv .column4{
	/*width: 325px;
	float: left;
	height: 30px;*/
	margin-left: 8px;
	
}
#mainRequestDiv .column4 input{
	width: 323px;
}

/* -------------------------- */
div.cmf-skinned-select {
    background: url('../images/dropd_arrow.png') top right no-repeat ;
    border: 1px solid #ccc;
    border-style: inset;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    text-align: right;
    height: 20px !important;
    color: #555555 !important;
}
div.cmf-skinned-text {
    padding: 0 0 0 2px;
    margin-top: 2px;
    width: auto !important;
}
/* -------------------------- */
#addAdressLinkPlus{
	margin-left: 20px;
	text-decoration: none;
	border: none;
}
#addAdressLink{
	text-decoration: none;
	color: black;
	vertical-align: sub;
}

.typeAdressesForm input[type=submit], .xlsAdressesForm input[type=submit]{
	margin-top: 15px;
	padding: 3px;
	clear: both;
}


.typeAdressesForm  #addrLabel{
	margin-left: 25px;
}
.typeAdressesForm  #intervalLabel{
	margin: 0 0 0 370px;
}
/* конец основная форма запроса */
.loading{
	background: url(../images/loading2.gif) 50% no-repeat !important;
}
span.red{
	color: #ED1C24;
}
span.blue{
	color: #3192C4;
}
#adressOl {
	/*margin: 0;*/
}
#adressOl li input{
	width: 321px;
}
.vehicleSelectDiv{
	display: none;
	margin-left: 180px;
	height: 135px;
}
.vehicleSelectDiv input{
	float: left;
	clear: both;
}
.vehicleSelectDiv label{
	float: left;
	margin-top: 4px;
	margin-left: 5px;
}
.waitSelectDiv{
	display: none;
	margin-top:20px;
	margin-left:4px;
	background: none repeat scroll 0 0 #F5F5F5;
    color: #000000;
    font-size: 11px;
    padding: 18px;
}
div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid green;
	color: #ED1C24;
}

.geocoded{
	background: url(../images/tick.png) 100% no-repeat;
}

.notgeocoded{
	background: url(../images/cross.png) 100%  no-repeat #FF9A8E !important;
}

.lastroute{
	color: red;
}

#divExcelSettings{
	margin: 15px 0 0 5px;
	width: 270px;
}

#divExcelSettings .column{
	float: left;
	margin-left: 5px;
}
#divExcelSettings .column .close{
	float: right;
	margin: 0 2px;
}

#excelIsLoading{
	display: none;
	width: 240px;
	height: 21px;
}
.typeAdressesForm{
	width: 512px;
	border-right: 1px dotted #AAAAAA;
	padding: 20px 0;
	float: left;
}
.xlsAdressesForm{
	width: 270px;
	padding: 50px 0 0 20px;
	float: left;
}
/* ------------------------ */
.contactForm{
	clear: both;
	height: 171px;
	border-top: 1px dotted #AAAAAA;
	padding: 20px;
}
.contactForm .leftText{
	float: left;
	margin-right: 40px;
	width: 220px;
	color: #555555 !important;
	font-size: 11px;
}
.contactForm .leftText ul{
	margin-left: 0;
	padding-left: 0;
	padding-top: 10px;
}
.contactForm .leftText ul li{
	list-style-type: none;

}
.contactForm .rightFields{
	width: 315px;
	float: left;
	width: 484px;
	position: relative;
}
.contactForm .rightFields input{
	width: 473px;
    padding: 5px;
}
.contactForm .rightFields textarea{
	width: 473px;
    padding: 5px;
	height: 65px;
}

.contactForm .rightFields input[type=submit]{
	width: 485px;
	padding: 3px;
}
/* ------------------------*/
.centerScreen{
	width: 241px;
	margin: 0 auto;
	float: left;
	padding: 0 0 20px;
}
.centerScreen input{
	width: 230px;
	/*padding: 0 !important;*/
}
.centerScreen input[type=submit]{
	width: auto;
	padding: 3px 5px !important;
	position: relative;
	margin-top: 30px;
}
.centerScreen h1{
	font-size: 18px;
	font-weight: normal;
}
/* ------------------------ */
.courierItem{
	clear: both;
	width: 100%;
	padding: 5px;
	border-collapse: collapse;
	margin-bottom: 18px;
}
.courierItem td{
	padding: 10px;
}
.courierItem .odd{
	background: #F0F0F0;
}

.fileUpNotify{
	font-style:italic;
}
/* ------------------------ */

/* About */
h1.about{
	font-size: 23px;
	font-weight: normal;
	margin-top: 18px;
}
h2.about{
	font-size: 23px;
	font-weight: normal;	
	margin-top: 28px;
}

p.about{
	font-size: 14px;
    line-height: 18px;
	padding-bottom: 10px;
}

p.about_green{
	color: green;
	font-size: 14px;
    line-height: 18px;
	padding-bottom: 10px;
}

p.about_blue{
	color: blue;
	font-size: 14px;
    line-height: 18px;
	padding-bottom: 10px;
}

p.about_red{
	color: red;
	font-size: 14px;
    line-height: 18px;
	padding-bottom: 10px;
}

ul.about{
	font-size: 14px;
    line-height: 18px;
	padding-bottom: 10px;
	margin-top: -10px;
}
ul.about li{
	padding-bottom: 9px;
}
ol.about{
	font-size: 14px;
    line-height: 18px;
	padding-bottom: 10px;
	margin-top: -10px;
}
ol.about li{
	padding-bottom: 5px;
}
/* Route_stat */

table.stat_table{
	width:100%;
	padding-bottom: 20px;
	margin-top: 0px;
	float: left;
}

td.stat_td{
	width: 675px;
}

table.stat_table td{
	border-bottom: 1px solid #E3E3E3;
}

td.stat_td_1{
	width: 754px;
	border-top: 1px solid #E3E3E3;
}
td.stat_td_2{
	width: 116px;
	border-top: 1px solid #E3E3E3;
}
div.breadcrumbs {
    color: #222222;
	float: left;
}
#RouteRequestForm_city{
	color: red;
	position:relative;
	float:left;
}
#RouteRequestForm_city option{
	color: #222222;
}
#RouteRequestForm_startTime{
float:left;
}
#RouteRequestForm_finishTime{
float:left;
}
.waitTogglerDiv{
	margin-top:9px;
	width: 100%;
}
/*Если придется ждать*/
#wait_toggler{
	margin-left: 4px;
	text-decoration: none;
	border-bottom: 1px dashed;
	color: red;
	display: block;
	width: 296px;
}
#RouteRequestForm_waitTime{
	width: 200px;
}#RouteRequestForm_waitAdr{
	width: 200px;
}

#waitSelectDiv select{
	padding: 2px;
	margin-top: -4px;
	font-size: 11px;
}
#waitSelectDiv ul{
	padding: 0 0 0 14px;
}
#waitSelectDiv li{
	color: #3192C4;
}
#waitSelectDiv li span{
	color: #222222;
}
/*Автокомплит*/
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: #FFFFFF;
	height: 299px;
	overflow:scroll;
	overflow-x: hidden;
	z-index: 1000;
	width: 234px;
}
.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(../images/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;
}

#map{
    display: block;
    height: 500px;
    position: relative;
    width: 100%;
}
#p_form_1{
	margin-top:30px;
	margin-bottom:30px;
}
#error{
	display:none;
	background: none repeat scroll 0 0 #FFEEEE;
	border: 2px solid #CC0000;
	padding: 20px 20px 10px;
	width: 454px;
	margin-top:20px;
	margin-bottom:20px;
}
#price{
	text-align: right;
	width: 100%;
}
#price td{
	border-bottom: 1px solid #f1f1f1;
	height: 33px;
}
#price th{
	border-bottom: 1px solid #f1f1f1;
	height: 40px;
}
#price .td2{
	width: 27%;
}
#price .td3{
	width: 33%px;
}
#iagree{
	margin-top:40px;
	margin-bottom:15px;
}
.preloader {
	background-color: rgba(0, 0, 0, 0.1);
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index:1001;
}
.preloader >img{
	top: 48%;
    position: fixed;
    z-index: 1001;
}
.ui-dialog .ui-dialog-content {
    line-height: 19px;
}
#excelDetailsDialog p,#excelDetailsDialog ul, #excelDetailsDialog li, #excelDetailsDialog a{
	font-size:13px !important;
}
#excelDetailsDialog li {
    padding-bottom: 5px !important;
}
#excelDetailsDialog ul {
    padding-bottom: 0px !important;
}
.ui-dialog .ui-dialog-content{
	    padding: 1.5em 1em 0em 1em !important;
}
