/************ Search Results Box ******************/


#searchResults {
	margin-top:0px;
	width:625px;
	float:left;
}

#tabsLine {
	width: 625px;
	height: 14px;
	background-color: #47ad4b;
	clear:both;
	float:left;
}

#tabs .tabGreen {
	width: 89px;
	height: 20px;
	line-height:80%;
	background-image:url('/search_database/images/tab-green.png');
	float:left;
}

#tabs .tabGreen a {
	color:#fff;
}

#tabs .tabGrey {
	width: 89px;
	height: 20px;
	line-height:80%;
	background-image:url('/search_database/images/tab-grey.png');
	float:left;
}

#tabs .fadedtab {
	width: 89px;
	height: 20px;
	line-height:80%;
	background-image:url('/i/fadedtab.png');
	float:left;	
}

#tabs a {
	font-family: arial;
	font-size:11px;
	font-weight:bold;
	width:89px;
	height:20px;
	float:left;
	text-decoration:none;
	padding-top: 7px;
}

#tabs .tabGrey a{
	color:#595d59;
}
#tabs .fadedtab a {
	color:#aaa;
}

#tabs a.basket {
 	padding-left: 15px;
 	line-height:120%;
 	
}

#tabs a.leasing {
 	padding-left: 15px;
 	line-height:120%;
}

#tabs a.compare {
 	padding-left: 15px;
 	line-height:120%;
}


/***************apply filter button*************/

#vehicle_header .inputButton {
	width:80px;
	vertical-align:top;
	top:0px;
	height:20px;
	font-family:arial;
	font-size:12px;
	margin-left:30px;
}

/**************results*************************/

#ResultSet{
	float:left;
	width:615px;
}

.resultRow {
	width:610px;
	height:63px;
	border-top:2px solid #fff;
	clear:both;
}

.bg1 {
	background-color: #D5DBD5;
}

.bg2 {
	background-color: #E6EDE7;
}

img.vehicle_image{
	margin:3px 0 0 5px;
	border:1px solid #9AAFFF;
	padding:2px;
	height:50px;
	width:75px;
	float:left;

}

.envratinggreen {
	background-image:url('/search_database/images/rating_greensm.png');
	background-repeat: no-repeat;
	width:42px;
	height:41px;
	float:left;
}

.envratinglime {
	background:url('/search_database/images/rating_limesm.png') no-repeat;
	width:42px;
	height:41px;
}

.envratingyellow {
	background-image:url('/search_database/images/rating_yellowsm.png');
	background-repeat:no-repeat;
	width:42px;
	height:41px;
	float:left;
}

.envratingorange {
	background-image:url('/search_database/images/rating_orangesm.png');
	background-repeat: no-repeat;
	width:42px;
	height:41px;
	float:left;
}

.envratingred {
	background-image:url('/search_database/images/rating_redsm.png');
	background-repeat: no-repeat;
	width:42px;
	height:41px;
	float:left;
}

.rating_co2 {
	background-image:url('/search_database/images/blackbutton.gif');
	background-repeat: no-repeat;
	width:40px;
	height:40px;
	color:#fff;
	float:left;
}

.rating_mpg {
	background-image:url('/search_database/images/bluebutton.gif');
	background-repeat: no-repeat;
	width:40px;
	height:40px;
	float:left;
}

.rating_fuelcost {
	background-image:url('/search_database/images/bluebutton.gif');
	background-repeat: no-repeat;
	width:40px;
	height:40px;
	float:left;
}

.rating_epa, .rating_noepa {
	background-image:url('/search_database/images/smartway.png');
	background-repeat: no-repeat;
	width:40px;
	height:40px;
	float:left;
}

.rating_noepa {
	background-image:url('/search_database/images/nosmartway.png');
}

.rating_emission {
	background-image:url('/search_database/images/purplebutton.png');
	background-repeat: no-repeat;
	width:40px;
	height:40px;
	float:left;
	font-family:arial;
}

.rating_congestion {
	background-image:url('/search_database/images/redbutton.png');
	background-repeat: no-repeat;
	width:40px;
	height:40px;
	float:left;
	font-family:arial;
}



.resultRow .envratinggreen,
.resultRow .envratinglime,
.resultRow .envratingorange,
.resultRow .envratingyellow,
.resultRow .envratingred,
.resultRow .rating_co2,
.resultRow .rating_mpg,
.resultRow .rating_fuelcost   {
	margin-top:10px;
	margin-left:10px;
	margin-right:0px;
}

.envratinggreen,
.envratinglime,
.envratingorange,
.envratingyellow,
.envratingred,
.rating_co2,
.rating_mpg,
.rating_fuelcost,
.rating_epa,
.rating_noepa   {
	text-align:center;
	float:left;
	font-size:17px;
	font-family:arial;
	font-weight:bold;
	color:#fff;
	line-height:240%;
	margin-right:10px;
}

.rating_emission, .rating_congestion   {
	text-align:center;
	float:left;
	font-size:17px;
	font-family:arial;
	font-weight:bold;
	color:#fff;
	margin-right:10px;
	padding-top:8px;
}



.row_text {
	width:200px;
	color:#124B9F;
	font-family:arial;
	font-size:12px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	text-align:left;
	line-height:120%;
}

.inputBasket {
	float:left;
	margin-left:20px;
	margin-top:10px;
}

.comparison {
	position:relative;
	left: 30px;
}

.lease {
	position:relative;
	left: 30px;
}


.comparison_row{
	width:160px;
	height:18px;
	overflow:hidden;
	margin-bottom:5px;
	position: relative;
}

.lease_row{
	width:160px;
	height:18px;
	overflow:hidden;
	position: relative;
}

.moreinfo {
	margin-top:30px;
	margin-left:30px;
}

.similar {
	margin-top:0px;
}

.engine {
	float:right;
	margin-right:10px;
	margin-top:20px;
}

.fuelType {
	float:left;
	margin-top: 10px;
	margin-left:20px;
}

a.vehicle_link {
	text-decoration:none;
	color:#124B9F;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
}	

a:hover.vehicle_link {
	text-decoration:underline;
	color:#124B9F;
}



.hideClass {
	display:none;
}

#action_line {
	margin-top:5px;
	margin-bottom:5px;
	width:625px;
}

#action_line a{
	color:#124B9F;
}

#action_line a:hover{
	color:#124B9F;
	border-bottom:1px dashed #124B9F;
}


/*************** user login information ******************/
#user_login_info{
	margin-top:10px;
	padding:10px;
	float:left;
	width:600px;
	margin-bottom:10px;
	color:#124B9F;
	border:1px solid #ccc;
}

#user_login_info p{
	margin-bottom:5px;
	margin-left:0px;
}

#login_user{
	float:left;
	margin-left:20px;
	width:250px;
	border-right:1px solid #ddd;
}


#create_user {
	float:left;
	margin-left:60px;
}


#user-login div label{
	width:60px;
	float:left;
}

#user-create div label{
	width:100px;
	float:left;
}

#user-login input, #user-create input {
	border:1px solid #ccc;
	margin-bottom:5px;
}

#login_button{
	margin-left:135px;
}

#create_button{
	margin-left:127px;
}

#logout_user{
	float:right;
}

#messaging{
	position:relative;
	float:right;
	top:5px;
	margin-right:5px;
	color:#c80909;
	font-weight:bold;
}

#action_buttons{
	margin-top:10px;
	width:620px;
}

#action_buttons input {
	float:right;
}

#action_buttons #basketButton {
	float:left;
}

/**************compare table classes*************/
#comparison {
	width:627px;
	text-align:center;
}

#comparison td {
	padding:5px;
	border-right:3px solid #fff;
	border-bottom:2px solid #fff;
	font-weight:bold;
}

td.col_info {
	width:121px;
	color:#555;
}

td.col_title {
	width:143px;
	color:#555;
}

tr.green_border {
	background-color:#47AD4B;
	height:14px;
}


td.envratinggreen,
td.envratinglime,
td.envratingorange,
td.envratingyellow,
td.envratingred,
td.rating_co2,
td.rating_mpg,
td.rating_fuelcost,
td.rating_epa,
td.rating_noepa,
td.rating_emission,
td.rating_congestion{
	float:none;
	background-position:center center;
	line-height:240%;
}

/*************** leasing *********************/

p {
	margin:10px 10px 10px 0px;
	font-family: arial, tahoma, verdana;
	font-size: 12px;
	line-height:1.3em;
	color:#555;
}

fieldset#leasing legend {
	text-transform: capitalize;
}

.LeaseDelButton{
	float:right;
	margin-right:10px;
}

h2 {
	color:#fff;
	font-size:14px;
}

fieldset#leasing {
	margin-top: 0px;
	color:#555;
	width:610px;
}

li.carlist {
	margin-top:-12px;
}

p a {
	color:#3B5FA9;
	font-weight:bold;
}

p a:hover {
	text-decoration:underline;
}

#error {
	width:450px;
	margin:20px 0 20px 80px;
	text-align:center;
	border:2px solid red;
}

#error p {
	font-size:14px;
}

#ResultSet p img {
	margin:15px 0;
}

fieldset#leasing #submitThis {
	width:120px;
	position:relative;
	left:424px;
}
