@charset "utf-8";
/* CSS Document */

/* Warranty Breakdown Info Modal Pages */

#warrantyBreakdownInfoContainer p, #warrantyBreakdownInfoContainer ul, #warrantyBreakdownInfoContainer li {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 4px;
	text-align: left;
}

#warrantyBreakdownInfoContainer ul {
	margin-bottom: 10px;
}


#warrantyBreakdownInfoContainer h2 {
	padding: 5px 5px 5px 5px;
	background-color: #f8f8f8;
	display: block;
	text-align: left;
}

#warrantyBreakdownInfoContainer h3 {
	color: #000000;
	font-size: 14px;
	margin: 10px 0px 0px 5px;
	text-align: left;
}


#optionBox h3 {
	padding-bottom: 0px;
}

#optionBox {
	margin-left: auto;
	margin-right: auto;
	width: 560px;
	text-align: center;
	margin-top: 5px;
}

#optionBoxSingle {
	margin-left: auto;
	margin-right: auto;
	width: 255px;
	text-align: center;
	margin-top: 5px;
}

#option1, #option2 {
	border: 3px solid #DEDCDC;
	width: 250px;
	float: left;
}

#optionBox h3, #optionBoxSingle h3 {
	text-align: center;
	margin-top: 5px;
}

#option2 {
	float: right;
}

#optionBox .modalButtonContinue, #optionBoxSingle .modalButtonContinue {
	clear: both;
}

#warrantyButton {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 118px;
}

#warrantyBreakdownInfoContainer table {
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #CCCCCC;
}

#warrantyBreakdownInfoContainer td {
	padding: 4px;
	text-align: center;
	background-color: #F4F4F4;
}

#warrantyBreakdownInfoContainer th {
	background-color: #EBEBEB;
	padding: 4px;
	text-align: center;
}
