@charset "UTF-8";
/* CSS Document */

.equipmentName {
	background-color: inherit;
	color: black;
	font-weight: bold;
	font-size: 130%;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0px;
}
.equipmentPrice {
	color: rgb(233,95,31);
	font-size: 120%;
	text-transform: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
p {
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.2;
}
hr {
	width: 100%;
	height: 2px;
	background-color: grey;
	margin: 1em 0;
}
.contentLarge .secMain .sec1 {
	float: none;
	width: 760px;
}
ul {
	margin-left: 2em;
}

