body {
	/* the following line will enable :focus for IE - dt 20050810 */
	background-color: #202020;
	margin-top: 30px;
	/*font-family: tahoma, Arial, Helvetica, sans-serif; */
  font-family: 'Lucida Grande', sans-serif;
	font-size: 10px;
	text-align: center; /* Note text-align: left in #layout_table */
}

html, body, #layout_table {}

#layout_table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	width: 800px;
	height: 100%;
	margin-bottom: 15px;
	text-align: left; /* Note text-align: center in body{} */
}
td.top_bar {
	height: 52px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 10px;
	background-color: #202020;
	color: #999;
}
td.title {
	background: #000 url('/themes/vhstodvd/images/web_header_image.jpg') top left no-repeat;
	margin: 0;
	padding: 0;
	height: 100px;
	width: 100%;
}
td.navigation {
	background: #404040;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 10pt;
	color: #999;
	padding: 0px;
}
td.left_bar {
	height: 100%;
	width: 160px;
	max-width: 160px;
	background-color: #D4D4D4;
	color: #4E4E4E;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right: 4px solid white;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 8pt;
}
td.body {
	vertical-align: top;
	width: 100%;
	background-color: white;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	/*font-family: tahoma, Arial, Helvetica, sans-serif;*/
	font-family: 'Lucida Grande', sans-serif;
	font-size: 11px;
	line-height: 150%;
}
td.footer {
	background: #404040 url('/themes/vhstodvd/images/page_bottom.gif') bottom left no-repeat;
	border-top: 1px solid white;
	margin-top: 1px;
	padding: 8px;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 10px;
	color: #999;
}
td.footer a, td.footer table td {
	background-color: #404040;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 12px;
	color: #999;
}
h1#site_title {
	color: White;
	margin-bottom: 0px;
	font-size: 32px;
}
div.pagecontent {
	min-height: 40em;
	height: auto;
}
/* Minimum Height (min-height) for Internet Explorer */
/*\*/
* html div.pagecontent {
	height: 40em;
}
/**/



/* MENU */
#menu {
	margin: 0px -180px 0px 0px;
	width: 790px; /* See PAdding left */
	padding: 0;
	padding-left: 10px; /* See Width */
	height: 28px;
	background-color: #202020;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}
/* first level */
#menu li {
	list-style-type: none;
	margin-right: 0px;
	float: left;
}
#menu a {
	float: left;
	height: 18px;	
	display: td.navigation;
	padding: 5px 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}
#menu a.submenu {
	padding-right: 22px;
	background: url("/themes/vhstodvd/images/menu_arrow_d.gif") no-repeat right center;
	cursor: default;
}
#menu a:hover {
	background-color: #202020;
	cursor: default;
}
#menu a:visited:hover,
#menu a:link:hover {
	text-decoration: underline;
	cursor: pointer;
}

#menu a.menu_open {
	background-color: #202020;
}
/* second level */
#menu ul {
	visibility: hidden;
	z-index: 100;
	margin: 0px 0px 0px 0px;
	padding: 0;
	position: absolute;
	color: black;
	background: #202020;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
}
#menu ul li {
	float: none;
	margin: 0;
	border-bottom: 1px solid #555;
	padding: 5px 10px;
}
#menu ul li a {
	float: none;
	width: 210px;
	padding: 5px 10px;
}
#menu ul li a:hover {
	background-color: #202020;
}
#menu ul li a.submenu       {
    background: url('/themes/vhstodvd/images/menu_arrow_r.gif') no-repeat right center;
}

div#sitewide_announcement {
  margin-top: 20px;
  padding: 15px;
  text-align: center;
  background-color: fireBrick;
  color: White;
  font-size: 15px;
  border: 3px solid grey;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -khtml-box-sizing: content-box;
  box-sizing: content-box;
}
div#sitewide_announcement a {
  color: black;
}

/* Cart td.navigation
 *	- filter:alpha(opacity=0);	<-- IE
 *	- moz-opacity: 0;						<-- Firefox
 *	- opacity: 0;								<-- Safari
*/
div#cart_td.navigation {
	width: 150px;
	position: absolute;
	z-index: 55;
	top: 220px;
	right: 30px;/*
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;*/
}
div#cart_td.navigation div.container {
	float: right;
	font-size: 9px;
	border: 3px solid #202020;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}
#cart_td.navigation div.title {
	background-color: Indigo;
	color: White;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
}
#cart_td.navigation div.checkout {
	background-color: Indigo;
	color: White;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
#cart_td.navigation div.checkout a {
	color: White;
}
#cart_td.navigation table {
	width: 100%;
	border-collapse: collapse;
	font-size: 9px;
}
#cart_td.navigation table th, #cart_td.navigation table td {
	padding-right: 2px;
	padding-left: 2px;
	font-size: 9px;
}
#cart_td.navigation table th {
	background-color: DarkViolet;
	color: #DEDEDE;
}
#cart_td.navigation table tr {
	background-color: #BCBCBC;
	color: black;
}
#cart_td.navigation table tr.alt {
	background-color: #EFEFEF;
	color: black;
}
#cart_td.navigation a {
	color: white;
}


/* Styled Table */
table.styled {
	width: 100%;
	font-family: sans-serif;
	border-collapse: collapse;
	border-bottom: 3px solid #999;
}
table.styled tr {
	background-color: #FFFFFF;
}
table.styled tr.alt {
	background-color: #EFEFEF;
}
table.styled td, table.styled th {
	padding: 3px;
	margin: 0px;
}
table.styled th {
	font-weight: bold;
	font-size: 12px;
	text-shadow: white 0.1em 0.1em 0.1em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
}
table.styled tr {
	border-bottom: 1px dotted #aaa;
}

/* NO BORDER */
table.noborder, table.noborder tr, table.noborder th, table.noborder td {
	border: none;
	background: transparent;
}

/* Styled Form */
form.themed {
	font-family: 'Lucida Grande', sans-serif;
  font-size:100%;
  margin: 0;
  padding: 0;
}
form.themed fieldset legend {
	font-size:1.1em;
}
form.themed label { 
	display: td.navigation;
	float: left; 
	width: 120px; 
	padding: 0 5px 0 0; 
	margin: 2px 0 0 0;
	text-align: right;
	font-weight: bold;
}
form.themed label input {
	float: right;
	margin-top: -2px;
}
form.themed input, form.themed textarea, form.themed select {
	width:auto;
	margin: 0 0 10px 0;
	font-family: 'Lucida Grande', sans-serif;
  font-size: 12px;
}
form.themed input#reset {
	margin-left:0px;
}
form.themed br {
	clear:left;
}
form.themed hr {
	clear:left;
	border-top: 1px dashed #555;
	color: #fff;
	background-color: #fff;
	height: 0px;
}
form.themed div.field {
	margin-left: 122px;
}


/* FIELDSET/LEGEND FORMS */
legend {
	font-weight: bold;
	color: white;
	margin-top: 22px;
	padding: 3px;
	background: #333;
	border-top: 1px solid black;
}
fieldset {
  margin: -21px 0px 20px 0px;
  padding: 5px 5px 5px 5px;
	background: #333;
	border: 1px solid black;
}
* html legend { /* FOR IE ONLY */
	display: td.navigation;
	position: relative;
	top: 4px;
	font-weight: bold;
	color: white;
	margin-bottom: 4px;
	margin-top: -9px;
	padding: 4px;
	background: #333;
	border-top: 1px solid black;
}
* html fieldset {
  margin: 0px 0px 20px 0px;
  padding: 5px 5px 5px 5px;
	background: #333;
	border: 1px solid black;
}
fieldset table {
	border-collapse: collapse;
	border: 1px solid grey;
}
fieldset table tr {
	background-color: lavender;
}
fieldset table tr.alt {
	background-color: gainsboro;
}
fieldset table td, fieldset table th {
	border: 1px solid grey;
	padding: 3px;
}
fieldset table th {
	background-color: #999;
	text-transform: capitalize;
}
div.no_items {
	text-align: center;
	font-style: italic;
	padding: 10px;
}
fieldset a {
	color: white;
}

/* LINKS */
a {
	color: #004D97;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
a img {
	border: none;
}
a.button {
	border: 1px solid #777;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	background: #b8e1fc; /* old browsers */
	background: -moz-linear-gradient(top, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8e1fc), color-stop(10%,#a9d2f3), color-stop(25%,#90bae4), color-stop(37%,#90bcea), color-stop(50%,#90bff0), color-stop(51%,#6ba8e5), color-stop(83%,#a2daf5), color-stop(100%,#bdf3fd)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd',GradientType=0 ); /* ie */
	color: black;
	padding: 1px 6px 2px 6px;
	text-decoration: none;
	font-size: 11px;
	font-family: "arial unicode MS", arial, geneva, sans-serif;
}
a.button:hover {
	background: #e0f3fa; /* old browsers */
	background: -moz-linear-gradient(top, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0f3fa), color-stop(50%,#d8f0fc), color-stop(51%,#b8e2f6), color-stop(100%,#b6dffd)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd',GradientType=0 ); /* ie */
}

/* HEADINGS */
div.pagetitle h1 {
	font-family: 'Lucida Grande', sans-serif;
	font-size: 24px;
	height: 28px;
	color: #999;
	line-height: 100%;
}
.pagetitle h1 a {
	color: #999;
}
.pagetitle h1 a:hover {
	text-decoration: none;
}
div.pagecontent h1 {
	font-size: 17pt;
}
div.pagecontent h2 {
	font-size: 12pt;
}


/* LEFT BAR */
td.left_bar h1 {
	margin-top: 0px;
	text-transform: uppercase;
	font-variant: small-caps;
	font-size: 14pt;
}
td.left_bar h2 {
}
td.left_bar h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	background: #474747; /* ; */
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	font-variant: small-caps;
	border-bottom: 1px solid black;
}
td.left_bar h3  a{
	text-decoration: none;
	color: black;
}
td.left_bar h3  a:hover{
	color: white;
}
div.lb_article {
	border-top: 1px solid #DEDEDE;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid #DEDEDE;
	margin-bottom: 15px;
	background-color: #D3D3D3;
	padding: 0px;
	line-height: 125%;
}
div.lb_article_copy {
	background-color: #FAFAFA;
	padding: 2%;
}
div.lb_article_copy a img {
	margin-bottom: -2px;
}


/* FOOTER */
td.footer input.text, td.footer input.password,td.footer input {}
td.footer input.text:focus, td.footer input.password:focus,td.footer input:focus {}
td.footer input.button {}
td.footer a {
	color: #999;
	background-color: #404040;
	font-size: 9px;
}
td.footer a:hover {
	color: white;
	text-decoration: underline;
}

/* GENERAL */
.left {	text-align: left; }
.right {text-align: right; }
.center {	text-align: center; }
.italic, .italic a { font-style: italic; }
.small, .small a { font-size: 9px; }
.red { color: FireBrick; }
.green { color: DarkGreen; }

/* FORMS GENERAL */
input {
	padding: 2px;
}
input:focus, select:focus, textarea:focus {
	background-color: #dbe3ff;
}

/* MESSAGES (OVERRIDE) */
div#pnmsg_container {
	position: fixed;
	top: 280px;
	left: 0px;
	width: 100%;
	z-index: 5;
	text-align: center;
	height: 44px;
}
div#pnmsg_list {
	margin-left: auto;
	margin-right: auto;
	float: center;
	width: 50%;
	margin-top: -10px;
	padding-top: 10px;
	border: 3px solid #777;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	background-color: pink;
	color: black;
	text-align: left;
	min-height: 38px;
	-moz-box-shadow: 10px 10px 5px #333;
	-webkit-box-shadow: 10px 10px 5px #333;
	box-shadow: 10px 10px 5px #333;
}
div#pnmsg_controls {
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 4px;
	float: right;
}
div#pnmsg_controls a, div#pnmsg_controls  a.enabled {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-size: 12px;
	color: black;
	font-weight: bolder;
	border: 1px solid black;
	background-color: #EDEDED;
	border-width: 1px solid #5b5b5b;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	
background: #b7deed; /* old browsers */
background: -moz-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7deed), color-stop(50%,#71ceef), color-stop(51%,#21b4e2), color-stop(100%,#b7deed)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); /* ie */

	
}
div#pnmsg_controls  a:hover, div#pnmsg_controls  a.enabled:hover {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border: 1px solid black;
	text-decoration: none;
	background-color: white;
	color: black;
	
background: #e0f3fa; /* old browsers */
background: -moz-linear-gradient(top, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0f3fa), color-stop(50%,#d8f0fc), color-stop(51%,#b8e2f6), color-stop(100%,#b6dffd)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd',GradientType=0 ); /* ie */
	
	
}
div#pnmsg_controls  a.enabled:hover {}
div#pnmsg_controls  a.disabled {
	color: #B0B0B0;
	background-color: #e5e5e5;
	cursor: default;
	display: none;
}
div#pnmsg_controls  a.disabled:hover {
	padding-right: 6px;
	padding-left: 6px;
	border: 1px dotted #888;
	color: #B0B0B0;
}
div#pnmsg_body {
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
	width: 70%;
	text-align: left;
	font-size: 12px;
	float: left;
}
div.pnmsg_clear {
	border: none;
}
div#pnmsg_controls  a#pnmsg_prev, div#pnmsg_controls  a#pnmsg_next{
	padding-right: 9px;
	padding-left: 9px;
}

/* NEW WINDOW */
a[target="_blank"] {
	padding-right: 14px;
	background: url("/themes/vhstodvd/images/new_window.png") center right no-repeat;
}

/* PRINT */
div.print_source {
	display: none;
}
@media print {
	td.navigation, td.top_bar, td.title, td.left_bar, td.footer,div.breadcrumb,div.debug_message {
		display: none;
	}
	div.print_source {
		display: td.navigation;
		margin-top: 20px;
		font-size: 8px;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		padding-left: 5px;
		padding-right: 5px;
	}
}



/* Sidebox Sidebar */
#sidebar
	{
	
	float: right;
	width: 224px;	
	margin: 57px 0 18px 34px;

	}	
	
#sidebar p
		{
			font-size: 11px;
		}
	

.body .sidebox ul
	{
	list-style-type: none;
	margin: 0 0 12px 0;	
	}


.body .sidebox ul li
	{
	margin: 0 0 0 0px;
	padding: 0 0 0 6px;
	font-size: 10px;
	}


.body .sidebox h1
	{
	font-size: 11px;
	font-weight: strong;
	padding: 3px 12px 3px 12px;
	margin: 0 -12px 6px -12px;
	color: #h1h1h1;
	}


.body .sidebox h2
	{
	font-size: 11px;
	font-weight: strong;
	padding: 3px 12px 3px 12px;
	margin: 0 -12px 6px -12px;
	}
	
.body .sidebox
	{	
	padding: 0 12px 1px 12px;
	margin: 0 0 24px 0;
	
	
	border: 3px solid #202020;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	}

.body .sidebox p
	{
	padding: 0 0 0 0;
	margin: 6px 0 6px 0;
	font-size: 10px; 	
	}

.sidebox img.across
	{
	margin: -6px 0 6px -12px;
	}
	
	
.body .sidebox ul li
	{
	}


.body .sidebox h1
	{
	color: white;
	font-weight: normal;
	background: #404040;	
	}



	
.body .sidebox
	{
	color: #999;
	background: #1b194b;	
	}


	
.sidebox a
	{
	color: #fff;
	}
	
.sidebox a:hover
	{
	color: #fff;
	}
	
	
.sidebox a.block_button {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	background: #bfd255; /* old browsers */
	background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* ie */
	color: black;
	padding: 1px 6px 2px 6px;
	text-decoration: none;
	font-size: 11px;
	font-family: "arial unicode MS", arial, geneva, sans-serif;
}
.sidebox a.block_button:hover {
	background: #e6f0a3; /* old browsers */
	background: -moz-linear-gradient(top, #e6f0a3 0%, #d2e638 50%, #c3d825 51%, #dbf043 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f0a3), color-stop(50%,#d2e638), color-stop(51%,#c3d825), color-stop(100%,#dbf043)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ); /* ie */
	color: black;
}

