/* sub navigation */
#NavSide{
	width: 170px;
	background-color: #F0F0F0;
}
#NavSide-top {
	height: 30px;
	width: 160px;
	background-image: url(/images/nav_right_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	padding-top: 12px;
	padding-left: 10px;
	border-bottom: 1px solid #DEDEDE;
}
#NavSide-middle {
	height: 25px;
	width: 160px;
	background-image: url(/images/nav_right_middle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	padding-top: 12px;
	padding-left: 10px;
	border-bottom: 1px solid #DEDEDE;
}
#NavSide ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#NavSide li {
	border-bottom: 2px solid #DEDEDE;
	border-right: 2px solid #DEDEDE;
	border-left: 2px solid #DEDEDE;
	margin: 0px;
	padding: 0px;
	width: 166px;
	}
#NavSide a:link {
	display: block;
	width: auto;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	line-height: 22px;
}
#NavSide a:visited {
	display: block;
	width: auto;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	line-height: 22px;
}
#NavSide a:hover {
	display: block;
	width: auto;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	line-height: 22px;
	background-color: #F7050D;
}
#NavSide a.selected {
	display: block;
	width: auto;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	line-height: 22px;
	background-color: #C40000;
}

/* rate plan list*/
div.CarrierCategoryPromo
{
	border: 1px solid #CCCCCC; 
	padding: 4px; 
	background-color: #EFEFEF;
}

div.RatePlan
{
	border-top: 1px dashed #cccccc; 
	padding-top: 5px; 
	padding-bottom: 5px;
	padding-left: 5px;
}

table.RatePlanListDetails
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.RatePlanListDetails td.main
{
	vertical-align: top;
	width: 75%;
}
table.RatePlanListDetails td
{
	vertical-align: top;
	width: 25%;
	padding-left: 10px;

}
div.RatePlanName
{
	font-weight: bold;
	padding-bottom: 3px;
}
table.RatePlanInfo
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.RatePlanInfo td
{
	font-size: 11px;
	width: 75%;
	text-align: left;
	vertical-align: top;
}
table.RatePlanInfo td.field
{
	font-size: 11px;
	width: 25%;
	vertical-align: top;
	text-align: right;
	padding-right: 5px;
}
div.MonthlyFee
{
	font-size: 11px;
	padding-bottom: 3px;
}
span.MonthlyFeePrice
{
	font-weight: bold; 
	font-size: 13px;
}
div.MonthlyFeeAdd
{
	font-size: 11px;
}

/* Rate Plan Details */
table.RatePlanDetails {
	position: relative;
	width: 100%;
	border: 1px solid #000;
	background: #fff;
	font-size: 11px;
	 
}
table.RatePlanDetails caption {
	margin: 0px;
	padding: 8px 6px;
	text-align:left;
	border: 1px solid #000;
	border-bottom: none;
	background: #990000;
	font-size: 10pt;
	font-weight: bold;
	color: #eee;
}

table.RatePlanDetails td {
	margin: 0px;
	border-bottom: 1px solid #999;
	border-top: none;
	border-right: 1px solid #999;
	border-left: none;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #ffffff;
}
table.RatePlanDetails td.alt {
	background: #efefef;
}
table.RatePlanDetails td.altbottom {
	background: #dddddd;
}

/* Services */
td.ServiceCategory
{
	border-top : 1px dashed #bbbbbb;
}
table.ServiceDetails {
}
table.ServiceDetails td.ServiceName {
	font-weight : bold;
	font-size : 10pt;
	vertical-align: top;
}
table.ServiceDetails td.ServiceBullet {
	width: 30px;
	text-align: center;
	vertical-align: top;
}

table.ServiceDetails td.ServiceDescription {
	padding-bottom : 10px;
}
table.ServiceDetails td.PriceInfo 
{
	text-align : left;
	font-size : 8pt;
	font-weight : bold;
	padding-top : 5px;
	padding-bottom : 5px;
}

/* coverage maps */
table.CoverageMaps {
	width: 640px;
	margin: 0px;
	padding: 0px;
}
table.CoverageMaps td {
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	vertical-align: top;
}

td.MapCell
{
	padding-top : 8px;
	padding-left : 5px;
}
div.CoverageBox{
	height: 270px;
	width: 240px;
	background-image: url(/images/coverage/box_bg.gif);
}* html a.CoverageLink span { height: 270px; }

div.CoverageBox a.CoverageLink:hover span {
	background-image: url(/images/coverage/box_bg.gif);
	background-position: 0px -270px
}
a.CoverageLink span {
	display: block;
	min-height: 270px;
	text-decoration: none;
}
a.CoverageLink:hover, a.CoverageLink:hover span, a.CoverageLink:hover {
	cursor: pointer;
	color: #000000;
}
div.CoverageTitle {
	color: #111111;
	font-family: sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 16px;
	padding-right: 0px;
}
div.CoveragePic {
	text-align: center;
	padding-top: 7px;
}
img.border
{
	border: 1px solid #7013A0;
}



#regionleft {
	float: left;
	width: 420px;
	padding-left: 10px;
	border-right: 1px solid #ccc;
}
#regionleft ul {
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 5px;
	padding-top: 5px;
}
#regionleft ul li
{
	list-style-type: square;
	font-size: 15px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
div.SubCategories {
	font-size: 12px;
}


#regionright {
	width: 240px;
	float: right;
}
#regionright ul {
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 5px;
	padding-top: 5px;
}
#regionright ul li
{
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}


#plansleft {
	width: 500px;
	float: left;

}
#plansright {
	width: 170px;
	padding-left: 10px;
	float: right;
}
