@charset "UTF-8";
/* 
mycarleasing.css
*/


.insimArea table {
	width: 770px;
}

/* --------------------------------

-------------------------------- */
#mainPanel {
	background: #FFF url(../img/boxbg.jpg) no-repeat 575px 58px;
	border-bottom: 1px solid #C7C7BB;
	margin-bottom: 20px;
	padding: 0;
	height: auto;
}
#mainPanel h1 {
	padding: 60px 0 19px 40px;
	float: left;
}
#mainPanel p.topic {
	float: right;
	padding: 5px 0 0 0;
	width: 454px;
}
#mainPanel p.topic img {
	margin-bottom: 12px;
}
#simArea {
	background: url(../img/boxbgmiddle.gif) repeat-y 0 0;
	clear: both;
	margin: 0 40px 0 38px;
	border-bottom: 20px solid #FFF;
	position: relative;
}
#simArea h2 {
	background: url(../img/boxbgtop.gif) no-repeat 0 0;
	padding: 25px 0 10px 26px;
}
#simArea p.text {
	background: url(../img/boxbgbottom.gif) no-repeat 0 100%;
	padding: 0 26px 26px 26px;
}
#simArea p.image {
	position: absolute;
		top: -44px;
		left: 540px;
}

a.detailLink  {
	background: url(../img/detaillink_over.gif) no-repeat 0 0;
	width: 114px;
}
a.detailLinkClose  {
	background: url(../img/detaillink_close_over.gif) no-repeat 0 0;
	width: 114px;
}
#simArea p.text a.detailLink {
	position: absolute;
		top: 57px;
		left: 614px;

}

p.imghdn {
	padding-bottom: 5px;
}

/* --------------------------------
-------------------------------- */
#merit1 h2 {
	float: left;
}
#merit1 .carsmart {
	float: right;
}
#merit1 p {
	float: left;
}

#merit1 p.borderLink2 {
	padding-top: 21px;
}
#merit1 .borderLink2 a {
	display: block;
	border: 2px solid #C7C7BB;
	margin-bottom: 4px;
	width: auto !important;
	width: 200px;
}
#merit1 .borderLink2 a img {
	border: 1px solid #FFF;
}
#merit1 .borderLink2 a:hover img,
#merit1 .borderLink2 a:active img {
	border: 1px solid #C7C7BB;
}

/* --------------------------------
table
-------------------------------- */
.tableArea {
	padding: 15px 19px 20px 20px;
}
.tableArea table {
	border-right: 1px solid #FFF;
}
.tableArea th p {
	color: #009EE8;
}
.tableArea td {
	border-right: 1px solid #FFF;
}

/* --------------------------------
-------------------------------- */
.column2 #flow {
	float: left;
	width: 440px;
}
.column2 #faq {
	float: right;
	width: 440px;
}

/* --------------------------------
#flow
-------------------------------- */
#flow dl {
	border-top: 1px solid #DDD;
	margin: 5px 0 0 0;
	padding: 7px 0 0 20px;
}
#flow dt {
	font-weight: bold;
	padding-top: 3px;
}
#flow dt em {
	font-style: normal;
	font-size: 14px;
	color: #009EE8;
}
#flow dd {
	background: url(../img/flow.gif) no-repeat 0 100%;
	padding-top: 3px;
	padding-bottom: 20px;
}
#flow dd#step10dd {
	background: none;
	padding-bottom: 0;
}

/* --------------------------------
#faq
-------------------------------- */
#faq dl {
	padding: 5px 0 0 0;
}
#faq dt {
	font-weight: bold;
	text-indent: -24px;
	border-top: 1px solid #DDD;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 44px;
}
.area dt .faqQ img {
	margin-right: 8px;
	position: relative;
	top: 3px;
}
#faq dd {
	text-indent: -24px;
	padding-bottom: 15px;
	padding-left: 44px;
}
.area dd .faqA img {
	margin-right: 8px;
	position: relative;
	top: 3px;
}


/* --------------------------------
clearfix
-------------------------------- */
#simArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#simArea { display: inline-block; }

/* \*/
* html #simArea { height: 1%; }
#simArea { display: block; }
/* */
