/* CSS Document */

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #FF0000;
	padding: 2px 0px 2px 5px;
	background-image: url(../../images/misc/pkg_no_bg.jpg);
	background-repeat: no-repeat;
}

.TexasH2 {
	background-color: #EEEEEE;
	background-image: url(../../images/misc/pkg_noTX_bg.jpg);
	background-repeat: no-repeat;
	}

.packagelist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(../../images/misc/bullet_redcircle.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin-left: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.savings_bg {
	background-image: url(../../images/misc/pkg_starburst_bg.jpg);
	height: 35px;
	background-repeat: no-repeat;
	font-size: 18px;
	padding-top: 4px;
	font-weight: bold;
}
li {
	list-style-image: url(../../images/misc/bullet_redtriangles.gif);
	list-style-type: disc;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.pkgprice {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #CC0000;
}
ul {
	margin-right: 5px;
	margin-left: 15px;
}
#productcompare tr td {
	border: 1px solid #CCC;
}


#productcompare tr th {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-align: center;
	font-size: 18px;
}
.addonsTBL td {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

