@charset "utf-8";


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0;
	color: #000;
	background-color: white;
}

ul{
	list-style-type:disc;
}

/* горизонтальная черта */
hr {
	height:1px;
	background-color: #333;
	color: #333;
	border: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}

a {
	color:#2462B2;
}
a:hover, 
a:active, 
a:focus {
	color:#B40000;
}
/* МАКЕТ ==================================================================================================== */

/* контейнер для всего */
#allthings {
	/* width: 1000px;
	margin-left: auto;
	margin-right: auto; */
	width: 100%;
}

/* шапка */
#header {
	height: 156px;
	position: relative;
	min-width: 1000px;  /* media = SCREEN */
	_width: 1000px; /* хак IE6 */
}

/* внутренние страницы */

/* левый столбец */
#left_col {
	width: 15%;
/*	min-width:255px; */ /* 1000px * 20% = 200px — мало для меню */
/*	_width:255px;  */  /* хак IE6 */
	min-width: 200px;
	_width: 200px; /* хак IE6 */

	float: left;
}

/* центральный столбец (секция) */
#center_col {
	/* width: 650px; */
	width: 70%;
	min-width: 650px;
	float: left;
}

/* правый столбец */
#right_col {
	/* width: 150px; */
	width: 15%;
	float: left;

}


/* подвал */
#footer {
	clear: both;
	height: 100px;
	background-color: #0092db;
	color: white;
	position: relative;
	border-top: 3px solid #063571;
}

/* ДЕТАЛИ МАКЕТА  ============================================================================================ */

/* логотипв шапке */
#header_logo {
	position: absolute;
	top: 0;
	left: 0;
	height:122px;
	width:198px;
}

/* контакты в шапке */
#header_contacts {
	position: absolute;
	top: 0px;
	left: 213px;
}

/* флеш в шапке */
#header_flash {
	position: absolute;
	right: 0;
	top: 0;
}

/* горизонтальная навигация */
#nav_horz {
	height: 34px;
	width: 100%;
	position: absolute;
	left: 0;
	top:122px;
	background-image: url(/img/header-hormenu-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* нижняя часть логотипа в гор меню */
#header_logo2 {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 117px;
	height: 22px;
}

/* самая нижняя часть логотипа */
#header_logo3 {
	width: 30px;
	height: 20px;
	position: absolute;
	top: 156px;
	left: 23px;
	background-image: url(/img/header-logo3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



/*  область быстро-поиска тура */
#tour_search_wrap {
	width:100%;
	background-color:#eef4fa;
	border-top:solid 1px #c5d5e6;
	border-bottom:solid 1px #c5d5e6;
	margin:8px auto;
}
#tour_search {
	clear: both;
	width: 942px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

/* блок пространтвенного наполнителя если нет блока быстро поиска (хак) */
#spacer_div {
	margin-bottom: 0em;
}


/* заголвки левых меню */
.left_menu_title {
	margin-right: 5px;
	text-align: center;
	font-weight: bold;
}

/* блок левого меню и каталога алеана */
.left_menu_block {
	margin:0 5px 2em 1px;
}

/* блок "партнеры" в левом столбце */
#partners {
	/* padding: 15px 0; */
	margin-bottom: 2em;
}
#partners li {
	margin-bottom: 1em;
}
#partners a:link,
#partners a:visited {
	text-decoration: none;
}
#partners a:hover,
#partners a:active,
#partners a:focus {
	text-decoration: underline;
}


/* навигация цепочных ссылок */
#breadcrumbs {
	margin: 0 0 1em 0;
	padding: 1em 0;
}

/* центральная часть */
#content {
	min-height: 500px;
	margin-bottom: 3em;
	color: #333;
}


/* баннеры-кнопки в подвале */
#footer_buttons {
	position: absolute;
	bottom: 2em;
	left: 4em;
	width: 45%;
}
/* копирайт в подвале */
#copyright {
	width: 50%;
	height: 3em;
	color: #FFF;
	float:right;
	text-align: right;
	padding-right:10px;
	margin-top:20px;
}


/* КОНТЕНТАНЯ ЧАСТЬ ======================================================================================= */

/* заголовки */
#content h1,
#content h2,
#content h3 {
	color: #2760A3;
}
#content h1 {
	font: 150%;
}
#content h2 {
	color: #0092DB;
	font: 115%;
}

/* вертикальная талица данных (контакты) */
.tab_vert {
	border-collapse: collapse;
	width: 100%;
	font-size: small;
}
.tab_vert th {
	width: 25%;
	padding: 5px;
	color: #656565;
	vertical-align: top;
	font-weight: normal;
	text-align: right;
}
.tab_vert th a:link,
.tab_vert th a:visited {
	color: black;
}
.tab_vert th a:hover,
.tab_vert th a:active {
	color: black;
}
.tab_vert td {
	padding: 5px;
}
.tab_vert p {
	margin: 0 0 1em 0;
}

/* обычная таблица */
.tab_regular {
	width:100%;
	border-collapse : collapse;
	margin: 1em 0;
}
.tab_regular caption {
	height:18px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 12px;
	line-height:18px;
}
.tab_regular th {
	background-color:#E9EFF1;
	border: 1px #9AB4BD solid;
	padding: 3px 10px 3px 10px;
}
.tab_regular td {
	text-align:center;
	border: 1px #9AB4BD solid;
	padding: 0 5px 0 5px;
}
/* выравнивание в ячейке */
.tab_regular td {
	text-align:left;
}
.tab_regular td.right {
	text-align: right;
}
.tab_regular td.center {
	text-align: center;
}
/* ячуйка с ценой */
.tab_regular td.p {
	font-weight: bold;
	color: #DA701B;
}
/* выделение четных и нечетных строк */
.tab_regular tr.a {
	background-color: #eee;
}
.tab_regular tr.b {
	background-color: #e0e0e0;
}



/* СПЕЦИАЛЬНЫЕ КЛАССЫ ========================================================================================= */

/* ссылки "подробнее" */
.detailed {
	font-size: 10px;
	text-align: right;
	margin: 0px;	
}


/* каталог ссылок на подкатегории */
.catalog {
	color: #4c4c4c;
	background-color: #eef4fa;
	border:solid 1px #c5d5e6;
	margin-bottom: 1em;
	padding: 5px 15px 15px;
	font-size:100%;
	
}
.catalog p{
	
}
.catalog ul{
	/* list-style-type:none; */
}
.catalog ul li a{
	color:#2462B2;
}
.catalog ul li a:hover,
.catalog ul li a:active,
.catalog ul li a:focus {
	color:#b40000;
}


/* таблица рубрик в катаологе мест отдыха */
table.tab_catalog {
	width: 100%;
}
table.tab_catalog th {	
	font-size: larger;
	text-align: left;
	vertical-align:top;
	padding-left: 40px;
}
table.tab_catalog td {
	padding: 3px;
	vertical-align:top;
}
table.tab_catalog th a:link,
table.tab_catalog th a:visited {
	color: #F17303;
}
table.tab_catalog th a:hover,
table.tab_catalog th a:active,
table.tab_catalog th a:focus {
}

/* иллюстрация в тексте */
.illustr_right {
	float: right;
	padding-left: 1.5em;
}
.illustr_left {
	float: left;
	padding-right: 1.5em;
}
/* горизонтальный ряд иллюстраций в тексте (исп. table.illustr_bar)*/
.illustr_bar {
	margin-left: auto;
	margin-right: auto;
}
.illustr_right img, 
.illustr_left img,
.illustr_bar img {
	border: 1px black solid;
}


/* Колонна с фотографиями (исп. в зарубеж странах, 2 уровень меню) */
div.photos_column {
	float: right;
	padding: 10px 10px 0 10px;
	margin-left: 10px;
	margin-bottom: 1em;
	border: 1px red solid;
	width: 202px;
	color: #4c4c4c;
	background-color: #eef4fa;
	border:solid 1px #c5d5e6;
}
div.photos_column img {
	display: block;
	margin-bottom: 10px;
	border: 1px black solid;
}


/* таблица фотогаллереи */
table.table_photo {
	width: 100%;
	margin: 0;
	padding: 0;
}
table.table_photo td {
	width:auto;
	height:auto;
	padding:7px;

	background-color: #eef4fa;
	border:solid 1px #c5d5e6;
	text-align: center;
}
table.table_photo td img{
	border:0;
}
/* Для фотогалереи на главном описании более компактное расположение */
#tab_photo table.table_photo td, table.table_widephoto {
	width: 200px;
	height: 200px;
	padding: 7px;
}


/* видео-блок */
.video_block {
	width: 540px;
	margin: 1em auto;
}

/* Ссылка (кнопка) "Заказать тура" в разделе алеана */
.order_link {
	width: 114px;
	font-size: larger;
	text-align: center;
	font-weight: bold;
	color: white;
	line-height: 2em;
	float: right;
	margin: 9px 0;
}
.order_link a:link,
.order_link a:visited {
	height:35px;
	padding-left:5px;
	padding-right:7px;
	display: block;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	background-color: #cc0000;
	background-image:url(/img/arrow-rh.png);
	background-position:right center;
	background-repeat:no-repeat;
}
.order_link a:hover,
.order_link a:active,
.order_link a:focus {
	color: white;
	text-decoration: underline;
}


/* Закладки и табы === */

/* закладочное меню */
ul.tabs_menu
{
	border-bottom:3px solid #0065AB;
	height:26px;
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
ul.tabs_menu li 
{
	display:inline;
	margin:0;
	padding:0;
}
ul.tabs_menu li a:link,
ul.tabs_menu li a:visited {
	background-color:#EDF3FA;
	display:block;
	float:left;
	font-weight:bold;
	height:20px;
	line-height:20px;
	margin:0 5px 0 0;
	padding:3px 15px;
	text-align:center;
}
ul.tabs_menu li a:hover,
ul.tabs_menu li a:active,
ul.tabs_menu li a:focus {
	color: black;
	text-decoration: underline;
}
/* текущая закладка */
ul.tabs_menu li.current a:link,
ul.tabs_menu li.current a:visited {
	background-color:#0092DD;
	color:white;	
	text-decoration:none;
}


/* Закладки */
div.tab {
	display: none;
}
/* закладка по-умолчанию (видимая) */
div.tab#tab_general {
	display: block;
}


/* сильное выделение */
.supered {
	font-weight: bold;
	color: darkred;
}

/* выделение через увеличение шрифта */
.larger {
	font-size: larger;
}

/* комментарий в тексте */
.comm {
	color: #656565;
	font-size: smaller;
}

/* Встроенные предложения от тур-индекс в страницу страны */
.offers_block {
	clear: both;
}


/* таблица с ценами */
.price{
	border:solid 1px #edf3fa;
	font-size:100%;
	margin:13px auto;
}
.price th, .price thead{
	font-size:100%;
}

/*  блок анонсов и спецпредложений на главной */
.anons_block {
	margin: 1em 0;
	padding: 10px;
	color: #4c4c4c;
	background-color: #eef4fa;
	border: 1px solid #c5d5e6;
}


