@import "/css/sitemap/style.css";
@import "/css/news/news.css";
@import "/css/gallery/highslide.css";
@import "/css/forum/forum.css";
@import "/css/gallery/motiongallery.css";
div.bell {
	position:absolute;
	top:330px;
	left:210px;
	z-index:10000;
}
BODY {
	margin: 0;
	padding: 0;
	/* background: #FFFFFF url(/img/galopom/bg.gif); */
}
TD {
	vertical-align:top;
}
BODY,TD,TH {
	font-family: Arial, Verdana, Geneva, Helvetica;
	font-size: 12px;
	color: #000000;
}
FORM {
	padding:0;
	margin:0;
}
OL {
	padding:0;
	margin:0;
}
UL {
	padding: 0;
	margin: 0 0 0 20px;
}
H1 {
	padding:0;
	margin:15px 0 2px 0;
	color:#636358;
	color:#ce2021;
	font-size:16px;
	/* text-transform: uppercase; */
	font-weight:normal;
	font-weight:bold;
	font-family:Verdana,Tahoma;
	/* clear:both; - в каталоге из-за этого ползут картинки */
}
H2 {
	padding:0;
	margin:5px 0 0 0;
	font-size:12px;
	color:#ce2021;
}
H3 {
	padding:0;
	margin:0;
	font-size:12px;
}
CAPTION {
	font-size:12px;
	text-align:right;
}
table.main_search td.search {
	width:180px;
	border-left:10px solid white;
}
table.main_search td {
	padding:3px 3px 3px 3px;
	background-color:#fff9e0;
}
a.selected {
	color:black;
	/* background-color:#f8f8dc;
	border:1px solid #e1e1c8;	 */
	text-decoration:none;
	/* padding:4px; */
	font-weight:bold;
}
a {
	color:#0066CC;
}
a:hover {
	color:#ce2021;
}
.page_list {
	padding:2px 6px;
	background-color:#f0f1c6;
	background-color:#faf2cf;
	margin:10px 3px 3px 3px;
	text-decoration:none;
}
span.page_list {
	font-weight:bold;
	background-color:#dbdbc2;
}
span.comment {
	color:gray;
	font-size:11px;
}
span.price_filter {
	color:#87a72e;
	color:#ff8a34;
	font-weight:bold;
}
.wide {
	width:90%;
}
.border {
	border:1px solid #e1e1c8;
}
.asterix {
	color:red;
}
input.calendar_input {
	background-image:url(/img/galopom/calendar_input.gif);
	background-position:right center;
	background-repeat:no-repeat;
	border:1px solid #7f9db9;
	width:78px;
	font-size:11px;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:2px;
	
}
textarea.wide {
	height:150px;
}
ul.filter li {
	list-style-image: url(/img/galopom/filter_plus.gif);
	margin-top:0px;
}
ul.filter li.remove {
	list-style-image: url(/img/galopom/filter_remove.gif);
	margin-top:0px;
}
div.ajax_preloader {
	z-index:10000;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-100px;
	font-family:Verdana,Tahoma;
	text-align:center;
	font-weight:bold;
	padding:30px;
	background-color:#f8f8dc;
	background-color:#ffffff;
	background-color:#ffffe8;
	background-image: url(/img/galopom/preloader_sm.gif);
	background-position: right top;
	background-repeat:no-repeat;
	border:1px solid #dbdbc2;
	display:none;
}
div.form {
	background-color: #f8f8dc;
	padding: 5px 5px;
}
table.main_search table.toursearch_page td {
	font-size:11px;
	padding:0px;
}
table.toursearch_page td {
	padding-left:5px;
}
table.toursearch_page input {
	font-size:11px;
}
table.toursearch_page select {
	font-size:10px;
}
table.toursearch_page {
	width:100%;
	background-color:#f8f8dc;
	background-color:#fff6cf;
	background-color:#fff9e0;
	padding-bottom:5px;
	border: 1px solid #dbdbc2;
	border: 1px solid #ffdba1;
	border: 2px solid #ffffff;
}
table.toursearch_page tr.title td {
	color:#ff8a34;
}
table.toursearch_page span input {
	font-size:10px;
	text-align:center;
}
div.toursearch_resort {
	overflow:hidden;
	height:120px;
	width:100%;
	border-bottom:1px solid #7F9DB9;
	border-right:1px solid #7F9DB9;
	background-color:white;
}
div.toursearch_resort div {
	background-color:white;
	overflow:scroll;
	height:137px;
	width:100%;
	border:1px solid #7F9DB9;
	text-align:left;
}
table.friends td {
	text-align:justify;
	padding-left:5px;
	padding-top:35px;
}

table.form {
	width:100%;
	border-collapse:collapse;
	border:0;
}
table.form td.title {
	width:20%;
	text-align:right;
}
table.form tr.subtitle td {
	font-weight:bold;
	background-color:#f8f8dc;
}
table.form thead td {
	background-color:#f8f8dc;
	margin:0;
	padding:4px;
}
table.form td {
	padding:4px;
	text-align:left;
}

div.beta {
	background-color:#ffe57d;
	position:absolute;
	width:100%;
	text-align:center;
}
div.beta a {
	color:black;
	text-decoration:none;
}
div.login {
	position:absolute;
	top:5px;
	left:249px;
}
div.passport_bg {
	position:absolute;
    filter: alpha(opacity=10);
    moz-opacity: 0.1;
    opacity: 0.1;
	background-color:black;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	z-index:99;
}
div.passport {
    filter: alpha(opacity=100);
    moz-opacity: 1;
    opacity: 1;
	position:absolute;
	display:none;
	z-index:200;
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top:-100px;
	width:300px;
	background-color:white;
	border:1px solid silver;
}

/* Шапка */
div.hotline {
	text-align:right;
	position:absolute;
	top:35px;
	width:100%;
	z-index:200;
	margin-right:100px;
}
div.top {
	height:116px;
	border-bottom:1px solid #dbdbc2;
	color:#f0f0f0;
}
div.voyage {
	padding:5px 5px 5px 15px;
	color:#666;
}
div.search_text {
	position:absolute;
	top:22px;
	left:252px;
	width:45%;
	color:#ff8a34;
	font: 11px Tahoma;
}
div.logo {
	position:absolute;
	top:2px;
	left:40px;
	z-index:100;
}
div.top_right img {
	padding: 5px 0;
}
div.top_right {
	position:absolute;
	top:5px;
	right:10px;
	font-size:10px;
	color:gray;
	font-family:Verdana;
}
div.top_right a {
	text-decoration:none;
	color:black;
}
div.top_right a:hover {
	color:red;
}
div.top_menu {
	position:absolute;
	margin-top:90px;
	text-align:center;
	margin-left:245px;
}
div.top_menu div a {
	text-decoration:none;
}
div.top_menu div {
	float:left;
	padding:5px 20px 4px 25px;
	border-top:1px solid white;
	background-image: url(/img/galopom/top_menu_point.gif);
	background-repeat:no-repeat;
	background-position:8px 8px;
	font-size:13px;
	font-weight:bold;
}
div.top_menu div.selected {
	border-top:1px solid #dbdbc2;
	border-left:1px solid #dbdbc2;
	border-right:1px solid #dbdbc2;
	border-bottom:2px solid white;
	background-image:none;
	padding:5px 20px 4px 20px;
}
div.top_menu div.selected a {
	text-decoration:none;
	color:black;
}


/* Средняя часть */
table.middle {
	width:100%;
}
table.middle td.left {
	/* padding-top:33px; */
	width:230px;
	/* border:1px solid #dbdbc2; */
}

div.left_menu div.menu {
	border-left:6px solid #e1e1c8;
	background-color:#f8f8dc;
	margin-bottom:2px;
	padding:9px;
}
div.left_menu a.selected {
	padding:0;
	border:none;
}
div.left_menu div.category {
	padding-top:10px;
	padding-bottom:2px;
	font-weight:bold;
	color:#ff8a34;
}

ul.left_menu li.menu {
	list-style-image:url(/img/galopom/point.gif);
}
ul.left_menu a.selected {
	padding:0;
	border:none;
}
ul.left_menu li.category a {
	color:#ff8a34;
	text-decoration:none;
}
ul.left_menu li.category {
	list-style-type:none;
	list-style-image:url(/img/shared/1x1.gif);
	padding-top:10px;
	padding-bottom:2px;
	font-weight:bold;
	color:#ff8a34;
}

table.middle td.right_menu {
	width:200px;
}
table.middle td.content {
	padding: 0 10px;
}

div.box {
	background-color:#f8f8dc;
	border:1px solid #dadac1;
	padding:10px;
}
div.map {
	margin-left:200px;
}
div.world_menu {
	width:200px;
	float:left;
	margin-top:30px;
	line-height:23px;
}
table.min_prices {
	width:100%;
}
table.min_prices th {
	background-color:#f8f8dc;
	color:#ff8a34;
	border:1px solid #e1e1c8;
	padding:5px;
}
table.min_prices td.flag {
	width:30px;
}
table.min_prices td.country {
	background-image: url(/img/galopom/min_price_point.gif);
	background-repeat: repeat-x;
	background-position:1px 12px;
}
table.min_prices td.country a {
	background-color:white;
}
table.min_prices td.price {
	color:#ff8a34;
}
table.min_prices caption {
	text-align:right;
	font-style:italic;
	font-size:14px;
}


div.vote_form {
	background-color:#fff9e0;
	padding:3px;
}
div.vote_form form {
	background-color:#fff9e0;
	border:2px solid white;
	padding:5px;
}
div.vote_question {
	color:#ff8a34;
}
div.vote_answer {
	margin:8px 0;
	font-size:11px;
	color:#333333;
}
div.vote_button {
	text-align:right;
}

/* Нижняя часть */

div.bottom {
	clear:both;
}
div.bottom div.line {
	margin-top:20px;
	border-top:1px solid #dbdbc2;
	background-image: url(/img/galopom/footer_bg.gif);
	background-repeat:no-repeat;
	background-position: top center;
}
div.copyright {
	margin:50px 0 0px 250px;
	font-size:11px;
	color:black;
}
/*
div.copyright img {
    filter: alpha(opacity=30);
    moz-opacity: 0.3;
    opacity: 0.3;
}
*/

/**
 * Цены
 */
table.prices {
	border-collapse: collapse;
	width:100%;
}
table.prices tr.hidden td {
	padding:0px;
}
table.prices td, table.prices th {
	border:1px solid #e1e1c8;
	padding:3px;
}
table.prices thead td, table.prices th {
	background-color:#f8f8dc;
	background-color:#fff9e0;
	text-align:center;
	font-weight:bold;
}
table.prices caption {
	text-align:right;
	font-style:italic;
	font-size:14px;
}
table.prices span.weekday {
	font-size:11px;
	color:#87a72e;
}
table.prices span.weekend {
	font-size:11px;
	color:#ff8a34;
}
table.noborder td  {
	border: 1px solid white;
}

/**
 * Каталог
 */
table.catalog {
	border-collapse: collapse;
	width:100%;
}
table.catalog th {
	border:1px solid #e1e1c8;
	padding:3px;
	background-color:#f8f8dc;
	text-align:center;
	font-weight:bold;
}
table.catalog td {
	padding:3px;
}


/**
 * Поиск
 */
div.search_booking {
	background-image:url(/img/galopom/booking.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:30px;
	clear:right;
	float:right;
	width:150px;
	height:65px;
	text-align:center;
	margin-top:10px;
	margin-right:10px;
	padding:3px;
	padding-top:17px;
}
div.search_booking a {
	color:#627e17;
	text-decoration: none;
}

div.search_booking_wd {
	background-image:url(/img/galopom/booking_wd.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:30px;
	clear:right;
	float:right;
	width:150px;
	height:65px;
	text-align:center;
	margin-top:10px;
	margin-right:10px;
	padding:3px;
	padding-top:17px;
}
div.search_booking_wd a {
	color:#627e17;
	text-decoration: none;
}

div.hotel_photo img {
	border:1px solid #e1e1c8;
}
div.hotel_photo {
	overflow:hidden;
	float:left;
	width:170px;
	text-align:center;
	margin-top:10px;
	height:100px;
}
div.hotel_info {
	margin-top:10px;
}
ul {
	list-style-image:none;
	list-style-position:outside;
	/* list-style-type:none; */
}
ul li {
	margin-top:5px;
}
li a.selected {
	border:none;
	background-color:transparent;
	padding:0px;
}
div.underline {
	clear:both;
	border-bottom:1px solid #e1e1c8;
}


/**
 * Баннер на главной
 */
td.big_banner {
	padding:2px;
	/* background-image:url(/img/galopom/big_banner.jpg); */
	background-repeat:none;
	background-position:0px 0px;
	cursor:hand;
}
td.big_banner div.border {
	border:1px solid white;
	height:370px;
	width:auto;
}
td.big_banner div.title {
	margin-top:20px;
	/* padding-right:10px; */
	width:200px;
	width:auto;
	height:35px;
	background-color:white;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE 5.5+*/
	-moz-opacity: 0.8; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.8; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.8; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
	z-index:10;
}
td.big_banner div.title div.text {
	font-size:28px;
	font-family:Arial;
	/* position:absolute; */
	width:200px;
	width:100%;
	text-align:right;
	text-align:center;
	color:black;
	color:red;
	font-weight:bold;
}
td.big_banner div.right {
	text-align:right;
	margin-top:215px;
	width:auto;
}
td.big_banner div.info {
	margin-left:auto;
	width:340px;
	height:100px;
	text-align:left;
	font-size:10px;
	line-height:15px;
	font-family:Verdana;
	background-color:white;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE 5.5+*/
	-moz-opacity: 0.8; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.8; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.8; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}
td.big_banner div.info div.text {
	margin:10px;
	font-size:12px;
	font-family:Verdana;
	position:absolute;
	width:320px;
	color:black;
}



/**
 * Nicetitle
 */
div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 25em;
    font-weight: bold;
    background: url(/img/site/ntbg.png);
    
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
} 
/**
 * End nicetitle
 */
 
 
/* Voyage Prices_3*/
table.prices_3 {
	border-bottom:1px solid #e1e1c8;
	border-top:1px solid #e1e1c8;
	border-collapse: collapse;
}
table.prices_3 tbody td {
	border-top:1px solid #e1e1c8;
	font-size:11px;
	padding:5px 0pt;
}
table.prices_3 thead td, table.prices_3 th {
	background-color:#f8f8dc;
	border-bottom:1px solid #e1e1c8;
	font-size:11px;
	font-weight:bold;
	padding:5px 0px;
	vertical-align:middle;
}
table.prices_3 th {
	border-top:1px solid #e1e1c8;
}
table.prices_3 thead td.noborder {
	border-bottom:1px none #e1e1c8;
}


/* Описание отеля в поиске и в ценах */
div.hotel_description_1 {
	margin-top:10px;
	background-color:#f8f8dc;
	border-top:1px solid #e1e1c8;
	border-left:1px solid #e1e1c8;
	border-bottom:1px solid #e1e1c8;
}
div.hotel_description_2 {
	margin-left:0px;
	background-color:white;
	height:250px;
	overflow-y:auto;
	overflow-x:hidden;
}
div.hotel_description_3 {
	padding:10px;
}


/* kino.ukr.net */
.licol {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0pt 0pt 10px;
	width:300px;
}
.licol img {
	clear:both;
}
#kinoukrnet ul, #tvukrnet ul {
	padding:0 0 0 0;
	margin: 0 0 0 0;
}





/**
 * Переход между страницами
 */
TABLE.pages_list TD {
	cursor : hand;
	background: #DFF1FF url(/img/shared/button/page_cut.gif) top right no-repeat;
	width : 30px;
	height : 30px;
	vertical-align : middle;
	text-align : center;
}
TABLE.pages_list TD.selected_page {
	font-weight : bold;
	background-color : silver;
	color : white;
}
TABLE.pages_list TD.dots {
	background: transparent;
	cursor: auto;
}
TABLE.pages_list TD.show_all {
	background: transparent;
	cursor: auto;
}
TABLE.pages_list CAPTION {
	font-size : 10px;
}
.disabled {
	background: #D2E6FA; 
	filter: alpha(Opacity=30);
}




DIV.error {
	border: 1px solid red;
	padding: 10px 10px 10px 10px;
	text-align: center;
	color: red;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
}
DIV.ok {
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	color: #000099;
	width: 100%;
}
SPAN.comment {
	color:gray;
	font-size:11px;
}


/* курсы валют */
table.currency_rate {
	border-collapse: collapse;
}
table.currency_rate caption {
	color:#ce2021;
	text-align:left;
	font-weight:bold;
	margin-top:5px;
}
table.currency_rate td, 
table.currency_rate th {
	border:1px solid silver;
	font-size:11px;
	text-align:right;
	padding:2px;
	width:50px;
}
table.currency_rate th {
	text-align:center;
}

/* изменение цены тура */
#price_history {
	display:none;
	position:absolute;
	width:500px;
	height:200px;
	background:#fcfbf3;
	border:1px solid gray;
	padding:10px;
	overflow:auto;
}
/*гирлянда*/
div.newyear {
	width:auto;
	height:40px;
	background:url(/img/galopom/newyear.gif) repeat-x;
}

/*table.katalog body, td, th
{
    font-family: Arial, Helvetica, sans-serif;
    color: #009;
    font-weight: bold;
}*/
.с12
{
    color: #F00;
    font-size: 18px;
    font-weight: bold;
}
.с11
{
    font-weight: normal;
}
.c10
{
    color: #006;
}
.с22
{
    font-size: 24px;
    color: #F60;
}
.с25
{
    font-size: 36px;
    color: #F00;
}
body
{
    margin-left: 25px;
}

li.small
{
	margin-top: 0px;
	font-size: 11px;
}