/* ------------------- */
/*      STRUCTURE      */
/* ------------------- */

/* sets the RIGHT column width and pads content away from the right edge */
div#right {
	float: right;
	width: 152px;
}

div#resultsLeftcol {
float: left;
	width: 576px;
	}

.innerLeft {
	margin-left: 16px;
	float: left;
	width: 162px;
	}
	
.innerRight {
	float: right;
	padding: 0 5px 0 10px;
	width: 330px;
	}


/* ------------------- */
/*        STYLES       */
/* ------------------- */

div#main {
	width: 776px;
	background-image:url(../assets/common/peachpanelbottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FDE2C9;
	padding: 0;
	font-size: 11px;
	color:#004A99;
	font-family: Arial, Helvetica, sans-serif;
}

div#resultsPage {
	width: 740px; /*Edited for IE6 */
	background-image:url(../assets/common/peachpaneltop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px 18px 27px 18px; /*Edited for IE6 */
}

div#resultsPage h1 { /* main page heading */
	font-family: Georgia, "Times New Roman", Times, serif; /*New Style*/
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 210%; /*New Style*/
	font-weight: normal;
	line-height: 150%; /*New Style*/
	margin: 0;
	color:#004A99;
}	


div#resultsLeftcol {
	background-color: #FDE2C9;
	}

.innerRight {
	background-image:url(../assets/common/dottedline.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: none;
	}
	
.innerLeft h2 {
	color: #999;
	}
	
.innerLeft h3 { /* EURO price style */
	margin: 15px 0 10px 0;
	font-family: Georgia, verdana, helvetica, sans-serif;
	font-size: 200%;
	font-style: bold;
	color: #004A99;
	}

.innerLeft ul {
	margin: 11px 0 0 0;
	padding: 0px;
	list-style-type: none;
	}
	
.innerLeft li {
	margin-bottom: 8px;
	line-height: 100%;
	list-style-type: none;
	font-size: 95%;
	}
	
	
div#right {
	color:#004A99;
	font-size: 90%;
	line-height: 135%;
}

div#right h2 {
	font-family: Georgia, verdana, helvetica, sans-serif;
	padding: 6px 0 6px 0;
	}
	
div#right .rightRed h2 {
	font-size: 140%;
	color: #FFF;
	}
	
div#right .rightPeach h2 {
	font-size: 200%;
	color: #004A99;
	}
	
/*-------------------------------------
Property location panel
-------------------------------------*/	

/*div#right h2.particulars-region-criteria {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #004a99;
	line-height: normal;
	padding: 0 0 5px 0; } */
	
.rightWhite {
	background-image:url(../assets/sidepanels/whitebottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #fff; }
	
.rightWhiteinner {
	color: #666;
	font-size: 13px; }
	
/*-------------------------------------
Call us panel
-------------------------------------*/	
	
.call-panel {
	background-image:url(../assets/sidepanels/call_rpt_y.gif);
	background-repeat:repeat-y;
	background-position: left top; }
	
.call-panel-padding {
	padding: 0 10px 0 10px;
	background-image:url(../assets/sidepanels/call_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #004a99; }
	
/*-------------------------------------
/END 
-------------------------------------*/	
	
.rightpadding {
	padding: 10px 8px 2px 10px;
	}
	
div#right ul {
	margin: 11px 0 0 0;
	padding: 0px;
	list-style-type: none;
	font-size: 85%;
	}
	
div#right li {
	margin-bottom: 8px;
	line-height: 100%;
	list-style-type: none;
	}
	
div#right li a, div#right li a:visited, div#right li a:active {
	color:#004A99;
	}

div#right li a:hover {
	color:#666666;
	text-decoration: none;
	}	

div#right p a, #right p a:visited,#right p a:active {
	color: #004A99;
}

div#right p a:hover {
	color:#999;
	}
	
.alignRight {
	float: right;
	color: #960;
	font-size: 10px; /* was 90% */
}
.alignLeft {
	float: left;
	padding: 0 0 5px 16px;
}

/* div#footer {
	padding-left: 0px;
	background-color: #004A99;
	} */


/*-------------------------------------
Call us panel form styles
-------------------------------------*/	

fieldset.call-me {
	padding: 0;
	margin: 0;
	border: none; /* need this */ }
			
fieldset.call-me input {
	margin: 0 0 7px 0;
	background-color: none; }

input.call-me-button { /* button */
	padding: 5px 0; }
			
input.call-me-details {
	width: 120px; /* should be 122px, but looks better at 120px */
	padding: 1px 5px;
	border: 1px solid #c2c2c2; }

select.time-of-call {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	width: 130px;
	padding: 0;
	margin: 2px 0 5px 0; }

/*-------------------------------------
/END
-------------------------------------*/	