﻿/*******************************Compare Page Styles **************************************/

div.header 
{
	float:left;
	height:24px;
	width:100%;
	text-align: right;
	margin-top: -23px;
}
div.vehiclecompare ul.vehicle-nav {
margin-left:0;
}

a.results 
{
	background:transparent url(../../assets/images/back-to-results-btn.png) no-repeat scroll 0 0;
	height:24px;
	margin-right:18px;	
	padding-top:4px;
	color: #fff;
	text-decoration: none !important;
	font-size: 11px;
}

a.results:hover
{
	background: url(../../assets/images/back-to-results-hover-btn.png) no-repeat;	
	color: #fff;
	text-decoration: underline !important;
}

div.vehicle-compare-container
{
	clear: left;
	float: left;
	margin-left: 0px;	
	padding : 10px 15px 10px 15px;
}

div.vehicle-compare-container img
{
	padding-left: 4px;
}

a.remove 
{
	background:transparent url(../../assets/images/dustbin.gif) no-repeat scroll 0 0;
	float:left;
	font-size:9px;
	margin:5px 0 0 10px;
	padding-left:13px;
}

div.vehicle-compare-container table
{
	width: 570px;
	padding-top : 5px;
}

th.first
{
	visibility: hidden;
}	

table thead th
{
	width: 230px;
}

table thead
{
	margin-bottom: 15px;
}

td
{
	text-align: center;
	width: 25%;
	padding: 0 3px 0 3px;
	height: 25px;
}

table tbody tr
{
	height: 25px;	
}

table tbody tr.title td
{
	color:#CC0033;
	font-size:12px;	
	height: 25px;
}

table tbody tr.group_heading
{
	margin-top: 10px;	
}

table tbody tr.group_heading th
{
	font-weight: bold;	
	height: 25px;	
	border-bottom: 1px solid #E6E6E6;
}

table tbody tr.odd
{
	background-color: #e6e6e6;	
}

table tbody th
{
	padding-left: 3px;
}