@charset "utf-8";
/* CSS Document */

#enterZip {
	/*text-align:center;*/
	/*border:1px solid #999999;*/
}
#enterZip h2 {
	margin:0px;
	padding:6px 0px;
	/*background:#FFFFFF url(/images/common/table-header-bg4.gif) repeat-x scroll 0 -61px;*/
}
#zipForm {
	text-align:center;
	margin:0px 0px 18px;
}
#zipForm label {
	font-size:14px;
}
#zipForm input, #zipForm button {
	margin-left:0.5em;
}
#zipForm button.hover {
	background-position:top;
}
#viewRates {
	height:22px;
	line-height:22px;
	width:100px;
	padding:0px;
	vertical-align:middle;
	position:relative;
	top:-2px;
	border:0px none;
}
#zip {
	width:3.5em;
}
#rates table th, #rates table td {
	border:0px none;
}
#rates table thead th {
	font-size:11px;
	text-align:center;
	background:#FFFFFF url(/images/common/table-header-bg4.gif) repeat-x scroll 0 -61px;
	border:1px solid #CCCCCC;
	font-weight:normal;
}
#rates table {
	border:1px solid #CCCCCC;
}
#rates table tbody {
	border-top:1px dashed #CCCCCC;
	border-bottom:1px dashed #CCCCCC;
	/*border-bottom-color:#CCCCCC;
	border-bottom-style:dashed;
	border-bottom-width:1px;*/
	/*background:url(/images/common/table-dashedBorder-horiz.gif) repeat-x scroll top;*/
}
#rates table tbody td {
	text-align:center;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
#rates table tbody th {
	border-right:1px solid #CCCCCC;
}
#rates table tbody tr.range th {
	padding:0px 5px 5px 12px;
	font-weight:normal;
}
#rates table tbody tr.range td {
	padding:0px 5px 5px;
}
#rates table tbody.zebra {
	/*background-color:#EEF4F7;*/
	background-color:#EEF4F7;
}
#rates table tbody.special {
	background-color:#FFFFE5;
}
#rates table tbody.special th {
	padding-left:25px;
	background-image:url(/images/icons/specialsArrow.gif);
	background-position:5px center;
	background-repeat:no-repeat;
}

#rates p.smtxt {
	margin:0.5em 0px 1em;
}

#invalidZip {
	color:#FF0000;
	display:none;
	text-align:center;
}

#changeZip, #changeZip2 {
	margin:12px 0px;
	color:#666666;
	/*font-size:10px;*/
	/*font-style:italic;*/
}
#changeZip span, #changeZip2 span {
	font-size:10px;
}

#content div.rateDisclaim {
	border:1px #CCCCCC solid;
	padding:4px;
}

#content div.rateDisclaim h4 {
	color:#333333;
	margin:0px;
}
#content div.rateDisclaim h4.closed {
	background:#FFFFFF url(/images/buttons/toggleReadClose.gif) no-repeat scroll bottom right;
	cursor:pointer;
}
#content div.rateDisclaim h4.open {
	background:#FFFFFF url(/images/buttons/toggleReadClose.gif) no-repeat scroll top right;
	cursor:pointer;
}
#content div.rateDisclaim h4.hover {
	color:#F1530A;
}
#content div.rateDisclaim ul {
	margin:0px;
	padding:5px 12px;
}
#content div.rateDisclaim ul li {
	list-style-type:none;
	background-image:none;
	color:#333333;
	font-size:10px;
	line-height:1.25;
	padding:0.25em 0px;
	margin:0px;
}

.rateDisc, #applyNow {
	display: none;
	}

