/*					jquery.datePicker
************************************/

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f7953b;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f2a55e;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
/**** generalStyles **//**** generalStyles **//**** generalStyles **//**** generalStyles **/
body {
background: url(../images/bg.jpg) repeat-x;
background-color:#dadada;
font-family: "Arial";
font-size:14px;
}
/**** generalStyles **/
.container,.footer{
	margin:0 auto;
	width:990px;
}
.container{
	overflow:hidden;
}
	.footer .footerline {
width:990px;
height:5px;
border-top:#eee 1px solid;
}
	.footer{
	    font-family:"Arial";
		font-size:11px;
		padding-top:10px;
		overflow:hidden;
	}
		.footer .left{
			float:left;
			width:400px;
		}
		.footer .left .phones{
			color:#000;
		}
		.footer .left .phones span{
			margin-left:26px;
		}
		.footer .center{
			float:left;
			width:250px;
		}
		.footer .center .tv{
			height:17px;
		}
		.footer .center .dev{
			height:40px;
		}
		.footer .center .dev_logo{
			width:94px;
			height:40px;
			background:url(../images/ldf.jpg) no-repeat;
			float:left;
			text-indent:-9999px;
		}
		.footer .center .dev_text{
			width:79px;
			height:40px;
			float:left;
			padding-top:5px;
		}
		.dev_text a{
		color:#7F7F7F;
		text-decoration:none;
		}
		.dev_text a:hover{
		text-decoration:underline;
		}
		.footer .center .links{
			float:left;
			width:250px;
		}
		.footer .center .links a{
			padding-left:30px;
			color:#000;
			text-decoration:none;
		}
		.footer .center .links a:hover{
			text-decoration:underline;
		}
		.footer .right{
			float:left;
			width:340px;
			font-size:9px;
			color:#7f7f7f;
		}
/**** mainHeader **/
	.header{
		width:990px;
		height:115px;
	}
		.header .logo{
			display:block;
			background:url(../images/logo.jpg) no-repeat;
			width:274px;
			height:115px;
			text-indent:-666666px;
			float:left;
			outline:none;
		}
		.header .searchblock{
			width:372px;
			height:115px;
			float:left;
		}

/* buttons */

		.header .searchblock .buttons{
				padding-left:100px;
				padding-top:34px;
				position:absolute;
		}
			.header .searchblock .buttons a{
				text-indent: -99999px;
				display: block;
				float:left;
				background-color: transparent;
				width:155px;
				height:55px;
				background-image:url(../images/buttons.jpg);
				background-repeat: no-repeat;
				outline:none;
			}
			
			.header .searchblock .buttons a.sitemap{
				width: 55px;
				background-position: 0px 0px;
			}
			.header .searchblock .buttons a.sitemap:hover{
				background-position: 0px -55px;
			}

			.header .searchblock .buttons a.wap{
				width: 55px;
				background-position: -55px 0px;
			}
			.header .searchblock .buttons a.wap:hover{
				background-position: -55px -55px;
			}

			.header .searchblock .buttons a.mail{
				width: 55px;
				background-position: -110px 0px;
			}
			.header .searchblock .buttons a.mail:hover{
				background-position: -110px -55px;
			}
			
/* search */

		.header .searchblock .search{
			padding-left:65px;
			padding-top:69px;
		}

			 input.button{
				text-indent: -99999px;
				display: block;
				float:left;
				background-color: transparent;
				width:59px;
				height:27px;
				background-image:url(../images/search.jpg);
				background-repeat: no-repeat;
				border:0px;
				margin-left:3px;
				outline:none;
				*position:absolute;
			}
			
			 input.button{
				width: 59px;
				background-position: 0px 0px;
			}
			 input.button:hover{
				background-position: 0px -27px;
			}
			
			.header .searchblock .search .input_img{
				background:url(../images/input.jpg) no-repeat;
				border:0px;
				width:178px;
				height:27px;
				float:left;
			}
			.header .searchblock .search .input{
				border:0px;
				margin:5px 0 0 7px;
				width:160px;
				
			}
		.header .phone{
			float:left;
			background:url(../images/phone.jpg) no-repeat;
			width:344px;
			height:115px;
			display:block;
		}
		
/**** navigation **/

	.nav {
	   font-family: "Arial";
	   font-size: 16px;
	   width:990px;
	   height:25px;
	   padding-left:7px;
	   font-weight:normal;
	}

	.nav ul {
	   float: left;
	   width:auto;
	   margin: 0px;
	   padding: 0px;
	
	}

	.nav li {
	   float: left;
	   list-style-type: none;
	   width:auto;
	   padding:0 4px;
	   background:url(../images/m.jpg) no-repeat 100% 60%;
	}
	
	.nav li ul {
		display:none;
		list-style-position:outside!important;
	}
	.nav li:hover ul,
	.nav .hover ul {
		display:block;
	}
	.nav  ul  ul li{
		list-style-type:disc;
		list-style-position:inside;
		_margin-left:10px;
	}
		.nav  ul  ul li a{
			display:inline-block;
			font-size:14px;
			font-weight:normal;
			_margin-left:-20px;
		}
	.nav  ul ul{
		position:absolute;
        width:227px;
		background:url(../images/c_m.jpg) repeat-y;
	}
		.nav  ul ul li{
			background:none;
			float:none;
			_width:100%;
			padding-left:15px;
		}
			.nav  ul ul li:hover ul,
			.nav  ul ul .hover ul{
				display:block!important;
			}
			.nav  ul ul ul{
				top:0;
				left:100%;
				_left:218px;
				display:none!important;
				z-index:222;
			}
		.nav  ul ul .top{
			display:block;
			width:100%;
			height:11px;
			background:url(../images/menu_top.jpg) no-repeat;
			list-style-type:none;
			list-style-position:outside;
			*font-size:0;
			*line-height:0;
			_position:static;
			_margin:0;
		}
		.nav  ul ul .bottom{
			_margin:0;
			list-style-position:outside;
			list-style-type:none;
			display:block;
			width:100%;
			height:11px;
			background:url(../images/c_d.jpg) no-repeat;
			*font-size:0;
			*line-height:0;
			_position:static;
		}

	.nav a {
	   display: block;
	   text-decoration: none;
	   padding: 1px 10px 1px 10px;
	   color: #000;
	
	}
	.nav a:hover {
	   color: #185287;
	   text-decoration:none;
	}
	
	.nav .active a, .nav .active a:visited, .nav .active a:hover  {
	   text-decoration: none;
	   padding: 1px 10px 1px 9px;
	   color: #ec8819;
	   cursor: default;
	}
	@media all and (min-width:0px) {
		head~body .nav  ul  ul li {background:url(../images/c_m.jpg) repeat-y;}
		head~body .nav  ul  ul li a {padding-left:0;}
		head~body .nav  ul  ul ul{left:227px;}
	}



/**** main image **/

		.image{
			width:990px;
		}

		.inner_image{
			width:990px;
		}

/**** content **/
	.content{
		padding:10px 0 0;
	}
		.content img	{border:0px;}
		.content table	{width:auto;}

		.content a:link,
		.content a:visited,
		.content a:hover,
		.content a:active	{color:#000;text-decoration:underline;}
		.content a:visited	{color:#333;}
		.content a:hover	{color:#222;text-decoration:none;}
		.content a:active	{color:#d50000;}

		.content li	{list-style-type:disc;padding-left:2px;}
		.content p	{margin-bottom:.5em; padding:0 0;}
		.content h1	{margin-bottom:.5em; padding:0 10px;
		margin-top:0px;
					color:#005d93;
			text-decoration:none;
			font-size:16px;
			line-height:16px;
			font-weight:bold;}

		.content h1, p	{padding:0 10px;}
		.content .page a {color:#005d93!important;}
		.tour_content {
		width:683px!important;
		padding-left:10px;
		font-size:12px;
		}

		.content .page .tour_content .header .title {
		padding-left:0!important;
		}

		.content .page .tour_content table td{
		margin:12px;
		}
		
		.content .page .tour_content .header{
		width:683px!important;
		}

/* left panel */

	.content .leftPanel{
		width:226px;
		float:left;
	}

	.content .leftPanelCountry{
		width:230px;
		float:left;
	}

	.content .leftPanelCountry .block {
		width:230px;
		float:right;
	}

	.content .leftPanelCountry .block .top1{
		width:230px;
		height:50px;
		background:url(../images/vn_1_t.jpg) no-repeat;
			margin-top:10px;
		
	}

	.content .leftPanelCountry .block .top_articles{
		width:230px;
		height:50px;
		background:url(../images/top_articles.jpg) no-repeat;
		
	}
	
	.content .leftPanelCountry .block .hotels_t{
		width:227px;
		height:50px;
		background:url(../images/hotels_t.jpg) no-repeat;
		
	}

	.content .leftPanelCountry .block .services_vn_t{
		width:230px;
		height:33px;
		background:url(../images/services_vn_t.jpg) no-repeat;
		
	}

	.content .leftPanelCountry .block .dr_usl_na_napr{
		width:230px;
		height:50px;
		background:url(../images/dr_usl_na_napr.jpg) no-repeat;
		
	}

	.content .leftPanelCountry .block .usl_na_dr_napr{
		width:230px;
		height:50px;
		background:url(../images/usl_na_dr_napr.jpg) no-repeat;
		
	}
	
	
	.content .leftPanelCountry .block .middle1{
		width:230px;
		background:url(../images/vn_1_m.jpg) repeat-y;
		
	}			
	.content .leftPanelCountry .block .middle1 ul{
		margin:0px;
		padding-left:35px;
		padding-right:20px;
		list-style-position:outside;
	}
	.content .leftPanelCountry .block .middle1 li{
	}

/********************************************************************************************************************************************************************/			
	.content .leftPanelCountry .block .middle1 li a{
		color:#000;
		text-decoration:none;				
	}
	.content .leftPanelCountry .block .middle1 li a:hover{
		text-decoration:underline;
	}
	
/********************************************************************************************************************************************************************/

	.content .leftPanelCountry .block .down1{
		width:230px;
		height:11px;
		background:url(../images/vn_1_d.jpg) no-repeat;
		
	}




	.content .leftPanelCountry .tour{
		padding-top:2px;
		padding-left:15px;
	}



	.content .leftPanelCountry .block .top2{
		width:230px;
		height:33px;
		background:url(../images/vn_2_t.jpg) no-repeat;
		margin-top:10px;
		
	}

	.content .leftPanelCountry .block .middle2{
		width:230px;
		background:url(../images/vn_1_m.jpg) repeat-y;
		
	}			
	.content .leftPanelCountry .block .middle2 ul{
		margin:0px;
		padding-left:35px;
		padding-right:20px;
		list-style-position:outside;
	}
	.content .leftPanelCountry .block .middle2 li{
		
	}

/********************************************************************************************************************************************************************/			
	.content .leftPanelCountry .block .middle2 li a{
		color:#000;
		text-decoration:none;				
	}
	.content .leftPanelCountry .block .middle2 li a:hover{
		text-decoration:underline;
	}
	
/********************************************************************************************************************************************************************/

	.content .leftPanelCountry .block .down2{
		width:230px;
		height:11px;
		background:url(../images/vn_1_d.jpg) no-repeat;
		
	}

	.content .leftPanelCountry .icq{
		padding-top:10px;
		padding-left:3px;
	}

	.content .leftPanelCountry .block .top3{
		width:230px;
		height:50px;
		background:url(../images/vn_3_t.jpg) no-repeat;
		float:left;
		margin-top:10px;
		
	}

	.content .leftPanelCountry .block .middle3{
		width:230px;
		background:url(../images/vn_1_m.jpg) repeat-y;
		overflow:hidden;
		
	}			
	.content .leftPanelCountry .block .middle3 ul{
		margin:0px;
		padding-left:35px;
		padding-right:20px;
		list-style-position:outside;
	}
	.content .leftPanelCountry .block .middle3 li{
		
	}

/********************************************************************************************************************************************************************/			
	.content .leftPanelCountry .block .middle3 li a{
		color:#000;
		text-decoration:none;				
	}
	.content .leftPanelCountry .block .middle3 li a:hover{
		text-decoration:underline;
	}
	
/********************************************************************************************************************************************************************/

	.content .leftPanelCountry .block .down3{
		width:230px;
		height:11px;
		background:url(../images/vn_1_d.jpg) no-repeat;
		
	}

	.content .centerPanelCountry{
		width:732px;
		float:left;
	}

	.content .centerPanelCountry .page {
		width:703px;
		padding-left:21px;
	}

	.content .centerPanelCountry .page .top {
		width:741px;
		height:11px;
		background:url(../images/vn_top.jpg) no-repeat;
		font-size:0;
	}

	.content .centerPanelCountry .page .middle{
		width:741px;
		background:#eaf8fb;
		
	}

	.content .centerPanelCountry .page .middle .header{
		width:741px;
		height:40px;
	}
	.content .centerPanelCountry .page .middle .title{
		width:565px;
		float:left;
	}
	.content .centerPanelCountry .page .middle .grafic{
		width:128px;
		float:left;
		position:relative;		
	}
	
		.content .centerPanelCountry .page .middle .send{
		width:128px;
		float:left;
		position:relative;		
	}
	
		.content .centerPanelCountry .page .middle .send .popup{
			position:absolute;
			top:40px;
			right:10px;
			width:300px;
			border:1px solid #000;
			background:#fff;
			display:none;
		}

		.content .centerPanelCountry .page .middle .send .popup table{
			margin:5px 5px;
		}
		
			.close a{
			background:url(../images/close.jpg) no-repeat!important;
			width:14px!important;
			height:13px!important;
			float:right!important;
			}
		
	.content .centerPanelCountry .page .middle .text{
		margin:0 10px;
	}

	.content .centerPanelCountry .page .down {
		width:742px;
		height:11px;
		background:url(../images/vn_down.jpg) no-repeat;
	}


		.content .centerPanelCountry .page .grafic{
		}
			.grafic a{
				text-indent: -99999px;
				display: block;
				background-color: transparent;
				width:128px;
				height:38px;
				background-image:url(../images/grafic.jpg);
				background-repeat: no-repeat;
				outline:none;
			}
			
			.grafic a.btn{
				width: 128px;
				background-position: 0px 0px;
			}
			.grafic a.btn:hover{
				background-position: 0px -38px;
			}



		.content .centerPanelCountry .page .send{
		}
			.send a{
				text-indent: -99999px;
				display: block;
				background-color: transparent;
				width:128px;
				height:38px;
				background-image:url(../images/send.jpg);
				background-repeat: no-repeat;
				outline:none;
				margin:3px 3px;
				*margin:6px 3px;
			}
			
			.send a.btn{
				width: 128px;
				background-position: 0px 0px;
			}
			.send a.btn:hover{
				background-position: 0px -38px;
			}



/* country block */

		.content .leftPanel .country{
			display:block;
			width:227px;
			float:right;
		}
			.content .leftPanel .country .top{
				width:227px;
				height:50px;
				background:url(../images/c_t.jpg) no-repeat;
				
			}
			.content .leftPanel .country .middle{
				width:227px;
				background:url(../images/c_m.jpg) repeat-y;
				
			}			
			.content .leftPanel .country .middle ul{
				margin:0px;
				padding-left:35px;
				padding-right:20px;
				list-style-position:outside;
			}
			.content .leftPanel .country .middle li{
				
			}

/********************************************************************************************************************************************************************/			
			.content .leftPanel .country .middle li a{
				color:#000;
				text-decoration:none;				
			}
			.content .leftPanel .country .middle li a:hover{
				text-decoration:underline;
			}
			
/********************************************************************************************************************************************************************/
			
			.content .leftPanel .country .middle .name{
				font-size:18px;
				color:#255795;
				width:190px;
				height:39px;
				margin-left:15px;
				
			}
			.content .leftPanel .country .down{
				width:227px;
				height:11px;
				background:url(../images/c_d.jpg) no-repeat;
			}
		.content .leftPanel .tour{
				padding-top:2px;
		}
			.tour a{
				text-indent: -99999px;
				display: block;
				background-color: transparent;
				width:212px;
				height:50px;
				background-image:url(../images/online.jpg);
				background-repeat: no-repeat;
				outline:none;
			}
			
			.tour a.btn{
				width: 212px;
				background-image:url(../images/online.jpg);
				background-position: 0px 0px;
			}
			.tour a.btn:hover{
				background-position: 0px -60px;
				background-image:url(../images/online.jpg);
			}

				.tour a.btn2{
				width: 212px;
				background-image:url(../images/online2.jpg);
				background-position: 0px 0px;
			}
			.tour a.btn2:hover{
				background-position: 0px -60px;
				background-image:url(../images/online2.jpg);
			}
			.tour a.btn2{
			margin-left:8px;

}

/* center panel */

.content .centerPanel .main_content .middle .text {
margin:0 10px;
}

.content .centerPanel .main_content .middle .text a{
color:#005d93;
text-decoration:none;
}
.content .centerPanel .main_content .middle .text a:hover{
text-decoration:underline;
}

	.content .centerPanel{
		width:506px;
		float:left;
	}

	.content .centerPanel .main_content{
			padding-left:21px;
			padding-top:2px;
	}
	.content .centerPanel .main_content .top{
			width:741px;
			height:11px;
			background:url(../images/main_t.jpg) no-repeat;
			font-size:0px;
	}
	.content .centerPanel .main_content .middle{
			width:741px;
			background:#e9f6fb;
			overflow:hidden;
	}
	.middle p{
			margin:0;
	}

	.content .centerPanel .main_content .down{
			width:741px;
			height:11px;
			background:url(../images/main_d.jpg) no-repeat;
	}
/* center panel top news block */

		.content .centerPanel .top{
			padding-left:21px;
		}

		.content .centerPanel .top .left{
			width:4px;
			height:274px;
			background:url(../images/m_l.jpg) no-repeat;
			float:left;
		}
		.content .centerPanel .top .cont{
			width:223px;
			height:274px;
			background-color:#FFFFFF;
			float:left;
		}
		.content .centerPanel .top .name{
			width:178px;
			height:37px;
			padding-top:5px;
			padding-left:10px;
		}
		.content .centerPanel .top .name a{
			text-decoration:none;
			color:#005d93;
			font-size:16px;
			line-height:16px;
			font-weight:bold;
		}
		.content .centerPanel .top .name a:hover {
			text-decoration:underline;
		}
		.content .centerPanel .top .news{
			width:178px;
			height:91px;
			color:#000;
			padding-left:10px;
		}
		
		.content .centerPanel .top .news a{
			color:#005d93;
		}
		.content .centerPanel .top .middle{
			width:10px;
			height:274px;
			background:url(../images/m_m.jpg) no-repeat;
			float:left;
		}
			.content .centerPanel .top .cont .white{
				width:181px;
				height:122px;
				border:0px;
				margin-left:20px;
				padding-top:10px;
			}
		.content .centerPanel .top .right{
			width:4px;
			height:274px;
			background:url(../images/m_r.jpg) no-repeat;
			float:left;
		}

/* scroll block */

		.content .centerPanel .scroll{
			width:467px;
			height:132px;
			float:inherit;
			padding-top:10px;
			padding-left:20px;
		}

		.content .centerPanel .scroll .left{
			width:15px;
			height:132px;
			float:left;
			background:url(../images/l_s.jpg) no-repeat;
		}
		.content .centerPanel .scroll .middle{
			width:437px;
			height:128px;
			float:left;
			background:url(../images/m_s.jpg) repeat-y;
			border-bottom:#FFFFFF 1px solid;
			border-top:#FFFFFF 1px solid;
			padding-top:1px;
		}
		.content .centerPanel .scroll .right{
			width:15px;
			height:132px;
			float:left;
			background:url(../images/r_s.jpg) no-repeat;
			*position:absolute;
		}

/* scroller block */
		
		#scroller_container {
			position: relative;
			width: 436px;
			height: 128px;
			overflow: hidden;
		}
		
		#scroller {
			width: 1480px;
		}		
		.scroller_content {
			width: 370px;
			height: 128px;
			float: left;
		}		
		.scroller_content .line {
			width: 20px;
			height: 128px;
			float:left;
			border:0px;
		}
		.scroller_content .block {
			width: 215px;
			height: 128px;
			float:left;
		}
		.scroller_content .block .header {
			width: 215px;
			height: 35px;
			padding-top:10px;
		}
		.scroller_content .block .header a {
			color:#005d93;
			text-decoration:none;
			font-size:15px;
			line-height:15px;
			font-weight:bold;
		}
		.scroller_content .block .header a:hover {
			text-decoration:underline;
		}
		.scroller_content .block .text {
			width: 215px;
			height: 48px;
			font-size:11px;
		}
		.scroller_content .block .price {
			width: 215px;
			height: 20px;
			font-size:16px;
			color:#005d93;
			font-weight:bold;
			padding-top:5px;
		}
		.scroller_content .thumbnail {
			width: 135px;
			height: 128px;
			float:left;
		}
/* right panel */

	.content .rightPanel{
		float:left;
		width:258px;
		margin-left:0px;
	}
	
/* service block */

		.content .rightPanel .service{
				width:250px;
		}
			.content .rightPanel .service .up{
				width:227px;
				height:33px;
				background:url(../images/s_t.jpg) no-repeat;
			}
			.content .rightPanel .service .middle{
				width:250px;
				background:url(../images/vn_1_m.jpg) repeat-y;
			}
			.content .rightPanel .service .middle ul{
				margin:0px;
				padding-left:35px;
				padding-right:20px;
				list-style-position:outside;
			}
			.content .rightPanel .service .middle li{
				
			}
			
			/********************************************************************************************************************************************************************/			
			.content .rightPanel .service .middle li a{
				color:#000;
				text-decoration:none;				
			}
			.content .rightPanel .service .middle li a:hover{
				text-decoration:underline;
			}
			
/********************************************************************************************************************************************************************/

			
			.content .rightPanel .service .middle .name{
				font-size:18px;
				color:#255795;
				width:219px;
				height:23px;
				margin-left:15px;
			}
			.content .rightPanel .service .middle .dopname{
				font-size:18px;
				color:#255795;
				width:219px;
				height:36px;
				margin-left:15px;
			}
			.content .rightPanel .service .down{
				width:250px;
				height:11px;
				background:url(../images/vn_1_d.jpg) no-repeat;
			}

		.content .rightPanel .icq{
				padding-left:0px;
				padding-top:10px;
		}
			.icq a{
				text-indent: -99999px;
				display: block;
				background-color: transparent;
				width:212px;
				height:50px;
				background-image:url(../images/icq.jpg);
				background-repeat: no-repeat;
				outline:none;
			}
			
			.icq a.btn{
				width: 212px;
				background-position: 0px 0px;
			}
			.leftall {
				float: left;
			}
			.icq a.btn:hover{
				background-position: 0px -60px;
			}


/* more block */

		.content .rightPanel .more{
				width:250px;
		}
			.content .rightPanel .more .up{
				width:250px;
				height:50px;
				background:url(../images/d_t.jpg) no-repeat;
			}
			.content .rightPanel .more .middle{
				width:250px;
				background:url(../images/vn_1_m.jpg) repeat-y;
			}
			.content .rightPanel .more .middle ul{
				margin:0px;
				padding-left:35px;
				padding-right:20px;
				list-style-position:outside;
			}
			.content .rightPanel .more .middle li{
				
			}
			
/********************************************************************************************************************************************************************/			
			.content .rightPanel .more .middle li a{
				color:#000;
				text-decoration:none;				
			}
			.content .rightPanel .more .middle li a:hover{
				text-decoration:underline;
			}
			
/********************************************************************************************************************************************************************/

			
			.content .rightPanel .more .middle .name{
				font-size:18px;
				color:#255795;
				width:219px;
				height:23px;
				margin-left:15px;
			}
			.content .rightPanel .more .middle .dopname{
				font-size:18px;
				color:#255795;
				width:219px;
				height:36px;
				margin-left:15px;
			}
			.content .rightPanel .more .down{
				width:250px;
				height:11px;
				background:url(../images/vn_1_d.jpg) no-repeat;
			}


.breadcrumb {
		width:741px;
		padding-left:21px;
		padding-bottom:10px;
}

.breadcrumb .top {
		width:741px;
		height:11px;
		background:url(../images/vn_top.jpg) no-repeat;
		font-size:0;
		margin-top:2px;
}

.breadcrumb .middle {
		width:741px;
		background:#eaf8fb;
}

.breadcrumb .middle .span{
		padding-left:10px;
		width:663px;
}

.breadcrumb .middle a {
		color:#255795!important;
		text-decoration:none!important;
}

.breadcrumb .middle a:hover {
		text-decoration:underline!important;
}

.breadcrumb .down {
		width:741px;
		height:11px;
		background:url(../images/vn_down.jpg) no-repeat;
}

.tours_table {
margin:0 10px 0 10px;
}

.search_tour {
margin-left:10px;
}

.search_tour th {
font-weight:100!important;
}
.red{
color:#FF0000!important;
}
.search_tour td {
font-weight:100!important;
}


.sitemap a{
text-decoration:none!important;
}
.sitemap a:hover{
text-decoration:underline!important;
}

.content .centerPanelCountry .page .tours_table {
width:650px;
margin-left:25px;
}
.content .centerPanelCountry .page .tours_table td{
border-left:#f7953b 1px solid;
width:293px;
height:124px;
}
.content .centerPanelCountry .page .tours_table .block{
width:283px;
padding-left:10px;
}
.content .centerPanelCountry .page .tours_table .title{
color:#005d93;
width:283px;
font-size:15px;
line-height:15px;
font-weight:bold;
margin-bottom:5px;
}
.content .centerPanelCountry .page .tours_table .title a{
text-decoration:none;
}
.content .centerPanelCountry .page .tours_table .title a:hover{
text-decoration:underline;
}
.content .centerPanelCountry .page .tours_table .thumbnail{
width:120px;
height:92px;
float:left;
}
.content .centerPanelCountry .page .tours_table .text{
width:90px;
height:100px;
float:left;
font-size:11px;
}
.content .centerPanelCountry .page .tours_table .text p{
margin-left:10px;
margin-top:0;
}
.content .centerPanelCountry .page .tours_table .price{
width:163px;
color:#005d93;
font-size:16px;
line-height:16px;
font-weight:bold;
float:left;
}
.content .centerPanelCountry .page .tours_table .price p{
margin:0 10px;
}
.content .centerPanelCountry .page .tours_table_bottom {
margin:0;
padding:0;
padding-left:65px;
width:590px;
text-align:center;
}
.content .centerPanelCountry .page .tours_table_bottom p{
margin-top:0  0 0 20px;
}
.grafic_table {
width:683px;
margin:0 5px;
}

.order_table {
margin:0 5px!important;
}
.order_table a{
text-decoration:none!important;
}
.order_table a:hover{
text-decoration:underline!important;
}
.news{
margin:0 8px!important;
}
.comments{
font-size:12px;
}
.post_comment{
font-size:15px;
font-weight:bold;
color:#005d93;
}
.post_div {
width:683px;
border:#dadada 1px solid;
margin-bottom:10px;
}
.date {
font-size:12px;
}
.scaling-image {
max-width:575px;  
_width: expression(this.width > 575 ? 575: true);
}
.text iframe {
margin:0;
border:0px;
width:445px;
font-family: "Arial"!important;
font-size:10px!important;
}

#news_title {
	margin-top: 6px;
}

.main_news_name {
margin:0 15px;
}
.main_news_name a{
color:#005d93!important;
font-size:14px;
line-height:14px;
font-weight:bold;
text-decoration:none!important;
}
.main_news_name a:hover {
text-decoration:underline!important;
}
.main_news_name .main_news_text {
font-size:12px;
margin-top:10px;
padding:10px 15px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.main_news_name img {
height:111px;
max-width:204px;
}
