/* ====================== */
/* = Gerneral overrides = */
/* ====================== */
div#col1 {
	position: relative;
	width: 300px;
	z-index:2;
}
div#col2 {
	position: relative;
	width: 275px;
	z-index:1;
}

div#quotation {
	display: block;
	margin: 0px;
	margin-top:30px;
	padding: 0;
	clear: both;
	background: url(/_images/personal-quote/vertical-divider.gif) top center repeat-y;
	color: #333;
}


/* ================ */
/* = policy boxes = */
/* ================ */

div.policy {
	position: relative;
	width: 250px;
	margin: 12px 0;
	padding-right:20px;
	height:50px;
	background: url(/_images/quote-summary/policy-bg.gif) top left no-repeat;
}

div.policy h2 {
	position: relative;
	margin: 0px;
	padding:20px 10px;
}

div#your-quote {
	width: 250px;
	margin: 20px 0 5px 0;
	padding: 0 10px 18px;
	background: #fff url(/_images/quote-summary/your-quote-footer.gif) bottom left no-repeat;
}

div#your-quote h2 {
	position: relative;
	margin: 0 -10px 14px;
}

div.policy strong.not-complete {
	position: absolute;
	display: block;
	top: 18px;
	right: 10px;
}


div.policy .policy-price {
	position: absolute;
	display: block;
	top:  16px;
	right: 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #003478;
}

div.policy ul {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}

div.policy li {
	margin: 0 -10px 5px;
	padding: 0 10px 4px;
	list-style: none;
	border-bottom: 1px solid #fff;
}

div.policy li em {
	float: right;
	font-style: normal;
	font-weight: bold;
}

div.policy .add-edit {
	position:absolute;
	left:220px;
	top:20px;
}


/* ======================================= */
/* = policy overrides for the active box = */
/* ======================================= */

div.active-policy {
	position: relative;
	margin: -7px -3px -10px -3px;
	padding: 7px 56px 10px 3px;
	background-image: url(/_images/quote-summary/active-policy-bg.gif);
}

div.active-policy .policy-price {
	top:  26px;
	right: 50px;
}

div.active-policy .add-edit {
	top:27px;
	left:223px;
}

/* ================================ */
/* = quote details form container = */
/* ================================ */

div.details {
	position: relative;
	padding: 0 10px 10px;
	background: #eee url(/_images/quote-summary/detail-footer.gif) bottom left no-repeat;
	font-size: .95em;
	height:490px;
}

*>div.details {
	height:auto;
	min-height:490px;
}

div.details h2 {
	margin: 0 -10px -10px;
}





/* ================================ */
/* = quote details form additions = */
/* ================================ */

#controls {
	margin: 10px 0 0 0;
	line-height: 1;
}

.next-step {
	float: right;
}





/* ========= */
/* = Steps = */
/* ========= */

div.steps {
	margin: 0 -7px;
	background: #fff;
	border-bottom: 1px solid #fff;
	line-height: 44px;
}
div.steps img {
	border-left: 1px solid #fff;
}
div.steps img.step1-status {
	border-left: none;
}





/* ========================= */
/* = quote breakdown panel = */
/* ========================= */

div.breakdown-block {
	padding: 10px;
	background: url(/_images/personal-quote/horizontal-divider.gif) bottom left repeat-x;
}

div.breakdown-block h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 1.4em;
}

div.breakdown-block h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #333;
	font-size: 1em;
}

table.pricing-details {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: none;
	text-align: left;
}

div.breakdown-block fieldset {
	padding: 0 0 10px 0;
}

table.pricing-details th {
	font-weight: normal;
	width: 140px;
}

table.pricing-details td {
	font-weight: bold;
	color: #002c6b;
}
table.pricing-details td strong {
	font-size: 1.4em;
}

table.pricing-details.final {
	width: 100%;
	margin: 0 0 10px 0;
	background: url(/_images/personal-quote/horizontal-divider.gif) bottom left repeat-x;
}

table.pricing-details.final th {
	width: 170px;
	padding: 0 0 5px 0;
}
table.pricing-details.final td {
	text-align: right;
	padding: 0 0 10px 0;
	font-size:.9em;
}

table.pricing-details.final.total {
	font-size: 1.2em;
}

table.pricing-details.final.total th {
	font-weight: bold;
}





/* =========== */
/* = Summary = */
/* =========== */

p.add-another-hint {
	color: #009fda;
	font-weight: bold;
	font-size: 1.2em;
	background: url(/_images/quote-summary/left-arrow.gif) 0px 4px no-repeat;
	margin-left: -10px;
	padding-left: 10px;
	
}

a.view-breakdown {
	padding: 0 0 0 14px;
	background: url(/_images/quote-summary/view-breakdown.gif) center left no-repeat;
	color: #003478;
	text-decoration: none;
	line-height: 1.8;
}

a.delete {
	float: right;
	padding: 0 18px 0 0;
	background: url(/_images/quote-summary/delete.gif) center right no-repeat;
	color: #999;
	text-decoration: none;
	line-height: 1.8;
}



