.warranty-motorplan1 {
	position: relative;
	left: 50%;
	margin: 0 0 0 -187px;
	width: 375px;
	height: 75px;
	background: url(../img/warranty/mplan.gif) no-repeat;
}

.warranty-motorplan2 {
	position: relative;
	float: right;
	width: 245px;
	height: 72px;
	background: url(../img/warranty/mplan2.gif) no-repeat;
}

.warranty-coveroptions {
	position: relative;
	width: 580px;
	height: 159px;
	background: url(../img/warranty/coverBG.gif) no-repeat;
}

.warranty-coveroptions .info {
	position: absolute;
	display: block;
	top: 60px;
	right: 30px;
	width: 120px;
	height: 80px;
	background: url(../img/warranty/car.png) no-repeat;
	font-size: 9px;
	color: #FF0000;
}
.warranty-coveroptions .info span {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0px;
}

.warranty-coveroptions table {
	position: absolute;
	border-collapse: collapse;
	top: 32px;
	left: 10px;
	width: 380px;
}
.warranty-coveroptions table thead {
	height: 13px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.warranty-coveroptions table thead td {
	width: 30%;
}
.warranty-coveroptions table tbody tr {
	height: 35px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.warranty-coveroptions table tbody tr.first {
	height: 32px;
}
.warranty-coveroptions table tbody td.red {
	color: #FF0000;
}
