hr {
	clear: both;
}

form {
	display: inline;
}

#backbutton {
	text-align: center;
}

.warnings {
	margin: 12px auto;
	width: 390px;
	color: #FF0000;
	padding: 12px;
	font-weight: bold;
	text-align: center;
	background: #EFF1F5;
	border: 1px dotted #10569B;
}

.warnings a {
	color: #FFFFCC;
	text-decoration: none;
}

.warnings a:hover {
	color: #FFFFFF;
}

#main {
	width: 770px;
	margin: 0 auto;
	background: url("../../images/fondo_main.gif") no-repeat center top;
}

/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/

#flags {
	text-align: center;
}

#flags h1 {
	text-align: center;
	font-size: 14px;
	color: #000066;
	background: #004C82;
	margin: 0;
	margin-bottom: 6px;
}

#content {
	padding: 32px 36px 32px 22px;
	/* color: #0C3D6D; */
	color: #000000;
	font-size: 11px;
	vertical-align: top;
	background: url(../../images/fondo_content.gif) no-repeat right top;
}

#content h1 {
	font-size: 16px;
	margin: 0;
	margin-bottom: 8px;
	background: url(../../images/fondo_cabeceras.gif) repeat-x left bottom;
	color: #0C3D6D;
	padding: 6px;
	padding-bottom: 12px;
	text-align: left;
}

#content span {
	color: #10569B;
}

#content h1 span {
	color: #10569B;
}

#currencybar {
	margin: 0;
	float: right;
	width: 280px;
	padding-top: 3px;
	padding-right: 8px;
	margin-left: auto;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}

#content h2 {
	margin: 0;
	padding: 12px 22px;
	font-size: 14px;
	font-weight: bold;
	color: #0C3D6D;

}

#content h3 {
	margin: 0;
	padding: 12px 22px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

#content h4 {
	margin: 0;
	padding: 4px;
	font-size: 15px;
	font-weight: bold;
}

/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/

#propertyoftheweek {
	margin: 12px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	background: url("../../images_ppp/fondo_home_propertyoftheweek.gif") repeat-x left bottom;
	vertical-align: top;
	color: #333333;
	font-size: 11px;
}

#propertyoftheweek .thumbnails {
	float: left;
	margin: 6px;
}

#propertyoftheweek h2 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px 8px;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
	background: url("../../images_ppp/cab_home_propertyoftheweek.gif") no-repeat left top;
}

#propertyoftheweek ul {
	list-style: none;
	margin: 0;
	padding: 3px;
}

#propertyoftheweek li {
	margin: 0;
	padding-bottom: 3px;
}

#propertyoftheweek .link a {
	width: 121px;
	margin-left: auto;
	margin-right: 6px;
	padding: 6px;
	padding-right: 3px;
	display: block;
	font-weight: bold;
	color: #333333;
	text-align: center;
	text-decoration: none;
	background: url("../../images_ppp/boton_propertyoftheweek.gif") no-repeat center center;
}

#propertyoftheweek .link a:hover {
	color: #666666;
}

/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/

#searchcriteria {
	margin: 3px 0;
	padding: 11px;
	font-weight: bold;
	font-size: 11px;
	color: #10569b;
	text-align: center;
	background-color: #F2F5F9;
}

#searchcriteria span {
	color: #0C363D;
}

.searchresultpropertydetails {
	color: #333333;
	margin: 0 auto;
	width: 100%;
	margin: 4px 0;
	margin-bottom: 12px;
	border-collapse: collapse;
	background: url("../../images_ppp/fondo_home_propertyoftheweek.gif") repeat-x left top;
	border: 1px solid #D7D8DC;
	border-bottom: 2px solid #D7D8DC;
}

.searchresultpropertydetails th {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
	padding: 2px;
	color: #10165B;
	background-color: #EFF1F5;
}

.searchresultpropertydetails .bottomth {
	border-top: 1px solid #FFFFFF;
	border-bottom: none;
	background: #FFFFFF url("../../images_ppp/th_bottom_rojo.gif") no-repeat center top;
	padding: 3px;
}


.searchresultpropertydetails th table {
	width: 100%;
}

.searchresultpropertydetails td {
	padding: 3px;
}

.searchresultpropertydetails td span p {
	font-weight: bold;
	font-size: 11px;
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
}

.searchresultpropertydetails .icons {
	float: right;
}

.pagination {
	margin: 4px auto;
	width: 100%;
	background: url("../../images_ppp/fondo_pagination.gif") no-repeat center center;
}

.pagination td {
	padding: 3px 6px;
}

.pagination a {
	padding: 3px 6px;
	text-decoration: none;
}

.pagination a:hover {
}
	

#modifysearch {
	text-align: center;
}

.thumbnails {
	border: 1px solid #000066;
	width: 120px;
}

.picture {
	border: 1px solid #000066;
	width: 374px;
}

/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/

#propertydetailscontainer {
	width: 555px;
	margin: 0 auto;
}

#propertydetailscontainer .headline {
	margin: 0;
	padding: 0;
	margin-top: 14px;
	font-size: 17px;
}

#propertydetailscontainer .thumbnails {
	border: 1px solid #000066;
	width: 120px;
}

hr {
	border-bottom: 2px solid #000099;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0;
}

html>body hr {
	margin: 6px 0;
}

#propertydetailsleftcol {
	width: 390px;
	float: left;
}

#morephotos a {
	margin: 0 auto;
	padding: 6px;
	width: 130px;
	display: block;
	border: 1px solid #10569B;
	background: #FFFFFF url(../../images/fondo_inputs.gif) repeat-x left top;
	color: #0C3D6D;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#morephotos a:hover {
	color: #666666;
	background-color: #F2F5F9;
	background-image: none;
}

#propertydetailsleftcol p {
	text-align: justify;
	margin-right: 12px;
}

#propertydetailsrightcol {
	margin-left: 390px;
}

#propertyreference h2 {
	margin: 0;
	margin-right: 9px;
	margin-left: 3px;
	padding: 4px 0;
	background: url(../../images/fondo_cabeceras.gif) repeat-x bottom;
}

#propertydetailsrightcol h2 {
	margin: 0;
	margin-bottom: 3px;
	padding: 4px 0;
	background: url(../../images/fondo_cabeceras.gif) repeat-x bottom;
}

#propertydetailsrightcol ul {
	margin: 0;
	padding: 0;
}

#propertydetailsrightcol li {
	font-size: 11px;
	line-height: 12px;
	list-style: none;
	background: #EFF1F5;
	color: #10569B;
	margin: 0;
	padding: 4px 12px;
	margin-bottom: 1px;
}

#propertydetailsrightcol ul li ul {
	margin: -12px;
	margin-top: 6px;
	margin-bottom: -4px;
	padding: 0;
	color: #10165B;
	background: #F2F5F9;
}

#propertydetailsrightcol ul li ul li {
	padding-left: 18px;
	color: #10165B;
	background: none;
}

/*****************************************************************************/
/*****************************************************************************/

#propertypictures p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: center;
}

#propertypictures td {
	vertical-align: top;
	text-align: center;
}

/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/

.propertytoolbox {
	clear: both;
	margin: 6px auto;
	width: 555px;
	height: 40px;
	padding-top: 6px;
}

html>body .propertytoolbox {
	margin: 12px auto;
}

.propertytoolbox .leftcol {
	margin: 0;
	vertical-align: top;
}

.propertytoolbox .rightcol {
	margin: 0;
	vertical-align: top;
}

.propertytoolbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.propertytoolbox ul li {
	float: left;
	background: #FFFFFF url(../../images/fondo_inputs.gif) repeat-x left top;
	margin: 1px;
	border: 1px solid #1C9AC4;
}

.propertytoolbox ul li a {
	display: block;
	text-align: center;
	height: 25px;
	padding: 6px;
	padding-left: 25px;
	padding-right: 4px;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #0C3D6D;
}

.propertytoolbox ul li a:hover {
	color: #10569B;
	background-color: #F2F5F9;
}

.favouriteadd, .favouritedelete, .favouriteview, .propertycontact, .printdetails, .sendtofriend {
	background: url("../../images_ppp/spacer.gif") no-repeat 4px 3px;
}

.favouriteadd {
	background-image: url("../../images/ico_addtofavourites.gif");
	width: 65px;
}

.favouritedelete {
	background-image: url("../../images/ico_delfromfavourites.gif");
	width: 65px;
}

.favouriteview {
	background-image: url("../../images/ico_viewfavourites.gif");
	width: 60px;
}

.propertycontact {
	background-image: url("../../images/ico_emailus.gif");
	width: 92px;
}

.printdetails {
	background-image: url("../../images/ico_printdetails.gif");
	width: 76px;
}

.sendtofriend {
	background-image: url("../../images/ico_sendtofriend.gif");
	width: 95px;
}

#propertycontact2 {
	background: url("../../images/ico_emailus.gif") no-repeat 4px center;
	padding: 12px;
	padding-left: 36px;
}

/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/

#prevnextbar {
	border-top: 2px solid #F2F5F9;
	border-bottom: 2px solid #F2F5F9;
	margin:  12px auto;
	width: 555px;
	clear: both;
}

#prevnextbar td {
	padding: 3px;
}

#prevbutton, #nextbutton, #gobackbutton {
	display: block;
	padding: 6px;
	width: 170px;
	text-align: center;
	margin: 0 auto;
	background: #F2F5F9 url(../../images/fondo_inputs.gif) repeat-x left top;
	border: 1px solid #1C9AC4;
}

#prevbutton {
	width: 109px;
	margin-left: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

#nextbutton {
	width: 109px;
	margin-right: 24px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#gobackbutton {
	width: 150px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#prevbutton:hover, #nextbutton:hover, #gobackbutton:hover {
	color: #666666;
	background-color: #F2F5F9;
	background-image: none;
}


/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/

.searchform {
	margin: 0 auto;
	padding-bottom: 3px;
	width: 100%;
	margin-bottom: 8px;
	border-collapse: collapse;
	border: 1px solid #D7D8DC;
	border-bottom: 2px solid #D7D8DC;
}

.searchform th {
	text-align: left;
	padding: 6px;
	font-size: 11px;
	font-weight: bold;
	color: #10165B;
	background-color: #EFF1F5;
}

.searchform td {
	padding: 6px;
	font-weight: bold;
}

/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/

#picturegallery {
	width: 95%;
	margin: 12px auto;
}

#picturegallery table {
	margin: 0 auto;	
	width: 500px;
}

#picturegallery .backtodetails h2 {
	text-align: right;
}

/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/

#contactform {
	border-bottom: 2px solid #EFF1F5;
	margin: 0 auto;
	padding-bottom: 3px;
	width: 390px;
	margin-bottom: 8px;
	border-collapse: collapse;
}

#contactform th {
	text-align: left;
	border-bottom: 2px solid #EFF1F5;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #10165B;
	background-color: #EFF1F5;
}

#contactform td {
	padding: 3px;
	font-weight: bold;
}

#sendsmsform {
	margin: 12px auto;
	width: 450px;
	padding: 12px;
	border: 1px solid #000066;
}

#sendsmsform p {
	margin: 0;
	padding: 2px;
}

/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/

#photoview {
	color: #000066;
	vertical-align: top;
	font-size: 11px;	
}

#photoviewpic {
	width: 602px;
	margin: 4px auto;
}

#photoviewpic img {
	border: 1px solid #000066;
}

#photoview .closelink {
	display: block;
	margin: 0 auto;
	padding: 3px;
	width: 220px;
	color: #0C3D6D;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: 1px solid #10569B;
	background: #FFFFFF url(../../images/fondo_inputs.gif) repeat-x left top;
}

#photoview .closelink:hover {
	color: #666666;
}

#searchcol {
	width: 198px;
	float: left;
}

/******************** Hacks ********************/

#selectedproperties h2 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px 8px;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
	background: url("../../images_ppp/cab_home_selectedproperties.gif") no-repeat left top;
}


#content .minilinks {
	text-align: center;
	font-size: 11px;
	background-image: none;
	padding-top: 18px;
}