#TopTen {
   float: left;
   margin-top: 10px;
   margin-bottom: 10px;
   background-color: #efefef;
   width: 550px;
   display: inline;
}
#CarOfWeek {
   float: left;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: 10px;
   background-color: #cccccc;
   width: 400px !important;
   width: 402px;
   display: inline;
}
#TopTen a, #CarofWeek a, #OtherRanks a {
	text-decoration: none;
	color: #545252;
}
#TopTen a:hover, #CarOfWeek a:hover, #OtherRanks a:hover {
	text-decoration: underline;
	color: #545252;
}
#TopTen table, #CarOfWeek table {
	margin-top: 10px;
	margin-bottom: 10px;
}
#TopTen h1, #CarOfWeek h1, #OtherRanks h1 {
	color: #545252;
	font-family: Tahoma;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 0px;
}
#TopTen h3, #CarOfWeek h3 {
	color: #545252;
	font-family: Tahoma;
   font-size: 11px;
   font-weight: 400;
   text-decoration: none;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#OtherRanks {
   background-color: #ffffff;
   margin-left: 10px;
   margin-bottom: 10px;
   float: left;
   display: inline;
}
#OtherRanks h3 {
	color: #545252;
	font-family: Tahoma;
   font-size: 12px;
   font-weight: 400;
   text-decoration: none;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 50px;
}
#OtherRanks img {
   margin-right: 10px;
}
   
