@CHARSET "ISO-8859-1";
/* Alignment for inline images*/

.img-left { float: left; margin: 0 20px 10px 0; }
.img-right {  float: right; margin: 0 0 10px 20px; }
.img-middle { vertical-align: middle; }
.clear_li li { clear: left; }
.clear { clear: left; }

/* Table Layout for Truck Boxes */
table.tbl_truckbox_dim {
	border:1px solid black;
}
.tbl_truckbox_dim td {
	padding-left: 5px;
	padding-right: 5px;
	background-color:#B6D1E2;
	text-align: center;
	}
.tbl_truckbox_dim th{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #4378A7;
	text-align: center;
	color: white;
}

table.tbl_normal_dim {
	border:1px solid black;
}
.tbl_normal_dim td {
	padding-left: 5px;
	padding-right: 5px;
	background-color:#B6D1E2;
	text-align: center;
	}
.tbl_normal_dim th{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #4378A7;
	text-align: center;
	color: white;
}

/* Style for image captions*/
.caption {
	font-weight: bold;
	font-style:italic;
}

.tbl_product_features { width: 100%;  }
.tbl_product_features IMG { display: block; margin: 0 auto; }
.tbl_product_features TD { vertical-align: top; padding: 6px; }


.red {
	color: red;
	}
	
.warranty { padding: 10px; background: #fff; border: 1px solid #eee; margin: 10px 0;}
.warning, 
.astrix {padding: 6px; background: #ffc; border: 1px solid #eee; font-weight: bold;  }

.product-specs OL { list-style: decimal; margin: 10px 30px; }
.product-specs OL LI { float: none; margin-bottom: 8px; }

