﻿/*******************************Compare Page Styles **************************************/

div.header 
{
	float:left;
	height:30px;
	width:100%;
}

a.results 
{
	background:transparent url(../../assets/images/back-to-results-btn.png) no-repeat scroll 0 0;
	float:left;
	height:24px;
	margin:6px 0px 6px 0px;	
	padding-top:4px;
	width:106px;
	color: #383838;
	text-align : center;
}

a.results:hover
{
	background: url(../../assets/images/back-to-results-hover-btn.png) no-repeat;	
	color: #383838;
}

div.vehicle-compare-container
{
	clear: left;
	float: left;
	margin-left: 0px;	
}

div.vehicle-compare-container img
{
	margin-left: 10px;
}

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: 590px;
	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;
	border-right:1px solid #ccc;
	
}

div.pe-finance-state table td
{
	width:120px;
}


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;
}



