#outsideTableMainListings,
#outsideTableDetailsListings{
	margin: 0px;
	padding-right: 10px;
}
.remoteHeader{
	color: #C40001;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
table.detailsTable{
	border: none;
}

#wrapper {
	width:440px;
	margin:50px auto;
	margin-top:10px;
	display:none
}
#wrapper * {
	margin:0;
	padding:0
}
#fullsize {
	text-align:center;
	position:relative;
	width:440px;
	height:400px;
	padding:2px;
	background-color:#f5f8ff;
}
#image {
	position:absolute;
	left:0px;
	width:440px;
}
#image img {
	z-index:25;
	max-width:440px;
	width: expression(this.width > 440 ? 440: true);
	max-height:400px;
	height: expression(this.height > 400 ? 400: true);
	padding:5px;
	border:1px solid #c2cae1;
	background-color:#ffffff;
	margin-right:auto;
	margin-left:auto;
}
#slidearea {
	float: left;
	height: 100px;
	margin-left: 5px;
	overflow: hidden
	position: relative;
	width: 395px;
}

/* Featured vehicle thumbnail */
#remote-feature-body{
	margin: 0px;
	width: 100%;
}
#featureLinkWrapper{
	width: 100%;
}
#linkWrap{
	float: left;
	/*width: 100%;*/
	text-align: center;
}
#featureLink{}
#featurePic {
	border: 1px solid #000000;
	max-width: 153px;
	width: expression(this.width > 153 ? 153: true);
	max-height: 153px;
	height: expression(this.height > 153 ? 153: true);
	margin: 10px;
}
#carDetails{
	font-family : Arial,Helvetica,sans-serif;
	font-size : 11px;
}
#detailsBtn{
}
#carID{}
#errorDiv{}
#carMake {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding-top: 8px;
}
#carPrice{
	color: #C40001;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

