/*CSS for Real Estate Marketplace - 2007*/

/*Layout, Text Boxes and Headers*/

body {
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	margin: 0px;
	padding: 0px;
}
.ul_list_options {
	list-style-position:inside;
	padding-left:15px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	list-style-image: url(../images/green-bull.gif);
}
.textField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #616161;
	width:120px;
}
/*Fonts*/

.titPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #06659F;
}
.titDiscover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #09559E;
}
.titSection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.txtBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.txtSearchType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.txtSearchBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #616161;
}
.txtBoldSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.txtPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #0070B4;
}
.txtPropertyId {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.txt_short_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
/*Borders*/

.brdTopBottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A0BCD2;
	border-bottom-color: #A0BCD2;
}
.brdGrayTbl {
	border: 1px solid #DCDCDC;
}
.brdBottomGrayTbl {
	border-bottom: 1px solid #DCDCDC;
}
/*Backgrounds Images, Backgrounds Colors*/

.bgColorTblImg {
	background-color: #FAF5C7;
}
#bgColorGray {
	background-color: #F5F5F5;
}
.bgtitSection {
	background-image: url(../images/section-bg.gif);
	background-repeat: no-repeat;
	width:231px;
	height:22px;
}
.bgtitPanamaReal {
	background-image: url(../images/panamareal-bg.gif);
	background-repeat: no-repeat;
	width:163px;
	height:22px;
}
.bgYellowBar {
	background-image: url(../images/thin-ybar.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	width:349px;
}
.bgPropertyTbl {
	background-image: url(../images/tbl-property-bg.gif);
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	height: 50px;
}
.bgPropertyTblbk {
	background-image: url(../images/tbl-property-bg.gif);
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
}
.bgTblGrad {
	background-image: url(../images/tbl-property-bg.gif);
	background-repeat: repeat-x;
}
.bgBottomTbl {
	background-image: url(../images/bg-bottom-tbl.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:8px;
}
.bgCrvLeftTbl {
	background-image: url(../images/crv-tbl-left.gif);
	background-repeat: no-repeat;
	background-position: top;
	height:8px;
	width:8px;
}
.bgCrvRightTbl {
	background-image: url(../images/crv-tbl-right.gif);
	background-repeat: no-repeat;
	background-position: top;
	height:8px;
	width:9px;
}
.bgSearchBox {
	background-image: url(../images/bg-searchbox.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:29px;
}
.bgDivTbl {
	background-image: url(../images/div.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.textbox {
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	FONT-SIZE: 11px;
	BORDER-LEFT: medium none;
	WIDTH: auto;
	COLOR: #666666;
	BORDER-BOTTOM: medium none;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}
/*Links*/

.lnkSearchType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline
}
.lnkSearchType:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none
}
.lnkSearchType:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline
}
.lnkSearchType:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none
}
.lnkViewAll {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #06659F;
	text-decoration: underline
}
.lnkViewAll:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #06659F;
	text-decoration: none
}
.lnkViewAll:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #06659F;
	text-decoration: underline
}
.lnkViewAll:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #06659F;
	text-decoration: none
}
.lnkPropertyName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline
}
.lnkPropertyName:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none
}
.lnkPropertyName:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline
}
.lnkPropertyName:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none
}
.lnkPanamaReal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #06659F;
	text-decoration: underline
}
.lnkPanamaReal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #06659F;
	text-decoration: none
}
.lnkPanamaReal:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #06659F;
	text-decoration: underline
}
.lnkPanamaReal:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #06659F;
	text-decoration: none
}
.lnkBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005D95;
	text-decoration: underline
}
.lnkBlue:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005D95;
	text-decoration: none
}
.lnkBlue:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005D95;
	text-decoration: underline
}
.lnkBlue:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005D95;
	text-decoration: none
}
.lnk_others {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #06659f;
	text-decoration: underline
}
.lnk_others:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #669966;
	text-decoration: none
}
.lnk_others:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #06659f;
	text-decoration: underline
}
.lnk_others:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #669966;
	text-decoration: none
}
.bgYellowBar2 {
	background-image: url(../images/thin-ybar.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	width:410px;
}
/*----------------------*/

.txt_blue_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #09559e;
}
/*CSS propiedades C.Colpas*/
.cleaner{
	clear:both;
}
.propertyBox {
	height: 90px;
	width: 500px;
	margin-left: 14px;
	margin-bottom: 10px;
	border-bottom: solid #ccc 1px;
	padding-bottom:8px;
	
}
.propPic {
	float: left;
	height: 82px;
	width: 82px;
	margin-right: 8px;
	border: solid #ccc 1px;
	padding:2px;
}
.propDesc {
	float: left;
	width: 404px;
}
.propTitle {
	height: 24px;
	margin-bottom: 5px;
	color: #005680;
	font-size: 16px;
	background-color: #EEE;
	padding-left: 4px;
	text-decoration:none;
}
.propTitle a:link {
	text-decoration:none;
}
.propTitle a:visited {
	text-decoration:none;
}
.propBrDesc {
	height: 44px;
	padding-left: 4px;
}
.propLocation {
	float: left;
	height: 20px;
	width: 182px;
	padding-left: 4px;
}
.propPrice {
	float: left;
	height: 20px;
	width: 150px;
}
.view_detail {
	float: right;
	color: #069;
}
.pagin {
	font-size: 14px;
	text-decoration:none;
	margin-left: 12px;
}
.noLine{
	text-decoration:none;
	font-size: 12px;
}
.noLine a:link {
	text-decoration:none;
}
.noLine a:visited {
	text-decoration:none;
}
.prTitle {
	margin-bottom: 8px;
	color: #135471;
	float: left;
	padding-top: 2px;
	margin-left: 4px;
	width: 550px;
}
#propPic {
	height: auto;
	width: 560px;
	margin-bottom: 10px;
}
.extraPics {
	float: left;
	height: 82px;
	width: 82px;
	margin-right: 10px;
	margin-bottom: 10px;
	z-index: 20;
	border: solid #ccc 1px;
	padding: 2px;
}
.itemDetailTitle {
	float: left;
	width: 200px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #48484A;
	font-size: 13px;
	margin-bottom: 5px;
	background-color: #eee;
	padding-left: 4px;
	font-weight: bold;
}
.itemDetail {
	float: left;
	width: 200px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #48484A;
	font-size: 12px;
	margin-bottom: 8px;
	padding-left: 4px;
}
#leftBoxDetails {
	float: left;
	width: 210px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #767678;
	font-size: 13px;
}
#rightBoxDetails {
	float: left;
	height: auto;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	color: #767678;
	font-size: 13px;
	margin-left: 100px;
}
.amenities {
	float: left;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #48484A;
	font-size: 13px;
	margin-bottom:10px;
	margin-top: 5px;
	padding-left: 4px;
}
.propDescription {
	height: auto;
	width: 550px;
	margin-bottom: 15px;
	text-align: justify;
	line-height: 1.3;
	font-family: Arial, Helvetica, sans-serif;
	color: #48484A;
	font-size: 13px;
	padding-left: 4px;
}
.itemTitle {
	height: 20px;
	width: 560px;
	background-color: #eee;
	color: #005680;
	font-weight: bold;
	padding-left: 4px;
	padding-top: 2px;
	font-size: 14px;
	margin-bottom: 8px;
}
.propertyForm {
	font-size: 12px;
	margin-left: 14px;
}

.inputBox{
	width:190px;
	margin-bottom: 4px;
}
.ptTitle {
	height: 24px;
	width: 510px;
	background-color: #D8D8D8;
	color: #005680;
	font-weight: bold;
	padding-left: 4px;
	padding-top: 2px;
	font-size: 16px;
	margin-bottom: 8px;
}

