#content-wrapper {
	background:#f1f2d0;
	margin: 0px 10px;
	width: auto;
	/*border:1px solid #BBCA0D;*/
	margin:0 10px;
	padding-bottom:5px;
}

.compareheader {
	background:#f1f2d0;
	clear: left;
	width: 100%;
}
#recentlist {
	border: 0px solid blue;
	float: left;
	padding: 10px 0;
	width: 100%;
}
#recentlist h2 {
	float: left;
	padding: 0 0 0 10px;
}
#recentlist form#recentform {
	border: 0px solid blue;
	padding: 0 10px;
	text-align: right;
}
form#recentform label {
	border: 0px solid blue;
	background-image: url("../gfx/right-arrow.gif");
	background-repeat: no-repeat;
	background-position: 20px 3px;
	margin: 0px;
	padding: 0px 0px 0px 28px;
}
select#recent-list option {
	padding-right: 5px;
}
.actions {
	padding: 5px 0;
}
.actions input {
	border: none;
	color:#999999;
	cursor: pointer;
	font-size: 0px;
	height: 23px;
	padding-left: 2px;
	text-align:left;
	width: 49px;
}
.actions input#add-to-recent {
	background: #f1f2d0 url("../gfx/add-button.gif");
	background-repeat: no-repeat;
}
.actions input#clear-recent {
	background: #f1f2d0 url("../gfx/clear-button.gif");
	background-repeat: no-repeat;
}
div.empty-comparison {
	height: 70px;
	clear: both;
	padding: 40px 0px 20px 30px;
	position: relative;
	text-align: left;
	width: auto;
}
div.empty-comparison p.error {
	padding-bottom: 10px;
}
div.empty-comparison p.instruction-alternative {
	padding-top: 10px;
	width: 50%;
}
.paging {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
}
.paging p {
	padding-right: 10px;
}
.pagingleft {
	float: left;
	padding-left: 15px;
	font-size: 12px;
	display:block;
	width: 95%;
	color: red;
	text-align: left;
}
.comparison table {
	background-color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 5px 0px 5px;
	clear: both;
}
.comparison td,
.comparison th {
	background-color: #fff;
	padding: 5px;
	vertical-align: top;
}
.comparison .compact-bottom {
	padding-bottom: 0px;
}
.comparison .compact-top {
	padding-top: 0px;
}
.comparison  th.title {
	vertical-align: bottom;
}
.comparison td.addcars,
.comparison .headings th {
	background:#f1f2d0;
}

.comparison th {
	background:#eaeaea;
}
.comparison  td {
	padding-bottom: 7px;
}
.removecar a {
	background-image: url("../gfx/icon-removecar.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #808080;
	padding-left: 13px;
	text-decoration: none;
}
.comparison td.image {
	background-color: #bbb;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
}
.comparison td.imagenull {
	background-color: #ddeb7c;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
}
/* borders */
.comparison td,
.comparison th {
	border: 1px solid #666;
}
.comparison tr.headings th,
.comparison th.null,
.comparison td.null {
	border: 0px;
}
.comparison td.addcars {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}
.comparison tr.section-top th,
.comparison tr.section-top td {
	border-bottom: 0px;
}
.comparison tr.section-mid th,
.comparison tr.section-mid td {
	border-top: 0px;
	border-bottom: 0px;
}
.comparison tr.section-base th,
.comparison tr.section-base td {
	border-top: 0px;
}
/* end borders */

.comparison td.addcars {
	padding: 10px;
	padding-top: 5px;
}
.comparison td.addcars span.addcars img {
	padding-bottom: 20px;
}
.comparison td.addcars p {
	text-align: middle;
}
.comparison td.addcars p#about-ratings a {
	background-image: url("../gfx/greystar.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	padding-left: 20px;
	position: relative;
}
.comparison tr.section-top th,
.comparison tr.section-top td {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
}
.comparison tr.section-top th span {
	padding-left: 10px;
	vertical-align: super;
}
.comparison th h6 {
	padding-left: 38px;
}
.comparison .vs-comparetable-first h6,
.comparison .vs-comparetable-first h6 a {
	color: #000;
}
.comparison th h6,
.comparison th.vs-comparetable-first h6 {
	padding-right: 10px;
	text-align: right;
}
.comparison td h6 {
	padding: 5px 0px 3px 0px;
}
.comparison td .description a {
	/*padding-left: 5px;*/
}
.comparison td a.similar {
	float: right;
}
.comparison td div.nostars {
	height: 18px;
	vertical-align: middle;
}

.comparison tr.fuel th {
	background-color: #dceaf3;
}
.comparison tr.safety th {
	background: #fff1d6;
}
.comparison tr.pollutants th {
	background-color: #ccede2;
}
p.sotto-voce {
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
}

td.seperator {
	background:#f1f2d0;
	width: 7px;

}
td.filler {
	background:#f1f2d0;
	width: auto;
}


td.image {

}

td.image a {
	line-height: 0px;
	position: relative;
}

td.image img {
	vertical-align: bottom;
}

tr.safetyfeatures th, tr.safetyfeatures td {
	padding-top: 10px;
}

