/* =========================================================== */
/* FELLING WARRANTY STYLES						
/* Copyright 2009, Michael B. Mitchell - All Rights Reserved
/* =========================================================== */



/* =========================================================== */
/* WARRANTY POD STYLES
/* =========================================================== */
#POD_WARRANTY {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.AWarranty {
	background-color: #000000;
	color: rgb( 210, 210, 210 );
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}

div.AWarranty table {

}

div.AWarranty td {
	vertical-align: top;
}

div.AWarranty h3 {
	background-color: rgb( 255, 0, 0 );
	color: #ffffff;
	font-size: 14px;
	margin: 0;
	margin-bottom: 3px;
	padding: 3px;
	padding-left: 5px;
}

div.AWarranty p {
	font-size: 13px;
	font-weight: 600;
	margin-top: 0;
	padding-left: 5px;
}


div.AWarranty p.More {
	font-size: 11px;
	font-weight: 400;
	text-align: right;
	margin: 0;
	padding: 0;
}



/* END POD STYLES
/* =========================================================== */
