

#LeftColumn {
	background-color: #f2f2f2;
	border-top: 10px solid #ffffff;
}
#RightColumn {
	background-color: #ffffff;
}

.PhotoBoxBorder {
	border: solid 3px #ffffff;
}

.AdditionalListing {
	border:1px solid #d8d8d8; 
	color:#333333;
	background-color: #f2f2f2;
	
}
.DistanceBox {
    border-left: 1px solid #cccccc;
}

.PriceBox {
    border-left: 1px solid #cccccc;
}


.SaveToFavorites { color:#0099c0; }
:hover.SaveToFavorites { color:#fe6600; }

.VehicleItemDescriptionTitle {
	color:#333333;
	
}

#InventoryContactConfirmation, #InventoryContact {
	background-image: url('http://images.zibe.com/portals/zibe/contactPopup.gif');
	background-repeat: no-repeat;
	color:#000000;
}

#InventoryContact .Label, #InventoryContactConfirmation .Label {
	color:#16387c;
}
#ZipCodeChange {
	background-image: url('http://images.zibe.com/portals/zibe/ZipCodeChangePopup.gif');
	background-repeat: no-repeat;
}
#ZipCodeInputBox { /* Move this to common.css */
	background-image: url('http://images.zibe.com/portals/zibe/ZipCodeInputBG.jpg'); 
	background-repeat: no-repeat;
}

div.PopupCpoTop {
	background-image:url('http://images.zibe.com/portals/zibe/popup_cpo_top.png');
	background-repeat:no-repeat;
	background-position:top;
}
div.PopupCpoBottom {
	background-image:url('http://images.zibe.com/portals/zibe/popup_cpo_bottom.png');
	background-repeat:no-repeat;
	background-position:bottom;
}
div.PopupCpoContent {
	background-image:url('http://images.zibe.com/portals/zibe/popup_cpo_middle.png');
	background-repeat:repeat-y;
}
div.PopupCpoArrow {
	background-image:url('http://images.zibe.com/portals/zibe/popup_cpo_arrow.png');
	background-repeat:no-repeat;
}