/* ####################################################################### Main Content Wrapper */
/* Note: these overrides values in base.css */
#content_wrapper {
	background: #fff;
	color: #000;
}
.content_box {
	padding: 6px;
	margin: 4px;
	border: none;
}

#content_right_full {

}

#content_right {
	/*margin-left: 180px;
	width: 100%;*/
	float: right;
	width: 455px;
	height: 10;
}

#content_right_EB {
	/*margin-left: 180px;
	width: 100%;*/
	float: center;
	width: 800px;
	height: 10;
}
/* ####################################################################### Main Page Wrapper */
#processwrapper {
	float: left;
	width: 420px;
}



/* ####################################################################### Quote So Far style */
#quotesofar {
	text-align: left;
	width: 320px;
}
#quotesofar .quotecontent {
	border: 1px solid #C6D9C6;
	background-color: #FFFBC8;
	padding: 4px;
}




/* ####################################################################### Coverage Table */
#coverage_chart {

}
#coverage_table {
	width: 100%;
	border-spacing: 1px;
	background: #ccc;
}
#coverage_table .columnheader {
	text-align: center;
	vertical-align: middle;
	background: #fff;
}
#coverage_table .rowtitle {
	text-align: left;
	vertical-align: top;
	background: #F1F9EE url("/images/css/th-gradient.jpg") bottom left repeat-x;
	padding: 4px;
}
#coverage_table td {
	background: #fff url("/images/css/th-gradient-silver.jpg") bottom left repeat-x;
	padding: 4px;
	font-weight: bold;
}
#coverage_table .nobg {
	background: #fff;
}
#coverage_table .total {
	border-top: 2px solid #000;
	font-size: 125%;
	background: #E3FFE3;
}




/* ####################################################################### Purchase Process */
#process_checklist_body {
	background: #f7f7f7 url("/images/css/process_checklist_bg.jpg") bottom left repeat-x;
	border: 1px solid #ccc;
	padding: 0px;
	overflow: auto;
	color: #898989;
	margin: 0px auto 0px 0px;
}
#process_checklist {
	text-align: center;
	font-size: 1.0em;
}
#process_checklist ol {
	margin: auto;
	padding: 5px;
}
#process_checklist li {
	display: inline;
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 3px 3px 3px 17px;
	width: 120px;
	color: #898989;
}
#process_checklist li.checked {
	background-position: 0px 2px;
	background-repeat: no-repeat;
	width: 120px;
	color: #31714D;
	font-weight: bold;
}
#process_checklist li.current {
	background-position: 0px 2px;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
}
#process_checklist li.secondary {
	/*margin-left: 20px;*/
}
#process_checklist a:hover {
	color: #000;
}



/* ####################################################################### Help Box */
#helpbox {
	margin: 0px auto 10px 430px;
	top: 0px;
	position: relative;
	text-align: left;
	/*border: 1px solid red;*/
}
#helpbox h3 {
	font-size: 120%;
	font-weight: bold;
	display: inline;
}
#helpbox h4 {
	font-size: 140%;
	font-weight: bold;
	color: red;
	display: inline;
}
#helpbox a:hover { color: #000; }

#helpbody {
	border: 1px solid #bbb;
	padding: 4px;
	background-color: #FFFBC8;
	height: 340px;
	overflow: auto;
}

#vin_search_tool {
	
}


/* ####################################################################### Towselect Tables */
#towselect_addnew {
	width: 40%;
	float: left;
}
#towselect_accountlist {
	width: 59%;
	margin-left: 41%;
}


/* ####################################################################### Summary Tables */
#summary_terms {
	width: 360px;
	margin-right: 365px;
}
#summary_personal {
	width: 360px;
	float: right;
}
#summary_coverages {
	width: 360px;
	margin-right: 365px;
}
#summary_deductibles {
	width: 360px;
	float: right;
}
#summary_primary_vehicle th {
	width: 25%;
}
#summary_primary_vehicle td {
	width: 25%;
}




/* ####################################################################### Survey Styles */
#survey_form {
	width: 50%;
	margin: auto;
}
#survey_table {

}
#survey_table ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#survey_table li {
	margin: 0px;
	padding: 0px;
}



/* ####################################################################### CreditCard Forms */
.creditcardforms {

}
.creditcardform_left {
	width: 47%;
	float: left;
}
.creditcardform_right {
	width: 47%;
	margin-left: 50%;
}
