/**
 * RESET
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html {
	font-size: 100.01%;
}
body {
	font-size: 62.5%;
	position: relative; /*for FF2 z-index property -1*/
    z-index: 0;
}
table, th, td {
	text-align: left;
  border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: none;
}
b {
	font-weight: normal;
}
i {
	font-style: normal;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup, sub {
	vertical-align: baseline;
}

div:after, form:after, ul:after, ol:after, dl:after, dt:after, dd:after, h1:after, h2:after, h3:after, h4:after, p:after {
	content: '';
	display: block;
	clear: both;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 0;
	width: 100%;
}

/**
 * GLOBAL STYLES
 */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 160%;
	margin: 0 0 0.6em;
}
h2 {
	font-size: 127%;
	margin: 0 0 0.6em;
}
h4 {
	font-size: 110%;
	margin: 0 0 0.6em;
}
p {
	margin-bottom: .5em;
}

/**
 * Link definitions in LoVe/HAte order (begin)
 */
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: #551A8B;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
a:active {
	color: red;
}
.pseudo_link:hover {
	color: #000000 !important;
	border-color: #000000 !important;
}
.pseudo_link {
	border-bottom: 1px dotted;
	cursor: pointer;
	position: relative;
}
.pseudo_link.active{
	border-bottom: none;
}
#layout a img {
	border: 1px solid blue;
}
/**
 * Global link definitions (end)
 */

/**
 * LAYOUT
 */
#layout {
	width: 900px;
	position: relative;
 	min-height: 100%;
	margin: 0 auto;
}
#header {
	font-size: 1.1em;
	overflow: hidden;
	padding: 1em 0 0 0;
	position: relative;
	z-index: 5;
	width:100%;
	height: 30px;
}
#logo {
	position: absolute;
	left: 0px;
	z-index: 100;
}
img#logo {
	border-style: none !important;
}
#header h2 {
	font-size: 1.45em;
	font-weight: bold;
	position: absolute;
	left: 115px;
}
#header .immbro_contacts {
	position: relative;
	float: right;
	overflow: hidden;
	z-index: 10;
	text-align: right;
	width: 55%;
}
#header .immbro_contacts span {
	display: block;
	float: right;
	padding: 0 0 0 15px;
}
#header .immbro_contacts .phone {
	font-size: 1.2em;
}
#breadcrumbs {
	font-size: 1.3em
}

#page_body {
	margin: 0 auto;
}
#summary {
	padding: 1em 5px 0;
	font-size: 1.2em;
}
#summary > div /*.features, #summary .brochure_contacts, #summary .contacts, #summary .navigation_email */ {
	float: left;
}
#summary .features {
	width: 75%;
}
#summary h3 {
	font-weight: bold;
	margin: 0 0 .5em;
}
ul.info_details {
	margin: 0 0 .5em;
	width: 100%;
	clear: both;
}
#summary strong {
	font-weight: bold;
	font-size: 1.2em;
}
#summary .contacts ul li {
	margin: 0 0 .4em 0;
}
#navigation {
	position: relative;
}
#navigation .alternate li i.icon, #navigation .alternate li .icon i, #summary .navigation_email li i.icon, #summary .navigation_email li i.icon i {
	display: block;
	position: absolute;
}
#summary ul.navigation_email b {
	font-weight: bold;
}
#navigation ul.main li {
	float: left;
}
#navigation ul.main a {
	display: block;
}
#navigation ul.main li.selected b {
	font-weight: bold;
}
#navigation ul.alternate {
	float: right;
	position: relative;
	font-size: 1.3em;
	margin: 0 30px 0 0;
	padding: 7px 0 0;
	z-index: 10;
}
#navigation ul.alternate li {
	float: left;
	margin: 0 0 0 15px;
	position: relative;
}
#main_content {
	position:relative;
	clear: both;
	overflow: hidden;
}
#content {
	float: left;
	margin: 0 -100% 0 0;
	position: relative;
	width: 502px;
}
#extra_content {
	float: left;
	position: relative;
	width: 368px;
	z-index: 10;
	overflow: hidden;
	left: 522px;
}
#footer {
	font-size: 1.3em;
	margin-top: 1em;
	position: relative;
	width: 100%;
	z-index: 1;
}

/**
 * OVERVIEW page
 */
#content, #extra_content {
	font-size: 1.2em;
}
#content {
	padding: 10px 0 0 10px;
}
#extra_content {
	padding: 10px 0 0 0;
}
#overview_page .photos_block {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#content img {
	border: 1px solid grey;
}
#overview_page .thumbnails_block {
	margin-left: -3px;
}
#overview_page .thumbnails_block ol {
	position: relative;
}
#overview_page .thumbnails_block ol li {
	float: left;
	margin: 0 0 5px 4px;
}
#content ul {
	list-style: disc;
	margin-bottom: 1em;
	padding-left: 2em;
}
#content h3, #extra_content h3 {
	font-weight: bold;
	font-size: 1.3em;
	margin: .8em 0;
}
#extra_content .floorplans_block {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#extra_content .floorplan {
	width: 45%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 15px;
}
#content .floorplan img {
	border: none;
}
#extra_content .gmaps {
	width: 366px;
	height: 333px;
	border: 1px solid blue;
}
#content .description_block, #content .documents_block, #extra_content .floorplans_block {
	margin-top: 2.5em;
}
#content .documents_block ul {
	list-style-type: disc;
	margin-left: 20px;
	z-index: 10;
}
#overview_page h3 {
	display: none;
}

/**
 * SEND DETAILS page
 */
#send_details_page #content {
	position: relative;
  overflow: hidden;
	padding: 20px 0 0 20px;
	width: 80%;
}

#send_details_page #content .section, #send_details_page #content .label, #send_details_page #content .field {
	display:block;
	margin:0;
	padding:0;
	text-align:left;
	text-decoration:none;
}
#send_details_page #content .section {
	clear:left;
	margin:0 0 1.2em;
	padding:0;
	position:relative;
	width:100%;
}
#send_details_page #content .section .label {
	display: block;
	float: left;
	font-weight:normal;
	margin-right: -100%;
	width: 10em;
}
#send_details_page #content .section .field {
	padding-left: 11em;
}

#send_details_page #extra_content {
    left:330px;
    overflow:visible;
    padding:60px 22px 0 0;
    text-align:right;
    width:545px;
}
#send_details_page #extra_content .contacts_list {
    border:1px solid #336699;
    height:145px;
    overflow:auto;
    padding-left:5px;
    position:absolute;
    right:25px;
    text-align:left;
    top:90px;
    width:358px;
}
#send_details_page #extra_content a.close_contacts_list {
    position:absolute;
    right:28px;
    top:60px;
}
#send_details_page #extra_content a.get_contacts_list {
}

#send_details_page #extra_content a.select_all {
    position:absolute;
    right:337px;
    top:60px;
}
/**
 * Location page
 */
#location_page .overlay-window p, #location_page .overlay-window h1, #location_page .overlay-window h2, #location_page .property-popup p {
    margin: 0;
}
#location_page .overlay-window table {
    width:100%;
}
/**
 * Miscellaneous
*/
.clickable {
	cursor:pointer;
}
.to-right {
    text-align:right;
}
/**
 * qTip shadow
 */
.shadow {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

/**
 * Pop-ups
 */
.btn-popup {
    cursor: pointer;
}
.popup {
    display: none;
    position: absolute;
}
#summary .popup {
    background-color: #FFF;
    border: 1px solid #000;
    white-space: nowrap;
    z-index: 9998;
}

/**
 * DEBUGGING
 */
/*
	border: 1px solid #f00;
	border: 2px dashed red;
*/
