.listing-box {
	width: 575px;
	height: 130px; /* 110px */
	border: thin solid #8B0000;			
	font-size: 11px;
	color: black;
	margin: 10px;
}

.listing-thumb {
	width: 110px;
	height: 80px;
	margin: 12px 0px 0px 0px;
	padding: 0px 10px;
	border: none;
	float: left;
	text-align: center;
	position: relative;
}

.listing-thumb img {
	clear: both;
	border: none;
}

.listing-thumb a.popup, 
.listing-thumb a.popup:visited {
	display: block;
	height: 75px;
	width: 100px;
} 

.listing-thumb a .large {
	border: 0 none;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

.listing-thumb a.popup:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 225px;
	left: 130px;
	position: absolute;
	top: -75px;
	width: 300px;
	z-index: 1000;
}

table.listing-description {
	margin: 10px 0px;
}

.listing-description th,
.listing-description td{
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: black;
	height: 14px;
}

.listing-description th {
	text-align: left;
	vertical-align: top;
	width: 25%;
}

.listing-description td {
	width: 75%;
}

.listing-description td div{
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.listing-description td.two-lines {
	height: 28px;
	width: 100%;
}

.listing-description td.two-lines div{
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.listing-box a:link, 
.listing-box a:visited,
.listing-box a:hover,
.listing-box a:active {
	color:#8B0000;
	font-weight: bold;
}

.listing-bid {
	width: 180px;
	height: 110px; /* 90px */
	float: right;
	margin: 10px 10px 0px 10px;
	padding-left: 10px;
	color: #8B0000;
	border-left: thin solid gray; 
}

.listing-bid img {
	clear: both;
	margin-bottom: 35px; /* 15px */
}

.detail-container {
	border:inset medium darkblue; 
	width:100%; 
	margin-bottom:10px; 
	position:relative;
	padding-top: 20px;
}

.detail-thumb {
	display: inline;
	width: 100px;
	height: 75px;
	margin: 0 auto;
}

.detail-thumb img {
	border: none;
	width: 100px;
	height: 75px;
}

.detail-thumb a .large {
	border: 0 none;
	display: none;
	width: 300px;
	height: 225px;
	position: absolute;
	left: 25%; /* 340px; */
	bottom: 30px; /* 420px; */ 	
} 

.detail-thumb a.popup:hover .large {
/* .detail-thumb a .large { */
	border: 1px solid #000000;
	display: block;
	width: 300px;
	height: 225px;
	position: absolute;
	left: 25%; /* 340px; */
	bottom: 30px; /* 420px; */ 
	z-index: 1000;
}

table.detail-description {
	border:none; 
	width:100%; 
	height:260px; 
	color:darkblue; 
	border-spacing:5px;
	font-size: 13px;
}

table.detail-description td {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}

.featured-container {
	width: 575px;
	border: thin solid #8B0000;			
	font-size: 11px;
	color: black;
	margin: 0 10px;
	padding: 15px 0;
}

#featured-detail-container {
	width: 620px;
	text-align: center;
	padding: 20px;
}