.listingImage{
	padding: 15px;
	background-color:#FFEAD7;
	border: 1x solid #0070D7;
}

/* :: DB Listings :: */

#adSubtitle{
	font-size: 16px;
	color: gray;
	font-weight: bold;
	padding-bottom: 6px;
}
.adSubtitle{
	font-size: 16px;
	color:gray;
	font-weight: bold;
	padding-bottom: 6px;
}
  #listingsWrapper {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	 }
#listingsTable_header {
	width: 100%;
	border-bottom: 1px solid #00002A;
	text-align:left;
	height: 25px;
	padding: 2px;
	background-image: url('images/headerRow.gif'); 
	font-weight: bold; 
	color: #FFFFFF; 	
	font-variant:Small-Caps;
	font-size:13pt; 
	font-family:Georgia, Times New Roman, Times, Serif;
	clear: both;
	}		
#listingTable_row {		
		width: 99.8%;
		padding: 6px 0 4px 5px;
		border-bottom: 1px solid #999999;
		clear: both;
		}			
#listingTable_datacell {
	width: 98%;
	text-align: left;
	font-weight: normal; 
	color: #323264; 	
	font-size: 10pt; 
	font-family: Verdana,Tahoma,Arial,Sans-serif; 
	float: left;	
	}			
#listingTable_datacell p, body{
		text-align:left;
		font-weight: normal; 
		color: #323264; 	
		font-size:10pt; 
		font-family:Verdana,Tahoma,Arial,Sans-serif; 
		padding: 6px 0 4px 5px;
		}	
		
.listingsTable_address{
	text-align:left; 
	color: #323264; 	
	font-size:9pt; 
	font-family:Arial,Tahoma,Sans-serif;
	clear: both;
	}
	
#listingPhoto_main img {
	padding: 8px;
	border: 2px solid #001B99;
	background-color: #E6CC99;
	}
	

.dbListing_title { font-family: Georgia, Times New Roman, Times, serif;	font-size:9pt;	color:#666699;	font-weight: bold;	text-align: left; font-variant: small-caps}    

#imageContainer { // used in listing.php, container holds rows of three photos each
	background-color:#FEE9CE;
	padding: 15px 0 15px 15px;
	margin: 0 auto;   /* align for good browsers */
	} 
	
#listingTable_imagecontainer_left { 
	width:110px;
	float: left;
	clear:both;
	} 	
	
#listingTable_imagecontainer_right { 
	width: 112px;
	float: right;
	padding: 15 0 2 0;
	clear: both;
	}
	
#listingTable_imagecontainer_right img{ 
	padding: 8px;
	border: 1px solid gray;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	background: #FFFFCC;
	}	
	 
.listingImage {
	border: 1px solid orange;
	padding: 8px;
	background-color: #FFFFCC;
	} 
	
#lineListing_wrapper{ 
	width: 100%;
	height: 118px;
	background-color: #CEDCFF;
	padding: 0px;
	margin-top: 10px;
	}
#lineListing_photothumb{
	padding: 4px;
	background: #FFF1CE;
	border: 1px solid #001B99;
	width: 129px;
	height: 108px;
	text-align: center;
	float: left;
	}
#lineListing_title{
	width: 430px;
	height: 20px;
	padding: 6px;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 16px;
	font-weight: 900;
	color: #FFFFFF;
	background-color: #4F81FF;
	float: left;
	}
#lineListing_details{
	width: 430px;
	background-color: #A4BEFF;
	padding: 6px;
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana;
	font-size: 11px;
	color: #464679;
	float: left;
	}
#lineListing_description{
	width: 430px;
	background-color: #CEDCFF;
	padding: 6px;
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana;
	font-size: 11px;
	color: #464679;
	float: left;
	clear: right;
	}

.dbListing_imgspacing {width: 155px;  float: left; padding: 10px;}

.dbListing_imgframe { padding: 4px 4px 4px 4px; border: 1px solid #2B3168; background: #FFFFCC; margin: 0 auto;}

/* End DB Listings Style */
