/* ------------------- */
/*      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;
	padding-top: 5px;
	padding-bottom: 0px;
	font-size: 210%;
	font-weight: normal;
	line-height: 150%;
	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;
	}
	
	
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;
	}
	
.rightWhite {
	background-image:url(../assets/sidepanels/whitebottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFF;
	}
	
.rightWhiteinner {
	background-image:url(../assets/sidepanels/whitetop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #004A99;
	font-size: 120%;
	}
	
/**** New Style ****/
	
.callPanelWrapper {
	background-image:url(../assets/sidepanels/call_rpt_y.gif);
	background-repeat:repeat-y;
	background-position: left top;
	background-color: #FDE2C9;
	}
	
.callPanelinner {
	background-image:url(../assets/sidepanels/call_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #004A99;
	font-size: 120%;
	}
	
.callPanelpadding {
	padding: 10px 8px 2px 10px;
	background-image:url(../assets/sidepanels/call_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
/**** /New Style ****/	
	
.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: #996600;
	font-size: 80%;
}
.alignLeft {
	float: left;
	padding: 0 0 5px 16px;
}

/**** New Style ****/

fieldset.call-me {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none; /* need this */
}
			
fieldset.call-me input {
	margin: 0 0 6px 0;
	background: #FFF;
}
			
input.call-me-details {
	width: 115px;
	padding: 1px 5px;
	border: 1px solid #c2c2c2;					
}

select.call-me-details {
	width: 115px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 1px solid #c2c2c2;					
}

/**** /New Style ****/
