/*
	This is the css for the quote results page.
*/

.header {
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	}
.content {
	margin: auto;
	}

.underwriter_container {
	margin: auto 5px auto 5px;
	padding: 2px 0px 2px 0px;
	border: 1px solid black;
	margin-bottom: 10px;
	float: left;
	width: 45%;
	height: 110px;
	}
#QUOTE_RESULTS_LIST_VERBS {
	display: none;
}
.underwriter_container .header {
	border-bottom: 1px solid black;
	padding: 5px 5px 0px 5px;
	float: left;
	clear: both;
	width: 100%;
	height: 30px;
	}
.underwriter_container .content {
	padding-left: 2px;
	clear: both;
	width: 100%;
	}
.underwriter_container .content .header {
	width: 70px;
	text-align: center;
	}
.underwriter_container .content .content {
	width: 70px;
	text-align: center;
	}

.quote_type_container {
	text-align: center;
    display: block;
	}

.quote_type_container .header {
	border-bottom: none;
	height: 15px;
	}
.quote_type_container .content {
	padding: 0px 5px 0px 5px;
	width: 70px;
	}

tr.bar, td.bar {
 background-color: #cccccc;
 padding-bottom: 2px;
 border-bottom: 1px solid black;
}

div.dayspolicy {
 font-weight: normal;
 display: block;
 font-size: .9em;
}

div.cctitle {
 display: inline;
 font-weight: bold;
}

div.ccsubtitle {
 font-size: .9em;
}

.coverage_type_container {
	float: left;
	text-align: center;
	margin: 0px 0px 0px 0px;
	width: 120px;
	display: none;
	}
.coverage_type_container .header {
	border-bottom: none;
	height: 25px;
	}
.coverage_type_container .content {
	padding: 5px;
	}

#QF_QUOTE_RESULTS_HEADER_CONT {
	float: left;
	clear: both;
}

.quote_container {
	}
.quote_container .content {
	}

.buy_now {
	color: #0000FF;
	}

.explain {
	color: red;
	}

.help_pop_dialog .help_indexsmall p {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCCCCC;
}


