/*----------- Web Site Style -------------*/
body
{
	color: #eee;
	background: #000;
	margin: 0px auto;
	padding: 0px;
	font: normal 11pt Arial;
}

a
{
	color: #5f5;
}

a:hover
{
	color: #fff;
}

a img {
  border: none;
}

strong
{
	font-size: larger;
	font-weight: bold;
	color: #6677bb;
}

sup, small
{
	font-size: 9pt;
}

big
{
	font-family: Arial;
	font-size: 24pt;
	font-weight: bold;
}

.logo
{
	float: right;
	padding: 10px 25px 10px 0px;
	font: italic 8pt verdana;
	letter-spacing: 1px;
	color: #77f;
}

.header
{
	background: #161213;
	margin-bottom: 10px;
}

.searchbar
{
	color: #fff;
	background: #000;
}

#menubar
{
	color: #fff;
	background: #555;
	text-align: center;
	vertical-align: center;
	padding: 3px 150px 0 0;
}

#menubar a
{
	text-decoration: none;
	color: #fff;
	font: normal 10pt Arial;
	padding: 2px 8px;
}

#menubar a:hover
{
	color: #000;
	background: #fff;
}

#menubar .selected
{
	text-decoration: none;
	color: #fff;
	background: #000;
	font: bold 9pt arial;
	padding: 2px 8px;
	border: solid 2px #000;
}

.main-title
{
	color: #aaa;
	font: normal 40pt Impact;
	letter-spacing: 2px;
	text-align: center;
	padding: 10px;
}

#footer
{
  clear: both;
	font: normal 9pt arial;
	color: #fff;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
}

#footer a
{
	padding: 0 5px;
	color: #5f5;
}

#footer a:hover
{
	color: #ff0;
}

#footer .selected
{
	color: #555;
}

.quick_jump {
  float: left;
  width: 150px;
  text-align: left;
}

.quick_jump a {
  display: block;
}

.quick_jump small {
  display: block;
  margin: 5px 0;
}

.billboards {
  width: 800px;
}

.billboards h1 {
	color: #ccc;
	font: bold 11pt arial;
	border-bottom: solid 1px #ccc;
}

.listings {
  max-width: 800px;  
}

.listings .search {
  background: #111;
  border: solid 1px #333;
  margin: 0 0 10px 0;
}

.listings a.odd:hover,
.listings a.even:hover {
	color: #fff;
	background: #444;
}

.listings a.odd {
	color: #fff;
	background: #222;
	border-color: black;
}

.listings a.even {
	color: #fff;
	background: #000;
	border-color: black;
}

.listings .headline {
  color: red;
}

.detail {
  background: #101010;
  max-width: 800px;  
}

.detail .headline {
  background: #444;
}

.detail .price {
  border: solid 1px #444;
  border-width: 1px 0px 1px 1px;
}

.detail .photo {
  border: solid 1px #444;
}

.detail .thumbnails {
  border: solid 1px #444;
  border-width: 0px 1px 1px 1px;
}

.emailform {
  width: 800px;
  color: white;
  background: black !important;
}

.emailform .header {
  display: none;
}

