/*
DIRECTV COLOR: #012D62
DISH COLOR: #DB2C3B
*/

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family: sans-serif;
}
a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}
#ads img {
	display:block;
	padding-top:10px;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	border-bottom:1px solid #A7D7F9;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header h1 a {
    text-decoration: none;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
#header .title {
    margin-left: 115px;
    position: absolute;
}
#header .graphics {
    float: right;
    padding-right: 15px;
    font-size: 40px;
}
#header .graphics img {
    vertical-align: middle;
}
#logo {
    float:left;
    margin: 0 25px;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.tright {
    text-align: right;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
	background:#fff;		/* right column background colour */
}
.leftmenu .colleft {
	right:75%;			/* right column width */
	background:#f6f6f6;	/* left column background colour */
	border-right: 1px solid #A7D7F9;
}
.leftmenu .col1 {
	width:71%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:21%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #A7D7F9;
	padding: 5px 0;
}
#footer p {
	padding:10px;
	margin:0;
}
#footer .fleft {
    padding-left: 15px;
}
#footer .fright {
    padding-right: 15px;
}
#footer .fright ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#footer .fright ul li {
    display: inline-block;
    float: left;
    margin-left: 20px;
}
#disclaimers {
    font-size: 9px;
    font-style: italic;
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 3em;
    color: #666666;
}

#menu {
    list-style-type: none;
    padding: 0;
}

#bio {
    text-align: justify;
    font-size: 12px;
}
#bio img {
    float: left;
    margin: 0 10px 10px 0;
}
#bio .disclaimer {
    font-style: italic;
}

.feature {
    clear: both;
}
a.top {
    float: right;
    text-decoration: none;
}
.feature .overview {
    border:2px solid #999;
    margin-bottom:1em;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
}
.feature .overview h4 {
    text-align: center;
    margin: 0;
    padding: 5px;
    color: #ffffff;
    background-color: #999;
}
.feature .overview div {
    padding: 0 10px;
}
.infobox {
    border: 2px solid #000000;
    width: 47%;
    float: left;
    margin-bottom: 1.7em;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
}
.infobox h4 {
    text-align: center;
    margin: 0;
    padding: 5px;
    color: #ffffff;
}
.infobox div {
    padding: 10px;
}
.infobox div table {
    width: 100%;
    border-collapse: collapse;
}
.infobox div table tr td {
    border: 1px solid #999;
    padding: 3px;
}
.feature .dish_network {
    border-color: #DB2C3B;
    margin-right: 25px;
}
.feature .dish_network h4 {
    background-color: #DB2C3B;
}
.feature .directv {
    border-color: #012D62;
    float: right;
}
.feature .directv h4 {
    background-color: #012D62;
}

.moreinfo {
    float: right;
    margin-top: -2em;
}

.subscribe {
    background-color: #FFE79F;
    text-align: center;
    margin: auto;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
}
.subscribe .phone {
    font-size: 22px;
}

/* messages */
ul.messages {
    padding: 0;
}
ul.messages li {
    padding: 5px 10px;
    list-style-type: none;
    background-color: #cccccc;
    border: 1px solid #999999;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
ul.messages li.success {
    background-color: #C2FFBF;
    border: 1px solid #13AF0A;
}
ul.messages li.failure {
    background-color: #FFCFCF;
    border: 1px solid #AF0000;
}

/* Reviews */
div.review {
    background-color: #f6f6f6;
    border: 1px solid #A7D7F9;
    margin-bottom: 20px;
    padding: 10px;
}
div.review img {
    float: right;
    margin: 0;
}
div.review div.headline {
    font-style: italic;
    margin-bottom: 0.5em;
}
strong.provider1 {
    color: #DB2C3B;
}
strong.provider2 {
    color: #012D62;
}

/* star ratings */
.star_rating { 
	position: relative;
	width: 91px;
	height: 17px;
}
.star_rating .cover {
	position: absolute;
	background: transparent url(../img/stars.png) top left no-repeat;
	top: 0px;
	left: 0px;
	width: 91px;
	height: 17px;
	z-index: 101;
}
.star_rating .progress {
	position: absolute;
	background: transparent url(../img/stars_full.png) top left no-repeat;
	top: 0px;
	left: 0px;
	height: 17px;
	z-index: 102;
}
.star_rating .p1 {
    width: 20%;
}
.star_rating .p2 {
    width: 40%;
}
.star_rating .p3 {
    width: 60%;
}
.star_rating .p4 {
    width: 80%;
}
.star_rating .p5 {
    width: 100%;
}

.star_matrix {
    background: url(../img/star-matrix.gif) transparent;
    height: 16px;
    width: 80px;
    float: left;
    margin-right: 10px;
}
.r1 { background-position: 0 0; }
.r2 { background-position: 0 -16px; }
.r3 { background-position: 0 -32px; }
.r4 { background-position: 0 -48px; }
.r5 { background-position: 0 -64px; }


/* DEFAULT FORM STYLES */
form p {
    margin-bottom: 10px;
}
form p label {
    display: inline-block;
    width: 150px;
    vertical-align: top;
}
ul.errorlist {
    width: 400px;
	background-color: #FEFFBF;
	border: 1px solid #C12929;
	padding: 3px;
	margin-bottom: 5px;
	display: inline-block;
	width: 300px;
	color: #C12929;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
ul.errorlist li {
	list-style-image: url("../img/arrow-curve-270-left.png");
	list-style-type: square;
	margin-left: 30px;
}

.channel_numbers {
    line-height: 1.5em;
}
span.directv_hd {
    background-color:#012D62;
    color:#FFFFFF;
    font-style:italic;
    padding:0 3px;
}
span.dish_hd {
    background-color:#DB2C3B;
    color:#FFFFFF;
    font-style:italic;
    padding:0 3px;
}

#channel img.logo {
    float: right;
}

.red {
    color: #DB2C3B;
}
.blue {
    color: #012D62;
}

#breadcrumbs {
    margin-top: 5px;
    font-size: 11px;
}
#breadcrumbs a {
    text-decoration: none;
}

table.packages {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}
table.packages td {
    border: 1px solid #ccc;
    padding: 2px;
}

.alexa {
	clear: both;
	float: right;
	margin-right: 10px;
}

