/*------------------------------------------------------
Shopping Cart
------------------------------------------------------*/
#checkout .col1{
	width:150px;
}
#checkout .col2{
	width:100px;
}
#checkout .col3{
	width:250px;
}
#checkout .col4{
	width:100px;
}
#checkout td{
	padding:5px;
}
#checkout td p.subTxt{
	font-style:italic;
	color:#666;
}
#checkout tfoot td p{
	font-size:14px;
	margin:10px;
}
.checkoutBtn{
	background:url(../images/checkoutBtn.gif) no-repeat 0 0;
	text-indent:-9999em;
	width:143px;
	height:24px;
	border:0;
}
.checkoutBtn:hover{
	background:url(../images/checkoutBtn.gif) no-repeat 0 -24px;
}
.updateBtn{
	background:url(../images/updateBtn.gif) no-repeat 0 0;
	text-indent:-9999em;
	width:66px;
	height:24px;
	border:0;
}
.updateBtn:hover{
	background:url(../images/updateBtn.gif) no-repeat 0 -24px;
}

.inspLogo{
	background:url(../images/checkoutInsplogo.gif) no-repeat 0 0;
	width:58px;
	height:53px;
	text-indent:-9999em;
	margin:0 auto;
}

/*
.certLogo{
	background:url(../images/checkoutCertlogo.gif) no-repeat 0 0;
	width:51px;
	height:56px;
	text-indent:-9999em;
	margin:0 auto;
}

.apnLogo{
	background:url(../images/checkoutAPNlogo.gif) no-repeat 0 0;
	width:110px;
	height:29px;
	text-indent:-9999em;
	margin:0 auto;
}

.gmLogo{
	background:url(../images/checkoutGMlogo.gif) no-repeat 0 0;
	width:51px;
	height:51px;
	text-indent:-9999em;
	margin:0 auto;
}
.chryLogo{
	background:url(../images/checkoutChrylogo.gif) no-repeat 0 0;
	width:112px;
	height:34px;
	text-indent:-9999em;
	margin:0 auto;
}
.fordLogo{
	background:url(../images/checkoutFordlogo.gif) no-repeat 0 0;
	width:51px;
	height:51px;
	text-indent:-9999em;
	margin:0 auto;
}
.hondaLogo{
	background:url(../images/checkoutHondalogo.gif) no-repeat 0 0;
	width:58px;
	height:49px;
	text-indent:-9999em;
	margin:0 auto;
}
.toyLogo{
	background:url(../images/checkoutToyotalogo.gif) no-repeat 0 0;
	width:52px;
	height:42px;
	text-indent:-9999em;
	margin:0 auto;
}
*/

.signature {
	display: none;
}

.submitAppAndContinueBtn{
	background:url(../images/submitAppContBtn.png) no-repeat 0 0;
	text-indent:-9999em;
	width:187px;
	height:24px;
	border:0;
}
.submitAppAndContinueBtn:hover{
	background:url(../images/submitAppContBtn.png) no-repeat 0 -24px;
}