/* ================== LISTINGS ============================== */
.external {
	margin: .5em auto;
	width: 500px;
	padding: 5px;
	text-align: left;
	border: 1px solid #c0c0c0;
	background-color: #fff;
	line-height: 1.25em;
	height: 100%;
}
.listing {
	margin: .5em auto;
	width: 650px;
	padding: 5px;
	text-align: left;
	border: 1px solid #c0c0c0;
	background-color: #fff;
	line-height: 1.25em;
}
.listing p {
	font-size: 80%;
	margin-bottom: 0;
	margin-top: .25em;
}
.listing-head {
	width: 100%;
	margin: 5px auto !important;
 	color: #004dc4; 
	background-color: transparent !important;
	border: 0 !important;
	font-weight: normal !important;
}
h2.listing-head {
	width: 100%;
}
h2.listing-head a {
	border: 0 !important;
}

.listing-img {
	margin: 0 1em 2em 0;
	width: 150px;
	float: left;
	text-align: center;
}	
.listing-img-large {
	width: 215px;
	float: left;
	margin: 0 1em 1em 0;
	text-align: left;
}
.listing-img img {
	border: 1px solid black;
	margin: 0 auto;
}
hr {
	color: #c0c0c0;
	background-color: #c0c0c0;
	border: none;
	height: 1px;
	margin: 0;
	padding: 0;
}
.listing p {
	text-align: justify;
}

.list_columns {
	width: 300px;
	float: right;
}
.list_left {
	width: 140px;
	padding: 5px;
	float: left;
}
.list_right {
	width: 140px;
	padding: 5px;
	float: left;
}
.list_thumb {
	width: 150px;
	height: 113px;
	border: 1px solid black;
	float: left;
}
dl.table {
	width: 170px;
	padding: 0;
	font: normal 1em "Trebuchet MS", sans-serif;
}
.table dt {
	width: 50%;
	float: left;
	margin: 0 0 0 0;
	font-weight: bold;
	text-align: left;
	clear: both; 
}
.table dd {
	width: 50%;
	float: left;
	margin: 0 0 0 0;
}
div.listing-photo {
	width: 480px;
	height: 150px;
	margin: 10px auto;
	padding: 10px;
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
	clear: both;

}
.listing-photo img {
	height: 150px;
	width: 200px;
	float: left;
	border: 1px inset #c0c0c0;
}
.listing-photo div {
	width: 241px;
	padding: 0 0 0 20px;
	text-align: center;
	float: left;
}
.listing-photo p {
	text-align: center;
}
div.vt {
	text-align: center;
	background-position: center center;
	position: static;
	margin-left: -10px;
	
}
.vt div {
}
.vt p {
	height: 28px;
	width: 100px;
	text-align: center;
	background-position: center center;	
}
.vt img {
	height: 28px;
	width: 36px;
	margin-left: 35px;
	background-position: center center;
	border: none;
}



.listing-container {
	width: 500px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	border: 1px solid #c0c0c0;
	background: #fff;
}
dl.listing-box {
	margin: 0 1px 0 0;
	text-align: center;
	float: left;
	width: 156px;
	padding: 5px;
}
.listing-box dt {
	margin: 0;
	width: 45%;
	text-align: left;
	float: left;
	color: #666;
}
.listing-box dd {
	margin: 0;
	width: 55%;
	text-align: left;
	float: left;
	color: #666;
}
dl.half, div.half {
	padding: 0 5px 1000px 5px;
	margin-bottom: -990px; 
	text-align: left;
	width: 300px;
	padding: 4px;
	margin: 0;
	float: left
/*	border-right: 1px solid white;
	background-color: #f0f0f0; 
	margin-right: 1px;*/
}
.half p {
	margin-top: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-left: auto;
}

* > dl.half, * > div.half {
	position: relative;
	z-index: 1000;
}
.half dt {
	width: 100%;
	text-align: left;
	margin: 0 5px 0 0;
	font-weight: bold;
	display: block;

}	
.half dd {
	width: 100%;
	margin: 0;
	text-align: justify;
	display: block;
}
