﻿/*******************************Compare Page Styles **************************************/

div.header 
{
	float:left;
	height:30px;
	width:100%;
	background:transparent url(/theme3/assets/images/header-top.jpg) no-repeat scroll 0 0;
}

a.results
{
    height : 17px;
    float: left;
	margin: 4px 0 0 15px;
    padding : 3px 0 0 23px;
    background : transparent url(/theme3/assets/images/arrow-left.gif) no-repeat scroll 0 -44px;
}

a.results:hover
{
    background : transparent url(/theme3/assets/images/arrow-left.gif) no-repeat scroll 0 -22px;
}

a.results:active
{
    background : transparent url(/theme3/assets/images/arrow-left.gif) no-repeat scroll 0 0;
}

div.vehicle-compare-container
{
	clear: left;
	float: left;
	margin: 0 0 0 15px;
	padding-bottom : 15px;
	display : inline;	
}

div.vehicle-compare-container img
{
	width: 180px;
	height: 120px;
	margin-left: 10px;
}

a.remove 
{
	background:transparent url(/theme1/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: 760px;
}

th.first
{
	visibility: hidden;
}	

table thead th
{
	width: 230px;
}

table thead
{
	margin-bottom: 15px;
}

td
{
	text-align: center;
	width: 25%;
	padding: 0 3px 0 13px;
	height: 25px;
}

table tbody tr
{
	height: 25px;	
}

table tbody tr.title td
{
	color:#CC0033;
	font-size:12px;	
	height: 25px;
}

table tbody tr.group_heading
{
    height : 35px;
	margin-top: 10px;	
}

table tbody tr.group_heading th
{
	font-weight: bold;	
	height: 25px;
	padding-top : 10px;	
	border-bottom: 1px solid #E6E6E6;
}

table tbody tr.odd
{
	background-color: #e7e7e7;	
}

table tbody th
{
	padding-left: 3px;
}
