/*********************
       INSIDE PAGE STYLES
 *********************/

body {
	background-color: #000;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	background-image: url('/images/bg-inside-body.png');
	background-repeat: repeat-x;
	font-family: Arial,Helvetica,sans-serif;
}

/*********************
       HEADER AREA 
 *********************/

#inside-header {
	width: 960px;
	height: 170px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#inside-header-logo {
	float: left;
	margin: 27px 0 0 0;
	padding: 0;
	width: 333px;
	height: 67px;
	border: 0;
}

#inside-header-rightcol {
	float: right;
	text-align: right;
}

#inside-header-premier-club-button {
	width: 160px;
	height: 20px;
	border: 0;
	padding: 0;
	margin: 9px 0 0 0;
}

#inside-header-survey-button {
	width: 160px;
	height: 20px;
	border: 0;
	padding: 0;
	margin: 9px 5px 0 0;
}


#inside-header-h4-call-us {
	float: right;
	font-family: Trebuchet MS,Trebuchet,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
	color: #fff;
	margin: 49px 0 0 0;
	padding: 0;
	line-height: 0px;
}




/*********************
       CONTENT AREA
 *********************/
#inside-content-container {
	width: 100%;
	background-color: #fff;
	background-image: url('/images/bg-inside-content.png');
	background-repeat: repeat-x;
}

#inside-content {
	width: 960px;
	margin: 0 auto;
	padding: 21px 0 100px 0;
}

#inside-content:after {
	content:''; 
	display:block; 
	clear:both; 
}

#inside-content p:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child {
	margin-top: 0;
}

#inside-content p {
	font-face: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}

#inside-content h1 {
	font-family: Trebuchet MS,Trebuchet,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
	color: #000;
}

#inside-content h2 {
	font-family: Trebuchet MS,Trebuchet,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	color: #3349b5;
}

#inside-content a {
	color: #293c99;
}

#inside-content a:visited {
	color: #3851cd;
}

/*********************
          SUBNAV
 *********************/
#inside-subnav {
	float: right;
	width: 200px;
	margin: 28px 0 50px 60px;
	padding: 0;
}

#inside-subnav h2 {
	font-size: 18px;
	border-bottom: 1px solid #b9bed7;
	margin: 0 0 4px 0;
	padding: 0;
}

#inside-subnav a {
	text-decoration: none;
	color: #000;
}

#inside-subnav a:visited {
	text-decoration: none;
	color: #000;
}

#inside-subnav ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

/*  these things are common to all levels of the nav */
#inside-subnav ul li {

	margin: 0;
	padding: 0;
	
	border-bottom: none;
	line-height: 22px;
	font-face: Arial,Helvetica,sans-serif;
	font-weight: normal;

}

#inside-subnav ul li.level-2 {

	font-size: 13px;

	line-height: 22px;
	font-weight: normal;
}

#inside-subnav ul li.level-3 {

	font-size: 12px;
	margin-left: 15px;
	padding-left: 10px;

	background-image: url('/images/bullet-inside-subnav-l2.png');
	background-repeat: no-repeat;
	background-position: 0px 9px;
}

#inside-subnav ul li.level-4 {
	font-size: 10px;

	margin-left: 40px;

	/*
	background-image: url('/images/bullet-inside-subnav-l2.png');
	background-repeat: no-repeat;
	background-position: 19px 9px;
	*/

}

/*  Bundles section */

/*  Old
#bundles-subnav {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}

#bundles-subnav li {
	width: 150px;
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 12px;
	background-image: url('/images/bullet-inside-subnav-l2.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#bundles-subnav a {
	padding: 3px;
}

#bundles-subnav a:hover, #bundles-subnav a.active {
	background-color: #3349b5;
	color: #fff;
	text-decoration: none;
}
*/


/*  New */
#bundles-subnav {

	width: 100%;
	border: 1px solid #666;
	background-color: #fff;
	padding: 8px 20px;
}

#bundles-savebig-label {
	font-size: 11px;
	text-align: left;
	font-style: italic;
}

#bundles-subnav h2 {
	font-size: 14px;
	text-align: left;
	margin: 0 0 2px 0;
	padding: 0;
}

#bundles-subnav ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}

#bundles-subnav li {
	margin: 0;
	padding: 2px 0 2px 8px;
	font-size: 12px;
	background-image: url('/images/bullet-inside-subnav-l2.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#bundles-subnav li a, #bundles-subnav li a:visited {
	color: #333;
	padding: 2px;
}

#bundles-subnav li a:hover {
	background-color: #3349b5;
	color: #fff;
	text-decoration: none;
}

#bundles-subnav-singleplay {
	width: 25%;
	float: left;
}

#bundles-subnav-doubleplay {
	width: 25%;
	float: left;
}

#bundles-subnav-tripleplay {
	width: 25%;
	float: left;
}

#bundles-subnav-extras {
	width: 25%;
	float: left;
}

.bundles-h2-tv-phone-internet {
	width: 100%;
	padding: 12px 0 12px 212px;
	background: #fff url('../images/bg-bundles-tv-phone-internet-h2.png') no-repeat left center;
}

.bundles-h2-phone-internet {
	width: 100%;
	padding: 12px 0 12px 150px;
	background: #fff url('../images/bg-bundles-phone-internet-h2.png') no-repeat left center;
}

.bundles-h2-tv-internet {
	width: 100%;
	padding: 12px 0 12px 150px;
	background: #fff url('../images/bg-bundles-tv-internet-h2.png') no-repeat left center;
}

.bundles-h2-tv-phone {
	width: 100%;
	padding: 12px 0 12px 150px;
	background: #fff url('../images/bg-bundles-tv-phone-h2.png') no-repeat left center;
}

.bundles-h2-tv {
	width: 100%;
	padding: 12px 0 12px 72px;
	background: #fff url('../images/bg-bundles-tv-h2.png') no-repeat left center;
}

.bundles-h2-phone {
	width: 100%;
	padding: 12px 0 12px 72px;
	background: #fff url('../images/bg-bundles-phone-h2.png') no-repeat left center;
}

.bundles-h2-internet {
	width: 100%;
	padding: 12px 0 12px 72px;
	background: #fff url('../images/bg-bundles-internet-h2.png') no-repeat left center;
}

.bundles-hr {
	border: 0;
	margin: 20px 0;
	color: #999;
	background-color: #999;
	height: 1px;
}

.bundles-title {
	width: 600px;
	float: left;
	margin-top: 0;
}

.bundles-pricing {
	width: 240px;
	float: right;
	font-weight: bold;
	text-align: right;
}

.bundles-disclaimer {
	font-size: 11px;
	font-style: italic;
}

.bundles-terms-conditions {
	font-size: 12px;
	font-style: italic;
}

.bundles-tvplus-channels {
	float: left;
	border: none;
	border-collapse: collapse;
}

.bundles-tvplus-channels td {
	border: none;
	width: 33%;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
}

.bundles-ul {
	float: left;
}	

.bundles-order-now-button {
	margin-top: 12px;
	float: right;
	width: 115px;
	height: 32px;
	border: none;
}