.rnav_module {
	float:left;
	width:210px;
	background-color:#fcf2d4;
}
.rnav_module label.accText {
	display:none;
}
.rnav_module .heading {
	font-weight:bold;
	font-size:120%;
	margin-bottom:5px;
}
.rnav_module .vbar {
	display:inline-block;
	margin:0 1em;
	width:1px;
	height:10px;
	overflow:hidden !important;
	background-color:#e1cfa2;
}
.rnav_module a {
/*	color:#af0b1c;*/
	text-decoration:none;
}
.rnav_module .content {
	padding:0 10px;
}
/*
.rnav_module.hrule {
	padding-bottom:0;
}
*/
.rnav_module .hrule {
	margin-top:20px;
	width:100%;
	height:1px;
	background-color:#e1cfa2;
	overflow:hidden;
}
.rnav_module select {
	border:1px solid #999999;
/*
	background:none !important;
	border:none !important;
	height:16px !important;
	vertical-align:top;
	margin-left:5px;
	margin-top:0px;
	_margin-top:-1px;
	height:100%;
	padding-top:2px;
*/
}
.rnav_module .nobr {
	white-space:nowrap;
}
.rnav_module a .nobr {
	color:#AF0B1C;
}
.rnav_module a:hover .nobr {
	color:#540264;
}
/*
.rnav_module select.test {
	background:none !important;
	border:none !important;
	height:19px !important;
	background-image:url(/ca/img/info/home/rnav-field-gradient.gif) !important;
	background-repeat:repeat-x;
	vertical-align:top;
	margin-top:2px;
	margin-left:0px;
	height:19px !important;
	position:relative;
	top:-3px;
}
*/
/*
.rnav_module .selectbg {
	background:none !important;
	border:none;
	height:19px !important;
	background-image:url(/ca/img/info/home/rnav-field-bg.gif) !important;
	background-repeat:no-repeat;
	margin-top:2px;
	_margin-top:3px;
	display:block;
	float:left;
	width:190px;
}
*/

.rnav_module input#searchPostalCode {
	border:1px solid #999999;
	border:none;
	height:16px !important;
	width:155px; /* was 7em = 75px;*/
	background-image:url(/ca/img/info/home/rnav-field-gradient.gif);
	background-repeat:repeat-x;
	padding-top:2px;
	margin-bottom:-2px;
}
/* *+html .rnav_module input#searchPostalCode {
	position:relative;
    top:-1px;
}  */
.rnav_module input#searchPostalCode { /* IE6 only */
	_margin-top:2px !important;
}

*+html .rnav_module input#searchPostalCode { margin-top: 1px\ ; }                      /* IE8 only  */

.rnav_module .textInputLeft , .rnav_module .textInputRight , .rnav_module .selectLeft , .rnav_module .selectRight {
	margin-top:2px;
	_margin-top:3px;
}

.rnav_module label {
	position:relative;
	top:-6px;
	margin-right:0.2em;
}

