/* forms
-------------------------------------------------------------- */
form.siteform ol li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	min-height: 20px;
}
form.siteform li.noline {
	border-bottom: none;
}
form.siteform ol li.column {
	float: left;
	width: auto;
	background: url(/images/pipebar.gif) right top no-repeat;
	padding-right: 15px;
}
li.column1 {
	float: left;
	width: 47%; 
	background: url(/images/pipebar.gif) right top no-repeat;
}
li.column2 {
	float: left;
	width: 53%;
}
form.siteform li.largecolumn {
	width: 70%;
}
form.siteform input.text {
	width: 216px;
}
form.siteform input.largetext {
	width: 360px;
}
form.siteform input.mediumtext {
	width: 180px;
}
form.siteform input.smalltext {
	width: 68px;
}
form.siteform input.phonetext {
	width: 45px;
	margin-right: 5px;
}
form.siteform .label {
	float: left;
	width: 97px;
	color: #0b4fa1;
	font-weight: bold;
	padding-top: 3px;
	text-align: right;
	margin-right: 5px;
	display: inline;
}
form.siteform .largelabel {
	width: 161px;
}
form.siteform li.column2 .label {
	width: 140px;
}
form.siteform li.largecolumn .label {
	width: 156px;
}
form.siteform li.options {
	border-bottom: none;
	text-align: center;
	clear: both;
}
form.siteform li.options .radiolabel {
	margin-right: 20px;
}
form.siteform li.submit {
	border-bottom: none;
	text-align: center;
	clear: both;
	margin-bottom: 0;
	padding-bottom: 0;
}
.note {
	font-style: italic;
	font-size: .8em;
	color: #666;
	clear: both;
}
p.note {
	margin-top: -10px;
	font-size: 1em;
}
form .note, form p.note {
	margin-left: 100px;
	margin-bottom: 0;
	margin-top: 2px;
}
form.siteform .autolabel, form.siteform li.column2 .autolabel {
	width: auto;
	padding-left: 5px;
}
form.siteform li.checboxoptions {
	border-bottom: none;
	clear: both;
	overflow: auto;
}
form.siteform li.checboxoptions ol {
	float: left;
	margin-top: 10px;
}
form.siteform li.checboxoptions li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 5px;
}
img.button {
	margin: 0 10px 0px 10px;
	vertical-align: top;
}
form.siteform li.last {
	border-bottom: none;
}
form.editprofile .label {
	width: 120px;
}
form.editprofile .autolabel {
	width: auto;
}
form.editprofile input.smtext {
	width: 47px;
}
form.editprofile input.mediumtext {
	width: 90px;
}
form.editprofile .largelabel {
	width: 161px;
}
form.editprofile li.noline {
	margin-bottom: 0;
}
form.editprofile .collabel {
	color: #0B4FA1;
	font-weight: bold;
	display:block;
	float:none;
	margin-left: 20px;
	margin-top:-16px;
	width:auto;
	position: relative;
}
.altcheckbox {
	clear: both;
	margin-left: 45px;
	margin-top: 5px;
}
.emailchange {
	clear: both;
	color: #333;
	line-height: 1.6;
}
.emailchange em {
	color: #666;
}
.buttons {
	text-align: center;
}

/* shared elements */
.breadcrumbs {
	background:url(/images/breadcrumb_bg.gif) left top no-repeat;
	height: 21px;
	padding-top: 4px;
	margin-bottom: 8px;
}
.breadcrumbs p {
	margin-top: 0px;
	margin-left: 16px;
	color: #073269;
}
.breadcrumbs a {
	color: #073269;
}
.box {
	background: #fff;
	overflow: hidden;
	width: 100%;
}
.boxbottom {
	background: url(/images/round_bottom.png) left bottom no-repeat;
	height: 11px;
}
.heading {
	background: #b4d6f1 url(/images/left_edge.gif) left top no-repeat;
	height: 37px;
}
.heading h2 {
	font-size: 1.15em;
	margin: 0;
	color: #0b4fa1;
	padding-top: 10px;
	padding-left: 32px;
	background: url(/images/round_top.gif) right top no-repeat;
}
h2.currentstep {
	float: left;
	background: none;
}
h2.currentstep em {
	font-size: .9em;
	color: #fff;
	font-weight: normal;
	padding-right: .15em;
}
.steps, .maincontent ul.steps {
	float: right;
	margin: 0;
	background: url(/images/steps_bg.gif) repeat-x;
	height: 35px;
}
.steps li {
	float: left;
	list-style: none;
	margin-left: 4px;
	background: url(/images/steps_bg_off.gif) -30px top no-repeat;
	height: 29px;
	padding: 3px 5px;
	color: #8fc0e9;
}
.steps li.current {
	color: #0b4fa1;
	background: url(/images/steps_bg_on.gif) -30px top no-repeat;
	font-weight: bold;
}
.steps li span {
	padding-left: 27px;
	height: 22px;
	line-height: 22px;
	display: block;
}
li#step1 {
	margin-left: 0;
	background: url(/images/steps_bg_off.gif) 0px top no-repeat;
	padding-left: 23px;
}
.steps li#step1.current {
	background: url(/images/steps_bg_on.gif) 0px top no-repeat;
}
.steps li#step2.current, .steps li#step3.current, .steps li#step4.current {
	background: url(/images/steps_bg_on.gif) right top no-repeat;
}
li#step1 span {
	background: url(/images/one.gif) left top no-repeat;
}
li#step1.current span {
	background: url(/images/one_on.gif) left top no-repeat;
}
li#step2 span {
	background: url(/images/two.gif) left top no-repeat;
}
li#step2.current span {
	background: url(/images/two_on.gif) left top no-repeat;
}
li#step3 span {
	background: url(/images/three.gif) left top no-repeat;
}
li#step3.current span {
	background: url(/images/three_on.gif) left top no-repeat;
}
li#step4 span {
	background: url(/images/four.gif) left top no-repeat;
}
li#step4.current span {
	background: url(/images/four_on.gif) left top no-repeat;
}
li#step5 span {
	background: url(/images/five.gif) left top no-repeat;
}
li#step5.current span {
	background: url(/images/five_on.gif) left top no-repeat;
}
.highlight {
	background: #e4f0fa url(/images/round_bottom2.gif) left bottom no-repeat;
	margin: 8px;
	padding-bottom: 1px;
	overflow: auto;
}
.highlight p {
	margin-left: 15px;
}
.highlight .top {
	background: url(/images/round_top2.gif) left top no-repeat;
	margin: 0 0 10px 0;
	padding: 10px 15px 0px 15px;
}
.highlight div.top p {
	margin-left: 0;
	margin-right: 0;
}
.innerbox {
	background: #f6f6f6 url(/images/round_bottom3.gif) left bottom no-repeat;
	margin: 0 8px;
}
.innerbox .top {
	background: url(/images/round_top3.gif) left top no-repeat;
	padding: 10px 15px;
}
.innerbox ol.top {
	margin-left: 0;
}
form.top ol {
	margin-left: 0;
}
.privacyline {
	background: #fff;
	text-align: center;
	padding: 10px 0;
	margin: 7px 0 7px 0;
	clear: both;
}
.message {
	background: #308dd9 url(/images/round_bottom4.gif) left bottom no-repeat;
	margin: 8px;
	padding-bottom: 1px;
	color: #fff;
}
.message h3 {
	font-weight: normal;
}
.message p {
	margin-left: 15px;
}
.message .top {
	background: url(/images/round_top4.gif) left top no-repeat;
	margin: 0 0 5px 0;
	padding: 10px 15px 0px 15px;
}
/* -------------------------------------------------------------- 
	=toploggedin
-------------------------------------------------------------- */

#toploggedin {
	float: right;
	display: inline;
	width: 216px;
}
#toploggedin a {
	color: white;
}
#toploggedin ul {
	list-style-type: none;
}
#toploggedin li {
	float: left;
	padding: 6px;
}
#toploggedin .profile a, #toploggedin .signout a {
	padding-left: 12px;
	background: url(/images/alt_arrow.gif) left 2px no-repeat;
}
#toploggedin li.username {
	float: none;
	border-bottom: 1px solid #ddd;
}
/* -------------------------------------------------------------- 
	=maincontent
	Alterations for maincontent/ 2 column look 
-------------------------------------------------------------- */

.maincontent .privacyline {
	margin-bottom: 10px;
}
.maincontent .message {
	background: #306cab url(/images/round_bottom_darkblue.gif) left bottom no-repeat;
	margin: 8px 0;
}
.maincontent .message .top {
	background: url(/images/round_top_darkblue.gif) left top no-repeat;
	margin: 0;
	padding: 8px 15px 6px 15px;
}
.maincontent .message p {
	color: #93c3eb;
}
.maincontent .message p strong {
	font-weight: normal;
	color: #fff;
}
.maincontent .highlight {
	background: #e4f0fa url(/images/round_bottom2_short.gif) left bottom no-repeat;
}
.maincontent .highlight .top {
	background: url(/images/round_top2_short.gif) left top no-repeat;
}
.maincontent .block p {
	display: block;
}
.maincontent #existingNewUser p {
	width: 100%;
	text-align: left;
}
.maincontent #existingNewUser div {
	margin-top: 12px;
}
.maincontent #existingNewUser #pass {
	width: 130px;
}
.maincontent .siteform .name input.text, .maincontent .siteform input#ccn, .maincontent .siteform input#sn, .maincontent .siteform input.text {
	width: 135px;
}
.maincontent form.siteform input.smalltext {
	width:68px;
}
.maincontent .siteform input.phonetext {
	width: 35px;
}
.maincontent .siteform input.largetext {
	width: 360px;
}
.maincontent .siteform input.mediumtext {
	width: 150px;
}
.maincontent .siteform .checboxoptions p {
	width: 145px;
}
.maincontent .siteform li.checboxoptions {
	display: block;
	display: inline;
	border-bottom: 1px solid #ccc;
}
.maincontent .siteform li.noborder {
	border-bottom: none;
	margin-bottom: 0;
}
.maincontent .siteform input#city {
	width: 95px;
}
.maincontent .siteform .select {
	width: 80px;
}
.maincontent .siteform #billoption {
	width: 250px;
}
.maincontent .siteform input#zip, .maincontent .siteform input#sn {
	width: 70px;
}
.maincontent .siteform #questonmark, .maincontent .siteform #questonmark img {
	margin: 0;
	padding: 0;
}
.maincontent .siteform select#expiremonth, .maincontent .siteform select#expireyear, .maincontent .siteform select#effectivemonth, .maincontent .siteform select#effectiveday, .maincontent .siteform select#effectiveyear {
	width: 90px;
}
.maincontent .siteform select#expireyear, .maincontent .siteform select#effectiveday, .maincontent .siteform select#effectiveyear {
	margin-left: 10px;
}
.maincontent .siteform li.effectiveddate, .maincontent .siteform li.contractday {
	float: left;
	padding-right: 12px;
	background: url(/images/pipebar.gif) right top no-repeat;
}
.maincontent .siteform li.contractday {
	float: left;
	padding-right: 10px;
	background: url(/images/pipebar.gif) right top no-repeat;
}
.maincontent .siteform li.contractyear {
	float: left;
}
.maincontent .siteform p#credit {
	margin-left: 14px;
}
.maincontent .siteform #createpass p {
	text-align: left;
	width: 90%;
}
.maincontent .siteform input#password, .maincontent .siteform input#verifypassword {
	width: 120px;
}
/* -------------------------------------------------------------- 
	=message #fullwidth
-------------------------------------------------------------- */

.message#fullwidth {
	background: #306cab url(/images/round_bottom_darkblue_fullw.gif) left bottom no-repeat;
	margin: 16px 0 8px 0;
	overflow: hidden;
	width: 100%;
}
.message#fullwidth .top {
	background: url(/images/round_top_darkblue_fullw.gif) left top no-repeat;
	margin: 0;
	padding: 8px 15px 6px 15px;
}
.message#fullwidth p {
	color: #93c3eb;
}
.message#fullwidth p strong {
	font-weight: normal;
	color: #fff;
}
/* -------------------------------------------------------------- 
	=printlink
-------------------------------------------------------------- */

#messageprint {
	display: block;
	height: 1.5em;
}
#messageprint span {
	float: left;
}
#messageprint a {
	color: #fff;
	float: right;
	font-size: .8em;
}
.printlink {
	float: right;
	background: url(/images/printicon.gif) top left no-repeat;
	height: 20px;
	padding: 3px 0 0 30px;
}
/* -------------------------------------------------------------- 
	=thankyou
-------------------------------------------------------------- */

#thankyou .sidecontent {
	display: inline;
	margin-right: 8px;
	margin-top: 0;
}
#thankyou .sidecontent .heading {
	background: #f00 url(/images/left_whiteedge.gif) left top no-repeat;
}
#thankyou .twocolumn {
	margin-right: 186px;
	background: #e4f0fa url(/images/round_bottom2_short.gif) left bottom no-repeat;
	overflow:visible;
}
#thankyou .twocolumn .top {
	background: url(/images/round_top2_short.gif) left top no-repeat;
}
/* -------------------------------------------------------------- 
	=realestate page 
-------------------------------------------------------------- */
body.realestate .breadcrumbs {
	background:url(/images/realestate/breadcrumb_bg.gif) left top no-repeat;
}
body.realestate .heading, body.realestate .sidecontent .box .heading {
	background: #b4d6f1 url(/images/realestate/left_edge.gif) left top no-repeat;
}
body.realestate .sidecontent .heading {
	background: url(/images/left_rededge.png) left top no-repeat;
	font-size:1.1em;
	height:38px;
}
body.realestate .message#fullwidth {
	background: #0b4fa0 url(/images/realestate/round_bottom_darkblue_fullw.gif) left bottom no-repeat;
}
body.realestate .message#fullwidth .top {
	background: url(/images/realestate/round_top_darkblue_fullw.gif) left top no-repeat;
}
body.realestate .heading h2 {
	background: url(/images/realestate/round_top.gif) right top no-repeat;
}
body.realestate .heading h2.currentstep, body.realestate .heading h2.sideheading, .heading h2.sideheading {
	background: none;
}
/* -------------------------------------------------------------- 
	=sidecontent 
-------------------------------------------------------------- */

.sidecontent .heading, .realestate#products .sidecontent .heading {
	font-size: 1.1em;
	background: url(/images/left_rededge.png) left top no-repeat;
	height: 38px;
}
.sidecontent .heading h2 {
	padding: 10px 0 0 44px;
	font-weight: normal;
	color: #fff;
}
.sidecontent .heading strong {
	font-weight: normal;
	color: #ddd;
}
.sidecontent .innerbox {
	background: #fff url(/images/back_sidecontent.gif) repeat-x;
	margin: 0;
	padding: 6px;
	color: #4f6dad;
	font-size: .86em;
	font-weight: normal;
}
.sidecontent .innerbox strong {
	font-weight: normal;
}
.sidecontent ul, .sidecontent .innerbox ul {
	margin: 0;
	padding: 0;
}
.sidecontent .innerbox li {
	margin-left: 0;
}
.sidecontent li {
	width: 140px;
	padding: 3px;
	margin: 2px 4px 2px 6px;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}
.sidecontent li.last {
	border-bottom: none;
}
.sidecontent .innerbox strong, .sidecontent .highlight strong {
	float: left;
}
.sidecontent .innerbox span, .sidecontent .highlight span {
	float: right;
}
.sidecontent .highlight {
	background: #d4e7f8 url(/images/back_sidecontent_highlight.gif) repeat-x;
	padding: 4px 8px 2px 8px;
	margin: 0;
	clear: both;
}
.sidecontent .highlight p {
	clear: both;
	padding: 4px 0;
	margin: 0;
}
.sidecontent .highlight p.trade {
	font-size: .90em;
	font-weight: normal;
	color: #7f91c1;
}
/* -------------------------------------------------------------- 
	=products
-------------------------------------------------------------- */


/* Top Blue Bar 
------------------------------------------- */
.message div {
	border-bottom: 1px solid #618fc0;
	margin: 0 15px 8px 15px;
}
.message .form {
	float: left;
	border-bottom: none;
	margin: 0 15px 8px 0px;
}
.message .form strong {
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
}
.message .form .label {
	width: 12em;
	text-align: left;
	padding-left: 15px;
}
#calendar, #calendar img {
	margin: 0;
	padding: 0;
}
.message .form {
	float: left;
	width: auto;
	background: url(/images/pipebar_message.gif) right top no-repeat;
	padding-right: 8px;
	margin-right: 12px;
}
.message p.expiration {
	margin: 12px 0 8px 0;
}
/* Coverage Plan Box 
------------------------------------------- */
#plan {
	margin-bottom: 8px;
}
#plannav {
	padding: 6px 0 0 18px;
	margin-bottom: 0;
	height: 1.6em;
	border-bottom: 1px solid #ccc;
	font-size: .95em;
}
#plannav a {
	color: #0B4FA1;
}
#plannav li {
	float: left;
	width: 33%;
	width: 9em;
}
#plannav li.essential {
	list-style-image: url(/images/blockbullet_blue.gif);
	width: 8.9em;
}
#plannav li.enhanced {
	list-style-image: url(/images/blockbullet_red.gif);
	width: 9.5em;
}
#plannav li.additional {
	list-style-image: url(/images/blockbullet_green.gif);
	width: 33%;
}
#plancontent {
	margin: 0;
	padding: 0 8px;
	background: #fff url(/images/plan_background.gif) 8px 0 no-repeat;
	height: 120px;
}
#plancontent h3 {
	padding: 11px 0 0 215px;
}
#plancontent p {
	padding-left: 215px;
}
/* Standard Box 
------------------------------------------- */

.boxcolumn {
	float: left;
	padding: 8px 3px 0 8px;
	margin: 0;
	width: 470px;
}
.boxcolumn2 {
	float: right;
	padding: 0;
	margin: 0;
	width: 88px;
}
.boxcolumn3 {
	float: left;
	padding: 8px 3px 0 8px;
	margin: 0;
	width: 382px;
}
.boxcolumn2 .innerbox h3 {
	color: #BA002F;
	font-size: 1.1em;
	text-align: center;
}
#products .rightgray {
	background: #fff url(/images/round_back_gray_80.gif) right bottom no-repeat;
}
/* makes using clearing div's unecessary! */
#products .box {
	width: 100%;
	overflow: hidden;
}
.box .boxcolumn .heading h2 {
	padding: 11px 0 0 16px;
	background: #3e6aa4 url(/images/round_top_darkblue_470.gif) left top no-repeat;
	color: #fff;
	font-size: 1.2em;
}
.box .boxcolumn3 .heading h2 {
	padding: 11px 0 0 16px;
	background: #3e6aa4 url(/images/round_top_darkblue_470.gif) left top no-repeat;
	color: #fff;
	font-size: 1.2em;
}

.box .boxcolumn .heading {
	background: #3e6aa4 url(/images/round_bottom_darkblue_470.gif) left bottom no-repeat;
}
.box .boxcolumn .innerbox {
	background: #f6f6f6 url(/images/round_bottom_lightgray_470.gif) left bottom no-repeat;
	margin: 6px 0 0 0;
}
.box .boxcolumn3 .innerbox {
	background: #f6f6f6 url(/images/round_bottom_lightgray_470.gif) left bottom no-repeat;
	margin: 6px 0 0 0;
}

.box .boxcolumn2 .heading {
	background: #bdbdbd url(/images/round_bottom_gray_80.gif) left bottom no-repeat;
	width: 80px;
	text-align: center;
}
.box .boxcolumn2 .innerbox .top {
	background: url(/images/round_top_lightgray_80.gif) left top no-repeat;
	padding: 6px;
	margin: 0;
}
.box .boxcolumn .innerbox .top {
	background: url(/images/round_top_lightgray_470.gif) left top no-repeat;
	padding: 10px 15px;
}
.box .boxcolumn3 .innerbox .top {
	background: url(/images/round_top_lightgray_470.gif) left top no-repeat;
	padding: 10px 15px;
}

.box .boxcolumn .innerbox ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #333;
	font-size: 1em;
}

.box .boxcolumn3 .innerbox ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #333;
	font-size: 1em;
}

.box .boxcolumn .innerbox .plancol {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 33%;
	border-right: 1px solid #ccc;
}
.box .boxcolumn3 .innerbox .plancol {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 33%;
	border-right: 1px solid #ccc;
}

.box .boxcolumn .innerbox .plancol.last {
	border: none;
}
.box .boxcolumn3 .innerbox .plancol.last {
	border: none;
}

.box .boxcolumn .innerbox .plancol li {
	padding: 2px 6px 2px 6px;
	margin: 0;
}
.box .boxcolumn3 .innerbox .plancol li {
	padding: 2px 6px 2px 6px;
	margin: 0;
}
.box .boxcolumn .innerbox .innerboxbottom {
	clear: both;
	padding-top: 12px;
}
.box .boxcolumn3 .innerbox .innerboxbottom {
	clear: both;
	padding-top: 12px;
}
.headingwrapper {
	padding: 8px 8px 6px 0;
	background-color: #fff;
}
.box .boxcolumn2 .heading h2 {
	padding: 11px 0 0 16px;
	background: #bdbdbd url(/images/round_top_gray_80.gif) left top no-repeat;
	color: #555;
	font-size: 1.2em;
}
.box .boxcolumn2 .heading {
	background: #bdbdbd url(/images/round_bottom_gray_80.gif) left bottom no-repeat;
	width: 80px;
}
.box .boxcolumn2 .innerbox {
	padding: 0;
	margin: 0;
	background: none;
}
.box .boxcolumn2 .innerbox .top {
	background: url(/images/round_top_lightgray_80.gif) left top no-repeat;
	padding: 6px;
	margin: 0;
}
.box .boxcolumn2 .innerbox .top label, .box .innerbox dd label {
	color: #506cab;
	font-weight: bold;
	font-size: 1.2em;
}
.box .boxcolumn .highlight {
	background: #e4f0fa url(/images/round_bottom2_470.gif) left bottom no-repeat;
	padding-bottom: 6px;
	margin: 6px 0 0 0;
}
.box .boxcolumn3 .highlight {
	background: #e4f0fa url(/images/round_bottom2_470.gif) left bottom no-repeat;
	padding-bottom: 6px;
	margin: 6px 0 0 0;
}
.box .boxcolumn .highlight p {
	margin-bottom: 0;
	padding-bottom: 0;
}
.box .boxcolumn3 .highlight p {
	margin-bottom: 0;
	padding-bottom: 0;
}
.box .boxcolumn .highlight .top {
	background: url(/images/round_top2_470.gif) left top no-repeat;
	font-size: .95em;
}
.box .boxcolumn3 .highlight .top {
	background: url(/images/round_top2_470.gif) left top no-repeat;
	font-size: .95em;
}
#products .boxbottom {
	background: url(/images/round_bottom_572.png) left bottom no-repeat;
	height: 11px;
}
#products .boxheading {
	margin-top: 8px;
	background: url(/images/box_headline_back.gif) left top no-repeat;
	background-color: transparent;
	height: 37px;
}
.box .boxcolumn .heading.enhanced h2 {
	background: #ba002f url(/images/round_top_red_470.gif) left top no-repeat;
}
.box .boxcolumn3 .heading.enhanced h2 {
	background: #ba002f url(/images/round_top_red_470.gif) left top no-repeat;
}
.box .boxcolumn .heading.enhanced {
	background: #ba002f url(/images/round_bottom_red_470.gif) left bottom no-repeat;
}
.box .boxcolumn3 .heading.enhanced {
	background: #ba002f url(/images/round_bottom_red_470.gif) left bottom no-repeat;
}
.box .boxcolumn .heading#additional h2 {
	background: #3d5f1c url(/images/round_top_green_470.gif) left top no-repeat;
}
.box .boxcolumn3 .heading#additional h2 {
	background: #3d5f1c url(/images/round_top_green_382.gif) left top no-repeat;
}
.box .boxcolumn .heading#additional {
	background: #3d5f1c url(/images/round_bottom_green_470.gif) left bottom no-repeat;
	margin-bottom: 6px;
}
.box .boxcolumn3 .heading#additional {
	background: #3d5f1c url(/images/round_bottom_green_382.gif) left bottom no-repeat;
	margin-bottom: 6px;
}
.box .innerbox dl {
	padding: 0;
	margin: 0;
	font-size: 1em;
	float: left;
}
.box .innerbox dt span {
	display: block;
	padding: 5px 5px 0 22px;
	margin: 0;
	margin-bottom: 5px;
	background: #f6f6f6 url(/images/round_top_lightgray_470.gif) left top no-repeat;
}
.box .innerbox dt {
	float: left;
	width: 470px;
	margin-bottom: 5px;
	font-weight: normal;
	background: #f6f6f6 url(/images/round_bottom_lightgray_470.gif) left bottom no-repeat;
}
.realestate .box .innerbox dt {
	width: 383px;
}
.realestate .box .innerbox h4 {
	margin-bottom: 0px;
	margin-top: 1px;
	color: #506CAB;
}
.box .innerbox dd input {
	margin: 0 0 0 8px;
}
.box .innerbox dd {
	float: left;
	padding: 2px 0 0 0;
	margin: 0 0 0 6px;
	width: 80px;
	background: #f6f6f6 url(/images/round_top_lightgray_80.gif) left top no-repeat;
	font-size: 1em;
}
.box .innerbox dd.top div {
	padding: 0;
	margin: 0;
	background: #f6f6f6 url(/images/round_bottom_lightgray_80.gif) left bottom no-repeat;
	height: 5px;
}
#products .sidecontent {
	margin-top: 0;
}
/* -------------------------------------------------------------- 
		=products, realestate page
-------------------------------------------------------------- */
.realestate #plannav li.core {
	list-style-image: url(/images/blockbullet_red.gif);
	width: 11em;
}
.realestate #plannav li.flex {
	list-style-image: url(/images/blockbullet_orange.gif);
	width: 15em;
}
.realestate #plannav li.plus {
	list-style-image: url(/images/blockbullet_green.gif);
	width: 20em;
}
.realestate#products .sidecontent, .total {
	margin-top: 8px;
}
#products .sidecontent {
	margin-top: 8px;
}
#products .sidebuttons .button {
	margin: 6px 0 0 0;
}
.realestate#products .boxcolumn {
	float: left;
	padding: 8px 3px 0 8px;
	margin: 0;
	width: 384px;
}
.realestate#products .boxcolumn2 {
	float: right;
	padding: 0;
	margin: 0;
	width: 174px;
}
.realestate#products .boxcolumn2 .headingwrapper {
	height: 37px;
}
.realestate#products .boxcolumn2 .heading {
	float: left;
}
.realestate#products .boxcolumn2 .heading#first {
	margin-right: 6px;
}
.realestate#products .boxcolumn2 .heading h2 {
	padding-top: 8px;
	font-size: .9em;
	padding-left: 0;
}
.realestate#products .rightgray {
	background: #fff url(/images/round_back_gray_166.gif) right bottom no-repeat;
}
.realestate#products .box .boxcolumn2 .innerbox .top {
	background: url(/images/round_top_lightgray_166.gif) left top no-repeat;
	padding: 6px;
	margin: 0;
}
.productform {
	padding: 0;
	margin: 0;
}
.productform li {
	border-bottom: 1px solid #ccc;
	padding: 0 15px 5px 2px;
	margin-bottom: 5px;
	float: left;
	list-style-type: none;
	width: 60px;
	background: url(/images/pipebar.gif) right top no-repeat;
}
.productform li.last, .siteform .productform li.last {
	background: transparent;
	border-bottom:1px solid #CCCCCC;
}
.realestate#products .box .boxcolumn2 .innerbox .innerbox {
	padding-top: 0;
	margin-top: 0;
	clear: both;
	width: 154px;
}
.realestate#products .box .boxcolumn2 .innerbox .innerbox .top {
	background: #e0e0e0 url(/images/round_top_gray_154.gif) left top no-repeat;
	padding: 5px 0 5px 0;
	margin: 0;
	overflow: hidden;
	width: 100%;
}
.realestate#products .box .boxcolumn2 .innerbox .innerbox .innerboxbottom {
	background: #e0e0e0 url(/images/round_bottom_gray_154.gif) left bottom no-repeat;
	height: 5px;
}
.realestate#products .box .boxcolumn2 .innerbox .innerbox label {
	color: #ba002f;
}
.realestate#products .box .boxcolumn2 .innerbox .innerbox li {
	border: none;
}
.savings {
	padding: 0;
	margin: 0;
	font-size: .7em;
	color: #ba002f;
}
.info {
	width: 140px;
	margin-left: 6px;
	text-align: center;
	font-weight: bold;
	color: #555;
	font-size: .9em;
}
.info h4 {
	color: #555;
	text-align: center;
	font-size: 1.3em;
	clear: both;
}
.info p {
	padding: 0;
	margin: 0;
}
.realestate#products .box .boxcolumn .innerbox {
	background: #f6f6f6 url(/images/round_bottom_lightgray_384.gif) left bottom no-repeat;
	margin: 6px 0 0 0;
}
.realestate#products .box .boxcolumn .innerbox .top {
	background: url(/images/round_top_lightgray_384.gif) left top no-repeat;
	padding: 10px 15px;
}
.realestate#products .box .boxcolumn .highlight {
	background: #e4f0fa url(/images/round_bottom2_384.gif) left bottom no-repeat;
	padding-bottom: 6px;
	margin: 6px 0 0 0;
}
.realestate#products .box .boxcolumn .highlight .top {
	background: url(/images/round_top2_384.gif) left top no-repeat;
	font-size: .95em;
}
.realestate#products .box .boxcolumn .heading h2 {
	background: #ba002f url(/images/round_top_red_384.gif) left top no-repeat;
}
.realestate#products .box .boxcolumn .heading {
	background: #ba002f url(/images/round_bottom_red_384.gif) left bottom no-repeat;
}
.realestate#products .box .boxcolumn .heading#serviceplus h2 {
	background: #3d5f1c url(/images/round_top_yellow_384.gif) left top no-repeat;
}
.realestate#products .box .boxcolumn .heading#serviceplus {
	background: #3d5f1c url(/images/round_bottom_yellow_384.gif) left bottom no-repeat;
	margin-bottom: 6px;
}
.realestate#products .box .boxcolumn .heading#serviceplus h2 {
	background: url(/images/round_top_yellow_384.gif) left top no-repeat;
}
.realestate#products .box .boxcolumn .heading#serviceplus {
	background: url(/images/round_bottom_yellow_384.gif) left bottom no-repeat;
	margin-bottom: 6px;
}
.realestate#products .box .boxcolumn .heading#coverageplus h2 {
	background: url(/images/round_green.gif) left top no-repeat;
}
.realestate#products .box .boxcolumn .heading#coverageplus {
	background: url(/images/round_green.gif) left bottom no-repeat;
	margin-bottom: 6px;
}
.realestate#products .box .boxcolumn .heading#enhancedplan h2 {
	background: url(/images/round_blue.gif) left top no-repeat;
}
.realestate#products .box .boxcolumn .heading#enhancedplan {
	background: url(/images/round_blue.gif) left bottom no-repeat;
	margin-bottom: 6px;
}
.realestate#products .box .boxcolumn .innerbox .plancol {
	width: 49%;
}
/* -------------------------------------------------------------- 
	=contractor page 
-------------------------------------------------------------- */
body.contractor .breadcrumbs {
	background:url(/images/contractor/breadcrumb_bg.gif) left top no-repeat;
}
body.contractor .heading, body.contractor .sidecontent .box .heading {
	background: #b4d6f1 url(/images/contractor/left_edge.gif) left top no-repeat;
}
body.contractor .heading h2 {
	background: url(/images/contractor/round_top.gif) right top no-repeat;
}
body.contractor h2.currentstep {
	background: none;
}
.twocolumns .maincontent {
	width: 408px;
	margin-bottom: 10px;
}
.twocolumns .sidecontent {
	width: 332px;
	background: none;
	margin-top: 0;
}
.myaccount {
	overflow: hidden;
	width: 100%;
}
.myaccount a {
	color: #000;
}
.myaccount .highlight {
	font-size: .9em;
}
.myaccount .highlight a {
	color: #FF0000;
}
.visual {
	float: left;
	margin-left: 10px;
	display: inline;
}
.visual img {
	margin: 0;
}
.description {
	background: #f6f6f6 url(/images/round_bottom3.gif) left bottom no-repeat;
	margin: 0 8px;
	float: left;
}
.myaccount .description {
	width: 301px;
	min-height: 109px;
	margin-bottom: 8px;
}
* html .myaccount .description {
	height: 109px;
}
.description .top {
	background: url(/images/round_top3.gif) left top no-repeat;
	padding: 10px 15px 5px 15px;
}
.description h4.top {
	margin: 0;
}
.accountlist li {
	list-style: none;
	background: url(/images/bullet.gif) left 3px no-repeat;
	padding-left: 15px;
	margin-bottom: 2px;
}
.sidecontent .box .heading {
	background: #b4d6f1 url(/images/left_edge.gif) left top no-repeat;
	height: 37px;
	color: #0B4FA1;
}
.sidecontent .box em {
	color: #506cab;
	font-style: normal;
}
.twocolumns .box .heading h2 {
	background: none;
}
.sidecontent .box .heading h2 {
	color: #0B4FA1;
	font-weight: bold;
	padding-left:32px;
	padding-top:10px;
	background: none;
}
.sidecontent .box {
	overflow: hidden;
	width: 100%;
	font-size: .9em;
	line-height: 1.5;
	margin-bottom: 8px;
}
.sidecontent .box .column {
	width: 50%;
}
.sidecontent .colcontain {
	margin: 10px 0;
	overflow: hidden;
	width: 100%;
	background: url(/images/divider2.gif) 50% 0 repeat-y;
}
.sidecontent .box .highlight {
	background: #e4f0fa url(/images/round_bottom2.gif) left bottom no-repeat;
	margin: 8px;
	padding: 0 0 1px 0;
}
.sidecontent .box .highlight p {
	margin-left: 15px;
}
.sidecontent .box .highlight .top {
	background: url(/images/round_top2.gif) left top no-repeat;
	margin: 0 0 10px 0;
	padding: 5px 15px 0px 15px;
}
.sidecontent .renew .heading {
	background: #ff0000;
	height: 68px;
}
.renewbutton {
	float: left;
	margin-right: 0;
}
.sidecontent .renew .heading h2 {
	background: none;
	float: right;
	background: url(/images/warning_bg.gif) no-repeat;
	margin-top: 7px;
	padding-right: 14px;
	padding-left: 30px;
}
.sidecontent .renew p.warning {
	color: #fff;
	background: url(/images/warning.gif) 10px 6px no-repeat;
	font-weight:bold;
	height: 20px;
	font-size:1em;
	margin:0;
	padding-left:40px;
	padding-top:10px;
}
.sidecontent .quoteform li {
	width: auto;
	border: none;
	margin-bottom: 0;
}
.bottombuttons {
	clear: both;
	text-align: center;
	padding: 8px 10px 1px 10px;
}
.bottombuttons img {
	margin: 0;
}
/* profile page */

.profileitems {
	overflow: auto;
}
.profileitems li {
	list-style: none;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:15px;
	padding-top: 5px;
	margin-bottom: 10px;
	overflow: auto;
}
.profileitems li.last, .profileitems li.noline {
	border-bottom: none;
	padding-bottom: 5px;
}
.profileitems li.last {
	margin-bottom: 0;
}
.profileitems li.column1 {
	width: 30%;
}
.term {
	font-weight: bold;
	color: #0a51a3;
	float: left;
}
.column2 .term {
	padding-left: 15px;
}
.value {
	margin-left: 10px;
	padding-right: 20px;
	float: left;
}
.profileitems li.column {
	float: left;
	width: auto;
	background: url(/images/pipebar.gif) right top no-repeat;
	padding-right: 15px;
}
.nudge {
	padding-left: 15px;
}
/* error messages*/

.errormessage {
	background: #fe0000 url(/images/error_bg.gif) left bottom no-repeat;
	margin: 8px;
	padding-bottom: 1px;
	overflow: auto;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.errormessage p, .errormessage ol, form.siteform .errormessage ol {
	margin-left: 15px;
	padding-left: 25px;
}
.errormessage li {
	font-weight: normal;
}
form.siteform .errormessage li {
	margin-bottom: 0;
	border: none;
}
.errormessage li strong {
	font-weight: bold;
}
.errormessage .top {
	background: url(/images/error_top.gif) left top no-repeat;
	margin: 0 0 10px 0;
	padding: 10px 15px 8px 40px;
}
.errormessage div.top p {
	margin-left: 0;
	margin-right: 0;
}
.siteform label.checkboxlabel {
	color: #666;
}
form.siteform label.error, label.error {
	color: #fe0000;
}
form.siteform input.error, input.error, form.siteform select.error, select.error {
	border: 1px solid #fe0000;
}
span.error {
	background: #fe0000;
	padding: 4px;
	display: block;
	float: left;
	margin-top: -8px;
	position: relative;
}
.maincontent .errormessage {
	background: #fe0000 url(/images/error_bg_short.gif) left bottom no-repeat;
	width: 555px;
}
.maincontent .errormessage .top {
	background: url(/images/error_top_short.gif) left top no-repeat;
}
.box .boxcolumn .errormessage {
	background: #e4f0fa url(/images/round_bottom2_470.gif) left bottom no-repeat;
	padding-bottom: 6px;
	margin: 6px 0 0 0;
}
.box .boxcolumn .errormessage p {
	margin-bottom: 0;
	padding-bottom: 0;
}
.box .boxcolumn .errormessage .top {
	background: url(/images/round_top2_470.gif) left top no-repeat;
	font-size: .95em;
}
.frame {
	width: 100%;
	height: 500px;
	border: none;
}
.sidecontent .buttons img, .sidecontent .buttons input.submit {
	margin: 8px 0 0 0;
}
/* total*/
.content {
	position: relative;
}
#floatdiv {
    position:absolute;
	top: 10px;
	left: 0px;
}
body.realestate #floatdiv {
	padding-top: 50px;
}
body.realestate #floatdiv.cartfix {
	padding-top: 10px;
}
/* Learn Pages */

/* =nav
--------------------------------------------------------------- */
#subnavcontainer {
	clear: both;
	background:url(/images/subnav.gif) no-repeat;
	height:31px;
	margin-top: 8px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
#subnav {
	float:left;
	position:relative;
	margin: 0;
}
#subnav li {
	float:left;
	list-style: none;
}
#subnav li a {
	position: absolute;
	top:0;
	display:block;
	height:31px;
	background:url(/images/subnav.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1%;
}
li#warranty a {
	left:0;
	width:148px;
}
li#pricing a {
	left:148px;
	width:124px;
	background-position:-148px top;
}
li#maintenance a {
	left:272px;
	width:151px;
	background-position:-272px top;
}
li#allabout a {
	left:423px;
	width:150px;
	background-position:-423px top;
}
/* hover states */
li#warranty a:hover {
	background-position:0 bottom;
}
li#pricing a:hover {
	background-position:-148px bottom;
}
li#maintenance a:hover {
	background-position:-272px bottom;
}
li#allabout a:hover {
	background-position:-423px bottom;
}
/* you-are-here navigation marker */
li#warranty.current a {
	background-position:0 bottom;
}
li#pricing.current a {
	background-position:-148px bottom;
}
li#maintenance.current a {
	background-position:-272px bottom;
}
li#allabout.current a {
	background-position:-423px bottom;
}
.realestate #subnavcontainer {
	/*background-image:url(../images/subnav_re.gif);*/
	background-image: none;
}
.realestate #subnav li a {
	background-image:url(/images/subnav_re.gif)
}
.realestate li#warranty a {
	left:0;
	width:165px;
}
li#toolstips a {
	left:165px;
	width:140px;
	background-position:-165px top;
}
li#flexplan a {
	left:305px;
	width:126px;
	background-position:-305px top;
}
li#tips a {
	left:431px;
	width:141px;
	background-position:-431px top;
}
/* hover states */
.realestate li#warranty a:hover {
	background-position:0 bottom;
}
li#toolstips a:hover {
	background-position:-165px bottom;
}
li#flexplan a:hover {
	background-position:-305px bottom;
}
li#tips a:hover {
	background-position:-431px bottom;
}
/* you-are-here navigation marker */
.realestate li#warranty.current a {
	background-position:0 bottom;
}
li#toolstips.current a {
	background-position:-165px bottom;
}
li#flexplan.current a {
	background-position:-305px bottom;
}
li#tips.current a {
	background-position:-431px bottom;
}
.contractor #subnavcontainer {
	background-image: none;
}
.contractor #subnav li a {
	background-image:url(/images/subnav_contractor.gif)
}
li#contractor101 a {
	left:0;
	width:99px;
}
li#contractorbenefits a {
	left:99px;
	width:160px;
	background-position:-99px top;
}
li#workingwithahs a {
	left:259px;
	width:151px;
	background-position:-259px top;
}
li#becomecontractor a {
	left:410px;
	width:161px;
	background-position:-410px top;
}
/* hover states */
li#contractor101 a:hover {
	background-position:0 bottom;
}
li#contractorbenefits a:hover {
	background-position:-99px bottom;
}
li#workingwithahs a:hover {
	background-position:-259px bottom;
}
li#becomecontractor a:hover {
	background-position:-410px bottom;
}
/* you-are-here navigation marker */
li#contractor101.current a {
	background-position:0 bottom;
}
li#contractorbenefits.current a {
	background-position:-99px bottom;
}
li#workingwithahs.current a {
	background-position:-259px bottom;
}
li#becomecontractor.current a {
	background-position:-410px bottom;
}
.flash {
	padding-left: 8px;
	padding-top: 9px;
}
.flash2 {
	padding-left: 5px;
	padding-top: 5px;
	background: #fff;
}
.flash img {
	margin: 0;
}
.advert {
	margin: 0 0 10px 0;
}

.learnpages .box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	min-height: 580px;
}
.learnpages .sidecontent .box {
	min-height: 20px;
}

.learnpages .sidecontent {
	margin-bottom: 10px;
}
.learnpages .box p, .learnpages .box h3 {
	margin-left: 25px;
}
.learnpages .innerbox h3 {
	font-size: 1.1em;
}
.learnpages .innerbox p {
	margin-left: 10px;
}
.learnpages .moreinfo {
	margin-bottom: 25px;
	margin-top: 0px;
	background: url(/images/blue_arrow.gif) left 3px no-repeat;
}
.learnpages .moreinfo a {
	color: #000;
	text-decoration: underline;
}
.learnpages h3.moreinfo {
	margin: 10px 5px 5px 10px;
	background: url(/images/blue_arrow.gif) left 3px no-repeat;
	font-size: 1.1em;
	padding-left: 10px;
}
.learnpages h3.moreinfo a {
	color: #0B4FA1;
}
.learnpages .moreinfo a:hover {
	text-decoration: none;
}
.sidecontent .box p.note2 {
	margin-left: 2px;
	font-size: .9em;
	margin-right: 2px;
}
.links {
	width: 184px;
	float: left;
	background: #e4f1fa url(/images/links_bg.gif) left bottom;
	margin: 10px 0px 10px 9px;
	display: inline;
	font-size: .9em;
}
.links li {
	list-style: none;
	background: url(/images/blue_arrow_alt.gif) left 3px no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.links h3, .learnpages .box .links h3 {
	font-size: 1.1em;
	background: #e4f1fa url(/images/links_bg.gif) left top;
	margin: 0;
	padding: 10px 0px 5px 10px;
}
.links a {
	color: #333;
}
.links a.current {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}
.learnpages .box .links ul, .links ul {
	margin-left: 0;
}
.links li li {
	background: none;
	padding: 0;
	font-size: .9em;
}
.intro {
	width: 361px;
	float: right;
	margin: 10px 9px 10px 0px;
	display: inline;
	font-size: .9em;
	line-height: 1.4;
}
.aboutintro {
	width: 540px;
	font-size: 1em;
	line-height: 1.3;
}
.intro ul, .innerbox ul, .maincontent ul {
	margin-left: 25px;
}
.intro ul li, .innerbox ul li, .maincontent ul li {
	margin-left: 10px;
	margin-bottom: 5px;
}
.maincontent table {
	margin-left: 35px;
}
.maincontent table td {
	width: 200px;
	padding-bottom: 5px;
}
.learnpages .box .intro p, .learnpages .box .intro h3, .learnpages .box .innerbox h3 {
	margin-left: 10px;
}
.subtitle {
	background: url(/images/subtitle_bg.gif) left top no-repeat;
	height: 28px;
	padding: 10px 10px 0px 15px;
	color: #fff;
	margin: 10px 0 10px 9px;
}
.intro .subtitle {
	background: url(/images/intro_bg.gif) left top no-repeat;
	height: 28px;
	margin: 0 0 15px 0;
}
.subtitle2 {
	clear: both;
	background: url(/images/subtitle2_bg.gif) left top no-repeat;
	height: 28px;
	margin: 0 0 5px 9px;
	padding: 10px 10px 0px 15px;
	color: #fff;
}
table.cost {
	margin-left: 9px;
	margin-bottom: 10px;
	width: 554px;
}
table th {
	background:url(/images/table_heading.gif) left top no-repeat;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	color: #333;
}
table th.first {
	border-right: 3px solid #fff;
}
table th .heading {
	background:url(/images/table_heading.gif) right top no-repeat;
	display: block;
	padding-right: 10px;
	height: 32px;
}
table.cost td {
	background: #f6f6f6;
	border-bottom: 1px solid #fff;
	padding: 5px 23px;
}
table.cost td.first {
	border-right: 3px solid #fff;
}
table.cost td strong {
	color: #4e6caa;
}
p.footnote, .learnpages .box p.footnote {
	font-size: .9em;
	margin-left: 10px;
}
span.footnote {
	color: #cd1e45;
}
.sidecontent .testimonialbox {
	background: url(/images/testimonial_bg.gif) left top no-repeat;
	width: 169px;
}
.sidecontent img.title {
	margin-left:30px;
	margin-top:11px;
}
.sidecontent .testimonial p {
	font-size:1em;
	line-height:1.1;
	margin-left:10px;
	margin-top: 10px;
	background: #fff
}
.sidecontent p.testimonial {
	font-size:0.8em;
	margin-top: 25px;
}
.faqvisual {
	float: left;
	width: 56px;
}
.faqdescription {
	margin-left: 60px;
}
.downloads {
	margin: 10px 0px 10px 9px;
	display: inline;
	font-size: .9em;
}
.downloads li {
	list-style: none;
	background: url(/images/blue_arrow_alt.gif) left 3px no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
}
.downloads h3 {
	font-size: 1.1em;
	background: #e4f1fa url(/images/links_bg.gif) left top;
	margin: 0;
	padding: 10px 0px 5px 10px;
}
.downloads a {
	color: #333;
}
.downloads a.current {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}
.corecoverage {
	color: #ce1141;
}
.serviceplus {
	color: #deb408;
}
.coverageplus {
	color: #b7ab14;
}
.flexplan {
	color: #054eb3;
}
.customer {
	color: #ce1141;
}
.realestate#products .newboxcolumn2 {
	float: left;
	padding: 0;
	margin: 0;
	width: 80px;
}
.realestate#products .newboxcolumn2 .headingwrapper {
	height: 37px;
}
.realestate#products .newboxcolumn2 .heading {
	float: left;
}
.realestate#products .newboxcolumn2 .heading#first {
	margin-right: 6px;
}
.realestate#products .newboxcolumn2 .heading h2 {
		padding-left:15px;
		padding-top:15px;
		font-size: .9em;

}
.realestate#products .box .newboxcolumn2 .innerbox .top {
	background: url(/images/round_top_lightgray_166.gif) left top no-repeat;
	padding: 6px;
	margin: 0;
}



.realestate#products .box .newboxcolumn2 .innerbox .innerbox {
	padding-top: 0;
	margin-top: 0;
	clear: both;
	width: 154px;
}
.realestate#products .box .newboxcolumn2 .innerbox .innerbox .top {
	background: #e0e0e0 url(/images/round_top_gray_154.gif) left top no-repeat;
	padding: 5px 0 5px 0;
	margin: 0;
	overflow: hidden;
	width: 100%;
}
.realestate#products .box .newboxcolumn2 .innerbox .innerbox .innerboxbottom {
	background: #e0e0e0 url(/images/round_bottom_gray_154.gif) left bottom no-repeat;
	height: 5px;
}
.realestate#products .box .newboxcolumn2 .innerbox .innerbox label {
	color: #ba002f;
}
.realestate#products .box .newboxcolumn2 .innerbox .innerbox li {
	border: none;
}


.emergencyError
{
	background: #FFFFFF url(/images/errorBottom.png) no-repeat scroll left bottom;
	margin-left: 8px;
}

.emergencyError span.top
{
	background: transparent url(/images/errorTop.png) no-repeat scroll left top;
	display: block;
	height: 4px;
	margin: 0;
	padding: 0;
}
.emergencyError span
{
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin: 0 15px 10px 45px;
	padding-bottom: 5px;
}
