/*-- faqs area layout --*/
div.faq_buttons {
	width:178px;
	height:170px;
	float:left;
	overflow:auto;
	border: 1px solid #82ADD2;
	border-left-width:0px;;
}
div.faq_buttons div {
	padding: 8px 8px;
	height: 27px;
	font: normal 12px arial;
	color: #053868;
	cursor: pointer;
	text-decoration: underline;
	border: 1px solid #82ADD2;
	background-color:#E6EFF6;
	border-top: none;
}

div.faq_buttons div.on {
	color: black;
	text-decoration: none;
	border-left: none;
	background-color:white;
}

div.faq_details {
	width: 387px;
	height: 160px;
	float: left;
	padding: 5px;
	border: 1px solid #82ADD2;
	border-right:none;
}

div.faq_details strong {
	color: #053868;
	display: block;
	margin-bottom: 1px;
}

div.faq_details div{
	display:none;
}
div.faq_details div.on{
	display:block;
}

/*-- customize your order table layout --*/
table.tbl_customize_order, table.tbl_customize_order td {
}

table.tbl_customize_order {
	width: 578px;
	border-collapse: collapse;
	margin-bottom: 5px;
}

table.tbl_customize_order td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	font-size: 12px;
}

table.tbl_customize_order td.row_title {
	font-weight: bold;
	color: #005288;
	width: 15px;
	text-align: center;
	border: 1px solid #82ADD2;
	border-right-width: 0px;
}

table.tbl_customize_order td.row_options {
	border: 1px solid #82ADD2;
	border-left-width: 0px;
}

table.tbl_customize_order tr.highlighter td.row_title, SPAN.highlighter {
	background-color:#FFFF80;
	font-style:italic;
}

table.tbl_customize_order td.help_buttons {
	width:220px;
	padding:0px;
}

/*-- quote layout --*/
div.quote_stationary {
	width: 504px;
	border: 1px solid black;
	border-right-width: 3px;
	border-bottom-width: 3px;
	padding: 72px 35px 35px 35px;
	background: url(../imgs/quote_logotype.gif) no-repeat right top;
	margin-bottom:5px;
}

div#main div.quote_stationary H3{
	font-size: 22px;
	margin-bottom: 15px;
	color: #31803F;
}

table.tbl_your_quote td {
	text-align: left;
	vertical-align: top;
	padding: 3px 4px 3px 0px;
	font-size: 12px;
}

table.tbl_your_quote td.row_title {
	font-weight: bold;
	width: 115px;
}

table.tbl_your_quote td.tfoot {
	padding-top:25px;
}
