@CHARSET "UTF-8";

@font-face
{
	font-family: SelfMyriad;
	src: url("/fonts/MyriadPro-Light.ttf");
}

h2, h1, h3 {
	margin: 0px;
}

A IMG {
    border: none;
}

h1 {
	font-size: 24px;
	margin-bottom: 16px;
	color: #b2b0a9;
}

h2 {
	font-size: 24px;
	margin-bottom: 16px;
}

h3 {
	font-size: 18px;
	margin-bottom: 8px;
}

#name h1 {
	margin-left: 16px;
	margin-bottom: 0px;
}

#name .item {
    float: left;
    width: 166px;
    margin-right: 10px;
}

.upall {
	text-transform: uppercase;
}

.white {
    color: #fff;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.upall {
	text-transform: uppercase;
}

.bold {
    font-weight: bold;
}

.clear {
	clear: both;
	margin-top: 1px;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 14px;
	color: #28140f;
}

.combobutton.preloader {
	background: url("/images/flex/input-preloader.gif") top center no-repeat;
}

.ui-widget {
    font-family: Arial;
}

.logo {
	padding-left: 50px;
	height: 30px;
	background: url("/images/transfer/logo.png") left no-repeat;
}

.gray {
	color: #a7a5a6;
}

.gray2 {
	color: #87847f;
}

.gray3 {
	color: #bdbcbc;
}

.orange {
	color: #ff9600;
}

.base_size14 {
	font-size: 14px;
}

.base_size12 {
	font-size: 12px;
}

.base_size18 {
	font-size: 18px;
}

.base_size24 {
	font-size: 24px;
}

.wrap {
	width: 944px;
	margin: auto auto;
	margin-top: 16px;
}

.basewidth {
    width: 944px;
}

#childname {
	background: #4f73a1;
	width: 100%;
}

#childname h2 {
	color: #fff;
}

#childname .wrap {
	margin-top: 0px;
	padding-left: 40px;
	padding-top: 10px;
}

#head {
	padding-bottom: 8px;
	margin-top: 16px;
}


.userlogin #head {
	border-bottom: solid 2px #d8d7d4;
}


#content {
	margin-top: 16px;
	margin-bottom: 16px;
}

#head .auth {
	width: 150px;
	float: right;
	text-align: left;
}

#head .contacts {
	width: 260px;
	float: left;
	text-align: left;
	margin-top: 3px;
	background: url(/images/transfer/icon_phone.png) center left no-repeat;
	padding-left: 80px;
	margin: auto auto;
	margin-left: 170px;
}

#head .contacts .phone {
	display: block;
	font-size: 28px;
}

#footer {
    height: 1px;
    padding-bottom: 0;
    padding-top: 0;
}

#footer #footer_contacts {
	width: 304px;
	padding-top: 16px;
}

#footer #footer_contacts p {
	margin: 0px;
	padding: 0px;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 8px;
}

#footer #footer_menu {
	width: 512px;
	margin-left: 16px;
}

#footer #footer_logo {
	width: 40px;
}

.footer_question {
	background: url("/images/transfer/icon_question.png") no-repeat scroll right center transparent;
	float: left;
	height: 32px;
	padding-right: 64px;
	padding-top: 16px;
	width: 136px;
}

.footer_externallink {
	margin-left: 40px;
	margin-top: 8px;
	float: left;
}
.footer_menu ul {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}
.footer_menu li {
	list-style-image: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	margin-bottom: 8px;
	margin-right: 32px;
	width: 224px;
}

.footer_externallink a {
	margin-left: 16px;
}

.floathalf {
	width: 49%;
	float: left;
}

.myinput.error, .myinput.novalid {
	border: solid 1px #d20000 !important;
}

.calendar, .myinput.calendar, .myinput.alt-calendar {
    background: #FFFFFF url("/images/transfer/calendar.png") right center no-repeat !important;
    padding-right: 40px;
}

.formbox .alt-calendar {
    width: 120px;
    cursor: pointer;
}

input.myinput, .myselect, .countbox {
	border: solid 1px #a7a5a6;
	font-size: 14px;
	background: #fff;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-opera-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 12px;
	height: 30px;
	font-family: arial;
}

.myinput.cleft {
	border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	-khtml-border-radius: 8px 0px 0px 8px;
	-opera-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
	border-right: none !important;
}
.myinput.cright {
	border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0px;
	-khtml-border-radius: 0px 8px 8px 0px;
	-opera-border-radius: 0px 8px 8px 0px;
	-moz-border-radius: 0px 8px 8px 0px;
	margin-left: -4px;
    
}
.myinput.cbox {
	border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	-opera-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-right: none !important;
	margin-left: -4px;
}

textarea.mytextarea {
	border: solid 1px #a7a5a6;
	font-size: 14px;
	background: #fff;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-opera-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-top: 8px;
	padding-right: 12px;
	font-family: arial;
}

.myselect {
	cursor: pointer;
}

.warning {
	display: inline-block;
	margin-left: 16px;
}

.warning div {
	position: relative;
	height: 32px;
	background: url(/images/sobframe/warning_left_frame.png) top left no-repeat; /* левые углы фона с прозрачными участками */
	font-size: 14px;
}

* html .warning div {
	width: 10px;
}

.warning span.right {
	background: url(/images/sobframe/warning_right_frame.png) top left no-repeat;
	height: 32px;
	width: 8px;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -8px;
	overflow: hidden;
}

.warning .title {
	display: block;
	padding: 8px 8px 8px 48px;
	color: #fbf4d8;
}

.warning strong {
	color: #864703;
}

/* Buttons collections */

.button input {
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 32px;
	padding-right: 32px;
	z-index: 1;
	font-size: 24px;
	cursor: pointer;
	text-align: center;
	display: block;
	color: #231f20;
	font-weight: bold;
	font-family: arial;
}

.button strong {
	color: #864703;
}

/* small button button_small*/

.button_small:hover div, .button_small:hover span {
	background-position: left -48px;
}

.button_small {
	display: inline-block;
	margin-left: -5px;
}

.button_small div {
	position: relative;
	font-weight: bold;
	height: 48px;
	background: url(/images/transfer/button_small_left.png) top left no-repeat; /* левые углы фона с прозрачными участками */
	font-size: 11px;
}

* html .button_small div {
	width: 10px;
}

.button_small span {
	background: url(/images/transfer/button_small_right.png);
	height: 48px;
	width: 27px;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -27px;
	overflow: hidden;
}

.button_small input {
	height: 100%;
	margin: 0 -6px 0 0;
	padding: 8px;
	padding-top: 8px;
	padding-left: 32px;
	overflow: visible; 
	border: none;
	position: relative;
	z-index: 2;
	font-size: 18px;
	background: none;
	cursor: pointer;
	text-align: center;
	display: block;
	color: #231f20;
	font-weight: bold;
	font-family: arial;
}

.button_small strong {
	color: #864703;
}


/* End buttons collections */

#lastcardnum {
	font-size: 18px;
	width: 54px !important;
}

.hi {
	border: dashed 1px red !important;
}

.hint {
	color: #999999 !important;
	font-size: 14px !important;
	font-weight: normal !important;
}

.hide {
	display: none;

}

#errorbox {
	background: url(/images/transfer/errorbox_body.png);
	padding: 20px;
	color: #ffefcc;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-opera-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: absolute;
	z-index: 666;
	font-size: 24px;
	text-align: center;
}

#name {
	margin-bottom: 16px;
}

.tablelabel {
	font-size: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#steps {
	height: 40px;
	width: 100%;
}


#steps td {
	height: 40px;
}

#steps .infoblock {
	width: 944px;
	color: #fff;
	font-size: 18px;
}

#steps .infoblock .step {
    float: left;
    padding-bottom: 9px;
    padding-left: 36px;
    padding-top: 8px;
    width: 278px;
}

#steps .link a {
    text-decoration: none;
    border-bottom: solid 1px;
    color: #fff;
}

#steps .step .split {
    background: url(/images/sobframe/frame-steps-arrow-single.png) top left no-repeat;
    width: 32px;
    height: 40px;
    position: absolute;
    margin-left: 262px;
    margin-top: -30px;
}

.duble_size_last_child .step.last_child {
    width: 593px !important;
}

.duble_size_last_child .last_child .split  {
    margin-left: 577px !important;
}

.step.last_child .split {
 	display: none;
}

.mean {
	width: 944px;
	margin: auto auto;
}


.orangeline {
    background: url("/images/transfer/orange_line.png") left center repeat-x;
    height: 76px;
    margin-top: 4px;
}
.orangeline .rightbk {
	background: url("/images/transfer/orange_line_split.png") left center no-repeat;
	height: 76px;
	width: 304px;
}

.orangeline .leftbk {
	width: 640px;
}

.orangeline .leftbk .searchorder {
	text-align: right;
	padding-right: 16px;
	padding-top: 21px;
	width: 624px;
}

.orangeline .leftbk .searchorder span {
    margin-right: 5px;
    margin-left: 5px;
}

.orangeline .rightbk .searchorder {
	text-align: left;
	padding-left: 35px;
	padding-top: 21px;
	width: 269px;
}

.finder .mean {
	height: 96px;
}

.finder .rightbk {
	height: 96px;
}

.finder {
	height: 96px;
	margin-top: 12px;
}

.finder .item {
	float: left;
	font-size: 24px;
	height: 83px;
	margin-left: 16px;
	width: 320px;
}

.finder .interchange {
	background: url("/images/transfer/change_frame.png") top left no-repeat;
	width: 32px;
	height: 32px;
	float: left;
	margin-top: 47px;
	margin-left: 16px;
	cursor: pointer;
	background-position: 0px -32px;
}
.interchange:hover {
	background-position: 0px -64px;
}

.interchange.off {
	background-position: 0px 0px;
	cursor: inherit;
}

.b_userinfo .myinput, .b_userinfo .mytextarea {
    width: 294px;
}

.finder .item.ch_types {
    width: 210px;
    padding-top: 10px;
    margin-left: 8px;
    margin-right: 0;
}

.finder .item .fixinput {
    width: 281px;
}

.finder .item strong {
	display: block;
	margin-bottom: 8px;
	margin-top: 8px;
}

.combobutton {
	cursor: pointer;
	border: none;
	background: url("/images/transfer/select.png") center no-repeat;
	margin-left: -24px;
	height: 16px;
	width: 16px;
	display: inline;
}

.comboinput {
	padding-right: 24px !important;
}

.waylabel {
	margin-top: 18px;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 14px;
}

.waygroup {
	border-top: 1px solid #231e0a;
}

.searchresult .pointslist {
	padding-top: 16px;
	margin-top: -17px;
}

.pointslist {
	border-bottom: 1px solid #231e0a;
}

.pointslist .waylabel {
    margin-left: 16px;
	margin-top: 0px;
}

.pointslist .waygroup  {
    margin-left: 0px;
}

.pointslist .timelabel {
    padding-right: 16px;
    color: #a7b9d0;
    font-weight: bold;
}

.pointslist .timelabel .gray {
    font-weight: normal;
}

.lowercase {
    text-transform: lowercase;
}

.waytable .big {
    font-weight: bold;
    font-size: 18px;
	padding-right: 10px;
}

.waytable td {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: solid 1px #b2b0a9;
	cursor: pointer;
}

.waytable td.last_child {
    width: 150px;
    padding-right: 16px;
}

.car-class-img {
    width: 144px;
}

.waytable td:last-child {
    padding-right: 16px;
}

.waytable .checkbox {
	padding-left: 10px;
}

.waytable .td1 {
	width: 144px;
}

.waytable .td2 {
	width: 155px;
	padding-left: 16px;
	padding-right: 32px;
}

.waytable .td4 {
	width: 155px;
}

#pointsslide {
    padding: 13px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -opera-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 20px;
    cursor: pointer;
    padding-left: 20px;
}

#pointsslide span {
    height: 16px;
    padding-right: 24px;
}


.waygroup .points {
	text-decoration: none;
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 16px;
}


a.deflink {
    color: #4f73a1;
    text-decoration: none;
    border-bottom: solid 1px;
}

a.deflink:hover {
    border: none;
}

.formbox {
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-opera-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 16px;
}

.formbox .top {
	-webkit-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;
	-opera-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	/*height: 73px;*/
	width: 100%;
	font-size: 18px;
	padding-bottom: 1px;
}

.formbox .top .padding {
	text-align: left;
	margin-left: 240px;
	padding-top: 12px;
}

.formbox .top p {
	margin-top: 8px;
}

.formbox .padding {
	padding-top: 16px;
}

.input_long {
    width: 555px;
}

.b_userinfo .table-form {
    width: 550px;
}

.formbox .table-form tr {
	vertical-align: middle;
}

.formbox .table-form td {
	padding-bottom: 16px;
}

.formbox .table-formIn td {
	padding-bottom: 0px;
}

.formbox .table-form td.black {
	text-align: right;
	padding-right: 16px;
	height: 32px;
    width: 224px;
}

.grayhint {
	color: #918e84;
}

.countbox, .terminalbox {
	width: 80px;
	cursor: pointer;
}

.tableman {
	background: url("/images/sobframe/chauffeur_grey.png") top center no-repeat;
	width: 320px;
	/*height: 328px;*/
	height: 324px;
	margin-right: 35px;
	float: right;
    margin-top: -10px;
	/*margin-left: 582px;*/
}

.tableman .label {
    width: 100px;
    margin-top: 28px;
    margin-left: 42px;
    position: absolute;
}

.tableman .mytextarea {
	height: 60px;
	width: 166px;
	margin-left: 32px;
	margin-top: 96px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.question {
	background: url("/images/sobframe/question.png") top left no-repeat;
	width: 26px;
	height: 24px;
	margin-left: 16px;
}

.question:hover {
	background-position: bottom;
}

.question .titlebox {
	background: #cb0000;
	-webkit-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 8px 8px 8px;
	-opera-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	padding: 10px;
	color: #ffffff;
	position: absolute;
	margin-left: 30px;
	margin-top: -9px;
	display: none;
    z-index: 1;
}

table.voucherinfo {
	margin-top: 5px;
	margin-bottom: 24px;
}

table.voucherinfo td.fixed {
    width: 160px;
}

table.voucherinfo td {
	vertical-align: top;
	overflow: hidden;
}

table.voucherinfo .base_color_1 td, table.voucherinfo .gray td {
	padding-top: 0px;
	padding-bottom: 16px;
	/*padding-right: 16px;*/
}

table.voucherinfo tbody td {
	padding-top: 16px;
	/*padding-right: 16px;*/
}

table.voucherinfo tbody td {
	line-height: 1.5;
}


.base_color_1 {
	color: #b19976;
}

.base_color_2 {
	color: #8c5a0a;
}

.base_color_3 {
	color: #8c5a09;
}

.red_color {
	color: #d71e1b;
}

.gray_color {
	color: #918f85;
}

.green_color {
	color: #009600;
}

.base_margin_left {
	margin-left: 16px;
}

.base_margin_bottom {
	margin-bottom: 16px;
}

.base_margin_right {
	margin-right: 16px;
}

.base_margin_top12 {
	margin-top: 12px;
}

.lineheight {
	line-height: 1.4;
}

.lineheight1_3 {
	line-height: 1.3;
}

#pricesumm {
	width: 944px;
	height: 48px;
	margin-bottom: 32px;
}

#pricesumm div {
	float: left;
	padding-left: 16px;
}

#summnum {
	width: 192px;
	font-size: 24px;
	font-weight: bold;
}

#summtitle {
	width: 704px;
}

table.typebuy {
	width: 100%;
}

table.typebuy td {
	border-bottom: solid 1px #b2b0a9;
	border-top: solid 1px #b2b0a9;
	padding-left: 24px;
}

#logo {
	margin-left: 16px;
}

.close {
	background: url("/images/transfer/close.png") top left no-repeat;
	width: 26px;
	height: 27px;
	cursor: pointer;
}

.formbox .close {
	position: absolute;
	margin-left: 910px;
	margin-top: 8px;
}

.vouchertitle {
    color: #fff;
    padding-left: 16px;
    width: 928px;
    font-size: 18px;
    font-weight: bold;
}

.base_padding_left {
    padding-left: 16px;
}

.base_padding_right32 {
    padding-right: 32px;
}

.base_padding_top {
    padding-top: 16px;
}

.base_padding_top10 {
    padding-top: 10px;
}

.base_padding_bottom {
    padding-bottom: 16px;
}

.base_padding_bottom32 {
    padding-bottom: 32px !important;
}

.voucher_box {
    width: 410px;
    text-align: center;
    margin: auto auto;
}

h1.orange {
    margin-bottom: 20px;
}

.block {
    display: block;
}

.formbox .split {
    width: 100%;
    border-bottom: solid 1px #ecb932;
}

.dot {
    border-top: solid 1px #ecb932;
    padding-top: 20px;
}

.infobox {
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    -opera-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.loginbox {
    width: 260px;
    height: 179px;
    background: url(/images/transfer/login_box.png) top left no-repeat;
    position: absolute;
}

.auth .loginbox {
    margin-left: -115px;
}

.center_align.auth {
    width: 100%;
}

.auth .loginbox.center_align {
    margin: auto auto !important;
    position: relative;
}

.auth .padding {
    padding: 24px;
}

.auth input[type=text],.auth input[type=password]  {
    margin-bottom: 16px;
}

.auth .button_small {
    margin-top: -10px;
}

.auth .closex {
    float: right;
    margin-top: 15px;
}

.closex {
    background: url(/images/transfer/closex.png) top left no-repeat;
    height: 16px;
    width: 20px;
    cursor: pointer;
}
.closex:hover {
    background-position: bottom;
}

.closey {
    background: url(/images/transfer/closey.png) top left no-repeat;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.closey:hover {
    background-position: bottom;
}

#errorlogin {
    background: #ffffff;
    width: 205px;
    height: 125px;
    padding: 10px;
    border: solid 1px #ebb932;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -opera-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position: absolute;
    z-index: 999;
    margin-left: 16px;
    margin-top: 15px;
    text-align: center;
}

#errorlogin .closex {
    float: right;
    margin-left: 183px;
    margin-top: -30px;
    position: absolute;
}

.search {
    background: url("/images/transfer/search.png") no-repeat scroll 7px top transparent;
    width: 36px;
    height: 24px;
    border: none;
    cursor: pointer;
}
table.orderlist {
    margin-top: -1px;
}
table.orderlist td {
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: solid 1px #b2b0a9;
}

table.orderlist thead td {
    /*background: #fbf1d6;*/
    color: #b19976;
}

table.orderlist .right_align {
    padding-right: 16px;
}

div.orderlist {
    background: url(/images/transfer/order_list_top.png) top left repeat-x;
    width: 100%;
    margin-top: -12px;
}

.left_align {
    text-align: left;
}

.right_align {
    text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}


.popup h2 {
	font-size: 18px;
}

.popup {
    background: #fff;
    position: absolute;
    padding-bottom: 27px;
    width: 600px;
    margin-left: -20px;
    z-index:40;
	font-size: 11px;
	box-shadow: 0px 4px 8px -1px #333;
	margin-bottom: 30px;
	padding-right: 10px;
}

.popup .top {
	width: 100%;
    background: #fff;
    height: 27px;
}
.popup .top .closex {
    margin-left: 90%;
    margin-top: 25px;
    position: absolute;
}

.popup .content {
    background: #fff;
	height: 400px;
	overflow: auto;
}

.popup .content .padding {
    padding-left: 37px;
    padding-right: 60px;
}

#mist {
    position: absolute;
    width: 100%;
    height: 98%;
    z-index:30;
	background: url(/images/transfer/mist.png);
    /*background: #ffffff;*/
    /*opacity: 0.5;*/
}

.base_button {
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-family: Arial;
    cursor: pointer;
}

input {
    font-size: 14px;
    font-family: Arial;
     
}

#currencyItem {
    position: absolute;
    margin-top: 7px;
}

#currencyItem .myselect {
    width: 110px;
    margin-left: 792px;
}


#pointsslide {
    /*
        скрываем плашку для разворачивания всех маршрутов на первой странице во фрейме,
        для ограничения размера фрейма в 1000px в ширину
    */
    /*display: none;*/
}

h3 .gray {
    font-weight: normal;
}

.blue {
    border-bottom: 1px dashed;
    text-decoration: none;
}

/* UI Datapicker Start */

.ui-datepicker.ui-widget-content {
    background: #ffffff;
    border: 1px solid #969080;
    margin-top: 36px;
    box-shadow: 0px 0px 5px #969080;
}

.ui-datepicker .ui-widget-header {
    background: #c5b398;
    border: 1px solid #c5b398;
    color: #221c0c;
    font-weight: bold;
    margin-left: 1px;
    margin-right: 1px;
}

.ui-datepicker th {
    color: #b2b0a9;
    font-weight: normal;
}

.ui-datepicker .ui-state-default {
    border: none;
    background: #fbf1d6;
    text-align: center;
    font-weight: normal;
    color: #231e09;
    padding-top:4px;
    padding-bottom:4px;
    padding-left: 0px;
    padding-right: 0px;

}

.ui-datepicker .ui-state-disabled .ui-state-default {
    background: #e9e9e7;
}

.ui-state-disabled.ui-datepicker-today .ui-state-default {
    background: #d3d2ce !important;
}

.ui-datepicker .ui-state-highlight {
    background: #d3d2ce;
}

.ui-datepicker .ui-state-active {
    background: #ff9600 !important;
}

.ui-datepicker .ui-state-hover {
    background: #ffe0b3;
}

.ui-datepicker .ui-datepicker-today .ui-state-hover {
    background: #d3d2ce;
}

.ui-datepicker .ui-widget-header .ui-icon {
    background: url(/images/sobframe/cal_frame.png) no-repeat;
}

.ui-datepicker .ui-icon-circle-triangle-e {
    background-position: 0px 0px !important;
}

.ui-datepicker .ui-icon-circle-triangle-w {
    background-position: 0px -44px !important;
}

.ui-datepicker-header .ui-state-hover {
    background: none !important;
    border: none !important;
    cursor: pointer;
    padding: 0px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px !important;
    top: 5px !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important;
    top: 5px !important;
}

.ui-datepicker .ui-datepicker-next-hover .ui-icon {
    background-position: 0px -24px !important;
}

.ui-datepicker .ui-datepicker-prev-hover .ui-icon {
    background-position: 0px -68px !important;
}

.ui-datepicker-month {
    text-transform: capitalize;
}

.ui-datepicker table {
    font-size:  12px;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 16px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 5px;
}

.ui-widget {
    font-size: 12px;
}

/* UI Datapicker End */

.ui-autocomplete .ui-menu-item a.ui-corner-all {
    white-space: nowrap;
}

input:focus { outline: none; }

#searchresult {
	min-height: 410px;
	background: #fff;
}

#promo .title-promo {
	color: #B2B0A9;
	font-size: 40px;
	margin-bottom: 10px;
	display: block;
	margin-left: -2px;
}

#promo {
	font-family: 'SelfMyriad', 'Arial';
    width: 42%;
	font-size: 28px;
	line-height: 1.2;
	color: #212117;
	margin-top: 55px;
    margin-right: 18px;
}

#transfer-manual {
	float:left;
}

.base_margin_top {
	margin-top: 16px;
}

#errorbox a {
	color: #FFEFCC;
}

#errorbox .button_small_white {
	margin-left: 20px;
	margin-right: 30px;
	display: inline-block;
}

#errorbox .button_small_white input {
	cursor: pointer;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
}

#errorbox .button_small_white:first-child {
	margin-left: 0;
}

#errorbox.errorbox-green {
	background: url(/images/transfer/errorbox_body_green.png);
}

.cancellation-time {
    border-top: solid 2px #ffffff;
}

span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}


#promo-block {
	width: 944px;
    height: 128px;
	/* background-image: url("/images/flex/promo/City.png"); */
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 800px 128px;

    padding-top: 70px;
}

#promo-block .promo-car-pic {
    width: 270px;
    height: 100px;
    background-image: url("/images/flex/promo/Car.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 270px 100px;
    position: absolute;

    margin-left: 340px;
    margin-top: 54px;
}

#promo-block .promo-title {
    font-size : 36px;
    line-height : 44px;
    color : #4F5655;
    position: absolute;

    margin-left: 323px;
    margin-top: -60px;
    text-align: center;
}

#promo-block .promo-items {
    position: absolute;
    overflow: auto;
    margin-top: 160px;
    margin-left: 71px;
}

#promo-block .promo-item {
    float: left;
    width: 190px;
    margin: 5px;
    text-align: center;
    padding-top: 72px;
}

#promo-block .promo-item1 {
    background: url("/images/flex/promo/S.png") 63px 0 no-repeat;
}

#promo-block .promo-item2 {
    background: url("/images/flex/promo/Table.png") 63px 0 no-repeat;
}

#promo-block .promo-item3 {
    background: url("/images/flex/promo/Wait.png") 63px 0 no-repeat;
}

#promo-block .promo-item4 {
    background: url("/images/flex/promo/Help.png") 63px 0 no-repeat;
}

.promo-item-title-main {
     font-size : 20px;
     line-height : 24px;
     color : #4D5453;
     font-weight: bold;
 }

.promo-item-title-sub {
    font-size : 14px;
    line-height : 20px;
    color : #7F8D8B;
}


@media only screen and (max-width: 890px) {
    #promo-block .promo-item {
        width: 160px;
    }

    #promo-block {
        margin-left: 10px;
        width: 744px;
    }

    #promo-block .promo-items {
        margin-left: 0;
    }


    #promo-block .promo-car-pic {
        margin-left: 227px;
    }

    #promo-block .promo-title {
        margin-left: 227px;
    }

    #promo-block .promo-item1, #promo-block .promo-item2, #promo-block .promo-item3, #promo-block .promo-item4 {
        background-position: 44px 0;
    }

}

@media only screen and (max-width: 751px) {
    #promo-block .promo-item {
        width: 120px;
    }

    #promo-block {
        margin-left: 10px;
        width: 590px;
        padding-top: 0;
        background-size: 590px auto;
    }

    #promo-block .promo-car-pic {
        margin-left: 163px;

        background-size: 200px auto;
    }

    #promo-block .promo-title {
        margin-left: 227px;
    }

    #promo-block .promo-item1, #promo-block .promo-item2, #promo-block .promo-item3, #promo-block .promo-item4 {
        background-position: 25px 0;
    }

    #promo-block .promo-title {
        font-size: 28px;
        line-height: 34px;
        margin-top: -5px;
        margin-left: 180px;
    }


    #promo-block  .promo-item-title-main {
        font-size : 14px;
        font-weight: bold;
        line-height : 14px;
    }
    .promo-item-title-sub {
        font-size : 12px;
        line-height : 14px;
    }

}

@media only screen and (max-width: 598px) {
    #promo-block, #promo-block .promo-car-pic {
        background: none;
    }
}
