html, body, textfield, textarea, input, table, th, td, tr {
margin:0;
padding:0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

p, ul, li, ol {
margin:0;
padding:0;
}

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

body { 
font-family: georgia, times, serif; 
color: black;
font-size:10pt; 
}

a:link, a:visited { 
border-bottom-width: 1px; 
border-bottom-style: solid; 
}

/* HIDING DIVS */
#Language {
display: none;
}
#BackArrow {
display: none;
}
#NavBar {
display: none;
}
#Banner {
display: none;;
}
#BannerHome {
display: none;;
}
#BannerTextMask {
display: none;;
}
#BannerText {
display: none;;
}
#SubNavTitle {
display: none;
}
#SubNav {
display: none;
}
#SubNavShadow {
display: none;
}
#Footer{
display: none;
}
#FooterCars {
display: none;
}
#DetailsTabs {
display: none;
}
#DetailsTableHolder {
position: absolute;
top: 50px;
}
#DetailsTable p {
font-size: 11pt;
}
#CarDetailHelp {
display: none;
}
#InterestedBox {
display: none;
}
#DetailFooter {
display: none;
}
#Gallery {
display: none;
}
#GalleryArea {
display: none;
}
#MediaButton {
display: none;
}
#CarDetailTitle { /*Long blue bar with the car title*/
	background-image:url(../images/main/car_listings_header.png);
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:100px;
	background-color: #eaf5fd;
}
h4 {
text-align:center;
font-size: 17pt;
font-weight:bold;
}
#CarImageForPrint {
display:block;
position:absolute;
top:125px;
left: -80px;
width: 500px;
height: 375px;
}

#PrintContactDetails {
padding :15px;
border: 1px solid #314f6b;
font-size: 10pt;
display:block;
position:absolute;
top:520px;
left: -80px;
width: 470px;
height: 90px;
}


#DetailsTableHolder {
postition: absolute;
height: 1000px;
width: 820px;
top: 105px;
left: 450px;
}
#DetailsTable {
postition: absolute;
width: 590px;
height: 150px;
}
table {
margin-top: 15px;
font-size: 10pt;
	width: 575px;
    border-spacing: 0px;
    background: #fff;
	border-left: 1px solid #dce1e6;
	border-top: 1px solid #dce1e6;
	color: #666666;
}
table th {
font-size: 10pt;
    text-align: left;
	width: 575px;
    font-weight: normal;
    padding: 5px 10px 5px 0px;
    border: 0px;
    border-bottom: 1px solid #dce1e6;
	border-right: 1px solid #dce1e6;
}
table td {
font-size: 10pt;
    border: 0px;
    border-bottom: 1px solid #dce1e6;
    border-right: 1px solid #dce1e6;
    padding: 5px 10px 5px 10px;
}

table tr.Odd {
    background: #edf8ff;
}



