

/* *********************************************************** 
    LIST VIEW 
	 *********************************************************** */
table.listEntryTable {
  width: 770px;
	border: 0;
	margin-bottom: 20px; 
	cursor: pointer; 
}
table.listEntryTable tr td {
  vertical-align: top;
}
/* left outer cell with blue block */
table.listEntryTable tr td.leftSpacer {
  width: 16px;
	height: 111px;
	padding-top: 6px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 105px;
}
html>body table.listEntryTable tr td.leftSpacer {
	height: 105px;
}
table.listEntryTable tr td.leftSpacer div {
  height: 80px;
	background-color: #005093; 
}

/* image cell */
table.listEntryTable tr td.imageCell {
  width: 146px;
	height: 111px;
	padding: 3px 0 3px 0;
	background-color: #005093; 
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 105px;
}
html>body table.listEntryTable tr td.imageCell {
	height: 105px;
}

/* main content cell */
table.listEntryTable tr td.mainCell {
  width: 562px;
	height: 111px;
	padding-top: 6px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 105px;
}
html>body table.listEntryTable tr td.mainCell {
	height: 105px;
}
table.listEntryTable tr td.mainCell div.title {
  background-color: #005093; 
	height: 26px; 
	padding-left: 15px;
	overflow: hidden;
}
table.listEntryTable tr td.mainCell div.title div.icons {
  float: right; 
	padding-top: 4px;
}

table.listEntryTable tr td.mainCell div.desc {
	height: 43px; 
	padding: 3px 5px 0 15px;
	margin: 0 0 2px 0;
	font-size: 10px;
	color: #005093;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 40px;
}
html>body table.listEntryTable tr td.mainCell div.desc {
	height: 40px;
}

table.listEntryTable tr td.mainCell div.bottom {
	height: 18px;
	padding: 0 5px 0 15px; 
	font-weight: bold;
	font-size: 10px;
}
table.listEntryTable tr td.mainCell div.bottom div.moreInfo {
  float: right;
}


/* PAGE NAVIGATION */
#objectsPageNavi {
	font-size: 10px;
	color: #005093;
	font-family: Verdana, Arial, Helvetica, sans-serif;    
}
#objectsPageNavi a, a:link, a:active, a:visited {
	color: #005093;
	text-decoration: none;
}
#objectsPageNavi a:hover {
	text-decoration: underline;
}

/* msg nothing found */
div.listMsg {
  height: 111px; 
	padding-top: 20px; 
	margin-bottom: 20px;
	font-weight: bold;
}
/* message to create a profile */
#listProfileMsg {
  margin: 10px 0 10px 0;
	border: 2px dashed #004F92;
	background: #6399C8 url(/images/inmuebles/ico_msg_exclamation.gif) 10px 5px no-repeat;
	padding: 5px 5px 5px 40px;
	font-size: 11px;
	line-height: 1.3em;
	color: #004F92;
}
#listProfileMsg div.link {
  margin-top: 3px;
	text-align: right;
	font-weight: bold;
}


/*  DETAILS */
div.detLeftCol {
  float: left;
  width: 426px;
	padding: 0;
	margin-right: 20px;
}
div.detRightCol {
  float: left; 
	width: 324px;
}
div.detRightCol div.bigImage {
  border: 2px solid #005093; 
	height: 240px; 
	margin-bottom: 15px;
}


div.desc {
  height: 115px; 
	padding: 0;
  overflow: auto;
	font-size: 10px;
	color: #005093;
}
div.characs {
  height: 55px; 
	padding: 0;
	font-size: 10px;
	color: #005093;
}
div.characs div.left, div.characs div.right {
  float: left;
	width: 213px;
}

/* Contact form */
form#detObjectForm table {
  width: 100%;
	border: 0;
	background-color: #83ABD3; 
}
form#detObjectForm table tr td {
  padding: 3px 6px 3px 6px; 
}
form#detObjectForm div.formField {
	font-size: 10px;
	padding: 5px 0 2px 0;
	color: #005093;  
	font-weight: bold;
}
form#detObjectForm input.objectContactInputTxt {  
	border: none;
	padding: 2px;
	width: 180px;   
	background: #FFFFFF;
	font-size: 10px;
}
form#detObjectForm textarea.comments {  
	border: none;
	padding: 2px;
	width: 195px;  
	height: 97px; 
	background: #FFFFFF;
	font-size: 10px;
}
form#detObjectForm div.submit {
	width: 195px;
	text-align: right;
}
form#detObjectForm input.objectContactInputSubmit {
	font-size: 10px;
}


.objectThumb  {
	border: 1px solid #005093;
}

/* Footer with link back too the list */
div.detFooter {
  margin: 5px 0 5px 0;
  height: 23px;
	padding: 5px 55px 0 0;
	background: #005093 url(/images/inmuebles/details_footer_bg.gif) top right no-repeat;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 18px;
}
html>body div.detFooter {
	height: 18px;
}
div.detFooter a, div.detFooter a:visited, div.detFooter a:active, div.detFooter a:hover {
  color: #B5CCE7;
	font-weight: inherit;
	text-decoration: none;
}
div.detFooter a:hover {
	text-decoration: underline;
