/* RESET */
@import url("base.css");
/* RESET END */
@import url("highslide.css");
@import url("cusel.css");
@import url("thickbox.css");

/* BASIC TYPOGRAPHY */
body,html {
margin:0;
padding:0;
text-align: left;
background-color:#303030;
color:#444444;
font-family: Arial, Helvetica, sans-serif;
font-size:9pt;
line-height:11pt;
}

td, th {vertical-align:top;}
.right {float:right;}
.left {float:left;}

h1 {
color:#303030;
font-size:20px;
line-height:24px;
font-weight:normal;
text-align:left;
text-transform: none;
padding:0px 0px 10px 0px;
margin:0;
}

h2 {
color:#444444;
font-size:14px;
line-height:18px;
font-weight:bold;
margin:0;
padding:10px 0px 10px 0px;
}
h2 span {
display:block;
font-weight:normal;
font-size:12px;
line-height:14px;
}

h3 {
color:#000000;
font-size:11pt;
font-weight:bold;
margin:0;
}

h4 {
color:#000000;
font-size:9pt;
font-weight:normal;
margin:0;
padding:0;
}

p {
margin:0px;
padding:5px 0px 5px 0px;
}

a {
color:#3399ff;
text-decoration:underline;
outline:none;
}

a:hover {text-decoration:none;}

.hr {
display:block;
background:#aaa;
width:100%;
height:1px;
border:none;
clear:both;
overflow:hidden;
}

code {
background-color: #F2F2F2;
border: 1px solid #DDDDDD;
color: #CC3333;
padding: 0 4px 1px;
}
pre {
border:1px dashed #aaa;
line-height:20px;
padding:5px;
background:#eee;
margin:0;
color:#c33;
}
/* quotes */
blockquote {
margin: 20px 0;
padding: 0 12px;
border-bottom: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
color: #666666;
font-style: italic;
}
blockquote *:first-child:before {content: "\201C";}
blockquote *:last-child:after {content: "\201D";}
q {quotes: "\201C" "\201D" "\2018" "\2019"} /* default "... '...' ..." */
q:lang(ru) {quotes: "\00AB" "\00BB" "\0084" "\0093"} /* «... "..." ...» */
q:lang(en) {quotes: "\201C" "\201D" "\2018" "\2019"} /* "... '...' ..." */

/* table with class 'border' */
table.border {border:1px solid #ccc;width:100%;}
table.border th, table.border td {vertical-align:top;border:1px solid #ccc;padding:3px;}
table.border th {background:#f4f4f4;text-align:center;}
table.border tfoot th {text-align:left;}
table.border tfoot {background:#f4f4f4;text-align:left;font-weight:bold;border:1px solid #ccc;}
table.border th p, table.border td p{margin-bottom:0px;}

/* lists */
ul, ol {margin-left:20px; margin-bottom:12px;}
ol ol {margin-left:30px;}
ul > li {list-style-image:url('../images/list.gif'); list-style-position:outside;}
ol > li {list-style-image:none; list-style-type:decimal;}

/* dt,dl,dd */
dl {}
dt {font-weight:bold;}
dl dt {margin-bottom:2px;font-weight:bold;}
dl dd {padding-left:60px;margin-bottom:3px;}

/* forms */
fieldset {
border: 1px solid #CCCCCC;
padding:0 12px 12px;
margin:20px 0;
}
legend {padding:0 10px;}
legend+* {margin-top:12px;}
textarea, input {padding:1px 4px 3px;}
input[type="checkbox"], input[type="radio"] {margin:1px 4px 4px 0;}
select {padding:1px 0 0 2px;}
option {padding:0 4px;}

/* BASIC TYPOGRAPHY END */

#all {
min-width:1000px;
max-width:1100px;
margin:0 auto;
padding:0;
background-color:#FFFFFF;
}
* html div#all {
min-width:1000px;
max-width:1100px;
width:expression(((document.compatMode) ? document.documentElement.clientWidth : document.body.clientWidth) > 1024 ? "1100px" : (((document.compatMode) ? document.documentElement.clientWidth : document.body.clientWidth) < 1024 ? "1000px" : "99.7%"));
}

#wrapper {
width:940px;
margin:0 auto;
}

#header {
height:130px;
display:block;
padding-top:25px;
}

.logo {
height:80px;
width:230px;
display:block;
float:left;
padding-bottom:10px;
}
.search_block {
width:205px;
padding-top:26px;
float:right;
}
.search_block form {padding:0; margin:0;}
.search_block input.search_input {
background:url(../images/search_input.gif) top left no-repeat;
height:18px;
width:180px;
margin:0;
float:left;
border:none;
font-size:11px;
line-height:13px;
color:#898989;
padding:0 0 0 6px;
vertical-align:middle;
}
.search_block input.search_btn {
background:url(../images/search_btn.gif) top left no-repeat;
height:18px;
width:18px;
margin:0;
border:none;
cursor:pointer;
}

.top_menu {
width:700px;
float:right;
}
.top_menu ul {padding:0; margin:0 -30px 0 0; text-align:right;}
.top_menu ul li, .about_link ul li {
padding:0 30px 0 0;
margin:0;
display:inline;
font-size:15px;
line-height:20px;
font-family:Arial, Helvetica, sans-serif;
}
.top_menu ul li.first {
padding-left:10px;
border-left:2px #e11616 solid;
}
.top_menu ul li a, .about_link ul li a {
text-decoration:none;
color:#404040;
}
.top_menu ul li a:hover, .top_menu ul li #active_top, .about_link ul li a:hover, .about_link ul li #active_top {
text-decoration:none;
color:#c10006;
}
.about_link {
width:200px;
float:left;
}
.about_link ul {padding:0; margin:0; text-align:left;}

#content {
min-height:600px;
height:auto!important;
height:600px;
}
#content table.no_border {
width:100%;
border-collapse:collapse;
border-spacing:0;
padding:0;
margin:0;
}
#content table.no_border td {
padding:0;
margin:0;
}
.slider_wrapp {
width:940px;
height:322px;
display:block;
overflow:hidden;
background-color:#303030;
position:relative;
}
#slider {
}
.slider_wrapp #nextBtn a {
background:url(../images/slider_btn_next.png) top left no-repeat;
height:24px;
width:24px;
display:block;
position:absolute;
z-index:1000;
bottom:22px;
right:28px;
border:none;
text-decoration:none;
}
.slider_wrapp #prevBtn a {
background:url(../images/slider_btn_prev.png) top left no-repeat;
height:24px;
width:24px;
display:block;
position:absolute;
z-index:100;
bottom:22px;
right:57px;
border:none;
text-decoration:none;
}
.slider_wrapp #prevBtn a:hover, .slider_wrapp #nextBtn a:hover {
background-position:left -24px;
text-decoration:none;
}

#slider ul {padding:0; margin:0; list-style:none;}
#slider ul li {
display:block;
float:left;
margin:0;
padding:0;
width:940px;
height:322px;
overflow:hidden;
}
#slider ul li .slide_img {
width:669px;
height:322px;
float:left;
padding:0;
margin:0;
overflow:hidden;
}
#slider ul li .slide_wrp {
width:230px;
height:242px;
overflow:hidden;
padding:20px 20px 60px 21px;
margin:0;
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
line-height:14px;
color:#e6e6e6;
position:relative;
}
#slider ul li .slide_wrp .name {
font-size:30px;
line-height:34px;
padding-bottom:5px;
color:#ffc000;
}
#slider ul li .slide_wrp .link a {
background:url(../images/slide_link.png) top left no-repeat;
height:15px;
display:block;
padding:0 0 0 20px;
font-size:11px;
line-height:13px;
color:#dfdfdf;
text-decoration:none;
position:absolute;
z-index:99;
bottom:25px;
left:20px;
}
#slider ul li .slide_wrp .link a:hover {
background-position:left -15px;
text-decoration:underline;
}

.top5_block {
height:180px;
overflow:hidden;
background-color:#c6bc9a;
}
.left_wrapp .tours {
border-top:1px #FFFFFF solid;
}
.top5_block ul, .left_wrapp .tours ul {padding:0; margin:0; list-style:none;}
.top5_block .tours, .left_wrapp .tours {
width:669px;
float:left;
}
.left_wrapp .tours ul li.social_links {
background:url(../files/upload/left_wrapp_tour_banner.jpg) top left no-repeat;
position:relative;
}
.left_wrapp .tours ul li.social_links a.facebook {
height:74px;
width:74px;
display:block;
position:absolute;
z-index:99;
top:46px;
left:28px;
text-decoration:none;
outline:none;
}
.left_wrapp .tours ul li.social_links a.tweeter {
height:74px;
width:74px;
display:block;
position:absolute;
z-index:99;
top:46px;
left:117px;
text-decoration:none;
outline:none;
}

.top5_block .tours {
border-left:1px #595959 solid;
}
.top5_block .tours ul li, .left_wrapp .tours ul li {
width:222px;
height:180px;
display:block;
float:left;
overflow:hidden;
margin:0; padding:0;
border-right:1px #595959 solid;
position:relative;
}
.top5_block .tours ul li .txt, .left_wrapp .tours ul li .txt {
background:url(../images/showcase_tour_txt.png) top left repeat-x;
height:65px;
width:195px;
padding:5px 12px 5px 15px;
position:absolute;
z-index:99;
bottom:0;
left:0;
}
.top5_block .tours ul li .txt span.name, .left_wrapp .tours ul li .txt span.name {
color:#FFFFFF;
display:block;
padding-bottom:3px;
font-size:26px;
line-height:30px;
}
.top5_block .tours ul li .txt a, .left_wrapp .tours ul li .txt a {color:#ffc000; font-size:11px; line-height:13px; font-family:Tahoma, Geneva, sans-serif;}
.top5_block .tours ul li .txt a span, .left_wrapp .tours ul li .txt a span {color:#FFFFFF;}

.top5_block .top5_menu {
width:220px;
height:162px;
float:right;
overflow:hidden;
padding:12px 30px 5px 20px;
}
.top5_block .top5_menu .block_name {
color:#333333;
font-size:30px;
line-height:34px;
padding-bottom:1px;
}
.top5_block .top5_menu ul li {
list-style:none;
list-style-image:none;
display:block;
border-bottom:1px #fff7c6 dotted;
padding:5px 0 5px 0;
margin:0;
font-size:11px;
line-height:14px;
font-family:Tahoma, Geneva, sans-serif;
}
.top5_block .top5_menu ul li.last {border:none;}
.top5_block .top5_menu ul li a {
color:#303030;
text-decoration:none;
}
.top5_block .top5_menu ul li a:hover, .top5_block .top5_menu ul li #active_tour {
text-decoration:none;
color:#FFFFFF;
}

.main_wrapper {
width:940px;
padding:0;
margin:0;
}
.right_wrapp {
width:270px;
float:right;
border-left:1px #FFFFFF solid;
}
.search_tour {
border-top:1px #FFFFFF solid;
height:87px;
width:270px;
overflow:hidden;
}
.contacts {
background:url(../images/contacts_bg.gif) top left repeat;
width:246px;
height:65px;
padding:12px;
border-top:1px #FFFFFF solid;
font-size:18px;
line-height:20px;
color:#FFFFFF;
}
.contacts span {color:#b4b4b4;}
.contacts div {
height:20px;
padding:0 0 0 25px;
margin:0;
overflow:hidden;
}
.contacts div.tel {background:url(../images/contacts_tel.png) top left no-repeat; margin-bottom:-16px;}
.contacts div.mob {background:url(../images/contacts_mob.png) top left no-repeat; margin-bottom:-16px;}
.contacts div.skype {background:url(../images/contacts_skype.png) top left no-repeat;}

.right_menu {
background-color:#9b9b9b;
border-top:1px #FFFFFF solid;
height:795px;
width:270px;
overflow:hidden;
}
.right_menu .block_name {
height:39px;
padding:5px 0 0 20px;
background-color:#595959;
font-size:30px;
line-height:34px;
color:#FFFFFF;
border-bottom:1px #b6b6b6 solid;
}
.right_menu ul {padding:0; margin:0; list-style:none;}
.right_menu ul li {
padding:0;
margin:0;
display:block;
font-size:12px;
line-height:16px;
border-bottom:1px #b6b6b6 solid;
}
.right_menu ul li a {
display:block;
color:#FFFFFF;
text-decoration:none;
padding:6px 50px 6px 20px;
border-bottom:1px #8d8d8d solid;
}
.right_menu ul li a:hover, .right_menu ul li #active_right {
text-decoration:none;
background-color:#595959;
border:none;
padding-bottom:7px;
}

.left_wrapp {
width:669px;
float:left;
}
.wrapp_banner {
height:114px;
width:669px;
border-top:1px #FFFFFF solid;
overflow:hidden;
}

.left_wrapp .anonses {
height:188px;
background-color:#ececec;
padding:30px 0 5px 0;
overflow:hidden;
}

.left_wrapp .anonses .anonse_left, .left_wrapp .anonses .anonse_right {
width:305px;
padding:0 5px 0 15px;
float:left;
}
.left_wrapp .anonses .anonse_left {
float:left;
border-right:1px #d6d6d6 solid;
margin-right:10px;
}
.left_wrapp .anonses .anonse_right {
}
.left_wrapp .anonses .anonse_img {
width:100px;
float:left;
}
.left_wrapp .anonses .anonse_img span {
display:block;
font-size:10px;
line-height:12px;
color:#8e8e8e;
padding-top:10px;
}
.left_wrapp .anonses .anonse {
margin-left:115px;
font-size:11px;
line-height:13px;
color:#444444;
}
.left_wrapp .anonses .anonse a.name {
display:block;
font-size:20px;
line-height:24px;
color:#303030;
}
.left_wrapp .anonses .anonse a.more {
display:block;
font-size:12px;
line-height:16px;
font-weight:bold;
color:#2a74c8;
}

.left_wrapp .tabs_block {
background-color:#f5f5f5;
height:273px;
border-top:1px #FFFFFF solid;
}
.left_wrapp .tabs_block .banner {
width:223px;
height:273px;
float:right;
overflow:hidden;
border-left:1px #FFFFFF solid;
}

.tabs_block .tabs {
}
.tabs_block .tabs ul, .search_tabs ul {padding:0; margin:0; list-style:none; height:30px;}
/*.tabs_block .tabs ul.tabNavigation {background-color:#a0a1a3;}*/
.tabs_block .tabs ul li {
width:111px;
height:30px;
display:block;
float:left;
margin:0; padding:0;
font-size:13px;
line-height:15px;
font-weight:bold;
}
.tabs_block .tabs ul li a {
background:url(../images/tab_bg.gif) top left no-repeat;
height:24px;
width:111px;
float:left;
text-align:center;
text-decoration:none;
color:#FFFFFF;
padding-top:6px;
}
.tabs_block .tabs ul li a.selected {
background:none;
color:#666666;
}
.search_tabs .tabs ul li {
/*width:333px;
height:30px;
float:left;*/
display:block;
padding:0;
margin:0;
/*text-align:center;*/
font-size:13px;
line-height:16px;
font-weight:bold;
}
.search_tabs .tabs ul li a {
background:url(../images/search_tab.gif) top left no-repeat;
color:#FFFFFF;
display:block;
float:left;
height:23px;
width:669px;
/*width:336px;*/
padding-top:7px;
text-decoration:none;
}
.search_tabs .tabs ul li a.selected {
background:none;
background-color:#e0c164;
text-decoration:none;
}

.tabs_block .tabs .tab_wrapp {
padding:5px 15px 15px 15px;
width:414px;
font-size:12px;
line-height:15px;
color:#333333;
}
.tabs_block .tabs .tab_wrapp a {
display:block;
font-weight:bold;
color:#2a74c8;
padding:0 0 5px 0;
}
.tabs_block .tabs .tab_wrapp table {
width:100%;
padding:0;
margin:0;
border-collapse:collapse;
border-spacing:0;
}
.tabs_block .tabs .tab_wrapp table td {
padding:10px 0 10px 0;
}
.tabs_block .tabs .tab_wrapp table td.sep {
padding:0;
width:15px;
}

.showcase_tour {
height:270px;
width:940px;
overflow:hidden;
border-top:1px #FFFFFF solid;
}
.showcase_tour .block_name {
width:920px;
height:40px;
background-color:#595959;
font-size:30px;
line-height:34px;
color:#dbdbdb;
padding:5px 0 0 20px;
}
.showcase_tour ul {padding:0; margin:0; list-style:none;}
.showcase_tour ul li {
width:187px;
height:224px;
display:block;
float:left;
overflow:hidden;
padding:0;
margin:0;
border-top:1px #dadada solid;
border-right:1px #dadada solid;
position:relative;
}
.showcase_tour ul li .tour_txt {
background:url(../images/showcase_tour_txt.png) top left no-repeat;
width:160px;
height:110px;
padding:5px 15px 3px 12px;
overflow:hidden;
position:absolute;
z-index:99;
bottom:0;
left:0;
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
line-height:14px;
}
.showcase_tour ul li .tour_txt .name {
font-family:Arial, Helvetica, sans-serif;
font-size:26px;
line-height:30px;
color:#FFFFFF;
}
.showcase_tour ul li .tour_txt .price {
display:block;
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
line-height:26px;
color:#FFFFFF;
padding-top:4px;
}
.showcase_tour ul li .tour_txt a {
color:#ffc000;
display:block;
height:46px;
overflow:hidden;
}
.showcase_tour ul li .tour_txt a span {color:#FFFFFF;}

.about_country {
width:910px;
padding:20px 10px 10px 20px;
font-size:11px;
line-height:14px;
color:#3e3e3e;
}
.about_country .about_left {
width:430px;
float:left;
border-right:1px #d6d6d6 solid;
margin-right:28px;
padding-right:10px;
}
.about_country .about_right {
width:430px;
float:left;
padding-right:10px;
}
.about_country img {
float:left;
margin:0 10px 0 0;
}
.about_country a.name {
font-size:20px;
line-height:24px;
padding-bottom:3px;
display:block;
color:#303030;
}
.about_country ul {padding:0; margin:0; list-style:none;}
.about_country ul li {
padding:4px 0 0 0;
margin:0;
display:block;
color:#0088e4;
}
.about_country ul li a {color:#0088e4;}

.top_img {
height:187px;
width:940px;
overflow:hidden;
position:relative;
}
.top_img .txt {
background:url(../images/block_name_bg.png) top left repeat;
padding:5px 20px 5px 20px;
overflow:hidden;
position:absolute;
z-index:101;
top:110px;
left:0;
font-size:12px;
line-height:14px;
color:#FFFFFF;
}
.top_img .txt span {
font-size:30px;
line-height:34px;
color:#ffc000;
display:block;
padding-bottom:3px;
}
.top_img_2 {
height:226px;
width:940px;
overflow:hidden;
position:relative;
}
.top_img_2 .txt {
background:url(../images/block_name_bg.png) top left repeat;
width:450px;
height:90px;
padding:10px 20px 10px 20px;
overflow:hidden;
position:absolute;
z-index:101;
top:90px;
left:0;
font-size:12px;
line-height:14px;
color:#FFFFFF;
}
.top_img_2 .txt span {
display:block;
font-size:30px;
line-height:34px;
color:#ffc000;
}
.top_img_3 {
height:360px;
width:940px;
overflow:hidden;
position:relative;
}
.top_img_3 .txt {
background:url(../images/block_name_bg.png) top left repeat;
width:450px;
height:135px;
padding:10px 20px 10px 20px;
overflow:hidden;
position:absolute;
z-index:101;
top:190px;
left:0;
font-size:12px;
line-height:14px;
color:#FFFFFF;
}
.top_img_3 .txt span {
display:block;
font-size:30px;
line-height:34px;
color:#ffc000;
}
.top_img_3 a {color:#ffc000;}

.vnutr_wrapp {
background-color:#ececec;
}
.vnutr_wrapp_2 {
background-color:#f2e9ca;
padding:25px 100px 20px 25px;
}
.vnutr_wrapp_2 h1 {font-size:26px; line-height:30px;}
.vnutr_wrapp_2 h2 {font-size:22px; line-height:26px;}
.vnutr_wrapp_2 strong {font-size:14px;}

.right_column {
width:196px;
float:right;
}
.right_column .contacts {
background:url(../images/contacts_bg.gif) top left repeat;
width:172px;
height:65px;
padding:12px;
font-size:18px;
line-height:20px;
color:#FFFFFF;
overflow:hidden;
border-top:1px #FFFFFF solid;
}
.right_column .search_tour {
border-top:1px #FFFFFF solid;
height:68px;
width:196px;
overflow:hidden;
}
.right_column .top5_menu {
width:172px;
height:163px;
float:right;
overflow:hidden;
padding:12px 12px 5px 12px;
background-color:#c2b896;
border-top:1px #FFFFFF solid;
}
.right_column .top5_menu .block_name {
color:#FFFFFF;
font-size:30px;
line-height:34px;
padding-bottom:1px;
}
.right_column .top5_menu ul {padding:0; margin:0; list-style:none;}
.right_column .top5_menu ul li {
display:block;
border-bottom:1px #fff7c6 dotted;
padding:5px 0 5px 0;
margin:0;
font-size:11px;
line-height:14px;
font-family:Tahoma, Geneva, sans-serif;
}
.right_column .top5_menu ul li.last {border:none;}
.right_column .top5_menu ul li a {
color:#303030;
text-decoration:none;
}
.right_column .top5_menu ul li a:hover, .right_column .top5_menu ul li #active_tour {
text-decoration:none;
color:#FFFFFF;
}

.right_column .right_menu {
background-color:#9b9b9b;
border-top:1px #FFFFFF solid;
/*height:795px;*/
height:auto !important;
width:196px;
overflow:hidden;
}
.right_column .right_menu .block_name {
height:40px;
padding:5px 0 0 20px;
background-color:#595959;
font-size:16px;
line-height:16px;
color:#FFFFFF;
}
.right_column .right_menu ul li a {
padding:6px 20px 6px 10px;
}
.right_column  .right_menu ul li a:hover, .right_column .right_menu ul li #active_right {
text-decoration:none;
background-color:#595959;
border:none;
padding-bottom:7px;
}
.right_column .banner {
border-top:1px #FFFFFF solid;
width:196px;
}
.right_column .banner img {padding:0; margin:0;display:block;}

.left_column {
width:196px;
float:left;
min-height:200px;
}
.left_column .banner {
width:196px;
border-top:1px #FFFFFF solid;
overflow:hidden;
}
.left_column .banner img {padding:0; margin:0; display:block;}

.left_column .banner_social {
background:url(../files/upload/social_banner.jpg) top left no-repeat;
width:196px;
height:63px;
border-top:1px #FFFFFF solid;
overflow:hidden;
position:relative;
}
.left_column .banner_social a.facebook {
height:30px;
width:30px;
border:none;
outline:none;
text-decoration:none;
position:absolute;
z-index:99;
top:18px;
left:53px;
}
.left_column .banner_social a.tweeter {
height:30px;
width:30px;
border:none;
outline:none;
text-decoration:none;
position:absolute;
z-index:99;
top:18px;
left:15px;
}

.left_column .advert_block {
padding:0 12px 0 12px;
}
.left_column .advert_block .advert {
background:url(../images/advert_bg.gif) bottom left repeat-x;
padding-bottom:15px;
padding-top:15px;
margin-bottom:3px;
}
.left_column .advert_block .advert img {
width:54px;
height:54px;
display:block;
float:left;
}
.left_column .advert_block .advert_txt {
margin-left:62px;
font-size:12px;
line-height:13px;
font-weight:bold;
color:#444444;
}
.left_column .advert_block .advert_txt a {
font-weight:normal;
text-decoration:none;
display:block;
color:#444444;
}
.left_column .advert_block .advert_txt a:hover {text-decoration:underline;}
.left_column .advert_block .advert_txt span.price {color:#cc3333;}
.left_column .advert_block .advert_txt .stars {
height:15px;
padding-top:3px;
}
.left_column .advert_block .advert_txt .stars img {
height:13px;
width:12px;
display:block;
float:left;
margin-right:2px;
}
.left_column .outer_banner {
width:150px;
height:150px;
overflow:hidden;
padding:23px;
}
.left_column .left_menu {
background-color:#c10006;
border-top:1px #FFFFFF solid;
width:196px;
overflow:hidden;
}
.left_column .left_menu ul {padding:0; margin:0; list-style:none;}
.left_column .left_menu ul li {
padding:0;
margin:0;
display:block;
font-size:12px;
line-height:16px;
border-bottom:1px #d95155 solid;
font-weight:bold;
}
.left_column .left_menu ul li a {
display:block;
color:#FFFFFF;
text-decoration:none;
padding:6px 10px 6px 15px;
border-bottom:1px #a62528 solid;
}
.left_column .left_menu ul li a:hover, .left_column .left_menu ul li #active_left {
text-decoration:none;
background-color:#890004;
border:none;
padding-bottom:7px;
}
.middle_column {
background-color:#FFFFFF;
margin:0 196px 0 196px;
min-height:1000px;
height:auto !important;
height:1000px;
padding:15px 25px 35px 25px;
position:relative;
}
.middle_column #breadcrumbs {
font-size:20px;
line-height:24px;
font-weight:normal;
color:#303030;
padding-left:35px;
padding-bottom:10px;
}
#breadcrumbs h1 {display:inline;}
#breadcrumbs a {
color:#a8a8a8;
text-decoration:none;
}
#breadcrumbs a:hover {text-decoration:underline;}
.middle_column .switzerland {
background:url(../files/upload/flag_switzerland.gif) top left no-repeat;
}
.middle_column .israel {
background:url(../files/upload/flag_israel.gif) top left no-repeat;
}
.middle_column hr {background-color:#cccccc; border:none; height:1px; overflow:hidden;}

a.all_countries {
background:url(../images/arrow_left.gif) top left no-repeat;
height:16px;
width:60px;
padding-left:10px;
display:block;
float:right;
font-size:11px;
line-height:14px;
color:#c10006;
margin-top:5px;
}

a.to_list {
background:url(../images/arrow_left.gif) top left no-repeat;
height:16px;
width:140px;
padding-left:10px;
display:block;
float:right;
font-size:11px;
line-height:14px;
color:#c10006;
text-decoration:none;
position:absolute;
z-index:101;
bottom:12px;
right:25px;
}
a.to_list:hover {text-decoration:underline;}

.help_info {
font-size:11px;
line-height:15px;
padding:10px 0 10px 0;
}
.help_info span {
display:block;
font-size:20px;
line-height:24px;
padding-bottom:10px;
}
.video {
padding:15px 0 10px 0;
}
.video span {
display:block;
padding:0 0 10px 0;
font-size:20px;
line-height:24px;
color:#303030;
}
.big_img {
width:493px;
background-color:#ececec;
margin:0 auto;
overflow:hidden;
margin-top:15px;
margin-bottom:10px;
}
.big_img img {display:block;}
.big_img span {
display:block;
padding:10px 15px 10px 15px;
clear:both;
color:#444444;
font-size:11px;
line-height:13px;
}
.middle_column a.to_up, .search_results a.to_up {
background:url(../images/to_up.gif) top left no-repeat;
display:block;
margin:10px 0 5px 0;
padding:0 0 0 20px;
color:#df161e;
text-decoration:none;
font-size:11px;
line-height:13px;
position:absolute;
z-index:99;
bottom:10px;
left:25px;
float:left;
}
.middle_column a.to_up:hover {text-decoration:underline;}

.mini_gallery {
padding:10px 0 10px 0;
height:110px;
}
.mini_gallery ul {padding:0; margin:0 0 0 -6px; list-style:none;}
.mini_gallery ul li {
display:block;
float:left;
margin:0;
padding:0 0 0 6px;
}
.mini_gallery ul li a {
width:109px;
height:109px;
display:block;
float:left;
overflow:hidden;
border:5px #d9d9d9 solid;
}
.mini_gallery ul li img {border:none;}

.search_txt {
width:230px;
height:160px;
background-color:#303030;
overflow:hidden;
border-bottom:1px #FFFFFF solid;
padding:15px 20px 20px 20px;
color:#e6e6e6;
font-size:11px;
line-height:14px;
font-family:Tahoma, Geneva, sans-serif;
}
.search_txt .block_name {
font-size:30px;
line-height:34px;
color:#ffc000;
padding-bottom:5px;
}

.search_form_block {
background-color:#efdea0;
width:669px;
/*height:376px;*/
/*overflow:hidden;*/
}
.search_tabs .tabs .tab_wrap {
}

.search_results {
background-color:#ececec;
padding:20px 25px 35px 25px;
border-top:1px #FFFFFF solid;
position:relative;
}
.search_results .block_name {
color:#303030;
font-size:20px;
line-height:24px;
padding-bottom:15px;
}

.search_results table {
padding:0; margin:0;
border-spacing:0;
border-collapse:collapse;
width:100%;
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
line-height:14px;
color:#2f3337;
}
.search_results table td a {color:#2f3337;}
.search_results table th {
text-align:center;
vertical-align:middle;
height:40px;
background-color:#c10006;
color:#FFFFFF;
font-weight:normal;
border-right:1px #cd3338 solid;
border-left:1px #cd3338 solid;
}
.search_results table td {
background-color:#FFFFFF;
text-align:center;
padding:12px 5px 6px 5px;
border-right:1px #d6d6d6 solid;
border-left:1px #d6d6d6 solid;
border-bottom:1px #ececec solid;
}
.search_results table td.yellow {background-color:#f2e5b3;}
.search_results table td a.order_link {
background:url(../images/order_hand.png) top left no-repeat;
height:25px;
width:25px;
display:block;
text-decoration:none;
margin:0 auto;
margin-top:-5px;
}
.search_tabs {position:relative;}
.search_tabs .selectgroup {
background:url(../images/optgroup_bg.gif) bottom left repeat-x;
padding:15px 0 11px 0;
}
.search_tabs .selectgroup table td {
width:170px;
padding:0 0 10px 15px;
margin:0;
font-size:12px;
line-height:14px;
color:#444444;
font-weight:bold;
}

.search_tabs .selectgroup table td span.txt {
display:block;
float:left;
padding:2px 5px 0 10px;
}
.search_tabs .selectgroup table td #child_1, .search_tabs .selectgroup table td #child_1_input {width:80px; float:left;}
.search_tabs .selectgroup table td .unactive {color:#999172;}
.search_tabs .selectgroup table td #child_2, .search_tabs .selectgroup table td #child_2_input {width:80px; float:right;}
.search_tabs .selectgroup table td #child_2_input span.txt, .search_tabs .selectgroup table td #child_1_input span.txt {
padding:2px 0 0 5px;
}
.search_tabs .selectgroup table td input.child {
background:url(../images/child_input.gif) top left no-repeat;
border:none;
width:40px;
height:20px;
padding-left:5px;
padding-right:5px;
float:left;
}
.search_tabs .selectgroup table td .unactive input.child {
background:url(../images/child_input_unactive.gif) top left no-repeat;
}
.search_tabs input.tour_srch_btn {
background:url(../images/tour_search_btn.gif) top left no-repeat;
height:20px;
width:83px;
display:block;
border:none;
cursor:pointer;
margin:0 auto;
}
.search_tabs .send_button {
width:83px;
height:20px;
position:absolute;
z-index:99;
bottom:25px;
right:15px;
}

.map {
width:669px;
height:634px;
overflow:hidden;
}
.contacts_block {
background-color:#303030;
height:605px;
width:230px;
overflow:hidden;
padding:15px 20px 14px 20px;
font-size:13px;
line-height:16px;
color:#ffffff;
}
.contacts_block a, .personal_contacts a {
text-decoration:none;
color:#ffffff;
}
.contacts_block .block_name {
font-size:30px;
line-height:34px;
color:#ffc000;
padding-bottom:5px;
}
.contacts_tels {
width:215px;
border-top:1px #888888 dotted;
padding:15px 0 25px 0;
margin-top:10px;
}
.contacts_tels ul {padding:0; margin:0; list-style:none;}
.contacts_tels ul li {
display:block;
margin:0;
padding:3px 0 2px 25px;
height:18px;
}
.contacts_tels ul li.phone {background:url(../images/contacts_phone.gif) top left no-repeat;}
.contacts_tels ul li.mobile {background:url(../images/contacts_moblie.gif) top left no-repeat;}
.contacts_tels ul li.icq {background:url(../images/contacts_icq.gif) top left no-repeat;}
.contacts_tels ul li.mail {background:url(../images/contacts_mail.gif) top left no-repeat;}
.contacts_tels ul li.skype {background:url(../images/contacts_skype.gif) top left no-repeat;}

.contacts_form {
padding:10px 0 10px 0;
}
.contacts_form form {padding:0; margin:0;}
.contacts_form span {
display:block;
font-size:20px;
line-height:24px;
padding-bottom:10px;
}
.contacts_form div {padding-bottom:12px;}
.contacts_form input {
width:200px;
height:22px;
border:1px #9f9f9f solid;
padding-left:11px;
padding-right:12px;
color:#5b5b5b;
}
.contacts_form input.send_btn {
background:url(../images/contacts_send_btn.gif) top left no-repeat;
height:23px;
width:75px;
border:none;
cursor:pointer;
float:right;
margin-right:6px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
line-height:16px;
}
.contacts_form textarea {
width:204px;
height:140px;
padding:10px;
border:1px #9f9f9f solid;
color:#5b5b5b;
overflow:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
line-height:16px;
resize:none;
}

.personal_contacts {
background-color:#373737;
border-top:1px #FFFFFF solid;
overflow:hidden;
}

.personal_contacts .social {
width:190px;
float:right;
padding:25px 40px 15px 40px;
text-align:center;
color:#FFFFFF;
font-size:18px;
line-height:22px;
}
.personal_contacts .social span {display:block;}
.personal_contacts .social ul {padding:0 0 0 12px; margin:0; list-style:none;}
.personal_contacts .social ul li {
width:33px;
height:33px;
float:left;
margin:0;
padding:0 10px 0 0;
}
.personal_contacts .social ul li img {display:block;}
.personal_contacts .personals {
width:669px;
float:left;
background-color:#4a4a4a;
border-right:1px #FFF solid;
}
.personals .persona {
width:304px;
float:left;
padding:15px;
color:#FFFFFF;
font-size:11px;
line-height:15px;
border-bottom:1px #777777 dotted;
}
.personals .persona img {
width:68px;
height:94px;
display:block;
float:left;
margin-top:3px;
}
.personals .persona div {margin-left:78px;}
.personals .persona div strong {
font-size:13px;
line-height:15px;
}
.personals .persona div span {
display:block;
padding:3px 0 3px 0;
color:#837e7e;
}
.personals .persona div p {
padding:3px 0 3px 0;
margin:0;
}
.curort_name {
background:url(../images/curort_name.gif) top left no-repeat;
padding:3px 0 15px 18px;
color:#c10006;
font-size:16px;
line-height:20px;
}

.hotel_block {
padding-bottom:15px;
position:relative;
height:130px;
width:493px;
overflow:hidden;
}
.hotel_block .txt {
background:url(../images/hotel_img_shadow.png) top left repeat-x;
height:30px;
width:465px;
padding:50px 15px 0 13px;
position:absolute;
z-index:99;
top:50px;
left:0;
right:0;
}
.hotel_block .txt .stars {
float:left;
margin:5px 10px 10px 0;
}
.hotel_block .txt .link a {
color:#FFFFFF;
font-size:20px;
line-height:24px;
}
.fotogallery {
width:500px;
/*float:left;*/
padding:10px 0 15px 0;
}
.fotogallery span {
display:block;
font-size:20px;
line-height:24px;
color:#3399ff;
padding-bottom:15px;
}
.fotogallery ul {padding:0; margin:0; list-style:none;}
.fotogallery ul li {
display:block;
float:left;
width:81px;
height:81px;
overflow:hidden;
margin:0;
padding:0 1px 1px 0;
}
.fotogallery ul li img {display:block; border:none;}

.hotel_services {
padding:15px 0 5px 0;
}
.hotel_services h2 {color:#c10006; padding:0;}
.hotel_services ul {padding-top:0; padding-left:15px; padding-bottom:0; margin-bottom:0; list-style:square; color:#c10006;}

.tour_table {
padding-bottom:10px;
}
.tour_table h2 {
font-size:20px;
line-height:24px;
font-weight:normal;
}
.tourle table {
padding:0; margin:0;
border-spacing:0;
border-collapse:collapse;
width:100%;
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
line-height:14px;
color:#2f3337;
}
.tour_table table td a {color:#2f3337;}
.tour_table table th {
text-align:center;
vertical-align:middle;
height:40px;
background-color:#c10006;
color:#FFFFFF;
font-weight:normal;
border-right:1px #cd3338 solid;
border-left:1px #cd3338 solid;
}
.tour_table table td {
background-color:#ececec;
text-align:center;
padding:12px 5px 12px 5px;
border-right:1px #d6d6d6 solid;
border-left:1px #d6d6d6 solid;
border-bottom:1px #FFFFFF solid;
}
.tour_table table td.yellow {background-color:#f2e5b3;}

.sort_type {
padding:0 0 10px 0;
font-family:Tahoma, Geneva, sans-serif;
font-size:14px;
line-height:18px;
color:#303030;
}
.sort_type a {color:#303030; text-decoration:underline;}
.sort_type a:hover, .sort_type .active {text-decoration:none; color:#c40000;}

.countries_list {
font-family:Tahoma, Geneva, sans-serif;
}
.countries_list table {
padding:0; margin:0;
border-collapse:collapse;
border-spacing:0;
width:100%;
}
.countries_list table td {
width:33%;
padding:0 15px 0 0;
margin:0;
font-size:14px;
line-height:18px;
}
.countries_list table td a {
color:#5b5b5b;
}
.countries_list table td .country {
font-size:24px;
line-height:28px;
color:#c40000;
padding-bottom:5px;
}
.countries_list table td ul {padding:10px 0 15px 0; margin:0; list-style:none;}
.countries_list table td ul li {
margin:0;
padding:0 0 2px 2px;
display:block;
}

.services {
margin-right:-85px;
}
.services ul {padding:0; margin:0; list-style:none;}
.services ul li {
width:212px;
display:block;
float:left;
margin:0;
padding:0 12px 0 0;
}
.services ul li img {
width:196px;
display:block;
border:5px #ccc7b4 solid;
margin-bottom:15px;
}
.services ul li a, .services ul li span {
font-size:14px;
line-height:18px;
font-weight:bold;
color:#3e3e3e;
}

.services_btm {
border-top:1px #bbbbbb solid;
background-color:#ececec;
padding:20px 15px 5px 15px;
}
.services_btm .right_block {
width:450px;
float:right;
}
.services_btm .left_block {
width:440px;
float:left;
}
.services_btm .service_small {
padding-bottom:15px;
min-height:80px;
height:auto!important;
height:80px;
}
.services_btm .service_small img {
display:block;
width:90px;
height:70px;
border:5px #c8c8c8 solid;
float:left;
margin:0 10px 5px 0;
}
.services_btm .service_small a, .services_btm .service_small span {
margin-left:110px;
display:block;
font-size:14px;
line-height:18px;
font-weight:bold;
color:#3e3e3e;
}
.services_btm .service_small p {
margin-left:110px;
color:#4c4c4c;
font-size:12px;
line-height:16px;
}

.days_block {
background-color:#f4f4f4;
margin:20px 0 20px 0;
font-size:11px;
line-height:15px;
color:#2f3337;
}
.days_block .day {
padding:10px 15px 10px 12px;
font-weight:bold;
background-color:#eee2b7;
border-bottom:1px #FFFFFF solid;
}
.days_block p {
padding:10px 15px 10px 12px;
border-bottom:1px #FFFFFF solid;
}
.price_tour {
}
.price_tour table {
padding:0; margin:5px 0 5px -1px;
border-spacing:0;
border-collapse:collapse;
width:100%;
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
line-height:14px;
color:#2f3337;
}
.price_tour table td a {color:#2f3337;}
.price_tour table th {
padding:5px;
text-align:center;
vertical-align:middle;
height:40px;
background-color:#c10006;
color:#FFFFFF;
font-size:11px;
line-height:14px;
font-weight:bold;
border-right:1px #FFFFFF solid;
border-left:1px #FFFFFF solid;
}
.price_tour table td {
background-color:#eee2b7;
text-align:center;
padding:10px 5px 10px 5px;
border:1px #FFFFFF solid;
font-weight:bold;
}
.hotels {
}
.hotels table {
padding:0;
margin:0 0 5px -1px;
border-collapse:collapse;
border-spacing:0;
width:100%;
font-size:11px;
line-height:13px;
}
.hotels table th {
background-color:#eee2b7;
vertical-align:middle;
text-align:center;
padding:10px 20px 10px 20px;
border:1px #FFFFFF solid;
font-weight:bold;
}
.hotels table td {
background-color:#ececec;
text-align:center;
vertical-align:middle;
border:1px #FFFFFF solid;
padding:10px;
}

.order_tour {
background-color:#eee2b7;
margin:15px 0 15px 0;
}
.order_tour .block_name {
background-color:#303030;
padding:7px 15px 10px 15px;
font-size:20px;
line-height:24px;
color:#ffc000;
}
.order_tour form {
margin:0;
padding:10px 15px 5px 15px;
}
.order_tour table {
width:100%;
border-collapse:collapse;
border-spacing:0;
padding:0;
margin:0;
}
.order_tour table td {
margin:0;
padding:0 5px 5px 0;
font-size:12px;
line-height:14px;
color:#444444;
font-weight:bold;
}
.order_tour table td.name {vertical-align:middle; width:200px;}
.order_tour table td span {color:#e90000;}
.order_tour table td input.order_input {
width:218px;
height:17px;
border:1px #a4abb1 solid;
font-size:11px;
color:#444444;
padding-left:5px;
padding-right:5px;
}
.order_tour table td input.order_checkbox {
border:1px #a4abb1 solid;
}
.order_tour table td textarea {
border:1px #a4abb1 solid;
width:218px;
height:100px;
padding:5px;
overflow:auto;
font-size:11px;
color:#444444;
resize:0;
overflow:auto;
}
.order_tour table td input.order_submit {
width:78px;
height:21px;
border:1px #a4abb1 solid;
background-color:#f0f0f0;
font-size:11px;
float:right;
cursor:pointer;
margin-right:28px;
}
.order_tour table td .help {
font-size:11px;
font-weight:normal;
padding-top:4px;
}

#footer {
height:80px;
display:block;
padding-top:25px;
font-size:12px;
line-height:16px;
color:#636363;
}
.ftr_right {
width:45%;
float:right;
text-align:right;
padding-top:20px;
display:none;
}
#footer a {color:#0088e4;}
.ftr_left {
width:45%;
float:left;
padding-top:20px;
}
.ftr_left img {
height:50px;
/*width:140px;*/
float:left;
margin-right:10px;
margin-top:-15px;
}

#likes {
margin:0;
position: absolute;
bottom:5px;
right:30px;
}

/* TOURCLIENT */
.tabs_block .tabs .tab_wrapp div.lstcjs_module_container a { padding:0;}
.tabs_block .tabs .tab_wrapp div.lstcjs_module_container a[class*="uni-form-dash"]  { display:inline;}