@import url("useful.css");
@import url("content.css");
/*--ESSENTIAL--------------------------------------------------------------*/

* {
    margin: 0;
	padding: 0;
	color: #000 !important;
	background: #fff !important;
}

body {
	padding: 0;
	color: #000;
	font-family: Arial;
	font-size: 0.7em;
	background: #fff;
}

img {
    border: none;
    vertical-align: top;
}

a {
	color: #fff;
}

#flash {
	display: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 15px;
}

h1 {
	font-size: 2.2em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 10px;
}	

h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

h4, h5 {
	font-size: 1.1em;
	margin-bottom: 8px;
}

table {

}

table th {

}

table td {

}

ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 8px;
}

ul li {
	padding: 10px 0 10px 18px;
	list-style: none;
}

hr {
	color: #000;
	border: 0 none;
	border-top: 1px solid #000;
	height: 1px;
	margin: 10px 0 10px 0;
}

.noPrint {
	display: none;
}

h1, h2 {
	width: 100% !important;
	height: auto !important;
}

h1 span, h2 span {
	display: block !important;
}

/*--USEFUL-----------------------------------------------------------------*/

.clear {
	clear: both;
	overflow: hidden;
	font-size: 0;
	background: #fff;
	height: 0px;
	zoom: 1;
}

.invisible {
	display: none;
}


.taRight {
	text-align: right !important;
}

.icons {
	display: none;
}

/*--ABSOLUTE--------------------------------------------------------------*/

#logo {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

#printLogo {
  display: block;
  position: absolute;
	left: 150px;
	top: 0px;
}

/*
#logo img {
	width: 90px;
	height: 90px;
}*/

#menu {
	display: none;
}

#lang {
	display: none;
}

#search {
	display: none;
}

#breadCrumbs {
	display: none;
}

#leftMenu {
	display: none;
}

/*--LAYOUT----------------------------------------------------------------*/

#main {
	width: 100%;
	height: 100%;
}

#page {
	width: 100%;
	margin: 0;
	position: relative;
}

#page #topPart {
	background: url("../images/top_part_bg.jpg") 0 0 no-repeat;
}

#page #bottomPart {
	background: url("../images/bottom_part_bg.jpg") 0 bottom no-repeat;
	zoom: 1;
}

#footer {
	width: 100%;
	padding: 15px 0 0 0;
	margin: 0;
	border-top: 1px #000 solid;
}

#footer #copy {
	float: left;
}

#footer #footerLinks {
	display: none;
}


/*--CONTENT--------------------------------------------------------------*/

#content {
	width: 100%;
	padding: 200px 0 0 0;
}

#content .leftPart {
	width: 0;
	padding: 0;
}

#content .rightPart {

}

#top_menu, .ul_menu, .leftPart, #headerLine, .flashImg, .footerMenu, .formular {
  display: none;
}

#poptform .inputArea {
  border:1px solid #666666;
  font-size:14px;
  font-weight:bold;
  width:580px;
}
.liList {
  background:transparent url(../images/page/li2.png) no-repeat scroll 0pt 7px !important;
  display:block;
  margin:5px 0pt 5px 10px;
  padding-left:10px;
}



/*-DETAIL-------------------------------------------------------------*/

.flatDetailRightCol {
	float: right;
	width: 450px;
	overflow: hidden;
}

.flatDetailLeftCol {
	width: 190px;
	float: left;
	overflow: hidden;
}

.flatDetailLeftCol .smallFont, .flatDetailLeftCol hr, .zoomInStrip {
	display: none;
}

.flatDetailRightColImg {
	text-align: right;
}

.flatPlanStrip span {
	font-weight: bold;
}

.galeryThumbnail {
	width: 215px;
	margin-right: 5px;
	float: left;
	display: none;
}

.galeryThumbnail img {
	width: 215px;
}

.flatPlanImg {
	padding: 10px 10px 0 0 !important;
}

.flatDetailText {
	padding: 10px 0 0 0;
}

hr {
	display: none;
}

#browser, .noPrint, #flashDiv {
	display: none !important;
}

.flatDetailText {
	width: 200px;
	float: right;
}

#detail_menu {
	display: none;
	border: 1px solid red;
}

