
/* === Home Theater === */

/* 
Colors:
BU color / headlines: #80a1b6
general text links: #fff bold
General text: #ccc
sidebar nav / h5: # 7c98ae
Accent text / h6: #666
*/

/* General Business Unit color overwrites */

body {
	background: #000;
}

h1 {
	color: #fff;
}

h2, h4 {
	color: #80a1b6;
}

h5 {
	color: #80a1b6;
}

h3, h6, th, td.item, dt {
	color: #999;
}

p, td, ol, ul, blockquote {
	color: #ccc;
}

strong {
	color: #80a1b6;
}

#content-container a:link,
#content-container a:visited,
#content-container a:hover,
#content-container a:active,
#product-specs a:link,
#product-specs a:visited,
#product-specs a:hover,
#product-specs a:active {
	color: #fff;
	font-weight: bold;
}

/*
NOTE: In most browsers <a> within headline tags will inherit the headline's color, not always so in older ie versions. The following is to ensure the correct color is rendered.
*/

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: #fff;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active,
h4 a:link, h4 a:visited, h4 a:hover, h4 a:active,
h5 a:link, h5 a:visited, h5 a:hover, h5 a:active {
	color: #80a1b6;
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active,
h6 a:link, h6 a:visited, h6 a:hover, h6 a:active {
	color: #999;
}

/* === Sidebar nav styles === */

.sidebar a:link, .sidebar a:visited, .sidebar a:hover, .sidebar a:active {
	color: #bbb;
}

.sidebar ul li ul li a:link, .sidebar ul li ul li a:visited, .sidebar ul li ul li a:hover, .sidebar ul li ul li a:active {
	color: #80a1b6;
}

.sidebar ul li ul li ul li a:link, .sidebar ul li ul li ul li a:visited, .sidebar ul li ul li ul li a:hover, .sidebar ul li ul li ul li a:active {
	color: #bbb;
}


/* Home Theater Gateway Page */

.gateway-content-container {
	width: 960px;
	text-align: center;
}

#ht-gateway-content {
	width: 810px;
	height: 700px;
	margin: 0 auto;
	text-align: left;
}

#ht-gateway-content .column {
	width: 250px;
	margin: 20px 10px 0 10px;
	float: left;
}

#planar_drop,
#vidikron_drop,
#runco_drop {
	width: 220px;
	padding: 10px 10px 20px 10px;
	border-bottom: 1px solid #444;
	text-align: left;
}

.dropmenudiv {
	width: 200px;
	background: #000;
	position:absolute;
	top: 0;
	line-height: 18px;
	z-index:100;
	visibility: hidden;
}

/* Home Theater specific overwrites of structural elements and graphics */

/*
NOTE: Because Home Theater's background is black, a darker #444 .gif is used as a divider graphic rather than the #dedede .gif used in the rest of the site.
*/

ul.meta-nav li, ul#header-nav li {
	background: transparent url("../corp-images/meta_nav_divider_ht.gif") center right no-repeat;
}
/* necessary to eliminate the last vertical border in the meta nav */
ul#header-nav li.last-nav-item {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
	background: none;
}


a.buy-now:link, 
a.buy-now:visited,
a.buy-now:hover,
a.buy-now:active {
	background-image: url("../corp-images/buy_now_button_ht.gif");
}

a.more:link, 
a.more:visited,
a.more:hover,
a.more:active {
	background-image: url("../corp-images/more_button_ht.gif");
}

a.print:link, 
a.print:visited,
a.print:hover,
a.print:active {
	background-image: url("../corp-images/print_ht.gif");
}

a.download:link, 
a.download:visited,
a.download:hover,
a.download:active {
	background-image: url("../corp-images/download_ht.gif");
}

a.email:link, 
a.email:visited,
a.email:hover,
a.email:active {
	background-image: url("../corp-images/email_ht.gif");
}

a.more-docs:link, 
a.more-docs:visited,
a.more-docs:hover,
a.more-docs:active {
	background-image: url("../corp-images/more_docs_ht.gif");
}

#main-column-container .column-1 {
	background-image: url("../corp-images/vert_col_divider_ht.gif");
}

#main-column-container .column-2 {
	background-image: url("../corp-images/vert_col_divider_ht.gif");
}

.single-product-container {
	border-top: 1px solid #444;
}

.feature-container-1col {
	background-image: url("../corp-images/feature_mid_1col_ht.gif");
}

.feature-1col {
	background-image: url("../corp-images/feature_top_1col_ht.gif");
}

.feature-footer-1col {
	background-image: url("../corp-images/feature_bottom_1col_ht.gif");
}

.feature-container-2col {
	background-image: url("../corp-images/feature_mid_2col_ht.gif");
}

.feature-2col {
	background-image: url("../corp-images/feature_top_2col_ht.gif");
}

.feature-footer-2col {
	background-image: url("../corp-images/feature_bottom_2col_ht.gif");
}

#product-overview-container {
	background-image: url("../corp-images/vert_col_divider_ht.gif");
}

.divider {
	background-image: url("../corp-images/horiz_divider_ht.gif");
}

#footer {
	background-image: url("../corp-images/footer_mid_ht.gif");
}

#footer-top {
	background-image: url("../corp-images/footer_top_ht.gif");
}

#footer-bottom {
	background-image: url("../corp-images/footer_bottom_ht.gif");
}

#footer .column-2 {
	background-image: url("../corp-images/vert_col_divider_ht.gif");
}

/*form styles*/
div.formstyle {
	width: 90%;
}
div.formstyle table {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 20px;
}
div.formstyle table td, div.formstyle table th {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 8px;
	padding-bottom: 2px;
	text-align: left;
	padding-left: 6px;
	vertical-align: top;
}
div.formstyle table th {
	font-weight: bold;
	text-align: right;
	margin-left: 6px;
	padding-top: 8px;
}
.formbutton {
	color: #454545;
	font-weight: bold;
	background-color: #E6E6E6;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border: 2px solid #990000;
}
.entrydata {
	background-color: #ffffff;
	border: 1px solid #990000;
	width: 200px;
	text-align: left;
	font-size: 12px;
}
.required {
	color: #990000;
}


