body {
	font-family: helvetica, century gothic, sans-serif, arial;
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	background-color: black;
	text-align: center;
	color: white;
	overflow: hidden;
}
#outer {
	margin: 0 auto;
	text-align: left;
	width: 1024px;
}
/*
#outer_right {
	border: 2px solid blue;
	margin: 0 auto;
	width: 1024px;
	position: relative;
}
#shopLinkContainer {
	border: 1px solid yellow;
	right: 0;
	bottom: 0px;
	padding: 7px;
	position: absolute;
	z-index: 1000;
}
*/
img {
	border: 0px;
}
#menuContainer a {
	color: white;
	text-decoration: none;
	padding: 7px;
	background-color: black;
}
.blackBckgrnd {
	background-color: black;
}
.fillRest {
	display: block;
}
/*
#menuContainer a:hover {
	background-color: #111;
}
*/
strong {
       font-weight: normal;
}
h1 {
	font-size: 18pt;
	margin-bottom: -10px;
}
h2 {
   font-weight: normal;
   font-size: 10pt;
   display: inline;
   margin: 0;
   line-height: 0;
}
#menuContainer, #content, #details {
	position: absolute;
}
#menuContainer, #content {
	bottom: 0px;
}
#menuContainer, #details {
	opacity:0.85;filter:alpha(opacity=85);
}
#menuContainer {
/*	border: 1px solid blue; */
	z-index: 1000;
}
#menuContainer table {
	border-collapse: collapse;
}
#menuContainer td {
	width: 171px;
	vertical-align: bottom;
	white-space: nowrap;
	padding: 0px;
}
#menuContainer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#details {
	background-color: black;
	height: 500px;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 100;
	width: 300px;
	bottom: 128px;
}
#hideDetails {
	font-size: 90%;
	margin-top: 2px;
	margin-right: -25px;
	margin-bottom: -15px;
	text-align: right;
}
/*
#addThis {
	text-align: right;
	z-index: 100;
	position: relative;
	top:16px;
}
*/
#buyNow {
	font-size: 120%;
	text-align: right;
	font-weight: bold;
}
#content {
	z-index: 10;
}
.hidden {
	display: none;
}
a {
	color: white;
}
a:hover {
	text-decoration: none;
}
