.q_logo {
  margin: 10px 45px;
}
.q_logo_right_div {
  vertical-align: middle;
  padding-top: 40px;
  text-align: right;
}
.q_logo_right_div a {
  padding: 0px 8px 0px 5px;
}
.border_right {
  border-right: 1px solid #888;
}
.q_top {
  width: 100%;
  position:relative;
}
.q_top .q_type_menu {
  background-color: rgb(0,146,216);
  margin: 20px 0px 0px 0px;
}
.q_type_menu li {
  border-top: 1px solid transparent;
}
.q_type_menu li a {
  height: 20px;
  vertical-align: middle;
}
.q_top .center {
  background-color: rgb(0,146,216);
}
.q_top li {
  width: 83px;
  float: left;
  padding: 10px 0px;
}
.q_top li span, .q_top li a{
  width: 100%;
  text-align: center;
  display: block;
  color: white;
}
.q_top li a:hover {
  color: white !important;
}
.border_right_white {
  border-right: 1px solid #ddd;
}
.q_top li.cur {
  background-color: rgb(26,49,129);
}
.q_top li.cur span, .q_top li.cur a{
  border:0px;
}
.q_type {
  width: 100%;
  height: 300px;
  background-size: cover;
  -moz-background-size:cover;
  -webkit-background-size:cover;
  -o-background-size:cover;
  background-repeat: no-repeat;
  display:none;
  position: relative;
}
.q_type.cur {
  display:block;
}
.q_cer {
  border-bottom: 1px solid #ddd;
}
.q_top .q_cer .center {
  background-color: rgb(248,248,248);
  margin-top: 50px;
  margin-bottom: 30px;
}
.item {
  width: 33%;
  float: left;
}
.item div {
  padding:0px 69px;
}
.item img {
  float: left;
}
.item span {
  display: block;
  float: left;
  margin: 20px 0px 0px 15px;
  font-size: 16px;
}
.item .right {
  float: right !important;
}
.section {
  width: 470px;
  margin-top: 150px;
  border: 1px solid #efefef;
  background-color: white;
  position: relative;
}
.section img {
  border: 0px;
  position: absolute;
  top: -120px;
  left: 108px;
}
.textDiv {
  width: 100%;
  float: left;
  margin: 150px 0px 50px 0px;
  text-align: center;
}
.textDiv span {
  width: 100%;
  text-align: center;
  font-size:24px;
  margin: 20px 0px;
  float: left;
}
.textDiv a {
  float: left;
  text-align: center;
  background-repeat: no-repeat;
  width: 200px;
  margin: 10px 135px;
  color: white;
  font-size: 20px;
  padding: 13px 0px;
}
.orange {
  color: rgb(243,105,37);
}
.blue {
  color: rgb(0,145,215);
}
a.btn_orange {
  background-image: url(/images/quotation/btn_orange.png);
}
a.btn_blue {
  background-image: url(/images/quotation/btn_blue.png);
}
a.btn_gray {
  background-image: url(/images/quotation/btn_gray.png);
}
a.btn_blue:hover, a.btn_orange:hover {
  color:white !important;
}
a.btn_gray, a.btn_gray:hover {
  color:#555 !important;
}
.type_template {
  width: 500px;
  min-height: 200px;
  margin: 50px 0px;
  border: 2px solid rgb(0,147,216);
  background-color: #fff;
  overflow: hidden;
  position: relative;
  max-height: 340px;
  z-index: 10;
}

.q_type .center {
  background-color: transparent;
}

.type_template .types {
  width: 60px;
  background-color: rgb(0,147,216);
  position: absolute;
  height: 340px;
}

.type_template .types li {
  width: 100%;
  text-align: center;
  float: none;
  padding:8px 0px;
  cursor: pointer;
}

.type_template .types li.line {
  width: 80%;
  margin: 0px 10%;
  border-bottom: 1px solid rgb(153,213,241);
  padding: 0px;
}
.type_template .types li.cur {
  background-color: #fff;
}
.type_template .types li.cur span {
  color: rgb(0,147,216);
}
.slogan {
  position: absolute;
  top: 140px;
}
.requirement_template input[type="text"] {
  width: 113px;
  padding: 1px 0px 1px 5px;
  border: #999 1px solid;
  height: 20px;
}
.requirement_template textarea,  .requirement_template  input.long {
  width: 325px;
}
.requirement_template textarea {
  height: 34px;
}
textarea.high1 {
  height: 40px;
}
textarea.high {
  height: 60px;
}
textarea.high2 {
  height: 90px;
}
.requirement_template div {
  float: left;
  margin: 5px 10px;
}

.requirement_template {
  float: right;
  width: 440px;
  min-height: 180px;
  padding: 10px 0px;
  position:relative;
  max-height: 320px;
}

.requirement_template span.tleft {
  width: 40px;
  text-align:left;
  margin-right: 5px;
}

.requirement_template span {
  margin-right: 10px;
  width: 60px;
  float: left;
  text-align: right;
  height: 24px;
  vertical-align: middle;
}

.clear0 {
  float: left;
  width: 100%;
  margin: 0px !important;
}

.requirement_template select {
  width: 120px;
  height: 24px;
}

.requirement_template input[type="radio"], .requirement_template input[type="checkbox"] {
  float: left;
}
span.txtright {
  text-align: center;
  float: none;
  margin-left: 10px;
}
.requirement_template input.submitForm {
  position: absolute;
  right: 20px;
  bottom: 5px;
  background: transparent;
  background-image: url(/images/button/button-yellow.png);
  border: 0px;
  width: 131px;
  height: 32px;
  background-repeat: no-repeat;
  padding: 0px;
  color: white;
}
.mod-template {
  margin-top: -300px;
  background: transparent !important;
}
.requirement_template form {
  display: none;
}
.type-btn {
  position: absolute;
  bottom: 1px;
  width: 10px;
  left: 22px;
  display:none;
}
.q_top li a.more {
  background-image: url(/images/quotation/arrow_down_white.png);
  background-repeat: no-repeat;
  background-position: 80% 50%;
  -moz-background-size:15%;
  -webkit-background-size:15%;
  -o-background-size:15%;
  background-size: 15%;
  left: initial;
}
.q_top li .div-more {
  position: absolute;
  width: 83px;
  z-index: 100;
  background-color:rgb(0,146,216);
  margin-top: 9px;
  padding-bottom: 10px;
  display:none;
}

.q_top li.li-more.visible .div-more {
  display:block;
}
.q_top li .div-more a {
  padding: 5px 0px;
}
.q_top li.login{
  float:right;
}
.q_top li.login a {
  width: 40px;
}
.q_top li.user {
  //background-color: white;
  border-top: 1px solid rgb(0,146,216);
  float: right;
}

.q_top li.user a {
  //color: rgb(0,146,216) !important;
  color:white;
}
.q_top li.user img {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  vertical-align: middle;
  margin-top: -2px;
}
.q_top li.user .div-more {
  background-color: white;
  border: 1px solid #efefef;
  border-top: 0px;
}
.q_top li.user.visible .div-more {
  display:block;
}
.q_list2 .content .title {
  text-align: center;
  color: #888;
  background: white !important;
  width: 100%;
  margin-bottom: 50px;
}
.q_list2 .content button {
  background: rgb(0,146,216);
  border: 0px;
  border-radius: 3px;
  color: white;
  padding: 10px 20px;
  margin-top:40px;
  line-height: 15px;
}

.edui-image-upload2 {
  position: relative;
  float: left;
  width: 120px;
  height: 120px;
  margin: 5px 0 0 5px;
}
.edui-image-upload2 .edui-image-icon {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-image: url('/includes/js/umeditor2/dialogs/image/images/upload2.png');
}
.edui-image-form {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.edui-image-form .edui-image-file {
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
}
.q_list2 {
  float: left;
  width: 100%;
  min-height: 700px;
}
.q_left {
  width: 160px;
  float: left;
  border: 1px solid #efefef;
}

.q_left .header {
  background-color: rgb(243,243,243);
  padding: 10px 0px 10px 20px;
  position: relative;
}

.q_left a.type {
  font-size: 14px;
  cursor:pointer;
}
.q_left a.type:hover {
  color:#333 !important;
}

.q_left #types {
  left: 0px;
  width: 158px;
}
.q_left #types:before {
  margin-left: 75px;
}
.q_left #types:after {
  margin-left: 75px;
}
.q_left .nav a {
  float: left;
  width: 120px;
  text-align: left;
  cursor: pointer;
  letter-spacing: 1px;
  padding: 10px 0px;
  margin: 2px 0px 0px 20px;
  border-bottom: 1px solid #eee;
  border-length: 80%;
}

.q_left .nav {
  background: #fff;
  float: left;
}

.q_left .nav a.cur {
  color: rgb(0,146,216);
}

.quotation.q_list2 .content,.q_list2 .content {
  width: 820px;
  float: right;
  text-align: center;
}

.q_publish {
  float: left;
  background-color: rgb(243,243,243);
  border: 1px solid rgb(230,230,230);
  padding: 20px;
  padding-left: 0px;
  width: 800px;
  min-height: 650px;
}
.icon-area {
  height: 100%;
  width: 130px;
}
.content-area{
  width: 660px;
}
.q_publish .icon-area, .q_publish .content-area {
  margin: 0px;
  padding: 0px;
}
.icon-area img {
  width:80px;
}
.q_publish div {
  float: left;
  margin-top: 15px;
}

.q_publish span {
  width: 95px;
  float: left;
  text-align: right;
  margin-right: 5px;
}

.q_publish input.long {
  width: 526px;
}
.q_publish select {
  width: 218px;
  height: 30px;
  line-height: 30px;
}

.q_publish input {
  padding: 5px 0px 3px 0px;
  width: 206px;
  padding-left:10px;
  height: 20px;
  line-height: 20px;
  float: left;
  border: #999 1px solid;
}
.q_publish input[type="radio"], .q_publish input[type="checkbox"]{
  border:0px;
}
input.dollar {
  padding-left: 15px;
  width: 201px;
}
.q_publish textarea {
  width: 532px;
  height: 80px;
  float: left;
}

.q_list2 .q_publish button {
  margin: 10px 0px 0px 100px;
}

.q_publish form#form {
  margin: 0px;
}
.edui-dialog-image {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.edui-image-content {
  height: auto !important;
}
.top_search {
  border: 1px solid rgb(230,230,230);
  float:right;
  padding:15px;
  width:788px;
  background: white;
  position: relative;
}
.top_search span, .top_search input, .top_search select {
  float:left;
}
.content .top_search span {
  margin:0px 10px;
  padding: 5px 0px;
}
.top_search input {width:400px;margin-right:50px;height: 25px;}
.top_search select {
  width:190px;
}
.list {
  float: left;
  width: 100%;
  background: white;
  margin-top: 20px;
}
.total {
  margin: 5px 0px;
}

.list table, .baby_detail table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.list table tr:first-child{
  background:rgb(246,250,253);
}
.list table tr:first-child td{
  border-top: 2px solid rgb(148,166,178);
  border-bottom:0px;
}
.list table td {
  padding:10px 0px;
  border-bottom:1px solid #efefef;
}

.list table tr:last-child td {
  border-bottom:0px;
}
.list table a{
  color:rgb(0,146,216);
}
.edui-dialog-image .edui-image-item .edui-image-delete {
  position: absolute;
  right: 0;
  background: url('/includes/js/umeditor2/dialogs/image/images/close.png');
  width: 17px;
  height: 17px;
  cursor: pointer;
  z-index: 1;
}
.manage.list table td:first-child {
  width: 300px;
}
.manage.list table td:first-child img {
 float:left;
}
.manage.list table td:first-child span {
  float: left;
  width: 170px;
  margin-left: 10px;
  height: 20px;
  margin-top: 30px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.manage.list table td:first-child .flight-info span{
  width:80px;
 }
.content .nav {
  display: none;
}
table.forumline.new-forumline tr:first-child{
  background:none;
}
table.forumline.new-forumline tr:first-child td
{
  border:0px
}
.top_search .button-panel {
  float: left;
  margin-right: 10px;
}

.top_search .q_search {
  float: right;
}
.popDiv li a {
  text-align: center;
}
.top_search .more {
  left: 139px;
  top: 42px;
}
.top_search .moveto {
  left: 193px;
  top: 42px;
}
.q_list2 .requirement .content {
   width: 100%;
 }
.q_list2 div.quotation_content span{
  font-weight: normal;
}
div.q_list2 .requirement span.value {
  text-align: left;
}

.user_requirement div.quotation_content .content {
  width: 100%;
  color: #333;
  font-weight: normal;
}
.user_requirement div.quotation_content .requirement {
   border: 1px solid #efefef;
   background: white;
   margin: 10px 0px;
   padding: 10px 0px;
 }
.user_requirement div.quotation_content  span, .user_requirement  div.quotation_content div.contact div.content a {
  font-weight: normal;
}
.user_requirement div.quotation_content span.value, .private_dialogue_box div.quotation_content span.value {
  text-align: left;
  min-width: 120px;
}
.user_requirement .from_company a {
  width: 100%;
}
.user_requirement .from_company .company {
  padding: 10px 1%;
  background-color: white;
  width: 98%;
  border: 1px solid #efefef;
}
.user_requirement .from_company .company img {
  width:auto;
  height:auto;
}
.user_requirement .from_company .company div {
  float: left;
  width:500px;
  margin: 20px 0px;
}
.from_company .company div span.title, .company span.title {
  font-size: 14px;
  width:100%;
  padding-left: 0px;
}
.from_company table {
  float: left;
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
}
.from_company table tr:first-child {
  background: rgb(243,243,243);
}
.from_company table  td {
  text-align:center;
  padding: 10px 0px;
}
button.btn-blue {
  background: rgb(0,146,216);
  border: 0px;
  border-radius: 3px;
  color: white;
  padding: 10px 20px;
  margin-top: 40px;
}
.img-group {
  float:left;
  margin: 0px 10px;
  max-width: 380px;
}
.user_requirement .row {
  margin: 20px 0px 10px 0px;
}
.user_requirement .row img {
  float:left;
  margin: 0px 10px 10px 0px;
  width: 300px;
  max-width: 300px;
  max-height: 230px;
}
.row .img-group img {
  width: 180px;
  max-width: 180px;
  max-height: 110px;
}
#map {
  width: 290px;
  height: 230px;
  margin-top: 0px;
}
.company {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.company .div-title {
  width: 80%;
}

.company button.btn-blue {
  margin-top: 20px;
}
span.prev-unit {
  position: absolute;
  top: 0px;
  left: 20px;
}
span.value.long {
  width: 320px !important;
}

.from_company .company .q-info span {
  float: left;
  width: auto;
  margin-right: 20px;
}
.from_company .company div.company-detail {
   width: 100px;
   float: right;
 }
div.quotation table td:nth-child(4) span {
  max-width: 200px !important;
}

div.quotation table td{
  padding-left: 5px;
}
.user_requirement .from_company .company div.q-info {
  padding: 0px;
  margin: 0px;
}
.margin-short {
  margin:10px 0px !important;
}
.popPanel .list {
  margin-top: 0px;
}

.q_publish span.tleft {
  width: 40px;
  text-align:left;
  margin-right: 5px;
  padding-left: 5px;
}
.q_publish input[type="radio"] {
  float: left;
  width: auto;
  margin-top: 5px;
}
.q_publish input[name=hour],.q_publish input[name=minute] {
  width: 85px;
  float: left;
}
.q_publish input[type="checkbox"] {
  height: 20px;
  width: 20px;
  margin-top: 5px;
}
.q_publish div.stopover div{
  display:none;
}
.activity-type span {
  width: 50%;
  margin: 0px;
  text-align: center;
  background: white;
  padding: 10px 0px;
  letter-spacing: 1px;
}
.activity-type span:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.activity-type span:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.activity-type {
  float: left;
  width: 100%;
}

.activity-type span.cur {
  background: rgb(0,146,216);
  color: white;
}

span.tcenter {
  text-align: center;
}

form#form-group {
  float: left;
  line-height: 2.5em;
  margin: 10px 0px 10px 0px;
  display: none;
}
a.route-add{
  color:rgb(0,146,216);
  background: url(/templates/horse/images/more_add.png) no-repeat 0 3px;
  padding-left:15px;
  margin-left: 100px;
  cursor: pointer;
}
.div-add-flight{
  color: #000000;
  text-align: left;
}
#div-add-route {
  position: fixed;
  top: 25%;
  left: 35%;
  z-index: 10000;
  width: 600px;
  height: 500px;
  border: 4px solid rgba(65,65,65,0.4);
  background: #ffffff;
}
.div-add-flight .flights {
  width: 98%;
  margin: 10px 1% 0px 1%;
}
.q_list2 .content .div-add-flight .title {
  color: #333;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  text-align: center;
  border: 0px;
}
.q_publish .div-add-flight button {
  float: left;
  margin: 0px 0px 0px 20px;
}

.div-add-flight span {
  line-height: 2.5em;
  min-width: 65px;
  width: auto;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.div-add-flight input {
  width: 160px;
}

.div-add-flight .search {
  margin: 0px 1%;
  width: 98%;
  border:1px solid #efefef;
  padding-bottom:15px;
}
.flights-search {
  width: 100%;
  height: 310px;
  overflow-y: auto;
}
.flights-search table {
  width: 98%;
  margin: 0px 1%;
  border-collapse: collapse;
}
.flights-search table tr:first-child {
  background: rgb(239,239,239);
}
.q_publish .group-btn {
  margin: 10px 0px 0px 210px;
}
.tb-flight {
  display:none;
}
#tb_overlay {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #CCC;
  opacity: 0.6;
  margin: 0px;
}
.flight-search {
  margin: 0px 1%;
  width: 98%;
  border: 1px solid #efefef;
  padding: 15px 0px;
  float: left;
  background: white;
}
.flight-search button {
  float: left;
  margin: 0px 0px 0px 50px !important;
}

.flight-search span {
  line-height: 2.5em;
  width: 80px;
  float: left;
  text-align: right;
  margin-right: 5px;
}
.flight-search input {
  width: 230px;
  float: left;
  padding: 6px 0px;
  padding-left: 10px;
  height: 20px;
  float: left;
  border: #999 1px solid;
}
.div-add-flight .flight-search span {
  width: 65px;
}
.div-add-flight .flight-search input {
  width: 160px;
}
.div-add-flight .flight-search button {
  margin: 0px 0px 0px 20px !important;
}
.flights span, .selected_routes .route span, .selected_return_routes .route span{
  width: auto;
}
.flights span.direction1 {
  background-position: 0px -188px;
  padding-left: 63px;
  text-align:left;
}
.flights {
  margin-top:0px;
  width: 100%;
}
.flights div {
  margin-top: 0px;
}
img.delete {
  width: 15px;
  margin-top: 7px;
  cursor: pointer;
  float: left;
}
span.interval {
  padding-left: 63px;
}
a.use, a.detail {
  color:rgb(0,146,216);
  cursor: pointer;
}
.q_publish div.selected_routes, .q_publish div.selected-return-routes{
  width: 100%;
}
.q_publish div.selected-routes .route, .q_publish div.selected-return-routes .route{
  width: 92%;
  float: right;
}
.q_list2 .q_publish .title {
  text-align: left;
  background: none !important;
  width: 100%;
  margin-bottom: 30px;
  font-size: 14px;
  border-bottom: 1px dashed #bbb;
  padding: 0px;
  padding-bottom: 10px;
}
.type-select select {
  width: 100%;
}
.q_publish .type-select {
  width: 100%;
}

.q_list2  .type-select button {
  margin: 20px 0px 0px 0px;
  padding: 10px 30px;
}
body {
  font-family: Microsoft YaHei;
}
tr {
  height: 25px;
}
.selected-routes div.flights {
  width: 90%;
  float: right;
}
form#form .div-add-flight {
  position: initial;
  background: none;
  border: 0px;
  margin: 0px;
  width: 100%;
}
form#form .div-add-flight .flight-search span {
  width: 80px;
}
form#form .div-add-flight .flight-search button {
  margin: 0px 0px 0px 50px !important;
}
form#form .flight-search, form#form .flights-search{
  background: white;
}

form#form .flight-search, form#form .flights-search table{
  width:100%;
  margin:0px;
  background: white;
}
div#div-add-route .flights-search table tr:first-child {
  background: none;
}
.flight-info span {
  line-height: 2.5em;
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align:center !important;
  height: 25px !important;
  font-weight:bold;
}
.flight-info span.direction1 {
  background-position: 0 10px;
  background-image: url(/templates/horse/images/arrow_single.png);
  padding-left: 45px;
}
.flight-info span.interval {
  padding-left: 45px;
}
span.flight-info-city {
  margin-top:-10px !important;
  font-weight:normal;
}
.flights-search span{
  text-align:center;
}
.q_publish .route {
  width: 100%;
  margin-top: 0px;
}
.route div {
  margin-right:10px;
  margin-top: 10px;
}

.q_publish .flight-info {
  margin: 0px;
}
a.used {
  color: #ccc !important;
}
tr.cur {
  background: rgb(239, 239, 239) !important;
}
.group-btn button.Close {
  margin-left: 58px;
}
.flight-info {
  float: left;
  margin: 5px 0px;
}
.apply input[type="text"] {
  height: 24px;
}
.selected-routes, .selected-return-routes {
  width: 100%;
}
.flights-search .flight-info {
  margin: 5px 0px;
}
.user_requirement .from_company .company div.flight-info {
  text-align: center;
  padding: 0px;
  margin: 5px;
}
span.days {
  color: #888;
  width: 30px !important;
  margin-left: -35px !important;
}

span.timelong {
  color: #aaa;
  background: url(/templates/horse/images/time.png);
  background-repeat: no-repeat;
  background-position: 0px 8px;
}
.q_publish div.remark {
  margin: 0px 0px 0px 100px;
  width: 100%;
  text-align: left;
}
.q_list2 .travel_detail .title {
  margin-bottom: 15px;
  cursor: pointer;
}

span.mark {
  width:auto;
  font-size:18px !important;
  background-color:rgb(0,146,216);
  color:white;
  border-radius:5px;
  padding: 6px;
  margin-top: -6px;
  margin-right: 5px;
}
.travel_detail .title span {
  text-align: left;
  font-size: 14px;
}
.travel_detail form div {
  display:none;
}
.travel_detail form div.title {
  display:block;
  width: 100%;
}
form{
  width:100%;
}
.title1 {
  font-size: 18px;
  margin: 30px 0px;
  font-weight: bold;
}

span.icon {
  width: 6px;
  display: block;
  background-color: rgb(0,146,216);
  height: 24px;
  float: left;
  margin: -2px 10px 0px 0px;
  padding: 0px;
}

.travel_detail .title {
  padding-left: 0px;
  width: 100%;
  margin-bottom: 20px;
}
.travel_detail form div {
  float: left;
  width: 100%;
}

.ver-line {
  border-left: 1px solid rgb(0,146,216);
}
.set .ver-line, .view .ver-line {
  width: 15px;
  float: left;
  margin-top: 30px;
}
button.btn-white {
  background: white;
  border: 0px;
  border-radius: 3px;
  color: rgb(0,146,216);
  padding: 10px 20px;
  margin-top: 40px;
  border: 1px solid rgb(0,146,216);
}

.set div, .view div, .travel_detail .route div, .travel_detail div.extra {
  width: 968px;
  float: right;
  margin-bottom:5px;
}
.icon {
  background-repeat: no-repeat;
  padding-left: 9px;
}
.set {
  background-image: url(/images/quotation/set.png);
}
.view {
  background-image: url(/images/quotation/view.png);
  background-position-x: -5px;
}
.travel_detail .route {
  background-image: url(/images/quotation/route.png);
  background-position-x: -5px;
  margin-bottom: 30px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.view div {
  margin-top:5px;
}
.travel_detail .route div {
  margin:0px;
}
.q_travel span {
  width: 100%;
  display:block;
  margin: 0px 10px 10px 0px;
}

.q_travel {
  width: 490px;
}

.company .q_travel button {
  margin-top: 26px;
}
span.bottom-line {
  border-bottom: 1px solid #ccc;
  width: 983px;
  display: block;
  float: left;
  padding-bottom: 10px;
}
.travel_detail div.extra  {
  margin-top:-10px;
}
.moveto li a {
  text-align: left !important;
}
a.addinfo {
  color: rgb(0,146,216);
  background: url(/templates/horse/images/arrow_blue.png);
  cursor: pointer;
  padding-right: 15px;
  width: 60px;
  text-align: right;
  display: block;
  background-repeat: no-repeat;
  background-position: 55px -45px;
}
div.quotation .r-user table td:nth-child(3) {
  min-width: 300px;
  max-width: none;
}
.r-user table td:nth-child(3) span {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
  max-width: 150px;
  display: block;
  float: left;
  text-align: right;
}
.r-company table td:nth-child(4) span {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
  max-width: 150px;
  display: block;
  float: left;
  text-align: right;
}
.clear2{
  height: 2px;
  clear: both;
}
span.quotation_type {
  background-image: url(/images/quotation/icons.png) !important;
}
span.quotation_14 {
  background-position: 0px -598px;
}
span.quotation_4 {
  background-position: 0px -550px !important;
}
div.button-panel span.button-fresh {
  background-position: 2px -3px;
}
div.button-panel span.button-trash {
  background-position: 4px 0px;
}
li.user.selected {
  background-color: white;
}
li.user.selected a{
  color: rgb(0,146,216) !important;
}
div.quotation .r-user table td:nth-child(2) {
  text-align: left;
  min-width: 120px;
}
.private_dialogue_box div.quotation_content div.content {
  max-height:none;
}
.private_dialogue_box div.content a.all span{
  transform: rotate(180deg);
}
.private_dialogue_box div.content a.all{
  bottom: 2px;
  right: 5px;
}
span.quotation_3 {
  background-position: 0px -121px;
}
a.top_contact {
  background:none;
}
.popPanel .nav span{
  text-align: center;
  line-height: 2.5em;
  width:95px;
}
div.apply .type table td {
  text-align: left !important;
  width: 25% !important;
}
div.apply .type table input[type="checkbox"] {
  float:left;
  margin-top: 4px;
}
div.apply .type span {
  cursor: default;
}
.baby_detail div.list{
  margin-top: 50px;
}
.baby_detail div.list table td{
width: 18%;
padding: 10px 1%;
}
.user_requirement .baby_detail table tr.white {
  background: white;
}
.user_requirement .baby_detail table td{
  text-align: center;
  padding:10px 0px;
}
.user_requirement .baby_detail table tr:nth-child(2) td {
  border: 0px;
}
.user_requirement .baby_detail table tr:nth-child(2) td:first-child {
  border-left: 1px solid rgb(206,206,206);
}
.user_requirement .baby_detail table tr:nth-child(2) td:last-child {
  border-right: 1px solid rgb(206,206,206);
}
.user_requirement .baby_detail table tr td {
  border: 1px solid rgb(206,206,206);
}
.user_requirement .baby_detail table tr {
  background: rgb(243,243,243);
}
.content{
  width: 100%;
}
.products{
  width: 98%;
  float: left;
  background: white;
  border: 1px solid #efefef;
  padding: 1%;
  margin-bottom: 10px;
}
.products .title{
  width:100%;
  padding: 0px;
  margin-bottom: 10px;
}
.products .title span.title {
  width:80%;
}
.products .title span.price {
  width:18%;
  float:right;
  text-align:right;
  margin-right:2%;
}
.products .title span {
  margin:0px;
  padding:0px;
}
.products .product-info {
  margin-left:10px;
  width:750px;
}
.products .product-info div{
  margin:0px;
}
.views {
  height: 40px;
  overflow: hidden;
}
.product-info button{
  margin-top:20px;
}
.q_publish form{
  line-height: 2.5em;
}
.user_requirement .from_company .company .img-area {
  width: 150px;
  margin: 0px;
  height: auto;
}
.baby_detail {
  width: 100%;
}
.company table button.btn-blue {
  margin-top: 0px;
}
.travel_detail .route, .travel_detail .set, .travel_detail .view {
  width: 100%;
}
.img-area {
  width: 220px;
  height: 140px;
  float: left;
  text-align: center;
}
div.quotation_content .img-area img {
  float:none;
}
.div-img {
  width: 486px;
  margin-right:24px;
  text-align:center;
}
button.company-phone {
  margin-right: 30px;
}
.div-img img{
  max-width:486px;
  max-height:270px;
}
.company span.title{
  font-size:16px;
}
.ad-thumb-list img {
  width: 115px;
  height: 76px;
}
.div-img .ad-gallery .ad-image-wrapper{
  width:486px;
  height:270px;
}
.div-img .ad-gallery .ad-thumbs li a img, .div-img .ad-gallery .ad-thumbs li a.ad-active img {
  border: 0px;
}
.div-img .ad-gallery .ad-nav .ad-thumbs {
  height: 76px;
}
.company-detail span.title {
  margin-bottom:20px;
}
.flights span.interval {
  text-align: left;
}

.flights-search table  td:first-child {
  padding-left:20px;
  min-width: 100px;
}
.flights-search table  td:last-child {
  padding-right:20px;
  text-align: center;
}
#div-add-route .flights-search table tr:first-child td:nth-child(2)
{
  padding-left:90px;
  min-width:140px;
}
.flights-search table td:nth-child(4){
  text-align: right;
  min-width:50px;
}
.div-add-flight .transfer {
  width: auto;
  white-space: normal;
}
.airline {
  width: 80px;
  height: 30px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.q_publish div.flight-detail {
  margin: 0px;
}

.flight-detail  .airline {
  margin-right:15px;
  width:100px;
  text-align:left;
}
.from_company .company .flight-info span {
  width:80px;
  font-weight:bold;
  line-height:28px;
}
.flight-info span.days{
  margin-left:-30px !important;
}
.from_company .company .flight-info span.timelong{
  margin-left:30px;
  font-weight: normal;
}
.from_company .company .flight-info span.flight-info-city {
  color: #888;
  font-weight: normal;
  margin-top: 0px !important;
}
.user_requirement .from_company .company div.flight-info div {
  margin: 0px;
  padding: 0px;
}
.flight-direct{
  background-position: 0px 8px;
  background-image: url(/templates/horse/images/arrow_single.png);
  width: 38px;
  height: 22px;
  background-repeat: no-repeat;
}
.user_requirement .from_company .company div.flight-info div.flight-detail-depart,.user_requirement .from_company .company div.flight-info div.flight-detail-arr{
  width:120px;
}
.user_requirement .from_company .company div.flight-info div.flight-direct{
  width: 38px;
  margin: 0px 10px;
}
.user_requirement .from_company .company div.flight-info div.flight-detail-depart span{
  text-align:right !important;
  float:right;
}
.user_requirement .from_company .company div.flight-info div.flight-detail-arr span{
  text-align:left !important;
}
.user_requirement .from_company .company div.flight-info span{
  overflow: visible;
}
.from_company .company .flight-info span.timelong {
  margin-left: 30px;
  font-weight: normal;
}
.from_company table  td:nth-child(2) {
  text-align:center;
  padding-left: 100px;
}
.from_company table tr:first-child td:nth-child(2) {
  padding-left: 240px;
  text-align:left;
  width: 300px;
}
.user_requirement .from_company .company div.flight-info div.flight-time {
  width: 60px;
}
.from_company .company .flight-info span.timelong {
  margin:0px;
  padding-left: 20px;
  width: auto;
}
.from_company table tr td {
  min-width: 80px;
}
.user_requirement .from_company .pickup div.title{
  margin:28px 0px 12px 0px;
}
.user_requirement .from_company .pickup div.detail{
  float: right;
  width: 210px;
  margin-top: 5px;
  padding-right: 10px;
}

.user_requirement .from_company .pickup div.detail span{
  margin-top: 25px;
  letter-spacing:1px;
  width:auto;
}
.popContainer {
  z-index: 20000;
}
.airports-area {
  position: absolute;
  z-index: 100;
  border: 1px solid #ccc;
  background-color: #ffffff;
  max-width: 328px;
  padding: 5px;
  display: none;
}
.airports-area div {
  line-height:20px;
}
.popContainer div#search_key_div {
  left: 106px;
  width: 118px;
}
.popContainer div#search_key_div div {
  width: 97%;
  padding: 0px 0px 0px 3%;
}
div.area-dollar{
  position: absolute;
  right: 0px;
  top: -15px;
  width: 218px;
}
div.area-dollar input{
  padding-left: 0px;
}
input.dollar-cent {
  width: 53px;
  border-left:0px;
  text-align: left;
}
input.dollar-dollar {
  width: 130px;
  border-right: 0px !important;
  position: relative;
  text-align: right;
}

input.dollar-dot {
  width: 23px;
  border-left: 0px;
  border-right: 0px;
  font-weight: bold;
  text-align: center;
}
div.area-dollar span.prev-unit{
  left: 0px;
  width: 20px;
}
.area-received-14 table tr td {
  width: 20%;
  min-width:auto;
}
.area-received-14 table tr:first-child td:nth-child(2) {
  padding-left: 0px;
  text-align: center;
  width: auto;
}
.area-received-14 table  td:nth-child(2) {
  padding-left: 0px;
}
