
.botpanel {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-image: url("/images/tours/bottom_panel.png");
    padding-top: 6px;
    z-index: 9999;
}
.form-panel {
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
    margin: 0 auto;
    height: 42px;
}
.heading, .content {
    text-align: left;
    color: white;
    width: 100%;
}
.heading {
    margin: 1px;
    color: #fff;
    padding: 3px 10px;
    cursor: pointer;
    position: relative;
    height: 35px;
}
.buttons { width: 1000px; margin: 0 auto; }
.form {
    padding: 5px 10px;
    height: 225px !important;
    background-color: #FF794C;
    display: none;
}

#caption-main, #buttons { float: left }

div#caption-main {
    font-family: Arial, Verdana;
    font-size: 16px;
    font-weight: bold;
    margin: 8px;
    line-height: 20px;
}

td img { display: block; }

.manageArr {
    float: right;
    display: block;
    position: absolute;
    padding: 0 50px 0 0;
    height: 24px;
    line-height: 24px;
    background: url(/images/tours/toggle_panel_arr.png) no-repeat right 0px;
    right: 50px;
    top: 8px;
    font-size: 14px;
    color: #5a5a5a;
    cursor: pointer;
}

.manageArr.on {
    background: url(/images/tours/toggle_panel_arr.png) no-repeat right -24px;
}

div.fake_panel_buttons {
    font-size: 13px;
    text-align: right;
    margin-top: 5px;
}
img.fake_panel_button {
    width: 168px;
    height: 23px;
}

div.fake_panel_buttons, img.fake_panel_button {
    float: right;
}

div.fake_panel_buttons div.caption {
    float: right;
    font-family: Arial, Verdana;
    font-size: 13px;
    font-weight: bold;
    margin: 1px;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 5px;
}
/* Стили блока котактов */

#our_contacts {
    font-family: ArialMT, Arial;
    background-color: #EEEEEE;
    border: 1px solid #B9B9C8;
    width: 995px;
    height: 60px;
    padding: 0;
    position: absolute;
    top: 185px;
}
#contacts_leftext {
    float: left;
    margin: 0 0 0 15px;
    width: 550px;
}
#contacts_call {
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
}
#contacts_girl {
    float: left;
    margin: 2px 0 0 0px;
}
#contacts_phones {
    margin: 3px 0 0 0;
    font-size: 18px;
    color: #C51831;
}
#contacts_callcenter {
    margin: 2px 0 0 0;
    font-size: 10px;
}
#contacts_callcenter span {
    font-weight: bold;
}
#contacts_clock {
    float: left;
    margin: 3px 0 0 35px;
}
#contacts_timetable {
    float: left;
    margin: 3px 0 0 15px;
    font-size: 12px;
    color: #535353;
    width: 210px;
    line-height: 17px;
}
#contacts_timetable span#contacts_time {
    font-size: 13px;
    font-weight: bold;
    color: #54BE00;
}
#contacts_timetable span#contacts_weekend {
    font-size: 13px;
    font-weight: bold;
    color: #CA263F;
}
#contacts_online {
    font-size: 12px;
    line-height: 15px;
    text-justify: auto;
}#loginPopupBox {
    position:relative;
    background-color:white;
    padding: 8px 8px 5px 8px;
    font-size:12px;
	border:1px solid #dedede;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 0 0 50px #444444;
    -moz-box-shadow: 0 0 50px #444444;
    -webkit-box-shadow: 0 0 50px #444444;
}

#loginPopupBox .loginPopupTitle {
	margin: 0 0 10px 0;
}
#loginPopupBox .close {
	 background-color: transparent;
    background-image: url("/images/jswindow/close16x32.png");
    background-position: right top;
    background-repeat: no-repeat;
    color: #58585A;
    display: block;
    float: right;
    font-weight: bold;
    margin: 0 5px;
    padding: 1px 17px 0 0;
    text-decoration: underline;
}

#loginPopupBox .loginHeader{
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
    padding: 0 5px 2px 5px;
}
#loginPopupBox .loginHeader h2{
    float:left;
    color:black;
    margin:0;
    padding:0;
    line-height:20px;
}
#loginPopupBox .loginHeader .regLine {
	float:right;
	color:#58585a;
	line-height:20px;
	font-size: 11px;
}
#loginPopupBox .loginHeader .regLine a {
	color: #0099cc;
}

form#loginForm {
	padding: 0 60px;
}
form#loginForm .inputLine {
	margin: 0 0 10px 0;
	position:relative;
}
form#loginForm input{
	width: 312px;
	height: 22px;
	padding: 3px;
    border: 1px solid #dedede;    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #444444;
	font-size: 16px;
	font-weight:bold;
	top:0;
	left:0; 
}

form#loginForm input:focus{
    border: 1px solid #0099CC;
    box-shadow: 0 0 4px #0099CC;
    outline: medium none;
}

form#loginForm label {
    display: none;
    color: #cccccc;
    font-size: 16px;
    font-weight: bold;
}

form#loginForm button {
	float:left;
	background-color: #0099CC;
    border: 0 none;    
    color: white;
    font-weight: bold;
    padding: 4px 25px;
    text-align: center;
    font-size: 16px;
    font-family: Arial,Tahoma;
    cursor:pointer;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
form#loginForm .inputLine a {
	float:right;
	color:#0099cc;
	font-size:11px;
	margin-top:8px;
}

#loginPopupBox .socialLinks {
    padding: 3px 0 0 60px;
    border-top: 1px solid #dedede;
}
#loginPopupBox .socialLinks strong {
	color: #58585a;
	margin-top:5px;
}
#loginPopupBox .socialLinks strong, #loginPopupBox .socialLinks a {
    float: left;
    margin-right: 10px;
}

.loginErrorMsg {
    display:none;
    height:14px;
    background-color:#FFFE36;
    border:1px solid #E1E16D;
    font-size:11px;
    color:#000;
    padding:6px 10px;
    margin-left:-2px;


    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-topleft:0;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-top-left-radius:0;

    -moz-box-shadow:0 0 6px #ddd;
    -webkit-box-shadow:0 0 6px #ddd;
    z-index: 9999;
}
.loginErrorMsg p{
margin:0;
}
/*#loginPopupBox .loginFormBox{
    background-color:white;
}
#loginPopupBox .loginLine{
    padding: 0 10px;
}

#loginPopupBox .close{
    cursor: pointer;
    font-family: Tahoma;
    font-size: 21px;
    position: absolute;
    right: 7px;
    top: -2px;
    text-decoration:none;
}
#loginPopupBox a.close:hover {
    color:red;

}
#loginPopupBox label, #loginPopupBox h2, #loginPopupBox .close {
    color: #333333;
}

#loginPopupBox .socialLinks {
    padding: 10px 0 5px;
    margin-top: 10px;
    border-top: 1px solid #dedede;
}

#loginPopupBox .socialLinks strong, #loginPopupBox .socialLinks a {
    float: left;
    margin-right: 10px;
}
*/
/*----------------------------------------------------------*/
#jsUserMenu {
	position: absolute;
	width: 150px;
	list-style-type: none;
	padding:0;
	z-index: 9999;
	top:20px;
	background-color:white;
	border: 1px solid #dedede;
    border-top: 0;
	padding: 5px 0;
}

#header ul#jsUserMenu li {
	float:none;
	height:20px;
	padding: 0;
	margin:0;	
}

#header ul#jsUserMenu li a {
	background-image: none;
	color:black;
	display:block;
	float:none;
	line-height:20px;
	padding: 0 5px;
}

#header ul#jsUserMenu li a:hover {
	text-decoration:none;
	background-color:#999999;
	color:white;
}

#header .sub_menu a#openerUserMenu {
	background-image: none;
	color:black;	
	font-weight:bold;
	text-decoration:underline;
	width:140px;
	
}
#header #authItem a.active {
	background-color:white;
	border: 1px solid #dedede;
	border-bottom: 0;
	padding: 5px 5px 0 5px;    
}
#header .sub_menu a#openerUserMenu:hover {
	text-decoration:none;
}

/*----------------------------------------------------------*/
body {
	background-color: #fffff7;
	}

body, td,  input, option, select, textarea {
	font-family: Arial, Verdana, Geneva, Tahoma;
	font-size:9pt;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 13pt;
    margin-bottom : 0px;
	margin-top : 0px;
	font-weight : normal;
}
h2 {
	font-size: 7pt;
	margin-bottom : 0px;
	font-weight : normal;
}

p {
	text-align : left;
	margin-bottom : 7px;
	margin-top : 7px;
}

a {
	color: #0099CC;
	text-decoration: underline;

}
a:hover {
	text-decoration: none;
}

#header {
	width: 998px;
	height: 182px;
	background-image: url(/images/tickets/bg_header.gif);
	background-position: top;
	background-repeat: repeat-x;
	position: relative;
	margin: 0 auto;
    padding: 0 0 10px 0;
	}
	
#header .line_first {
	color: #656B6E;
	font-size: 10px;
	line-height: 19px;
    height: 19px;
    overflow: hidden;
	padding: 0 7px;
	margin: 0;
	display:block;
	}
	
#header a.logo {
	display: block;
	position: absolute;
	width: 241px;
	height: 50px;
	left: 0;
	top: 42px;
	background-image: url(/images/tickets/logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	}

#header a.logo:hover {
	background-color: transparent;
	}
	
#header div.banner_header {
	display: block;
	position: absolute;
	width: 728px;
	height: 90px;
	right: 0;
	top: 27px;
	}	

#header .sub_menu {
	position: absolute;
	top: 127px;
	left: 0;
	height: 14px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#header .sub_menu li {
	float: left;
	height: 14px;
	margin: 0;
	padding: 0 18px 0 0;
	list-style-type: none;
	}

#header .sub_menu a {
	display: block;
	float: left;
	background-image: url(/images/tickets/dot_razd.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-decoration: none;
	font-size: 11px;
	}

#header .sub_menu a:hover {
	background: none;
	}			
	
#footer_adv	{
	width: 998px;
	overflow:hidden;
	height: 1%;
    margin: 0 auto 10px auto;
	}

#footer_adv	.bnr1 {
	float: left;
	margin: 0 6px 0 0;
	width: 264px;
	}
	
#footer_adv	.bnr2 {
	float: left;
	margin: 0;
	width: 970px;
	}

.footer_links {
	width: 998px;
	position: relative;
	border-top: 1px solid #E5E5E5;
    margin: 0 auto;
	padding: 5px 0;
	font-size: 12px;
	color: #58585a;
	line-height: 20px;
	}
	
.footer_links a {
	font-size: 12px;
	color: #58585a;
	}	

#footer {
	width: 998px;
	position: relative;
	border-top: 1px solid #E5E5E5;
    margin: 0 auto;
	padding: 5px 0 20px 0;
	overflow: hidden;
	height: 1%;
	}
	
#footer .footer_banner {
	position: absolute; 
	width: 768px;
	height: 60px;
	top: 8px;
	left: 0;	
	}
	
#footer .copyright {
	position: absolute; 
	top: 8px;
	right: 15px;	
	text-align: right;
	}
	
#footer .copyright a {
	text-decoration: none;
	}	
	
#footer .some_capch {
	display: block;
	width: 88px;
	height: 31px;
	float: left;
	margin: 0 8px 0 0;
	}		

#nav {
	position: absolute;
	top: 154px;
	width: 100%;
	height: 26px;
	background-image: url(/images/tickets/bg_nav_ul.gif);
	background-repeat: repeat-x;
	}
	
#nav, #nav  ul, #nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:9;
	}	
	
#nav li {
	float: left;
	text-align: left;
	background-image: url(/images/tickets/bg_nav.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	height: 26px;
	line-height: 26px;
	}
	
#nav li.float_right {
	float: right;
	text-align: left;
	}	
	
#nav li.last {
	float: right;
	text-align: left;
	background-image: url(/images/tickets/bg_nav_r.gif);
	background-repeat: no-repeat;
	background-position: right top;	
	width: 15px;
	}		
	
#nav li a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #656B6E;
	font-weight: bold;
	padding: 0 20px;
	background-image: url(/images/tickets/bg_nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#nav li a.first {
	background-image: url(/images/tickets/bg_nav_first.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#nav li a:hover, #nav li a.activ  {
	color: #397A90;
	background-position: left bottom;
	}
	
#nav li span.icon_turi {
	background-image: url(/images/tickets/icon_turi.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	line-height: 26px;
	}
	
#nav li span.icon_ticket {
	background-image: url(/images/tickets/icon_ticket.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	line-height: 26px;
	}	

#nav li span.icon_hotel {
	background-image: url(/images/tickets/icon_hotel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	line-height: 26px;
	}			
		
	
#nav li.float_right a.search, #nav li.float_right a.search:hover   {
	width: 32px;
	height: 26px;
	background-image: url(/images/tickets/nav_search.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
	}

#nav li.float_right a, #nav li.float_right a:hover {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #397A90;
	font-weight: bold;
	padding: 0 20px;
	background-image: url(/images/tickets/bg_nav_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
#nav li.float_right a:hover {
	background-position: right top;
	}	
/*********Bread Crumbs*********************/
.home_line, .breadcrumbs {
    padding: 0 0 8px 0;
}
.home_line a, .breadcrumbs a {
    text-decoration: none
    }
.home_line a:hover, .breadcrumbs a:hover {
    text-decoration: underline 
}
.breadcrumbs {
	color: #58585A;
}
/**************************************/
a.h4 {
	display: block;
	color: #58585A;
    font-size: 12px;
	font-weight: bold;
}
a.wLink1 {
	font-size: 10px;
}
a.wLink2 {
	font-size: 11px;
}
a.wLink3 {
	font-size: 12px;
}
a.wLink4 {
	font-size: 12px;
	font-weight: bold;
}
a.wLink5 {
	font-size: 13px;
}
a.wLink6 {
	font-size: 14px;
}
a.wLink7 {
	font-size: 14px;
	font-weight: bold;
}
a.wLink8 {
	font-size: 16px
}
a.wLink9 {
	font-size: 16px;
    font-weight: bold;
}
/************************************/
.purple_rating_star, .purple_rating_star_0, .purple_rating_star_1, 
.purple_rating_star_2, .purple_rating_star_3, .purple_rating_star_4,
.purple_rating_star_5 {
    background-image:url(/images/purple_star.gif);
    background-repeat: repeat-x;
    display:block;
    height:11px;
    line-height:11px;
    list-style-type:none;
    padding:0;
    text-indent:-9999px;
    float: left;
}
.purple_rating_star_0, .purple_rating_star_1, .purple_rating_star_2, 
.purple_rating_star_3, .purple_rating_star_4, .purple_rating_star_5 {
    background-position:left top;
    margin:0;
}
.purple_rating_star_0 {
    width: 0;
}
.purple_rating_star_1 {
    width: 11px
}
.purple_rating_star_2 {
    width: 22px
}
.purple_rating_star_3 {
    width: 33px
}
.purple_rating_star_4 {
    width: 44px
}
.purple_rating_star_5 {
    width: 55px
}
.purple_rating_star {
    background-position:left bottom;
    width:55px;
    margin: 0;
}
/*--------Common RightCol-------*/
.right_col .dataBox .articleLine {
    padding: 5px 0;
    border-bottom: 1px solid #dedede;
}
.right_col .dataBox .last {
    border-bottom: none;
    padding: 5px 0 0 0;
}
.right_col .dataBox .picBox {
    float:left;
    margin: 0 5px 0 0;
}

.right_col .articleDescription {
    font-size: 11px;
}
.right_col .dataBox .articleLine .articleDescription{
    margin-bottom:0px;
}
.right_col .dataBox .articleLink {
    font-weight: bold;
    color: #58585a;
}

.right_col .articleDescription {
    color: #58585A;
}

/*----Hot tours table-----*/

.hotToursTableBox {
    padding: 2px !important;
}
.hotToursTableBox th {
    padding: 5px 3px;
    text-align: left;
    color: #58585a;
}
.hotToursTableBox td {
    color: #58585A;
    padding: 3px;
    text-align: left;
}
.hotToursTableBox .hotel {
    text-align: left;
}
.hotToursTableBox .even td {
    background-color: #E2F5FA;
}

.hotToursTableBox .photoBox {
    background-color: white;
    border: 1px solid #DEDEDE;
    border-radius: 2px 2px 2px 2px;
    display: block;
    float: left;
    height: 30px;
    margin: 0 3px 0 0;
    padding: 1px;
}

.hotToursTableBox .hotelName {
    color:black;
}
.hotToursTableBox .duration, .hotToursTableBox .countryName {
    font-size: 11px;
    color: #999999;
}
.hotToursTableBox .price {  
    text-align:center;
}
.hotToursTableBox .price a{
    color:#FF4B0E;
}

.right_col .t_special_offers td {
    background-color: white;
    padding: 6px 0 6px 5px;
    vertical-align: middle;
}

.aviaPrices a {
    background-image: url("/images/icons/airplane_icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}
.right_col .t_special_offers td.cena {
    color: #FF4B0E;
    text-align: right;
}
/*--------Vote Box--------------*/
.right_col .voteBox {
padding: 5px 8px;
}
.right_col .voteBox .voteQuestion {
    color: #58585a;
    font-size: 12px;
}
.right_col .voteBox .voteQuestionsList{
    padding:0;
    list-style-type:none;
    margin: 3px 0;
}
.right_col .voteBox .voteQuestionsList li {
    color: #58585a;
    padding: 3px 0;
}
.right_col .voteBox .voteQuestionsList li input {
    vertical-align: middle;
    margin-right: 5px;
}
.right_col .voteBox .voteButtons {
    padding: 3px 10px 3px 10px;
}
.right_col .voteBox .voteButtons a {
    color: #58585a;
    float:right;
    margin-top: 3px;
}
.right_col .voteBox .voteButtons button {
    float:left;
    background-color:#E3E3E3;
    background-image: linear-gradient(top, #F9F9F9 30%, #E3E3E3 65%);
    background-image: -o-linear-gradient(top, #F9F9F9 30%, #E3E3E3 65%);
    background-image: -moz-linear-gradient(center top, #F9F9F9 30%, #E3E3E3 65%);
    background-image: -webkit-gradient(linear,0% 30%,0% 65%,from(#F9F9F9),to(#E3E3E3));
    background-image: -ms-linear-gradient(top, #F9F9F9 30%, #E3E3E3 65%);
    border-color: #CCCCCC #BBBBBB #A0A0A0;
    border-left: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    border-right: 1px solid #BBBBBB;
    border-style: solid;
    border-width: 1px;

    padding: 2px 3px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    color: #58585a;
    font-size: 12px;
    font-family: Arial,Verdana,Geneva,Tahoma;;
}
/*-----------News Social Box-----*/
.newsSocialBox {
    padding: 8px 5px;
    margin:0 0 5px 0;
    background-color:#ffeeaa;
    border: 1px solid #dedede;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; 
}
.newsSocialBox strong {
	color:#58585a;
}
.newsSocialList {
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0;
    overflow:hidden;
}
.newsSocialList li {
    float:left;
    border: 1px solid #dedede;
    background-color:white;
    margin: 0 2px;
    padding: 2px;
    width: 86px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; 
}
.newsSocialList a {
    display:block;
    height:15px;
    color: #0099cc;
    font-weight:bold;
    background-position: left top;
    background-repeat: no-repeat;
    padding:10px 0 0 28px;
}
.newsSocialList a.facebook {
    background-image: url("/images/icons/facebook25x25.png");
}
.newsSocialList a.vkontakte {
    background-image: url("/images/icons/vkontakte25x25.png");
}
.newsSocialList a.twitter {
    background-image: url("/images/icons/twitter25x25.png");
}
/*-----common/main.css------------удалить после рефакторинга---*/
.hBox {
    height: 1%;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px 5px 0px 5px;
}
.hBoxAviaText {
    border-bottom: 1px solid #E0E0DF;
    margin-top: 0px;
    padding: 0px 0px 5px 0px;
}
.hBox h1, .hBox h2, .hBox h3 {
    float: left;
    margin:0;
    padding:0;
}

.hBox a {
    color: #58585A;
    line-height: 20px;
}

.fRight {
    float: right;
}
.noBorder {
    border:0;
}
.blueBorder {
    border-color: #0099CC;
}

.noMargin {
    margin:0 !important;
}
.noRightMargin, .noMarginRight {
    margin-right:0 !important;
}

.marginBottom20 {
    margin-bottom: 20px !important;
}

.servicesBox {
    border:1px solid #dedede;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color:white;
    padding: 12px 5px;
}
.h25 {
	height:25px;
}
/*-------Boxes--------*/
.roundCorners {
    border: 1px solid #E0E0DF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.dataBox {
    background-color: white;
    margin-bottom: 20px;
    padding: 5px;
}
.bannerBox {
    text-align:center;
    margin: 0 0 20px 0;
}
/*-------------------------------------------------------*/
#content {
    height: 1%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 998px;
}

h1 {
    color: #58585A;
    font-size: 18px;
    margin: 0 0 12px;
    padding: 0;
}

h2 {
    color: #58585A;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0 3px;
}

img {
	border:none;
}
.clear {
    border: 0 none;
    clear: both;
    display: block;
    float: none;
    font-size: 1px;
    height: 0;
    line-height: 1px;
    margin: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.left_col {
    float: left;
    height: 1%;
    margin: 0 9px 0 0;
    overflow: hidden;
    width: 688px;
}

.right_col {
    float: right;
    height: 1%;
    margin: 0;
    overflow: hidden;
    width: 300px;
}
.right_col .hBox {
	border:none;
	margin:0;
}

.right_col .dataBox {
	margin-bottom: 15px;
	padding:5px;
	background-color:white;
}

.right_col .t_special_offers a {
	color: #58585a;
}
.right_col .t_special_offers td{
	padding: 6px 0 6px 5px;
	background-color:white;
	vertical-align: middle;
}
.right_col .t_special_offers td.cena {
	color:#FF4B0E;
	text-align:right;
}

#footer_adv {
	margin-top: 10px;
}
.aviaPrices a{
	background-image: url("/images/icons/airplane_icon.png");
	background-repeat: no-repeat;
	background-position:left center;
	padding: 0 0 0 20px;
}

.right_col .bnr_300_250 {
	margin: 0 0 25px 0;
}
/*******************************************/
.roundCorners {
	border: 1px solid #E0E0DF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.articleDescr, .articleDescr p {
	font-style: italic;
	line-height: 18px
}

.photoBox {
	float: right;
}

.articleText {
	color: #58585a;
	margin: 15px 0 20px 0;
}

.socialBox {
	position:relative;
}
.socialBox h1{
	margin:0;
}
.socialBox .addthis_toolbox{
	position:absolute;
	right:-2px;
	bottom:6px;
}

.socialBox .date {
	float: left;
}

.socialBoxBottom .addthis_toolbox {
	margin-top: 8px;
}
.hBox {
    border-bottom: 1px solid #E0E0DF;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px;
    height:1%;
}
.hBox h1, .hBox h2 {
    float: left;
    margin:0;
}
.fRight {
    float:right;
}

.hBox a {
	color: #58585a;
	line-height:20px;
}

.tagsBox, .socialBoxBottom{
	margin-bottom: 20px;
}

.rssLink {
    background-image: url("/images/icons/rss2.gif");
    background-repeat: no-repeat;
    background-position:left center;    
    display:block;
}

.hBox .rssLink {
	background-position:left center;
	float:left;
	padding-left: 18px;
	margin-left:5px;
	line-height:22px;
	color:#999999;
}

.categoryBox .hBox .rssLink {
	line-height:20px;
}

.bannerBox {
	margin-bottom: 10px;
}
/***********************************/
.photoBox .scrollable {
	position:relative;
    overflow:hidden;
    width: 390px;
    height: 46px;
    float:left
}

.photoBox .scrollable .items {
	width:20000em;
    position:absolute;
}

.photoBox .scrollable .items div {
	float:left;
}
.photoBox .scrollable img {
	background-color: #FFFFFF;
    border: 1px solid #ffffff;
    border-radius: 1px;
    float: left;
    padding: 0px;
    cursor:pointer;
}
.photoBox .scrollable img.active {
	border-color:black;
}
.photoBox .scrollBox{
	overflow:hidden;
	width: 410px
}
.photoBox .scrollBox .prev {
	float: left;
	background-position: left top;
}
.photoBox .scrollBox .next {
	float: right;
	background-position: right top;
}
.photoBox .scrollBox .next, .photoBox .scrollBox .prev {
	background-image: url("/images/scrollable/prev_next_scrollable.png");    
    background-repeat: no-repeat;
    width: 10px;
    height: 46px;
    line-height: 46px;
    text-indent:-9999px;
    cursor:pointer;
}
.photoBox .scrollBox a.disabled {
    visibility: hidden !important;
}
.photoBox .defPhoto {
	position:relative;
	margin-bottom:1px;
}
.photoBox .defPhoto img {
	vertical-align: top;
}
.photoBox .defPhoto .photoHint{
	position:absolute;
	padding: 5px 10px 15px 10px;
	bottom:15px;
	background-color: black;
	opacity: 0.6;
	filter: alpha(opacity=60);
	color:white;
	font-style: italic;
	width:390px;
}
.photoBox .hideHintBox {
	background-color: #666666;
	height: 15px;
	text-align: right;
	padding: 0 5px;
}
.photoBox .hideHintBox a {
	color:white;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
}
.photoBox .hideHintBox a:hover {
	text-decoration:underline;
}
.photoBox .hideHintBox a span {
	color: #f50707;
}
/************************************/
.articlesListBox {
	margin: 0 0 10px 0;
}
.mainArticle {
    background-color: #FFECB1;
    padding: 10px;
    border-bottom: 1px solid #E0E0DF; 
}

.mainArticle .articleLink{
    font-size:18px;
}
.articlesListBox .mainArticle .articleDescription{
    margin-top: 20px;
}

.articlesListBox .articleDescription, .articleDescription{
	color: #58585a;
}
.articleBox {
	padding: 10px;
    color: #58585a;
    overflow:hidden;
    height:1%;
}
.articlesListBox .articleBox { 
	border-bottom: 1px solid #E0E0DF;	
}

.articlesListBox .even {
	background-color: #FFFBE9;
}

.articlesListBox .articleBox a, .categoryBox a, .articleLink {
	color: #58585a;
}
.articlesListBox .articleBox .articleDescription{
	margin-top: 10px;
}

.articleLink {
	font-weight: bold;
}
.authorBox {
    font-size:11px;
    color:#58585a;
}

.date{
	color: #999999;
    font-size: 11px;
}
.articlesListBox .date {
	margin-top: 5px;
}
.articleBox span.date{
	display:block;
	margin: 5px 0;
}

.articleBox .imgBox {
	float:left;
    margin-right:10px;
}

.countriesBox {
	margin-top: 25px;
}
.catalogBox {
	border: 1px solid #E0E0DF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: white;
    overflow:hidden;
    height:1%;
}

.catalogBox ul {
	float: left;
    list-style: none outside none;
    margin: 0;
    padding: 6px 0;
    width: 171px;
}
.catalogBox ul li{
	margin: 0;
    padding: 3px 10px;
}
.catalogBox a {
	color: #58585a;
}

.categoryBox {
    overflow:hidden;
    margin-top:20px;
    height:1%;
}
.categoryBox .articleBox { 
    float:left;
    width:315px;
    padding: 0 10px;
}

.categoryBox .articleBox .articleLink{ 
    display:block;
    font-weight:bold;
    margin-bottom: 5px;
}

.categoryBox ul {
    padding:0;
    margin: 0 0 0 350px;
    list-style: none;
}

.categoryBox ul li {
	background-image:url("/images/list_style_grey_point.gif");
	background-repeat: no-repeat;
	background-position:left center;
	padding: 5px 5px 5px 10px; 
}
.categoryBox .hBox {
	border-bottom: 1px solid #0099cc;
	padding: 5px 5px 0 5px;
}
.topCategoryArticle {
	float:left;
	width: 338px;
}
.topCategoryArticle .date {
	display:block;
	margin: 5px 0;
}
/***********Pager*************************/
.paginatorBox {
	padding: 5px 8px;
	border: 1px solid #E0E0DF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.pager {
	height: 20px;
    line-height: 20px;
    position:relative;
    text-align: center;
}
.pager a, .pager span {	
	padding: 2px 5px;
	margin-right: 5px;
	height:14px;
	line-height:14px;
	width:10px;
	text-align:center;
	
}
.pager a, .pager span, .paginatorBox .pageHint, .paginatorBox form label { 
	color: #58585a;
}
.pager .prev, .pager .next {
	background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    line-height: 20px;
    text-indent: -9999px;
    width: 20px;
    padding:0;
}
.pager .prev {
	float: left;
    display:block;
    background-image: url("/images/paginator/prev_page.png");
}
.pager .next {
	float: right;
    display:block;
    background-image: url("/images/paginator/next_page.png");
}

.pager .active{
	background-color: #0099CC;
	color: white;
	border:1px solid #80CCE6;
	height:12px;
    line-height:12px;
    width:8px;
}

.paginatorBox form label, .paginatorBox form input.goPage {
	margin: 0 8px 0 0;
}
.paginatorBox form input.goPage {
	width: 30px;
	height: 14px;
	border: 1px solid #7F9DB9;
    color: #666666;
    font-size: 12px;    
    padding: 2px 0;
    text-align:center;
}
.paginatorBox form .btnSubmit {
    background-image: url("/images/paginator/next_page.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    border:none;
    cursor:pointer;
    text-indent: -9999px;
    vertical-align: top;
}
.paginatorBox .pageHint, .paginatorBox form label{
    font-weight:bold;
}/* */

#subscribePopup {
    display: none;
    position: fixed;
    z-index: 9999;
    overflow: hidden;
    width: 350px;
    height: 250px;
    right: -312px; /* 0px !!! */
    top: 200px;
}

#label_subscribePopup {
    cursor: pointer;
    position: absolute;
    z-index: 2000;
    background-image: url(/images/subscribepopup/but_label.png);
    right: auto;
    top: 0px;
    left: 0px;
    bottom: auto;
    width: 40px;
    height: 178px;
    display: block;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
}

#content_subscribePopup {
    width: 320px;
    height: 250px;
    position: absolute;
    z-index: 100;
    background-image: url(/images/subscribepopup/background.png);
    right: auto;
    top: 0px;
    left: 37px;
    bottom: auto;
    padding-top: 0px;
    padding-left: 0px;
    background-position: 0% 100%;
    background-repeat: no-repeat no-repeat;
}

#title_subscribePopup {
    float: left;
    font-size: 14px;
    text-align: left;
    line-height: 1.4em;
    color: white;
    font-family: Arial, sans-serif;
    margin: 13px 0 0 15px;
    padding: 5px 5px 5px 10px;
}

#text_subscribePopup {
    width: 240px;
    margin-left: 40px;
}

#subscribePopup label {
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-decoration: underline;
    color: white;
    width: 40px;
    line-height: 25px;
}

.input_subscribePopup {
    width: 190px;
    height: 21px;
    margin: 2px;
    color: #333;
    font-size: 13px;
    font-family: Arial,sans-serif;
    text-align: left;
    background-color: white;
    float: right;
}

#infoLink_subscribePopup {
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-decoration: underline;
    color: white;
    cursor: pointer;
    display: block;
    margin-bottom: 2px;
}

#info_subscribePopup {
    width: 250px;
    height: 70px;
}

#textarea_subscribePopup {
    margin: 0 12px 0 0;
    width: 192px;
    height: 50px;
    color: #333;
    font-size: 13px;
    font-family: Arial,sans-serif;
    text-align: left;
    background-color: white;
    resize: none;
    display: none;
    float: right;
}

#clear_subscribePopup {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#buttons_subscribePopup {
    margin-top: 15px;
}

#cancel_subscribePopup {
    margin-left: 50px;
    margin-top: 6px;
    display: block;
    font-size: 14px;
    font-family: Arial, sans-serif;
    text-decoration: underline;
    color: white;
    width: 91px;
    cursor: pointer;
    float: left;
}

#save_subscribePopup {
    cursor: pointer;
/*    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #ff7c4c) );
    background:-moz-linear-gradient( center top, #ffc477 5%, #ff7c4c 100% );
    background-image: linear-gradient(to bottom,#ffc477,#ff7c4c);*/
    background-color:#FF4B0E;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    border:1px solid #FF4B0E;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:6px 15px;
    text-decoration:none;
/*    text-shadow:1px 1px 0px #6b5633;*/
    margin-left: 5px;
}

#save_subscribePopup:hover {
/*    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7c4c), color-stop(1, #ffc477) );
    background:-moz-linear-gradient( center top, #ff7c4c 5%, #ffc477 100% );
    background-image: linear-gradient(to bottom,#ff7c4c,#ffc477);
    background-color:#ff7c4c;*/
}

#save_subscribePopup:active {
    position:relative;
    top:1px;
}

#messg_subscribePopup {
    display: none;
    position:absolute;
    top:70px;
    left:50px;
    width:200px;
    height:40px;
    z-index:9999;
    font-size:13px;
    font-weight:bold;
    padding-top:30px;
    background-color: lightyellow;
    border: 1px solid #cccccc;
    padding: 10px;
}/*-------Subscribe Box------*/
.subscribeHotToursBox, .subscribeBox {
    margin:0 0 20px 0;
}
.right_col .subscribeBox {
    padding: 10px 5px !important;
    background-color: #ccffcc !important;
}
.right_col .subscribeBox strong {
	color: #444444;
}
.right_col .subscribeHotToursBox {
    margin: 5px 0 5px 0;
    /*position:relative;*/
}
.subscribeHotToursBox h3, .subscribeBox h4 {
    color: #58585a;
    margin:0 0 5px;
    padding: 0 3px;
}
.subscribeBox h4 {
	font-size: 14px;
}
.subscribeHotToursBox input, .subscribeBox input, .right_col .subscribeHotToursBox input {
    height: 17px;
    width: 280px;
    padding: 5px 5px 5px 35px;
    color: #58585a;
    border:0;
    margin: 0 0 0 2px;
    background-image: url("/images/icons/input_subscribe_bg.png");
    background-position: 1px center;
    background-repeat: no-repeat;
    border: 1px solid #dedede;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}
.right_col .subscribeHotToursBox input {
	width:195px
}

.subscribeHotToursBox input[type="email"]:focus, .subscribeHotToursBox input:focus, .subscribeBox input:focus{
    border: 1px solid #0099CC;
    box-shadow: 0 0px 4px #0099CC;
    -moz-box-shadow: 0 0px 4px #0099CC;
    -webkit-box-shadow: 0 0px 4px #0099CC;
    outline: medium none;
}
.subscribeHotToursBox input.error, .subscribeBox input.error {
    border-color: #F28080;
    box-shadow: 0 0 1.5px 1px red;
}

.subscribeHotToursBox .inputEmailBox {
    padding: 1px;
    float:left;
    height:1%;
    overflow:hidden;
    
}
.subscribeHotToursBox #subscribeHotTours, .subscribeBox #subscribeSubmit, .right_col .subscribeHotToursBox #subscribeHotTours{
    text-align: center;
    color: white;
    font-weight:bold;
    height:17px;
    padding: 6px 0;
    width: 40px;
    display:block;
    float:right;
    background-color: #0099CC;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-decoration:none;
}

/*.right_col .subscribeHotToursBox #subscribeHotTours{
	background-color:#E3E3E3;
    background-image: linear-gradient(top, #F9F9F9 30%, #E3E3E3 65%);
    background-image: -o-linear-gradient(top, #F9F9F9 30%, #E3E3E3 65%);
    background-image: -moz-linear-gradient(center top, #F9F9F9 30%, #E3E3E3 65%);
    background-image: -webkit-gradient(linear,0% 30%,0% 65%,from(#F9F9F9),to(#E3E3E3));
    background-image: -ms-linear-gradient(top, #F9F9F9 30%, #E3E3E3 65%);
    border-color: #CCCCCC #BBBBBB #A0A0A0;
    border-left: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    border-right: 1px solid #BBBBBB;
    border-style: solid;
    border-width: 1px;

    padding: 2px 3px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    color: #58585a;
    float:right;
    width: 83px;
}*/
.right_col .subscribeHotToursBox a#subscribeHotTours:hover {
	color:black;
}

.subscribeHotToursBox #msgBox, .subscribeBox #msgBox{
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;    
    color: black;
    display: none;
    font-style: italic;
    font-weight: bold;
    margin: 8px 10px;
    padding: 5px;
    text-align: center;
    width: 295px;
    box-shadow: 0 0 5px #58585A;
    -moz-box-shadow: 0 0 5px #58585A;
    -webkit-box-shadow: 0 0 5px #58585A;
}

.right_col .subscribeHotToursBox #msgBox {
	width: auto;
}

.right_col .t_guide td {
	padding:0 3px;
	color:#58585a;
}