HTML{
	padding:0px;
	margin:0px;
}
BODY{
	margin:0px;
	padding:0px;
	background-color:#FFF;
	background-image:url('/i/bg.png');
	background-repeat: repeat-x;
	background-position: top left;
	font-family:Tahoma,sans-serif;
	font-size:12px;
	color:#222;
}
TABLE{
	border-spacing:0px;
	border-collapse:collapse;
}
TD{
	padding:0px;
	font-family:Tahoma,sans-serif;
	font-size:11px;
}
INPUT, TEXTAREA, SELECT, OPTION{
	font-family:Tahoma,sans-serif;
	font-size:11px;
}

A{
	text-decoration:none;
	cursor:pointer;
	color:#222;
}
A:VISITED{
	color:#222;
}

FORM{
	margin:0px;
	padding:0px;
}
IMG{
	border:0px solid Black;
}
P{
	text-indent:15px;
	margin:7px 0px;
}
OL, UL{
	margin:0px;
}


.png{
	border:0px solid Black;
}

DIV#container{
	padding:20px;
	width:856px;
	border:0px solid Black;
	overflow:hidden;
}
.container_top{
	height:12px;
	background-image:url('/i/container_bg_top.png');
}
.container_mid{
	background-image:url('/i/container_bg_mid.png');
}
.container_bottom{
	height:12px;
	background-image:url('/i/container_bg_bottom.png');
}


/* меню */
#head{
	color:Black;
}
#head A{
	color:Black;
}

DIV#head_picture_outer{
	background-image:url('/i/picture_border.png');
	background-repeat:no-repeat;
	width:840px;
	height:112px;
	overflow:hidden;
	margin-left:8px;
}

DIV#head_picture{
	width:835px;
	height:106px;
	margin:3px;
}

DIV#head_menu{
	width:790px;
	position:relative;
	margin-left:4px;
	margin-bottom:1px;
}
DIV#head_menu_line{
	width:788px;
	height:3px;
	overflow:hidden;
	margin-left:5px;
}
DIV#head_submenu{
	width:788px;
	height:1px;
	overflow:hidden;
	margin-left:5px;
}
UL#head_submenu{
	width:788px;
	line-height:20px;
	padding:0px;
	margin:0px;
	margin-left:5px;
	background-image:url('/i/head_submenu_bg.png');
	background-position:bottom;
	background-repeat:repeat-x;
}
UL#head_submenu LI{
	line-height:16px;
	color:White;
	display:inline;
	padding:0px 10px;
	border-right:1px solid #DDDDDD;
}
UL#head_submenu LI A{
	color:White;
}
DIV#head_menu_line_pimpa{
	width:10px;
	height:5px;
	position:absolute;
	top:16px;
	z-index:10;
}
DIV.head_menu_item_inner{
	padding:0px 5px;
	text-align:center;
	line-height:20px;
	border:1px solid Gray;
	background:url('/i/head_menu_item_bg.png') bottom repeat-x;
	background-color:#F8F8F6;
}
DIV.head_menu_item_selected{
	font-weight:bold;
	color:White;
	border:1px solid Gray;
}
DIV.head_menu_item{
	float:left;
	width:88px;
	height:20px;
	line-height:18px;
	margin-left:3px;
	padding-left:8px;
	font-family:Tahoma,Helvetica,sans-serif;
	font-size:13px;
	cursor:pointer;
}

TABLE.icons_table{
	width:100%;
}
TABLE.icons_table TD{
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	color:#1E75BB;
}

H2{
	font-size:10px;
	font-weight:bold;
	height:9px;
	line-height:9px;
	margin:0px;
	padding:10px 0px;
	color:White;
	border-left:1px solid #FFF;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
}
.h2_span, H2 SPAN{
	background-image:url('/i/bg_h2.png');
	background-position:left center;
	background-repeat:repeat-y;
	background-color:#91A6B4;
	line-height:9px;
	height:9px;
	padding:0px 5px 0px 10px;
	color:White;
	position:relative;
	left:-1px;
}

H2 A{
	color:White;
	text-decoration:none;
}

.select{
	height:17px;
/*	background:url('/i/bg_selects.png');*/
	border:1px solid #E4EBEE;
	font-family:Tahoma;
	font-size:11px;
}
.select SELECT{
	font-size:11px;
	height:17px;
	padding:0px;
	margin:0px;
	border:0px solid #E4EBEE;
	background:transparent;
}

.menu_item{
	background-repeat: repeat-x;
	text-align:center;
	font-family:Tahoma;
	font-size:11px;
	cursor:pointer;
	color:#555;
}
.menu_item DIV{
	padding-left:10px;
}

.menu_item_selected{
	background-position:left bottom;
	background-repeat:repeat-x;
	height:20px;
	padding-top:7px;
}

/*БЛОКИ*/
.block_content{
	padding:0px 10px;
	overflow:hidden;
}
.block_bottom{
	height:3px;
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	margin-top:-2px;
}


.main_block{
	background:url('/i/bg_normal.png') repeat-x;
	width:544px;
	overflow:hidden;
	background-color:White;
	margin-bottom:6px;
	position:relative;
	left:8px;
}
.main_block .block_content{
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}


.main_block_small{
	background:url('/i/bg_normal.png') repeat-x;
	width:290px;
	overflow:hidden;
	background-color:White;
	margin-bottom:6px;
	position:relative;
	left:4px;
}

.main_block_small .block_content{
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}


.main_block_medium{
	background-image:url('/i/bg_normal.png');
	background-repeat:repeat-x;
	background-color:#FFF;
	width:267px;
	overflow:hidden;
	margin-bottom:6px;
	position:relative;
	left:8px;
}

.main_block_medium .block_content{
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}


H3{
	margin:0px;
	margin-bottom:2px;
	padding:0px 8px;
	color:Black;
}

.links_td{
	width:145px;
	height:68px;
	vertical-align:top;
	background-repeat:no-repeat;
	cursor:pointer;
}

.search_bar{
	color:#00ACDF;
	vertical-align:middle;
	padding:0px;
	margin-top:1px;
	width:267px;
	height:16px;
	border:0px solid #FFF;
	background-color:transparent;
	font-family:Tahoma;
	font-size:12px;
}


.scheme_1_color, .scheme_1 DIV#head_logo, .scheme_1 DIV#head_menu_line, .scheme_1 DIV#head_menu_line_pimpa, .scheme_1 #head_submenu{
	background-color:#B657CC !important;
}
.scheme_1 DIV#head_menu_line_pimpa{
	left:43px;
}
/*
.scheme_1 DIV#head_picture{
	background:url('/i/head_9.png') left no-repeat;
}
*/

.scheme_2_color, .scheme_2 DIV#head_logo, .scheme_2 DIV#head_menu_line, .scheme_2 DIV#head_menu_line_pimpa, .scheme_2 #head_submenu{
	background-color:#0FA6D8 !important;
}
.scheme_2 DIV#head_menu_line_pimpa{
	left:142px;
}
.scheme_2 DIV#head_picture{
	background:url('/i/head_2.png') left no-repeat;
}

.scheme_3_color, .scheme_3 DIV#head_logo, .scheme_3 DIV#head_menu_line, .scheme_3 DIV#head_menu_line_pimpa, .scheme_3 #head_submenu{
	background-color:#FFCC01 !important;
}
.scheme_3 DIV#head_menu_line_pimpa{
	left:241px;
}
.scheme_3 DIV#head_picture{
	background:url('/i/head_3.png') left no-repeat;
}

.scheme_4_color, .scheme_4 DIV#head_logo, .scheme_4 DIV#head_menu_line, .scheme_4 DIV#head_menu_line_pimpa, .scheme_4 #head_submenu{
	background-color:#E65E15 !important;
}
.scheme_4 DIV#head_menu_line_pimpa{
	left:340px;
}
.scheme_4 DIV#head_picture{
	background:url('/i/head_4.png') left no-repeat;
}

.scheme_5_color, .scheme_5 DIV#head_logo, .scheme_5 DIV#head_menu_line, .scheme_5 DIV#head_menu_line_pimpa, .scheme_5 #head_submenu{
	background-color:#3F8AE7 !important;
}
.scheme_5 DIV#head_menu_line_pimpa{
	left:439px;
}
.scheme_5 DIV#head_picture{
	background:url('/i/head_5.png') left no-repeat;
}

.scheme_6_color, .scheme_6 DIV#head_logo, .scheme_6 DIV#head_menu_line, .scheme_6 DIV#head_menu_line_pimpa, .scheme_6 #head_submenu{
	background-color:#786CED !important;
}
.scheme_6 DIV#head_menu_line_pimpa{
	left:538px;
}
.scheme_6 DIV#head_picture{
	background:url('/i/head_6.png') left no-repeat;
}

.scheme_7_color, .scheme_7 DIV#head_logo, .scheme_7 DIV#head_menu_line, .scheme_7 DIV#head_menu_line_pimpa, .scheme_7 #head_submenu{
	background-color:#5BA80C !important;
}
.scheme_7 DIV#head_menu_line_pimpa{
	left:637px;
}
.scheme_7 DIV#head_picture{
	background:url('/i/head_7.png') left no-repeat;
}

.scheme_8_color, .scheme_8 DIV#head_logo, .scheme_8 DIV#head_menu_line, .scheme_8 DIV#head_menu_line_pimpa, .scheme_8 #head_submenu{
	background-color:#D845A5 !important;
}
.scheme_8 DIV#head_menu_line_pimpa{
	left:736px;
}
.scheme_8 DIV#head_picture{
	background:url('/i/head_8.png') left no-repeat;
}

.block_partner{
	width:146px;
	overflow:hidden;
	margin-bottom:4px;

	background-color:White;
}
.block_partner H2{
	background-image:url('/i/block_top_small.png');
	color:Black;
	font-size:10px;
}
.block_partner .block_content{
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
.block_partner .block_bottom{
	background-image:url('/i/block_bottom_small.png');
}

/*
 * Блок для работы всплывающих картинок
 * */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url('/i/overlay.png'); }

/* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
*/


.overlay_places_1 {
	position: absolute;
	z-index: 1;
	background: url('/i/ico_map_park.png');
	width: 21px;
	height: 27px;
	cursor:pointer;
}

.overlay_places_2 {
	position: absolute;
	z-index: 1;
	background: url('/i/ico_map_interest.png');
	width: 21px;
	height: 27px;
	cursor:pointer;
}

.overlay_places_3 {
	position: absolute;
	z-index: 1;
	background: url('/i/ico_map_museum.png');
	width: 21px;
	height: 27px;
	cursor:pointer;
}

.overlay_places_4 {
	position: absolute;
	z-index: 1;
	background: url('/i/ico_map_bridge.png');
	width: 21px;
	height: 27px;
	cursor:pointer;
}

.overlay_shop_1 {
	position: absolute;
	z-index: 1;
	background: url(/i/ico_map_shop.png);
	width: 21px;
	height: 27px;
	cursor:pointer;
}

.overlay_restaurant_1 {
	position: absolute;
	z-index: 1;
	background: url(/i/ico_map_restaurant.png);
	width: 21px;
	height: 27px;
	cursor:pointer;
}

.overlay_entertain_1 {
	position: absolute;
	z-index: 1;
	background: url(/i/ico_map_entertain.png);
	width: 21px;
	height: 27px;
	cursor:pointer;
}

.overlay_free_1 {
	position: absolute;
	z-index: 1;
	background: url(/i/ico_map_free.png);
	width: 21px;
	height: 27px;
	cursor:pointer;
}


/*CURRENCY*/
.currency_big_wgt{
	width:100%;
}
.currency_big_wgt TD{
	text-align:center;
	color:#1E75BB;
	font-size:16px;
	font-weight:bold;
}
.currency_big_wgt TD .c_c{
	font-size:18px;
	text-align:center;
	line-height:22px;
	margin:5px 19px;
	padding:13px 0px;
	background:url('/i/ico_currency.png') no-repeat;
	width:48px;
	height:29px;
	position:relative;
}

.currency_small_wgt{
	width:100%;

}
.currency_small_wgt TD{
	text-align:center;
}

/*WEATHER*/
.weather_small_wgt{
	color:#26B8E4;
	font-weight:bold;
}
.weather_small_wgt TABLE TD{
	text-align:center;
}
.weather_small_wgt TABLE TD IMG{
	height:32px;
}

.weather_main{
	padding-bottom:20px;
}
.weather_main TD{
	text-align:center;
	padding:0px 5px;
	font-size:14px;
}
.weather_main TD DIV{
	width:120px;
	height:80px;
	background-position:center;
	background-repeat:no-repeat;
 }

/*PLACES*/
.places_quatro, .guide_quatro{
	height:250px;
}
.places_quatro TD, .guide_quatro TD{
	padding:4px;
}


/*BOOKHOTELS*/
.bookhotels_search_form{
	background:url('/i/bg_bookhotels.png') repeat-x;
	height:92px;
}
.bookhotels_search_form TD{
	padding:4px;
}
.bookhotels_search_form INPUT{
	width:130px;
}
.bookhotels_search_form .s_b{
	width:60px;
	height:40px;
}

.bookhotels_rates TD{
	padding:0px;
	width:16px;
	height:15px;
}
.bookhotels_rates IMG{
	cursor:pointer;
}

.bookhotels_main{
/*326px*/
	height:134px;
	background:url('/i/bg_accommodation_main.png') bottom no-repeat;
}
.bookhotels_main DIV{
	/*font-style:italic;*/
	font-size:13px;
	margin:20px 180px 10px 15px;
	text-align:justify;
	height:55px;
}

/*HOLIDAYS CALENDAR*/
.hc_outer {
}

.hc_middle {}

.hc_inner {
}

/*BOOKING CAR FORM*/
.car_booking th{
	font-size: 12px;
	font-weight: bold;
	color:#1c60a6;
	padding: 8px;
}

.booking_car_price {
	font-size: 14px;
	font-weight: bold;
	color:#bed141;
}

.booking_car_calendar th{
	padding:5px;
	width:26px;
	height:11px;
	text-align:left;
	background:url('/i/booking/cars/calendar_inactive.png') repeat-x;
	font-weight:normal;
}
.booking_car_calendar td{
	padding:5px;
	width:26px;
	height:11px;
	background:url('/i/booking/cars/calendar_inactive.png') repeat-x;
	text-align:left;
	vertical-align:top;
}

.car_title {
	font-size: 12px;
	font-weight: bold;
	color:#1c60a6;
}

.car_confirm_title {
	font-size: 13px;
	font-weight: bold;
}
.car_confirm_table td{
	padding-top:3px;
	padding-bottom:3px;
}

DIV#callme_flash{
	width:238px;
	height:138px;
}

DIV#navigation{
	width:840px;
	height:26px;
	margin:0px 8px;
	color:#00A6EB;
}
DIV#navigation A{
	text-decoration:underline;
	color:#00A6EB;
}

