/* CSS Document */
* {
	margin:0;
	padding:0;
/*	border:0; */
}

a:hover { 
	text-decoration:none;
}

a:active, a:focus {
  outline: none;
}

ul { 
	list-style-position:inside;
	margin-bottom:10px;
} 

html, body { 
	background:#75a7d9 url(/media/img/header.jpg) 50% 0 no-repeat;
	font-family:Tahoma;
	font-size:13px;
	color:000;
	height:100%;
}

.main_body {
	position:relative;
	width:1000px;
	margin:0 auto;
	min-height:100%;
}

*html .main_body {       /* ie */
  height:100%;
}

.header { 
	position:relative;
	overflow:hidden;
	width:920px;
	margin:0 auto; 
}

a.logo {
	position:absolute;
	top:65px;
	left:100px;
	display:block;
	background:url(/media/img/logo.png) no-repeat;
	width:231px;
	height:89px;
}

.phone {
	float:right;
	padding:20px 35px 15px 0;
	font-size:24px;
	color:#243e90;
}

.phone span {
	color:#3399ff;
}

.search {
	float:right;
	padding:0 20px 55px 0;
	width:270px;
	position:relative;
	}

.search label {
	font-size:12px;
	font-weight:bold;
	color:#005996;
	display:block;
	padding-bottom:10px;
	}

.choice select {
	width:270px;
	height:22px;
	margin-bottom:10px;
	border:1px solid #005996;
	color:#3399ff;
}
.date{
    width: 210px;
}
.date input {
	background:url(/media/img/bg_date.png) no-repeat;
	width:93px;
	height:22px;
	margin-right:5px;
	padding:3px 0 0 5px;
	cursor:default;
	color:#3399ff;
	border: 0px;
}

.form_submit{
    float: right;
    background:url(/media/img/ok.png) 0 0 no-repeat;
    cursor: pointer;
    height: 22px;
    width: 40px;
    border: 0px;
}

@media all and (min-width: 0) {      /*for Opera*/
	.date input { padding:0 0 0 3px; }
}

ul.menu {
	width:920px;
	height:30px;
	background:url(/media/img/bg_menu.png) no-repeat;
	color:#3399ff;
	font-weight:bold;
	margin-bottom:20px;
	padding:5px 0 0 15px;
}

ul.menu li {
	float:left;
	list-style:none;
}

ul.menu li span.house2 {
	background:url(/media/img/house2.png) no-repeat;
	width:13px;
	height:11px;
	margin-top:3px;
	display:block;
	float:left;
}

ul.menu li a {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

ul.menu li a:hover {
	color:#3399ff;
}

a.house, a.house:hover {
	background:url(/media/img/house.png) no-repeat;
	width:13px;
	height:11px;
	display:block;
	float:left;
	margin-top:3px;
}

a.house:hover {
	background:url(/media/img/house2.png) no-repeat;
}

span.slech {
	margin:0 7px;
	color:#3399ff;
}

.bg_index {
	background:url(/media/img/bg.png) no-repeat;
	width:920px;
	height:206px;
	margin:0 auto;
	position:relative;
}

.aaa {
	margin-top:-215px;
	position:relative;
	float:left;
	
}

h1 {
	font-size:24px;
	color:#fff;
	font-weight:normal;
	margin-bottom:20px;
}

.company_text {
	width:600px;
	height:190px;
	float:left;
}

.company {
	margin:10px 20px 10px 0;
	float: left;
}

.all_news {
	margin:10px 0;
	float:right;
	width:260px;
}

ul.news li {
		margin-bottom:10px;
		list-style-position:outside;
		list-style:none;
	}

ul.news li a {
	font-size:12px;
	color:#3399ff;
}

a.all_news {
	color:#363795;
	margin-top: 0px;
}

.index_text {
	background:#fff;
	width:880px;
	margin:0 auto;
	margin-bottom:3px;
	padding:15px 20px 20px;
	position:relative;
	float:left;
	margin-left:40px;
	-margin-left:20px;
}

.index_text2 { 
	overflow:hidden;
	position:relative;
	float:left; 
	top:-235px;
	z-index:3;
	margin-bottom:-235px;
}

.content {
	background-image: url('/media/img/bg_content.png');
	background-position: left top;
	background-repeat:repeat-x;
	background-color: #fff;
	display: block;
	width:880px;
	margin:0 auto;
	padding:15px 20px 20px 20px;
	overflow-x:hidden;
	min-height: 320px;
	height: auto !important;
	height: 320px;
/*	min-height: 55%;
	height: auto !important;
	height: 55%; */
}

*html .content {       /* ie */
 /* height:50%; */
}

h6, h6 a {
	font-size:10px;
	color:#3399ff;
	margin-bottom:10px;
	font-weight:normal;
	}

h3 {
	font-size:18px;
	color:#363795;
	font-weight:normal;
}
h3 a{
    color: #363795;
}

p {
	margin-bottom:10px;
}

a.contract {
	color:#000292;
}

.dispatch input {
	width:155px;
	height:15px;
	border:1px solid #e2e2e2;
	border-top:2px solid #9e9e9e;
	border-left:1px solid #9e9e9e;
	margin-bottom:10px;
	font-size:11px;
	padding-left:5px;
}

.dispatch_submit {
	width:40px;
	height:30px;
	margin:-30px 0 30px 175px;
	*margin:-30px 0 30px 90px;
}

.dispatch_submit input {
	background:url(/media/img/ok.png) 0 0 no-repeat;
	width:40px;
	height:22px;
	border:0;
	cursor:pointer;
}

.dispatch_submit input:active {
	margin-left:1px;
	margin-top:1px;
}

ul.direction {
	margin:0 0 30px 30px;
	list-style:none;
}

ul.direction li {
	margin-bottom:10px;
}

ul.under {
	margin-top:-10px;
	*margin-top:0;
}

ul.under li {
	margin:0 0 0 5px;
	list-style:none;
}

ul.country {
	width:200px;
	list-style:none;
	float:left;
	list-style-position:outside;
}

ul.country li {
	height:20px;
	border-bottom:1px dotted #bad3ec;
	font-size:11px;
	color:#3399ff;
	line-height:20px;
}

ul.country li a {
	font-size:11px;
	color:#243e90;
	text-decoration:none;
}

ul.country li a.active, ul.country li a:hover {
	color:#3399ff;
}


.text {
	float:right;
	width:660px;
	padding-left:20px;
	overflow:hidden;
}

.text img{
    margin-right: 10px;
}

h2 {
	font-size:24px;
	color:#243e90;
	font-weight:500;
	margin-bottom:10px;
}

ul.rubrics {
	overflow:hidden;
	margin-bottom:20px;
}

ul.rubrics li {
	float:left;
	margin-right:1px;
	background:#75a7d9;
	color:#3399ff;
	height:20px;
	list-style:none;
	padding:0 2px;
}

ul.rubrics li a {
	font-size:12px;
	color:#fff;
	padding:0 2px;
	text-decoration:none;
}

ul.rubrics li a.active, ul.rubrics li a:hover {
	color:#0033aa;
}

img.des {
	margin:0 20px 15px 0;
	float:left;
}

ul.country_list {
	overflow:hidden;
	list-style-position:outside;
}

ul.country_list li {
	width:208px;
	list-style:none;
	float:left;
	padding:0 12px 20px 0;
}

ul.country_list li a {
	font-size:11px;
	color:#3399ff;
	margin-right:5px;
}

.country_list_img {
	background:url(/media/img/bg_img.png) no-repeat;
	width:208px;
	height:130px;
}

.country_list_img img {
	margin:8px 0 0 8px;
}

h4 {
	font-size:12px;
	color:#243e90;
	margin:7px 0;
}

ul.sity, ul.hotels {
	list-style:none;
	margin-top:10px;
	list-style-position:outside;
}

ul.hotels li {
	margin-bottom:6px;
}

ul.hotels span{
    color: #363795;
}

ul.hotels a{
    color: #363795;
}

ul.hotels a.star_2, ul.hotels span.star_2  {
	font-size:12px;
	padding-right:90px;
	background:url(/media/img/two_star.png) 100% 50% no-repeat;
}

ul.hotels a.star_3, ul.hotels span.star_3 {
	font-size:12px;
	padding-right:90px;
	background:url(/media/img/three_star.png) 100% 50% no-repeat;
}

ul.hotels a.star_4, ul.hotels span.star_4 {
	font-size:12px;
	padding-right:90px;
	background:url(/media/img/four_star.png) 100% 50% no-repeat;
}

ul.hotels a.star_5, ul.hotels span.star_5 {
	font-size:12px;
	padding-right:90px;
	background:url(/media/img/five_star.png) 100% 50% no-repeat;
}

.search_block { 
	width:100%; 
	padding:15px 0 15px 0; 
	border-bottom:1px solid #d4d0c8;
}

.form_search { 
	overflow:hidden;
}

.form_search div { 
	float:left;
	padding-right:20px;
}

.form_search select, .form_search input {
	border:1px solid #d4d0c8;
	border-top:2px solid #83817c;
	border-left:2px solid #83817c;
	height:17px;
	margin-top:5px;
} 

.form_search select { 
	height:20px;
	-height:17px;
}

.form_search label {
	font-size:12px;
	color:#363795;
}

.form_search label.pretext {
	font-size:11px;
	color:#568fc8;
	margin-right:5px;
}

.search_country select {
	width:115px;
}

.search_date input {
	width:115px;
	background:url(/media/img/bg_select.png) 100% 0 no-repeat;
	cursor:default;
	margin-right:10px;
}

.search_price input {
	width:50px;
	background:#d4d0c8;
	margin-right:5px;
}

.search_duration select{
	width:40px;
	margin-right:5px;
}

.people select {
	width:140px;
	margin-right:10px;
}

.people input {
	width:40px;
	background:#d4d0c8;
	margin-right:5px;
}

.search_resort input {
	*border:none;
	margin:5px 5px 0 0;
	width:12px;
	height:12px;
	*width:17px;
	*height:17px;
}

a.go_hotels, .go_hotels {
	font-size:13px;
	color:#fff;
	background:#75a7d9;
	text-decoration:none;
	padding:3px !important;
}

.no_border input { 
	*border:none; 
	margin-right:3px; 
	width:12px; 
	height:12px; 
	*width:17px; 
	*height:17px;
}

.form_search .food { 
	margin:15px 0 20px 0; 
	clear:both;
}

.form_search .food { 
	clear:both;
}

.food select {
	width:200px;
}

.form_search .go { 
	clear:both;
}

.go { 
	padding-bottom:30px; 
	width:125px; 
	height:40px;
	margin-top:20px;
	}


.go input {
	background:url(/media/img/go_tour.png) no-repeat;
	width:125px;
	height:35px;
	cursor:pointer;
	border:none;
	margin:0;
	padding:0;
}

.go input:active { 
	margin:1px 0 0 1px;
}

.system { 
	margin:27px 0 0 20px;
	-margin:100px 0 0 -55px;
}

.system a { 
	color:#363795;
}

.result_country {
	width:300px;
}

.form_search a { 
	font-size:11px; 
	color:#363795;
}

.form_search span { 
	padding-right:20px;
}

.reset input, .apply input {
	background:url(/media/img/reset.png) no-repeat;
	width:60px;
	height:22px;
	border:none;
	cursor:pointer;
	margin:0;
	padding:0;
}

.apply input {
	background:url(/media/img/apply.png) no-repeat;
	width:87px;
}

.buttons { 
	width:100%; 
	padding-left:650px; 
	margin-bottom:5px; 
	height:25px; 
}

.reset { 
	width:65px; 
	height:22px; 
}

.apply { 
	width:90px; 
	height:22px; 
}

.reset input:active { 
	margin-left:2px; 
	margin-top:2px; 
}

.apply input:active { 
	margin-left:2px; 
	margin-top:2px; 
}

.form_search .result_table { 
	color:#363795;
	padding:0;
}

table.result, table.country_result {
	width:100%;
	background:#bad3ec;
	margin-bottom:15px;
	margin-top:5px;
}

table.country_result .group_name{
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 5px;
}

tr.title td { 
	background:#75a7d9; 
	border-right:1px solid #fff; 
	border-bottom:1px solid #fff; 
	font-size:12px; 
	color:#fff; 
	padding:0 5px;
}

tr td { 
	border-right:1px solid #fff; 
	border-bottom:1px solid #fff; 
	font-size:11px; 
	padding:0 5px; 
/*	height:20px; */
}

/* pixel - 25/05/2010 */
tr td.zig {	height:20px; }
tr td.tix { height:20px; } 




tr td.td10  { width:60px; }
tr td.td1, tr td.td2, tr td.td3 { width:50px; }
tr td.td4 { width:100px; }
tr td.td5 { width:140px; }
tr td.td6 { width:60px; }
tr td.td7 { width:80px; }
tr td.td8 { width:245px; }
tr td.td9 { width:70px; }
tr td.td9 a { margin-left:15px; }
a.td10 { color:#882329;}

.block_food select { 
	width:155px;
}

.block_food { 
	margin-top:15px;
}

.search_price { 
	width:190px; 
	margin-top:15px;
}

.result_table p span { 
	text-align:right;
}

.form_search .page { 
	float:right; 
	padding-right:0;
}

table.country_result a { 
	color:#363795;
}

.clear { 
	clear:both;
	font-size:0;
	height: 0px;
	line-height: 0px;
}

.clear2 {
	font-size:0px;
	display:block;
	clear:both;
	width:100% !important;
	float:none !important;
	padding:0 !important;
	height:1px;
	margin-bottom:0 !important;
}

.footer {
	/*width:920px;
	margin:0 auto;
	height:90px;
	border-top:5px solid #243e90;
	background:#75a7d9;*/
	clear:both;
	width:920px;
	height:100px;
	border-top:5px solid #243e90;
	background:#75a7d9;
	/*position:absolute;
	margin-left:40px;
	bottom:0;
	*/
	margin: 0 auto;
}

.footer p {
	font-size:11px;
	color:#243e90;
	padding:10px 20px;
}

.ui-datepicker {
	z-index:5;
}
.link_to_list{
    padding-top: 15px;
}
.link_to_list a{
    font-size: 12px;
    color: #363795;
}
