/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success		{ padding: .1em; border: 2px solid #ddd; }

.error			{ background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice			{ background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success		{ background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a		{ color: #8a1f11; }
.notice a		{ color: #514721; }
.success a	{ color: #264409; }

.error { padding-top: 2px;	font-size: 12px;	color: #a00; }

#zip-wrapper {
  margin-bottom: 100px;
}

#surehits-quotebox, #zip { 
  text-align:center;
}

#surehits-quotebox {
  color: #274D7F;
  font-size: 1.3em;
  font-weight: bold;
}

#zip_error { margin:6px auto 0; width:200px; }

#submit {
  color: #31678A;
  font-size: 1.3em;
  background-color: #f1f0ec;
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-right: 2px solid #888;
  border-bottom: 2px solid #888;
}

#results, #results a {
  color: #8EA2AF;
  font-size: 8pt;
  text-align: center;
}

#results {
  margin-top: 20px;
}

#shv1 {width:420px;}

/* styles for surehits v2 */
#shv2 {padding-top:1em;margin:0 209px 50px 45px;}
#shv2 hr {display:none;}
#shv2 table span, #shv2 table a {font-family:Arial;}
#shv2 #listingResults p {padding:0px;}
#shv2 #listingResults table {width:100%;}
#shv2 #listingResults table a {font-size:16px;color:#C6391D;}
#shv2 #listingResults ul {margin-top:4px;padding-top:0;}
#shv2 #listingResults td {vertical-align:top;padding-bottom:1.6em;}
#shv2 #listingResults table {border-bottom:1px solid #CCCCCC;}
#shv2 #listingResults table:last-of-type {border-width:0;}
#shv2 #listingResults table img {margin-top:8px;}

#shv2 #listingResults table td:nth-child(1) img {border:1px solid #CCCCCC;padding:3px;background-color:#FFFFFF;}


#shv2 #listingResults span {display:none;} /* next two lines hide the surehits footer */
#shv2 #listingResults table span {display:block;}
#shv2 #listingHeading {display:none;}