#usedcars {
font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
list-style: none;
list-style-type: none;
margin: 0;
padding:0
}

#usedcars li {
display:block;
border: 1px solid white;
}

#usedcars img {
float:left;
border: none;
width: 150px;
height: 110px;
}


#usedcars li h4 {
font-size: 0.9em;
padding: 0px;
line-height:120%;
color: #007700;
margin: 0;
margin-left: 160px;
border-bottom: 4px solid #007700;
}

#usedcars li p {
font-size: 0.8em;
text-align:left;
line-height:140%;
margin-left: 160px;
}

#usedcars hr {
	clear: both;
  border: 2px solid #558855;
  border: 2px solid white;  
  width: 50%;
}

#usedcars li.odd img {
float:left;
}

#usedcars li.even img {
float:right;
margin-left: 10px;
}

#usedcars li.even p {
margin-right: 160px;
margin-left: 0;
text-align:right;
}

#usedcars li.even h4 {
margin-right: 160px;
margin-left: 0;
text-align: right;
}

#usedcars .text-details a {
color: #006600;
}