@charset "windows-1250";
/* CSS Document */

body
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px;
	padding: 0px;
	}
	
h1
	{	
	margin: 0px;
	padding: 0px;
	}
	
h2
	{
	color: #083256;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 18px;
	}
	
h3
	{
	color: #083256;
	margin: 15px 0px 10px 0px;
	padding: 0px;
	font-size: 14px;
	}	
	
h4
	{
	color: #083256;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	}	
	
h5
	{
	color: #ed8e00;
	margin: 15px 0px 10px 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	}	
	
h6
	{
	color: #083256;
	margin: 15px 0px 10px 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	}	

input
	{
	font-size: 10px;
	color: #000;
	}
	
a
	{
	color: #083256;
	}
	
a img
	{
	border: none;
	}
	
p
	{
	text-align: justify;
	}	

textarea
	{
	font-size: 11px;
	color: #000;
	}
	
.red
	{
	color: #f00;
	}
	
.submit
	{
	border: 1px solid #083256;
	background: none;
	outline-style: none;
	color: #083256;
	}
	
.reset
	{
	border: 1px solid #900;
	background: none;
	outline-style: none;
	color: #900;
	}	

#all
	{		
	width: 934px;
	height: auto;
	margin: 0px auto;
	}
	
#header
	{
	width: 934px;
	height: 271px;
	}	
	
.logo
	{
	width: 200px;
	height: 90px;
	float: left;
	text-decoration: none;
	margin: 50px 0px 0px 15px;
	outline: none;
	}
	
#header_left
	{
	width: 290px;
	height: 271px;
	float: left;	
	background-image: url('/images/bg-logo.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	}
	
#header_right
	{
	width: 643px;
	height: 269px;
	float: left;
	background-image: url('/images/bg-header-1.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	margin: 1px 0px 0px 291px;
	}
	
#menu
	{
	width: 100%;
	height: 22px;
	background-color: #083256;
	clear: both;
	padding: 8px 0px 0px 0px;
	}
	
#menu_admin
	{
	width: 100%;
	height: 22px;
	background-color: #083256;
	clear: both;
	padding: 8px 0px 0px 0px;
	border-bottom: 1px solid #f9fafa;
	}	
	
#left
	{
	width: 149px;
	height: auto;
	float: left;
	background-color: #fff;
	padding: 10px 0px 0px 10px;
	min-height: 390px;
	}
	
#left_admin
	{
	width: 95px;
	height: auto;
	float: left;
	background-color: #dcdcdc;
	padding: 10px 0px 0px 10px;
	min-height: 390px;
	}	
	
#middle
	{
	width: 574px;
	height: auto;
	background-color: #f9fafa;
	float: left;
	min-height: 1900px;
	padding: 20px;
	}
	
#middle_admin
	{
	width: 100%;
	height: auto;
	background-color: #f9fafa;
	float: left;
	padding: 0px 0px 0px 0px;
	min-height: 400px;
	}	
	
#right
	{
	width: 149px;
	height: auto;
	background-color: #fff;
	float: left;
	min-height: 400px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	}	
	
#admin_div
	{
	margin: 10px 0px 0px 10px;
	}
	
.menu_link
	{
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 14px;
	margin: 0px 0px 0px 30px;
	}
	
.menu_link:hover
	{
	color: #dcdcdc;
	}
	
.menu_link_red
	{
	color: #f00;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 14px;
	margin: 0px 0px 0px 20px;
	}
	
.menu_link_red:hover
	{
	color: #dcdcdc;
	}	
	
.correct
	{
	width: 100%;
	height: 1px;
	clear: both;
	}
	
.menu_left_link
	{
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	}
	
#admin_middle	
	{
	width: 100%;
	}
	
.admin_table
	{	
	width: 100%;
	}
	
.admin_table_left
	{
	width: 80px;
	}
	
.input_admin
	{
	width: 100%;
	font-size: 12px;
	}
	
.admin_table .submit
	{
	margin: 3px 0px 3px 0px;
	}
	
.admin_table_row_0
	{
	background-color: #e1e1e1;	
	}

.admin_table_row_1
	{
	background-color: #cad9e6;	
	}	
	
.admin_table tr
	{	
	height: 10px;
	}
	
.select_admin
	{
	width: 100%;	
	font-size: 12px;
	}
	
.select_admin2
	{
	width: 100%;	
	font-size: 12px;
	}	
	
.file
	{
	font-size: 12px;
	width: 101%;
	}
	
.textarea_admin
	{
	height: 350px;
	width: 800px;
	}
	
.admin_img_link img
	{
	border: none;
	margin: 0px;
	}
	
.admin_img_link
	{
	color: #f00;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	clear: both;
	}
	
.admin_img_link:hover
	{
	text-decoration: underline;
	}
	
.admin_table th	
	{
	color: #083256;
	background-color: #dcdcdc;
	}
	
.input_admin_price
	{
	width: 16px;
	font-size: 9px;
	}
	
.input_admin_res
	{
	width: 15px;
	}
	
.bold
	{
	font-weight: bold;
	}
	
#currency
	{
	width: 100px;
	float: right;
	height: 15px;
	margin: 0px 20px 0px 0px;
	}
	
#currency a
	{	
	width: 15px;
	height: 15px;
	float: left;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	}
	
#currency a:hover
	{
	background-position: 0px -15px;	
	}	
	
#currency_czk
	{
	background-image: url('/images/czk.gif');
	}	

#currency_eur
	{
	background-image: url('/images/euro.gif');
	}
	
#currency_usd
	{
	background-image: url('/images/dollar.gif');
	}
	
#currency_gbp
	{
	background-image: url('/images/pound.gif');
	}
	
.currency_selected	
	{
	background-position: 0px -15px;	
	}	
	
#right h3
	{
	margin: 20px 0px 10px 0px;
	}
	
#footer
	{
	width: 100%;
	height: 70px;
	background-color: #083256;
	clear: both;
	padding: 8px 0px 0px 0px;
	color: #fff;
	text-align: center;
	}	
	
.table_list_head
	{
	width: 100%;
	background-color: #083256;
	color: #fff;
	padding: 0px 0px 2px 0px;
	}
	
.item
	{
	border-bottom: 1px dotted #083256;
	width: 100%;
	height: auto;
	
	padding: 10px 0px 10px 0px;
	}

.item:hover
	{	
	background-color: #e8eefa;
	}

.button_book
	{
	background-color: #083256;
	float: right;
	padding: 2px 0px;
	width: 75px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	}
	
.button_book:hover
	{
	font-weight: bold;
	}
	
.bg_grey
	{
	background-color: #d6d6d6;
	font-weight: bold;
	width: 70px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	}
	
.price
	{
	color: #ed8e00;
	text-align: right;
	font-size: 13px;
	width: 80px;
	font-weight: bold;
	}
	
#detail_price
	{
	color: #ed8e00;
	text-align: right;
	font-size: 13px;
	width: 150px;
	font-weight: bold;
	float: right;
	margin: 15px 0px 0px 0px;
	}	

.blue_bold
	{
	color: #083256;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	}
	
.blue_bold_rank
	{
	color: #083256;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: auto;
	display: block;
	}	
	
.blue_bold2
	{
	color: #083256;
	font-weight: bold;
	}	
	
.rank_border
	{
	width: 130px;
	height: 6px;
	border: 1px solid #608eb5;
	float: right;
	}
	
.rank_fill
	{
	height: 6px;
	background-color: #608eb5;
	background-image: url('/images/rank.png');
	}
	
.item_img
	{
	float: left;
	width: 110px;
	margin: 10px 0px 0px 0px;
	height: auto;
	}
	
.item_text
	{
	width: 450px;
	height: auto;
	float: right;
	text-align: justify;
	margin: 10px 0px 0px 0px;
	}
	
.name
	{
	width: 210px;
	}
	
.item_name_link
	{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}
	
.item_name_link:hover
	{
	text-decoration: underline;
	}
	
.button_details
	{
	background-color: #083256;
	float: right;
	padding: 2px 0px;
	width: 140px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
	}
	
.button_details:hover
	{
	font-weight: bold;
	}	
	
.admin_icons	
	{
	width: 30px;
	float: left;
	margin: 0px 10px 0px 0px;
	text-align: center;
	}
	
.icons
	{
	float: left;
	margin: 10px 0px 0px 0px;
	}
	
#home_text
	{
	width: 100%;
	text-align: justify;
	margin: 0px 0px 15px 0px;
	}
	
.detail_header_left
	{
	width: 450px;
	height: auto;
	float: left;
	margin: 0px 0px 5px 0px;
	}
	
.detail_header_right
	{
	width: 100px;
	height: auto;
	float: right;
	margin: 0px 0px 5px 0px;
	text-align: right;
	}	

.detail_header_right .button_book
	{
	margin: 5px 0px 0px 0px;
	}

.detail_header_right span
	{
	position: relative;
	top: 2px;
	}
	
.detail_header_left h2
	{
	margin: 0px 0px 0px 0px;
	}
	
.detail_header_left span
	{
	font-weight: bold;
	position: relative;
	top: 2px;
	}
	
.detail_medium_img
	{
	border-top: 1px dotted #083256;
	padding: 10px 0px 0px 0px;
	}

.margin_10_top
	{
	margin: 10px 0px 0px 0px;
	}
	
.margin_15_top
	{
	margin: 15px 0px 0px 0px;
	}	

.table_testimonials
	{
	width: 100%;
	}

.width_60
	{
	width: 60px;
	}
	
.date
	{
	text-align: right;
	font-weight: bold;
	}
	
.table_testimonials td
	{
	}
	
.table_testimonials_name
	{
	font-weight: bold;
	width: 200px;
	}
	
.border_top
	{
	width: 100%;
	border-top: 1px dotted #083256;
	margin: 5px 0px;
	}
	
.button_grey
	{
	background-color: #c0c0bf;
	float: right;
	padding: 2px 0px;
	width: 65px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	}
	
.button_grey:hover
	{
	font-weight: bold;
	}	
	
.margin_left_10
	{
	margin: 0px 0px 0px 10px;
	}

#main
	{
	height: auto;
	background-color: #fff;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	}
	
.calendar_month
	{
	width: 178px;
	text-align: center;
	background-color: #dcdcdc;
	float: left;
	height: 144px;
	margin: 0px 0px 20px 0px;
	}
	
.table_calendar_month
	{	
	width: 178px;
	}
	
.table_calendar_month td, .table_calendar_month th
	{
	border: 1px dotted #fff;
	}
	
.margin_both_20
	{
	margin-left: 20px;
	margin-right: 20px;
	}
	
.calendar_days
	{
	background-color: #083256;
	color: #fff;
	}
	
.no_margin_btm
	{
	margin-bottom: 0px;
	}
	
.bg_red
	{
	background-color: #fd7e7e;
	text-decoration: line-through;	
	filter: alpha(opacity=50);
	opacity: .5;
	}
	
.hand
	{
	cursor: pointer;
	}
	
#calendar_dates
	{
	margin: 20px 0px 0px 0px;
	font-weight: bold;
	color: #083256;
	display: none;
	}
	
#date_from_div, #date_to_div
	{
	width: auto;
	float: left;
	}
	
#date_from_span
	{
	text-decoration: underline;
	}
	
.date_input
	{
	border: none;
	background: none;
	outline-style: none;
	font-size: 11px;	
	font-weight: bold;
	text-decoration: none;
	width: 60px;
	margin: 0px 20px 0px 10px;
	}
	
.price_small
	{
	color: #ed8e00;
	text-align: right;
	font-size: 11px;
	width: 85px;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	}	
	
#date_price
	{
	font-size: 11px;	
	font-weight: bold;
	text-decoration: none;
	width: 210px;
	float: left;
	}
	
.bg_green
	{
	background-color: #b1d5b3;
	filter: alpha(opacity=60);	
	opacity: .6;
	}
	
.bg_dark_grey
	{
	/*background-color: #9e9e9e;*/
	}
		
.recommended_name
	{
	display: block;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	}
	
.recommended_name:hover
	{
	text-decoration: underline;
	}
	
.recommended_a
	{
	float: left;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	}
	
.recommended_img
	{
	width: 70px;
	}	
	
.culture_a
	{
	float: left;
	margin: 0px 0px 10px 20px;
	text-decoration: none;	
	width: 110px;
	height: 16px;
	text-align: left;
	color: #003366;
	text-decoration: none;
	padding: 2px 0px 0px 0px;
	}	
	
.culture_all
	{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
	
.recommended_a span
	{
	background-color: #000;
	padding: 2px 0px;
	width: 100%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	margin: 5px 0px 0px 0px;
	display: block;
	}
	
.recommended_a:hover div	
	{
	font-weight: bold;
	}
	
.recommended_text
	{
	float: right;	
	}
	
.recommended_text p
	{
	margin: 0px 0px 5px 0px;
	color: #083256;
	font-weight: bold;
	}
	
.recommended_text div
	{
	color: #ff4e00;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	}
	
.recommended_item
	{
	border-bottom: 1px dotted #083256;
	margin: 0px 10px 5px 0px;
	}

.admin_photos
	{
	width: 140px;
	float: left;
	margin: 0px 10px 0px 0px;
	text-align: center;
	}
	
.admin_photos a p
	{
	margin: 0px 0px 5px 50px;
	}
	
.admin_photos p
	{
	margin: 0px 0px 5px 30px;
	}	
	
.photos_other
	{
	color: #083256;
	text-decoration: none;
	border-bottom: 1px dotted #f90;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	width: 140px;
	height: auto;
	float: left;
	text-align: center;
	}
	
.photos_other span
	{
	display: block;
	margin: 5px 0px 0px 0px;
	}
	
.photos_other:hover p
	{
	text-decoration: underline;
	}
	
.photos_culture
	{
	color: #083256;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 5px 0px;
	width: 140px;
	height: auto;
	float: left;
	text-align: center;
	}
	
.photos_culture span
	{
	display: block;
	margin: 0px 0px 0px 0px;
	}
	
.photos_culture:hover p
	{
	text-decoration: underline;
	}	
	
.highslide-container p
	{
	display: none;
	}
	
.highslide-container img
	{
	padding: 0px;
	}
	
.testimonials_rank
	{
	padding: 0px 20px 0px 0px; 
	text-align: left;
	}
	
.input_web
	{
	font-size: 11px;
	color: #000;
	border: 1px solid #c0c0bf;
	color: #083256;
	padding: 0px 0px 0px 5px;
	}	
	
#send_to_friend
	{
	clear: both;
	display: none;
	}

#send_to_friend input
	{
	width: 100px;
	height: 14px;
	padding: 2px 0px 0px 5px;
	}
	
#send_to_friend div
	{
	float: left;
	margin: 0px 5px 0px 0px;
	}
	
.orange_bold
	{
	color: #ed8e00;
	font-weight: bold;
	}	
	
.a_button
	{
	border: 1px solid #083256;
	color: #083256;
	float: left;
	text-decoration: none;
	padding: 1px 10px 0px 10px;
	}	
	
#home_img
	{
	background-color: #ccc;
	border: none;
	background: none;
	}
	
#weather_grey
	{
	width: 149px;
	height: 28px;
	position: absolute;
	background-color: #fff;
	position: absolute;	
	margin: 18px 0px 0px 0px;
	z-index: 5;
	}
	
#weather
	{
	margin: 10px 0px 0px -10px;
	border: 1px solid #fff;
	}
	
.link_order, .link_order2
	{
	text-decoration: none;
	color: #fff;
	}
	
.link_order:hover, .link_order2:hover
	{
	color: #ed8e00;
	}
	
.link_order
	{
	position: absolute;
	margin: 5px 0px 0px -1px;	
	}
	
.link_order2
	{
	position: absolute;
	margin: -4px 0px 0px 0px;
	}	
	
.green_bold
	{
	color: #73c33e;
	font-weight: bold;
	}
	
.link_left_rooms
	{
	font-size: 13px;
	color: #083256;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin: 10px 0px 10px 0px;
	}
	
.link_left_rooms:hover
	{
	color: #ed8e00;
	}
	
.input_search
	{
	font-size: 11px;
	color: #000;
	border: 1px solid #c0c0bf;
	color: #083256;
	padding: 0px 0px 0px 1px;
	width: 74px;
	float: right;
	margin: 0px 5px 0px 0px;
	}
	
.input_search_date
	{
	font-size: 11px;
	color: #000;
	border: 1px solid #c0c0bf;
	color: #083256;
	padding: 0px 0px 0px 0px;
	width: 58px;
	float: left;
	height: 12px;
	}
	
.input_search_date2
	{
	font-size: 11px;
	color: #000;
	border: 1px solid #c0c0bf;
	color: #083256;
	padding: 0px 0px 0px 0px;
	width: 70px;
	float:left;
	}
	
.input_search2
	{
	font-size: 11px;
	color: #000;
	border: 1px solid #c0c0bf;
	color: #083256;
	padding: 0px 0px 0px 1px;
	width: 86px;
	float: right;
	margin: 0px 5px 0px 0px;
	}	
	
.line
	{
	width: 140px;
	height: 1px;
	border-bottom: 1px solid #083256;
	margin: 10px 0px 0px 0px;
	}
	
.button_submit
	{
	border: 1px solid #083256;
	background: none;
	outline-style: none;
	color: #083256;
	text-decoration: none;
	float: float;
	padding: 0px 5px;
	}	
	
.red_bold
	{
	color: #fd7e7e;
	font-weight: bold;
	}	
	
.calendar_bg_red_left, .calendar_bg_red_right
	{
	width: 13px;
	height: 18px;
	background-color: #fd7e7e;
	position: absolute;
	filter: alpha(opacity=50);	
	opacity: .5;
	margin: -2px 0px 0px -2px;	
	}
	
.calendar_bg_red_right
	{
	margin: -16px 0px 0px 10px;
	}	
	
.calendar_bg_green_left, .calendar_bg_green_right
	{
	width: 13px;
	height: 18px;
	background-color: #b1d5b3;
	position: absolute;
	filter: alpha(opacity=60);	
	opacity: .6;
	margin: -2px 0px 0px -2px;	
	}
	
.calendar_bg_green_right
	{
	margin: -16px 0px 0px 10px;
	}		
	
.table_list_booking
	{
	width: 100%;
	margin: 0px 0px 20px 0px;	
	}
	
.line_booking
	{
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #083256;
	margin: 0px 0px 10px 0px;
	}	
	
.select_booking
	{
	width: 100%;	
	font-size: 12px;
	}	
	
#table_booking
	{
	width: 245px;
	height: auto;
	clear: both;
	}

#booking_list_prices
	{
	width: 285px;	
	height: auto;
	float: right;
	margin: 0px 0px -85px 40px;
	position: relative;
	top: -85px;
	}

#booking_list_prices table
	{
	width: 100%;
	}
	
#booking_list_prices table td
	{
	text-align: center;
	width: 50%;
	}
	
#booking_list_prices2
	{
	width: 285px;	
	height: auto;
	float: right;
	margin: 0px 0px -85px 40px;
	position: relative;
	top: -85px;
	}

#booking_list_prices2 table
	{
	width: 100%;
	}
	
#booking_list_prices2 table td
	{
	text-align: center;
	width: 50%;
	}

.booking_list_prices_table_row_0
	{
	background-color: #e1e1e1;	
	}

.booking_list_prices_table_row_1
	{
	background-color: #cad9e6;	
	}	

#booking_table_info
	{
	width: 100%;
	}

#booking_table_info td
	{
	width: 50%;
	}
	
.input_booking
	{
	font-size: 11px;
	color: #000;
	border: 1px solid #c0c0bf;
	color: #083256;
	padding: 0px 0px 0px 5px;
	width: 97%;
	}		
	
.booking_pay_table
	{
	text-align: left;
	margin: 0px 0px 20px 0px;
	}
	
.submit_creditcard
	{
	width: 100px;
	height: 43px;
	background-image: url('/images/cards.png');
	background-repeat: no-repeat;
	outline: none;
	border: none;
	cursor: pointer;	
	}
	
.submit_paypal
	{
	width: 64px;
	height: 24px;
	background-image: url('/images/paypal.jpg');
	background-repeat: no-repeat;
	outline: none;
	border: none;
	cursor: pointer;
	margin: 10px 20px 0px 20px;
	}	
	
.booking_pay_table form
	{
	display: block;
	float: left;
	}
	
.booking_red_text
	{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fd7e7e;
	font-weight: bold;
	}
	
.booking_green_text
	{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #73c33e;
	font-weight: bold;
	}	
	
.booking_h_print
	{
	display: none;
	}
	
.bg_blue h6
	{
	color: #fff;
	font-size: 13px;
	}
	
.bg_blue
	{
	background-color: #083256;
	color: #fff;
	width: 140px;
	font-size: 11px;
	padding: 0px 0px 5px 0px;
	}
	
.bg_blue .submit, .bg_blue .button_submit
	{
	background-color: #CCC;
	}
	
.select_left
	{
	width: 76px;
	font-size: 11px;
	color: #083256;
	height: 16px;
	}
	
.center
	{
	text-align: center;
	}
	
.culture_left
	{
	width: 400px;
	float: left;
	}
	
.culture_right_detail
	{
	width: 150px;
	float: right;
	text-align: left;
	}
	
.culture_list
	{
	width: 170px;
	float: left;
	margin: 0px 20px 20px 0px;
	height: 230px;
	border-bottom: 1px dotted #CCC;
	}	

.culture_list a
	{
	border: none;
	}

.culture_list img
	{	
	max-height: 160px;
	}
	
.culture_right_detail a
	{
	border: none;
	}
	
.calendar_date
	{
	text-decoration: none;
	color: #000;
	}
	
.calendar_date:hover
	{
	font-weight: bold;
	background-color: #083256;
	color: #fff;
	padding: 2px 6px;
	margin: -2px -6px;
	}
	
.calendar_date_small
	{
	text-decoration: none;
	color: #000;
	}
	
.calendar_date_small:hover
	{
	font-weight: bold;
	background-color: #083256;
	color: #fff;
	padding: 2px 9px;
	margin: -2px -9px;
	}	
	
.legend_grey
	{
	background-color: #dcdcdc;
	}
	
.link_fb
	{
	width: 14px;
	height: 14px;
	float: left;
	text-decoration: none;
	background-image: url('/images/facebook-logo.png');	
	margin: 0px 0px 0px 0px;
	}
	
.link_tw
	{
	width: 14px;
	height: 14px;
	float: left;
	text-decoration: none;
	background-image: url('/images/twitter-logo.png');
	margin: 0px 0px 0px 10px;
	}	
	
.footer_icons
	{
	width: 110px;
	text-align: center;
	margin: 5px auto 0px auto;
	}
	
.link_del
	{
	width: 14px;
	height: 14px;
	float: left;
	text-decoration: none;
	background-image: url('/images/del_ico.jpg');
	margin: 0px 0px 0px 10px;
	background-repeat: no-repeat;
	}
	
.link_digg
	{
	width: 14px;
	height: 14px;
	float: left;
	text-decoration: none;
	background-image: url('/images/digg_ico.jpg');
	margin: 0px 0px 0px 10px;
	}	
	
.bg_blue_top
	{
	width: 140px;
	height: 10px;
	background-image: url('/images/bg-left-top.png');
	margin: 10px 0px -15px 0px;
	}
	
.bg_blue_bottom
	{
	width: 140px;
	height: 10px;
	background-image: url('/images/bg-left-bottom.png');
	}	
	
.center
	{
	text-align: center;
	width: 120px;
	margin: 0px 0px 0px 10px;
	}
	
.rec_border
	{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 133px;
	padding: 0px 0px 0px 5px;
	}
	
.rec_border_bottom
	{
	width: 140px;
	height: 11px;
	background-image: url('/images/rec-bottom.png');
	margin: -5px 0px 0px 0px;
	}	
	
.rec_border_top
	{
	width: 140px;
	height: 11px;
	background-image: url('/images/rec-top.png');
	margin: 0px 0px -15px 0px;
	}		
	
.item_text p
	{
	margin: 0px;
	padding: 0px;
	}
	
.real-estates_type_active
	{
	color: #fff;
	background-color: #083256;
	text-decoration: none;
	padding: 2px 5px;
	}
	
.real-estates_type
	{
	color: #083256;
	background-color: #CCC;
	text-decoration: none;
	padding: 2px 5px;
	}	
	
.block
	{
	display: block;
	}
	
.link_footer
	{
	color: #fff;
	text-decoration: none;
	}
	
.br_btm
	{
	border-bottom: 2px solid #083256;
	margin: 0px 0px 10px 0px;
	}
	
.truered_bold
	{
	text-decoration: none;
	color: #F00;
	}
	
#other_right_photos
	{
	background-color: #083256;	
	width: 140px;
	padding: 0px 0px;
	height: 40px;
	margin: 0px 0px 10px 0px;
	}
	
#other_right_photos h6
	{
	color: #F90;
	padding: 5px 0px 0px 0px;
	}
	
.langs
	{
	margin: 0px 5px 0px 0px;
	float: right;
	}
	
.langs img
	{
	border: none;
	}
	
#langs
	{
	margin: 10px 0px 0px 0px;
	width: 150px;
	z-index: 10;
	}	
	
#short_text
	{
	display: block;
	}
	