/* CrossFire™ packages.html */

@import url("main.css");

.furnacebox {
	padding: 10px;
	border: 1px solid #dbdbdc;
	background-color: #f3f4f6;
	margin-top: 0;
	margin-bottom: 20px;
	display: block;
	width: 355px;
	float: left;
	position: relative; /* peekaboo bug fix for IE6 */
min-width: 0; /* peekaboo bug fix for IE7 */
}

.block {
	width: 802px;
	display: block;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
}

#frmOrder div.block div.left-column div.furnacebox div.model p.phone, p.phone {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.furnacephoto {
	display: block;
	float: left;
	clear: left;
	position: relative; /* peekaboo bug fix for IE6 */
min-width: 0; /* peekaboo bug fix for IE7 */
}

.features {
	display: block;
	float: left;
	width: 195px;
	position: relative; /* peekaboo bug fix for IE6 */
min-width: 0;
	clear: right;
}

.peekaboo {
	position: relative;
	display: block;
		position: relative; /* peekaboo bug fix for IE6 */
min-width: 0;

}

.model {
	font-size: 2em;
	font-weight: bold;
	display: inline;
}

input#chk0,
input#chk1  {
	font-size: 2em;
	font-weight: bold;
	display: inline;
	margin: 0;
	line-height: 2em;
}

.regprice {
	display: inline;
	text-decoration: line-through;
	font-weight: bold;
	font-size: 1.35em;
	color: gray;
}

.price {
	display: inline;
	font-size: 2em;
	font-weight: bold;
}

.f_descrip {
	font-size: 1.1em;
}

.best {
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 0 10px;
	color: #ea2928;
}

.nota {
	font-size: 1.4em;
	margin: 0 0 10px;
	font-style: italic;
}

h4 {
	font-weight: bold;
	font-size: 1.25em;
	margin: 0 0 8px;
}

h3 {
	margin: 0;
}

div.features ul {
	margin: 0 0 8px;
}

div.features li {
	margin: 0;
	list-style-type: square;
	list-style-position: outside;
	padding-left: 0;
	padding: 0;
	line-height: 1.5em;
}

.special {
	display: block;
	background-color: #ffe7e7;
	padding: 5px;
	border: 1px solid black;
	margin-bottom: 5px;
}

#totalbox {
	width: 375px;
	text-align: right;
	border-top: 1px dotted black;
	padding-top: 10px;
	margin-top: 10px;
	display: block;
	float: left;
}

.quote {
	font-style: italic;
}

#total {
	font-size: 2em;
	font-weight: bold;
	margin: 0;
}

input#txtTotal {
	font-weight: bold;
	font-size: 1em;
}

.smallprint {
	font-style: italic;
	font-size: 1em;
}
