@charset "windows-1251";
/* CSS Document */

* /*Set's border, padding and margin to 0 for all values*/
{
	background-repeat:no-repeat;
}

form, html, body
{
	padding: 0;
	margin: 0;
}

a:active, a:focus, img { outline: 0; }

a img {border:0}


html, body
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	color:#2A3642;
	background-image:url(/images/bg.gif);
	height: 100%;
}

body
{
	font-size:11px;
	min-height:100%;
}

td, p {font-size:11px;}


p {
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
}

a {color:#B20058}
a:hover {text-decoration:none}

div#mainContainer
{
	margin-left: 10px;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	width:995px;
	background-color:#fff;
	position:relative;
	height: auto !important;
	min-height:100%;
	height: 100%;
}

* html #mainContainer
{
	/*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
	height: 100%;
}

/* ====== COMMON ====== */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.inputdiv
{
	float:left;
}

input.input,input.select {
	height:16px;
	border:1px solid #2A3642;
	color:#252A2E;
	font-size: 11px;
}

input.input
{
	width:104px;
	margin-left:5px;
	margin-top:6px;
	padding:0px;
	line-height:100%;
}

input.okbutton
{
	margin-top:5px;
	margin-left:3px;
}

div.date
{
	width:263px;
	height:18px;
}

div.date span
{
	display: block;
	width: 20px;
	text-align: center;
	font-weight: bold;
	color: #b20058;
	float: left;
	font-size: 11px;
	border-style: solid;
	border-color: #b20058;
	border-width: 0px 0px 3px 0px;
}

div.date em {
	display: block;
	width: 60px;
	float: left;
	font-style: normal;
	color: #b20058;
	padding-left: 5px;
	border-style: solid;
	border-color: #bab7bf;
	border-width: 0px 0px 1px 0px;
}


div.vlist ul
{
	margin:0;
	padding:0;
}

ul.greylist li a
{
	background-image:url(../images/bullet_03.gif);
}

ul.pinklist li a
{
	background-image:url(../images/bullet_06.gif);
}

ul.greylist strong {
	display: block;
	background-color: #b20058;
	color: white;
	width:90%;
}

ul.greylist strong a {
	color: white !important;
}

ul.greylist li.current
{
	background-color:#252A2E;
}

ul.pinklist li.current
{
	background-color:#B20058;
}

ul.greylist li.current a,
ul.pinklist li.current a
{
	color:#fff;
	background-image:none;
}

div.vlist ul
{
	list-style:none;
	margin-left:13px;
	padding-top:10px;
}

div.vlist ul li
{
	line-height:25px;
     display:block;
     background-image:none;
     padding-left:0;
}


ul
{
     list-style:none;
	margin-left:5px;
}

ul li
{
     background-image:url(../images/bullet_03_01.gif);
     background-position:left top;
     padding-left:10px;
}



div.vlist ul li a
{
	background-position:left;
	padding-left:9px;
	color:#252A2E;
}

.blocktitle
{
	font-weight:bold;
	font-size:11px;
	color:#2A3642;
	background-image:url(../images/titlearrow.gif);
	background-position:right;
	padding-right:10px;
	padding-left:50px;
	line-height:26px;
	text-transform:uppercase;
}

/* ====== /COMMON ====== */

/* ====== TOP ====== */

div.top
{
	position:relative;
	width:995px;
	height:95px;
}

div.top div.logo, 
div.top div.telephone,
div.top div.address,
div.top div.topdelim
{
	float:left;
	height:95px;
}

div.top div.topdelim
{
	width:2px;
}

div.top div.address
{
	width:310px;
	height:95px;
}

div.top div.address div
{
	padding-top:40px;
	padding-left:7px;
}

div.top div.currency
{
	position:absolute;
	top:10px;
	right:0;
}

div.top div.currency div.todaybg
{
	background-image:url(../images/top_07.gif);
	width:205px;
	height:25px;
}

div.top div.currency div.today
{
	padding-top:5px;
	padding-left:25px;
}

div.top div.currency span.date
{
	color:#B20058;
	font-weight:bold;
}

div.top div.currency div.rate
{
	padding-left:25px;
	padding-top:4px;
}

div.top div.currency div.rate p.dollar, 
div.top div.currency div.rate p.euro
{
	padding:0;
	margin:0;
	width:115px;
	text-align:center;
}

div.top div.currency div.rate p.dollar
{
	border-bottom:1px solid #BAB7BF;
}
/* ====== /TOP ====== */

/* ====== TOP MENU ====== */

div.topmenu
{
	margin-left:0px;
	clear:both;
	height:42px;
	width:995px;
}

div.topmenu div.menubg
{
  background-image:url(../images/topmenu_04.gif);
	background-repeat:repeat-x;
	background-position:left;
	height:42px;
}

div.topmenu ul
{
	list-style:none;
	margin:0;
	padding:0;
	height:42px;
}

div.topmenu ul li
{
	float:left;
	padding:14px 10px 15px 10px;
	background-image:url(../images/topmenu_06.gif);
	background-position:left;
}

div.topmenu ul li.firstpoint
{
	background-image:none;
	padding-left:5px;
}

div.topmenu ul li#menucurrent
{
	background-color:#2A3642;
}

div.topmenu div#angle
{
	background-image:url(../images/topmenu_03.gif);
	background-position:left;
	width:26px;
	height:42px;
	float:left;
}

div.topmenu ul li a
{
	color:#fff;
	font-weight:bold;
	position:relative;
}

/* ====== /TOP MENU ====== */

/* ====== TOP BANNERS ====== */

div.topbanners
{
	margin-left:0px;
	margin-top:1px;
	width:995px;
	height: 243px;
}

div.topbanners div.mainbanner
{
	float:left;
	z-index:10;
	width:723px;
}

div.topbanners div.topbanner
{
	float:right;
}

.mb {
	width: 722px;
	height: 219px;
	overflow: hidden;
	border: 1px solid #c6c8cc;
	border-left: none;
}

.mb_tabs {
	height: 22px;
	width: 723px;
	overflow: hidden;
}

.mb_tabs div {
	height: 22px;
	width: 143px;
	float: left;
	text-align: center;
	margin-right: 2px;
}

.mb_tabs a, .ban_tab_normal {
	display: block;
	height: 18px;
	padding-top: 4px;
	width: 143px;
	background-color: #b20058;
	background-image: url(/images/ban_tab.png);
	background-repeat: no-repeat;
	color: white;
	text-decoration: none; 
}

.mb_tabs a:hover, .ban_tab_select {
	background-color: #e8eaea  !important;
	background-image: url(/images/ban_tab_over.png) !important;
	background-repeat: no-repeat;
	color: #2a3642  !important;
}

.last_tab {
	margin-right: 0 !important;
}

/* ====== /TOP BANNERS ====== */

/* ====== CONTENT ====== */

div.content
{
	width:995px;
}

div.rightside
{
	margin-top:6px;
	height: auto;
	overflow: hidden;
	width: 265px;
}

/* ====== /CONTENT ====== */

/* ====== LEFT SIDE ====== */

div.leftside
{
	width:168px;
	float:left;
	padding-top: 6px;
	height: auto;
	overflow: hidden;
}

div.leftside div.header
{
	height:26px;
	border-bottom:1px solid #AAAFB3;
}

div.leftside div.leftlistbottom
{
	height:14px;
}

 div.leftlistbottom {
	margin-bottom: 10px;
}

div.leftblock
{
	border-right:1px solid #AAAFB3;
	height: auto;
}

div.countrieshead
{
	margin-top:0 !important;
	background-image:url(../images/h_bg.png);
	height: 20px;
	padding-left: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	padding-top: 6px;
}

.countrieslist {
	width: 160px;
	padding-left: 4px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 0;
}

.countrieslist span {
	display: block;
	padding: 2px;
	padding-left:17px;
	float: none;
	background-image: url(/images/bullet_06.gif);
	background-repeat: no-repeat;
	background-position: 9px 8px;
	margin-top: 3px;
}

.countrieslist div {
	display: block;
	padding: 2px;
	padding-left:27px;
	float: none;
	background-image: url(/images/bullet_06.gif);
	background-repeat: no-repeat;
	background-position: 19px 8px;
}

.countrieslist a {
	color: #252a2e;
}

.countrieslist p {
	margin: 0;
	padding: 3px;
	padding-left: 9px;
}

.countrieslist  img {
	padding-right: 10px !important;
}

.select_country {
	background-color: #bfc2c6;
}

.selected_kurrort {
	background-color:  #bfc2c6;
}

.hidden_specpr {
	display: none;
	height: auto;
}

div.worldmap
{
	margin-top:0 !important;
	border-bottom:none !important;
	background-image:url(../images/blocktitle_05.gif);
}

div.tourshead
{
	background-image:url(../images/tourshead.gif);
	height: 30px !important;
}

div.countryhead
{
	background-image:url(../images/blocktitle_14.gif);
	background-repeat: repeat-x;
}

div.vacancy ul li
{
	line-height:normal;
	padding-bottom:5px;
}

div.vacancy ul li a
{
	color:#B20058;
	background-position:left top;
	background-image:url(../images/bullet_07.gif);
}

div.vacancyhead
{
	background-image:url(../images/blocktitle_19.gif);
}

div.search
{
	height:30px;
	background-color:#E9EBEC;
	margin-top:10px;
	margin-bottom:20px;
}

/* ====== /LEFT SIDE ====== */

/* ====== CENTER SIDE ====== */

div.centerside
{
	width:543px;
	float:left;
	margin:9px;
	margin-left: 9px;
	margin-top: 6px;
	height: auto;
	overflow: hidden;
}

.spec {
		width:800px !important;
}

div.offershead
{
	background-image:url(../images/offers_03.gif);
}

div.offercountryhead
{
	width:521px;
	height:18px;
	margin-top:3px;
}

div.offercountryhead div.country
{
	float:left;
	height:18px;
	width:95px;
	background-color:#2A3642;
	border-top:2px solid #2A3642;
}

div.offercountryhead div.country span
{
	color:#fff;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../images/centerside_10.gif);
	background-position:right;
}

div.offercountryhead div.alloffersby
{
	float:left;
	border-top:2px solid #2A3642;
	background-color:#E9EBEC;
	width:426px;
	height:18px;
}

div.offercountryhead div.alloffersby span
{
	padding-left:8px;
}

div.offercountryhead div.alloffersby a
{
	color:#2A3642;
	padding-left:12px;
	background-image:url(../images/centerside_07.gif);
	background-position:left;
}

div.offer
{
	width:521px;
	border-bottom:1px solid #BAB7BF;
}

div.offer p
{
	margin:0;
}

div.lastoffer
{
	border:0;
}

div.offer div.date
{
	border:0;
	width:95px;
	float:left;
	margin-right:5px;
}

div.offer div.date span
{
	color:#2A3642;
}

div.offer div.icon
{
	padding:10px 10px 5px 0;
	float:left;
	width:40px;
}

div.offer div.offertext
{
	padding-top:10px;
	padding-bottom:5px;
	float:left;
	width:310px;
}

div.offer div.offertext p
{
	margin-bottom:1px;
}

div.offer div.offerprice
{
	font-weight:bold;
	padding-top:10px;
	float:right;
}

a.withplus
{
	background-image:url(../images/plus_03_a.gif);
	background-position:left;
	padding-left:15px;
}

div.alloffers
{
	background-image:url(../images/alloffers_03.gif);
	background-position:left;
	width:521px;
	height:26px;
	margin-top:2px;
	text-align:right;
}

div.alloffers span
{
	display:block;
	padding-top:4px;
	padding-right:15px;
}

/* ====== /CENTER SIDE ====== */

/* ====== RIGHT SIDE ====== */

div.rightside
{
	width:264px;
	float:right;
}

div.newshead
{
	height:29px;
	position:relative;
	background-image:url(../images/news_03_a.gif);
	background-position:left;
	margin-bottom: 10px;
}

div.newshead .blocktitle
{
	padding-left:32px;
}

div.newshead div.newsarch
{
	position:absolute;
	top:7px;
	right:13px;
}

div.news
{

}

div.news div.newstext
{
	padding:0px 10px 5px 10px;
}

div.newstext p
{
	margin:0 0 2px 0;
}

div.newstext p.newsheader a
{
	color:#2A3642;
}

div.newstext p.more
{
	text-align:right;
}

div.newstext p.more a
{
	background-image:url(../images/rightside_07.gif);
	background-position:left;
	padding-left:10px;
}

div.subscribe
{
	width:264px;
	height:38px;
	margin-bottom:20px;
	background-image:url(../images/rightside_11.gif);
	background-position:top;
}

div.subscribe form
{
	padding-left:38px;
	padding-top:5px;
}

div.subscribe form input#subscribe
{
	width:152px;
}

div.rightbanner
{
	margin-top:2px;
	padding-bottom:2px;
	border-bottom:1px solid #BAB7BF;
	width: 175px;
	overflow: hidden;
}

.rightbanner div {
	padding-bottom: 9px;
}

/* ====== /RIGHT SIDE ====== */


/* ====== FOOTER SIDE ====== */

div.footer
{
	width:995px;
	height:90px;
	background-image:url(../images/footer.gif);
	background-position:left;
	position:relative;
	color: white;
}

div.footer div.footeremail
{
	position:absolute;
	top:30px;
	right:65px;
}

div.footer div.footercontacts {
	position: absolute;
	top: 30px;
	left: 211px;
	width: 290px;
}

div.footer  a
{
	color: #fb9bbf;
}

div.footer div.footertels {
	position: absolute;
	top: 30px;
	left: 540px;
	width: 180px;
	font-size: 20px;
	font-weight: bold;
}

div.footertels span {
	font-size: 14px;
	font-weight: normal;
}

div.footertels em {
font-style: normal;
font-size: 11px;
font-weight: normal;
padding-left: 40px;
color: #F499D2;
}

/* ====== /FOOTER SIDE ====== */


/* ====== SUB MENU ====== */

div.submenu
{
	position:absolute;
	border:1px solid #AAAFB3;
	text-align:left;
	background-color:#fff;
	padding-bottom:10px;
	width:auto;
	top:137px;
	padding-right:20px;
	left:0px;
	display:none;
	z-index:30;
}

/* ====== /SUB MENU ====== */

h1 {
	font-size: 14px;
	background-image: url(/images/alloffers_03.gif);
	background-repeat: repeat-x;
	background-color: #e9ebec;
	padding: 4px;
	padding-left: 44px;
	margin-top: 0px;
	margin-bottom: 6px;
}

h2 {
	font-size: 13px;
	margin-bottom: 5px;
}

#maincontent {
	width:545px;
	height: auto;
	float: none;
}

	.collection {
	width: 150px;
	float: left;
	margin: 5px;
	background-color: #F5F5EB;
	padding: 5px;
	height: 190px;
	text-align:center;
}

	.collection img {
	border:2px #505050 solid;
}

	.thumb {
	width: 80px;
	float: left;
	margin: 1px;
	padding: 1px;
	height: 80px;
}

	.thumbimg {
	border:2px solid #ffffff;
}
	.thumbover {
	border: 2px solid #d20000;
}

	.err_block {
	display: none;
	color: white;
	background-color: red;
	padding: 3px;
}

	.umsg_alert {
	background-color:#ebebd6; 
	padding:10px; 
	margin-bottom:10px;
}
	
	.umsg_error {
	background-color:#ff3300; 
	color:#ffffff; 
	padding:10px; 
	margin-bottom:10px;
}

hr {
height: 0px;
color: #aaafb3;
}

.excurs_list td {
	padding-top: 7px;
	padding-bottom: 7px;
}

ul {
	margin-left: 10px;
	margin-top: 3px;

}

.counters {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	height: auto;
}

	.pr1 {
	 height:7px;
	 background-image: url(/images/dh.gif);
	 background-repeat:repeat-x; 
	 background-position: center;
}

	.pr2 {
	 width:7px;
	 background-image: url(/images/dv.gif);
	 background-repeat:repeat-y; 
	 background-position: center;
	 }

	.cat_b1 {
	border-left-width: 0px;
	border-right-width:0px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #9b9b9b;
}

	.cat_b2 {
	border-left-width: 1px;
	border-right-width:0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #9b9b9b;
}

	.cat_b3 {
	border-left-width: 0px;
	border-right-width:1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #9b9b9b;
}

	.cat_b4 {
	border-left-width: 0px;
	border-right-width:0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #9b9b9b;
}

ul.hotlist {
	padding-left:0px;
}

.photoSmall	{background:url(/images/photoSmallBg297.gif) top left no-repeat; width:312px; float:left; margin-left:10px;}
.photoSmallPrew	{background:url(/images/photoSmallPrewBg.gif) top left no-repeat; width:104px; height:104px; float:left;}
.photoSmallPrew img	{margin:3px;}
#picttitle {
	font-weight: bold;
	background-color: #D3D3D3;
}

.table_head {
	color:#ffffff; 
	background-color:#c6006d; 
	font-weight:bold; 
	text-align:left !important;
	}
	
	.table_otel td {background-color:#f0f0f0; font-weight:bold; text-align:left !important;}
	.table_dub td {font-size:16px; font-weight:bold; padding-top:20px;}
	
	#table_specpredl {
	border-collapse: collapse;
	font-size:11px;
}

#table_specpredl td {
	text-align: center;
	vertical-align: top;
}

.toursgroup {
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 7px;
}

.toursgroup1 {

	margin-top: 10px;
	margin-bottom: 7px;
	padding-left: 15px;
}

.tglist {
	padding-left: 38px;
}

.tur {
	padding-left: 30px;
	margin-bottom: 3px;
}

.hidden_tg {
	display: none;
}

.otherhotels {
	 width:115px; 
	 height:160px; 
	 float:left;
	 overflow: hidden;
	 padding-left: 10px;
}

#bigimg {
	display: none;
	padding: 10px;
	background-color: #F2F2F2;
	width: auto;
	height: auto;
	position: absolute;
	z-index: 200;
	left: 150px;
}

#big_img {
	width: 800px;
	height:600px;
	text-align: center !important;
	background-color: white;
}

#bimg {
	display: inline;
}

fieldset {
margin-bottom:7px;
width: 460px;
margin-left:80px;
}

legend {
font-weight:bold;
color: #b20058;
text-indent: 10px;
}

input, select {
font-size:12px !important;
}

.swidth {
	width:100px;
}

.swidth_2 {
	width:240px;
}

.w25 {
	width:108px;
}

.w50 {
	width:220px;
}

.w100 {
	width: 444px;
}


.po_do {
width:18px;
}

.gallery4 {
	padding-top: 32px;
	padding-left: 8px;
	width: 175px;
	height: 174px;
	background-image: url(/images/gallery.png);
	background-repeat: no-repeat;
	margin-right: 15px;
	margin-bottom: 15px;
}

.g4right {
	float: right;
	margin-left: 15px;
}

.g4left {
	float: left;

}

.gallery4 div {
	float: left;
	width: 84px;
	height: 84px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.err_block_fb {
	font-size: 12px;
	padding: 3px;
	padding-bottom: 11px;
	background-image: url(/images/err_block.gif);
	background-repeat: no-repeat;
	width: 229px;
	height: 12px;
	position: absolute;
	margin-top: -12px;
	display: none;
	overflow: hidden;
	text-align: center;
}

.err_block_fb1 {
	font-size: 11px;
	padding: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 11px;
	background-image: url(/images/err_block_1.gif);
	background-repeat: no-repeat;
	width: 159px;
	height: 12px;
	position: absolute;
	margin-top: -12px;
	display: none;
	overflow: hidden;
	text-align: center;
}

.calc {
	width: 202px;
	height: 152px;
	overflow: hidden;
	background-image: url(/images/calc.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 85px;
	margin-left: 720px;
	background-color: White;
	display: none;
}


.calc_close {
	height: 26px;
	float: none;
	width: 202px;
	text-align: right;
}



.calc p {
	padding: 15px;
	height: 30px;
	margin: 0;
	margin-bottom: 3px;
}

.calc table {
	border-collapse: collapse;
	border: none;
	margin-left: 17px;
}

.calc td {
	border-collapse: collapse;
	border: none;
	padding: 0;
	margin: 0;
	padding-right: 15px;
	font-weight: bold;
	font-size: 14px;
}

.calc input {
	border-collapse: collapse;
	border: none;
	width: 92px;
	text-align: right;
	font-weight: bold;
}

#calc_rez {
	padding: 15px;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
}

.calc a {
	display: block;
	padding: 2px;
}

.selected_curr {
	background-color: #c00168 !important;
	color: White !important;
	text-decoration: none !important;
}

.normal_curr {
	background-color: #ffffff !important;
	color: #2a3642 !important;
	text-decoration: underline !important;
}

.h3_poisk_hotel {
	background-color: #b20058;
	color: White;
	font-size: 13px;
	padding: 4px;
}

.cr_title {
	padding: 3px;
	padding-left: 50px;
}

.cy_list {
	padding: 3px;
	padding-left: 100px;
}

.cy_list span {
	display: block;
	padding-bottom: 3px;
	padding-left: 50px;
}



.banner_title{
	padding:15px;
	padding-bottom:0px;
	padding-top:5px;
	font-family:impact;
	font-size:25px;
	color:#ffffff;
}

.banner_title a {
	color:#ffffff;
	text-decoration: none;	
}
			
.banner_text{
	color:#ffffff;
	padding:15px;
	padding-top:3px;
	padding-bottom:0px;
	font-size:12px;
	font-family: "Trebuchet MS";
	line-height: 13px;
}

.banner_text a {
	color:#ffffff;	
	text-decoration: none;
}

.big_banner_title {
	width:170px;
	padding-top:15px;
	font-family:impact;
	font-size:25px;
	color:#ffffff;
	margin-left:534px;
	}
	
.big_banner_text {
	color:#ffffff;
	width:170px;
	padding-top:10px;
	font-size:15px;
	font-family: "Arial";
	font-weight:bold;
	line-height: 15px;
	margin-left:534px;
	}
	
.big_banner_comment {
	color:#ffffff;
	width:170px;
	padding-top:10px;
	font-size:12px;
	font-family: "Trebuchet MS";
	line-height: 12px;
	margin-left:534px;
	}
	
.big_banner_title a, .big_banner_comment a, .big_banner_text a{
	color:#ffffff;
	text-decoration: none;	
}

.stoim_pok {
	padding-left: 10px;
}

.stoim_pok a {
	color: #2A3642;
}