@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#999999;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	zoom: 1;
}

h2 {
	font-size: 14px;
	color: #ffffff;
	margin-bottom:12px;
	margin-top:7px;
}
h3 {
	font-size: 14px;
	color: #333333;
}
h4 {
	font-size: 14px;
	color: #000000;
	margin-bottom:0;
}
h6 {
	font-size: 12px;
	color: #eeeeee;
	margin-bottom:12px;
	margin-top:7px;
}
#close a{
	font-size: 14px;
	font-weight:bold;
	color: #333333;
	text-decoration:none;
	float:right;
	margin-right:10px;
}
select {
	font-size:11px;
	width:400px;
	margin: 2px;
}
textfield {
	font-size: 11px;
	width:160px;
	margin: 2px;
}
.smalltext {
	font-size: 11px;
}

/*LEFT MENU STYLES*/
#searchcont {
	background-image: url(../images/usedsearchbgtop.jpg);
	background-repeat: no-repeat;
	font-family: Arial;
	padding-left:10px;
	padding-right:0px;
	padding-top:10px;
	background-size:185px 250px;
}
#innersearch {
	width:160px;
}

#searchcontend {
	background-image: url(../images/usedsearchbgbottom.jpg);
	background-repeat: no-repeat;
	width: 185px;
}

#searchadvanced {
	text-align: left;
	width: 70px;
	float: left;
	margin-top:5px;
	margin-left:3px;
}
#searchbutton {
	width:163px;
	text-align: right;
	padding-top: 2px;
}

#searchfilters {
	background-image: url(../images/usedsearchbg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding-left: 8px;
	width:180px;
	font-size:10px;
}

#searchfilters a {
	margin-left: 5px;
	color:#ffffff;
	text-decoration:none;
	width:120px;
	float:left
}
#searchfilters a:hover {
	color:#cccccc;
	text-decoration:underline;
	
}
#searchfilters h2 {
	float:left;
	margin:0 auto;
	padding-top:10px;
	width:175px;
}
.change {
	float:right;
	width:30px;
	margin-right:23px;
}
.change a {
	color:#cccccc;
}
.change a:hover {
	color:#ffffff;
}

#selectModels h3 {
	margin:0px auto;
	padding:0px;
	font-size:12px;
	color:#FFFFFF;
	margin-left: 5px;
	margin-bottom:10px;
}
#searchbutton .change {
	float:left;
	width:40px;
}

#searchcont a {
	
	font-size: 10px;
	color: #FFFFFF;
}
#searchcont a:hover {
	font-size: 10px;
	color: #cccccc;
}
#searchlifestyle {
	background-image: url(../images/usedsearchbg.jpg);
	background-repeat: repeat-y;
	text-align:center;
	width: 185px;
}
#advancedcont {
	/*background-image: url(../images/usedsearchbg.jpg);
	background-repeat: repeat-y;*/
	margin: 0px;
	padding: 0px;
	width:165px;
}
.lifestyles {
	background-color:#CCC;
}


/*VEHICLE SEARCH PAGE*/


#results table {
	background-image:url(../images/bg_gradiant.jpg);
	background-repeat:repeat-x;
}

#car {
background-color:#CCCCCC;
	width:735px;
	padding-right:10px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:5px;
	border: 1px solid #666666;
	margin-bottom:10px;
}
#results h3 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 0px;
}

.calltoactionphone {
	background-image:url(../images/buttons/phone-calls-to-action.gif);
	background-repeat:no-repeat;
	width:180px;
	height:30px;
	font-size: 16px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:2px;

}
.calltoactionemail {	
	background-image:url(../images/buttons/email-calls-to-action.gif);
	background-repeat:no-repeat;
	width:180px;
	height:30px;
	font-size: 16px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:2px;
}
.calltoactionview {	
	background-image:url(../images/buttons/arrow-calls-to-action.gif);
	background-repeat:no-repeat;
	width:180px;
	height:30px;
	font-size: 16px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:2px;
}

.plainbutton a{	
	background-image:url(../images/buttons/plain-small.gif);
	background-repeat:no-repeat;
	width:98px;
	height:30px;
	font-size: 16px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:5px;
	float:right;
	text-align:center;
	text-decoration:none;
}

#calltoactiontext a {
	width:140px;
	height:20px;
	font-size: 16px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:5px;
	float:right;
	text-decoration:none;
}
#photo {
	/*margin-right:10px;*/
}
#photolist {
	width:150px;
	margin:0 auto;

}

.photolink A {
	float:left;
	text-decoration:none;
	text-align:center;
	margin-left:5px;
	color:#333333;
}
.photolink A:hover {
	background-color:#eeeeee;
}


/* form elements */

#results label {
	display:block;
	font-weight:bold;
	width:180px;
}
#results input {
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}

form {
	margin:0 auto; 
	padding:0;
}

#results textarea {
	width:380px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:145px;
	display:block;
	color:#777;
	float:right
}


#title h3 {
	margin: 0;
	padding: 0;
	font-size:16px;
	color:#333333;
}

#leftformbit {
	width:180px;
	float:left;
}

#rightformbit {
	width:400px;
	float:right;
}

#sendbit {
	width:140px;
	float:right;
}

/*FOOTER STYLES*/
#footer table {
	border: 1px solid #666666;
	background-color:#dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#222222;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#CC0000;
}
#footer #copy {
	font-size: 10px;
	padding:5px;
}




/*TOP MENU STYLES*/
#navcontainer
{
	text-align:center;
	background:url(../images/topmenubg.jpg);
	background-repeat:no-repeat
	margin: 0;
	padding: 0;
}
#navcontainer ul{
	/*text-align:center;*/
	margin: 0;
	margin-bottom: 1em;
	margin-left: 4px;
	float:right;
	width: 100%;
	border-width: 1px 0;
}
* html #navcontainer ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}
#navcontainer ul li{
	display: inline;
}
#navcontainer ul li a{
	float: left;
	color: white;
	padding: 7px 6px 4px 6px;
	margin: 4px 10px 4px 10px;
	text-decoration: none;
	/*background: white url(../images/menudivide.gif) top right repeat-y;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;	/*letter-spacing:1.2px;*/
}
#navcontainer ul li a:hover{
	color: white;
	border-bottom: 3px solid  #999999;
	padding-bottom: 0;
}
#navcontainer #current a{
	color: white;
	border-bottom: 3px solid #999999;
	padding-bottom: 0;
}
/* Generic Page layout */

#internalpageheader {
	width:760px;
}
#internalpagelist {
    width:760px;
	}
#internaltext {
    width:700px;
	padding-left:30px;
	text-align:justify;
}
/* telldaksh form elements */

#telldaksh label {
	display:block;
	font-weight:bold;
	width:180px;
}
#telldaksh input {
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}

#telldaksh select {
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
	width: 220px;
}

#telldaksh form {
	margin:0 auto; 
	padding:0;
}

#telldaksh textarea {
	width:580px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #999999;
	height:100px;
	display:block;
	color:#777;
	float:left
}
.telldakshbutton a{	
	background-image:url(../images/buttons/plain-small.gif);
	background-repeat:no-repeat;
	width:98px;
	height:30px;
	font-size: 16px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:5px;
	float:left;
	text-align:center;
	text-decoration:none;
}
#telldakshsendbit {
	width:140px;
	float:right;
}
#greybox {
	background: url(../images/greyboxbgtop.gif) no-repeat;
	padding: 10px 10px 0 10px;
}
#greyboxend {
	background: url(../images/greyboxbgbottom.gif) no-repeat;
	width: 760px;
	margin: 0 0 6px 0;
}
#greybox400 {
	background: url(../images/greyboxbgtop400.gif) no-repeat;
	width: 350px;
	text-align:left;
}
#greyboxend400 {
	background: url(../images/greyboxbgbottom400.gif) no-repeat;
	width: 350px;

}
/* service form elements */

#service label {
	display:block;
	font-weight:bold;
	width:180px;
}
#service input {
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}

#service form {
	margin:0 auto; 
	padding:0;
}

#service textarea {
	width:450px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #999999;
	height:100px;
	display:block;
	color:#777;
	float:left
}
.servicebutton a{	
	background-image:url(../images/buttons/plain-small.gif);
	background-repeat:no-repeat;
	width:98px;
	height:30px;
	font-size: 16px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:5px;
	float:left;
	text-align:center;
	text-decoration:none;
}
#servicesendbit {
	width:140px;
	float:right;
}
/* careers form elements */

#careers label {
	display:block;
	font-weight:bold;
	width:180px;
}
#careers input {
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
#careers select {
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
	width: 200px;
}
#careers form {
	margin:0 auto; 
	padding:0;
}

#careers textarea {
	width:250px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #999999;
	height:100px;
	display:block;
	color:#777;
	float:left
}
.careersbutton a{	
	background-image:url(../images/buttons/plain-small.gif);
	background-repeat:no-repeat;
	width:98px;
	height:30px;
	font-size: 16px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:5px;
	float:left;
	text-align:center;
	text-decoration:none;
}
#careerssendbit {
	width:140px;
	float:right;
}
/*FOOTER STYLES*/
#newcars a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#222222;
	text-decoration:none
}
#newcars a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CC0000;
}
.resultslink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.newcarmenulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}
.finduswhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
h5 {
	font-size: 14px;
	color: #000000;
	margin-bottom:0px;
	margin-top: 0px;
}
#hondabikesmenu {
	
	height:300px;
	width:130px;
	float:right;
	margin-right:10px;

}
#carconfig .blue {
	background: url(../images/buttons/blue.jpg) no-repeat;
	width: 185px;
	margin: 0;	
	padding: 10px 10px 0 10px;
}
#carconfig .red {
	background: url(../images/buttons/red.jpg) no-repeat;
	width: 185px;
	margin: 0;	
	padding: 10px 10px 0 10px;
}
#carconfig h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
}
#newdynlinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size:18px
}
#newdynlinks a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size:14px
}
#newdynlinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size:14px
}
#newdynlinkswhite {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size:18px
}
#newdynlinkswhite a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size:14px
}
#newdynlinkswhite a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: bold;
	font-size:14px
}
.smallgreybox {
	width: 227px;
	height: 210px;
	float: left;
	background: url(../images/newcars/smallgreyboxbgtop.gif) no-repeat;
	padding: 10px 10px 0 10px;
}
.smallgreyboxdyn {
	width: 227px;
	height: 210px;
	float: left;
	background: url(../images/newcars/smallgreyboxbgtop.gif) no-repeat;
	padding: 10px 10px 0 10px;
}
.smallgreyboxend {
	background: url(../images/newcars/smallgreyboxbgbottom.gif) no-repeat;
	width: 247px;
	margin: 0 0 6px 0;
}
.smallgreyboxendnew {
	background: url(../images/newcars/smallgreyboxbgbottomnew.gif) no-repeat;
	width: 247px;
	margin: 0 0 6px 0;
}
.smallgreyboxendnewred {
	background: url(../images/newcars/smallgreyboxbgbottomnewred.gif) no-repeat;
	width: 247px;
	margin: 0 0 6px 0;
}
.smallgreybox3 {
	width: 224px;
	height: 310px;
	float: right;
	background: url(../images/newcars/smallgreybox3bgtop.gif) no-repeat;
	padding: 10px 12px 0 10px;
}
.smallgreybox3end {
	background: url(../images/newcars/smallgreybox3bgbottom.gif) no-repeat;
	width: 247px;
	margin: 0 0 6px 0;
}
.smallgreybox3dyn {
	width: 227px;
	height: 70px;
	float: left;
	padding: 10px 10px 0 10px;
	background-image: url(../images/newcars/smallgreyboxbgtop.gif);
	background-repeat: no-repeat;
}
.smallgreybox3dynconf {
	width: 227px;
	height: 70px;
	float: left;
	background-image: url(../images/newcars/smallgreyboxbgtopconf.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.smallgreybox3dynfina {
	width: 227px;
	height: 70px;
	float: left;
	background-image: url(../images/newcars/smallgreyboxbgtopfina.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.smallgreybox3dynbuy {
	width: 227px;
	height: 70px;
	float: left;
	background-image: url(../images/newcars/smallgreyboxbgtopbuy.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.smallgreybox3dynvideo {
	width: 227px;
	height: 70px;
	float: left;
	background-image: url(../images/newcars/smallgreyboxbgtopvideo.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	smallgreybox3peugeotscrappage
}
.smallgreybox3peugeotscrappage {
	width: 227px;
	height: 70px;
	float: left;
	background-image: url(../images/newcars/smallgreybox3peugeotscrappage.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.smallgreybox3dynmot {
	width: 227px;
	height: 70px;
	float: left;
	background-image: url(../images/newcars/smallgreyboxbgtopmot.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.smallgreybox3dynfuel {
	width: 227px;
	height: 70px;
	float: left;
	background-image: url(../images/buttons/citroenfreefuel.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#anchor {
	font-family: Arial, Helvetica, sans-serif;
	color: #d4d8db;
	font-weight: bold;
	font-size:8px
}
#anchor a {
	font-family: Arial, Helvetica, sans-serif;
	color: #d4d8db;
	font-weight: bold;
	font-size:8px
}
#anchor a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #d4d8db;
	font-weight: bold;
	font-size:8px
}
.message_list {
list-style: none;
margin: 0;
padding: 0;
width: 700px;
}
.message_list li {
padding: 0;
margin: 0;
}
.message_head {
	cursor: hand;
	position: relative;
	display:block;
	margin: 0;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.message_head cite {
font-size: 100%;
font-weight: bold;
font-style: normal;
padding: 5px 0 5px 0;
}
.message_body {
padding: 0px 0px 0px 0;
}
.smalltextservice {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
#vauxhallhpbox {
	background:url(../landingpages/images/headers/vauxhallhp.png)
	background-repeat: no-repeat;
	height:257px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
body.red {
	background: #a70e13 url(../images/newcars/bg-grad-red.gif) repeat-x;	
}
/* brand contact form box */
.red .contactbox {
	background: url(../images/newcars/contactbgtop-red.gif) no-repeat;
	width: 165px;
	margin: 0;
	padding: 10px 10px 0 10px;
}
.red .contactboxend {
	background: url(../images/newcars/contactbgbottom-red.gif) no-repeat;
	width: 185px;
}
/* contextual call to action buttons */
.red .button {
	background: url(../images/newcars/buttonbgtop-red.gif) no-repeat;
}
.red .buttonend {
	background: url(../images/newcars/buttonbgbottom-red.gif) no-repeat;
}

/* green */
body.green {
	background-color: #296900;
	background-image: url(../images/newcars/bg-grad-green.gif);
	background-repeat: repeat-x;
}
/* brand contact form box */
.green .contactbox {
	background: url(../images/newcars/contactbgtop-green.gif) no-repeat;
	width: 165px;
	margin: 0;	
	padding: 10px 10px 0 10px;
}
.green .contactboxend {
	background: url(../images/newcars/contactbgbottom-green.gif) no-repeat;
	width: 185px;
}
/* contextual call to action buttons */
.green .button {
	background: url(../images/newcars/buttonbgtop-green.gif) no-repeat;
}
.green .buttonend {
	background: url(../images/newcars/buttonbgbottom-green.gif) no-repeat;
}

/* blue */
body.blue {
	background: #0a318f url(../images/newcars/bg-grad-blue.gif) repeat-x;	
}
/* brand contact form box */
.blue .contactbox {
	background: url(../images/newcars/contactbgtop-blue.gif) no-repeat;
	width: 165px;
	margin: 0;	
	padding: 10px 10px 0 10px;
}
.blue .contactboxend {
	background: url(../images/newcars/contactbgbottom-blue.gif) no-repeat;
	width: 185px;
}
/* contextual call to action buttons */
.blue .button {
	background: url(../images/newcars/buttonbgtop-blue.gif) no-repeat;
}
.blue .buttonend {
	background: url(../images/newcars/buttonbgbottom-blue.gif) no-repeat;
}
/* LRblue */
body.lrblue {
	background: #002940 url(../images/newcars/lrbg-grad-blue.gif) repeat-x;	
}
/* brand contact form box */
.lrblue .contactbox {
	background: url(../images/newcars/lrcontactbgtop-blue.gif) no-repeat;
	width: 165px;
	margin: 0;	
	padding: 10px 10px 0 10px;
}
.lrblue .contactboxend {
	background: url(../images/newcars/lrcontactbgbottom-blue.gif) no-repeat;
	width: 185px;
}
/* contextual call to action buttons */
.lrblue .button {
	background: url(../images/newcars/lrbuttonbgtop-blue.gif) no-repeat;
}
.lrblue .buttonend {
	background: url(../images/newcars/lrbuttonbgbottom-blue.gif) no-repeat;
}
/* grey */
body.grey {
	background: #464646 url(../images/newcars/bg-grad-grey.gif) repeat-x;	
}
/* brand contact form box */
.grey .contactbox {
	background: url(../images/newcars/contactbgtop-grey.gif) no-repeat;
	width: 165px;
	margin: 0;
	padding: 10px 10px 0 10px;
}
.grey .contactboxend {
	background: url(../images/newcars/contactbgbottom-grey.gif) no-repeat;
	width: 185px;
}
/* contextual call to action buttons */
.grey .button {
	background: url(../images/newcars/buttonbgtop-grey.gif) no-repeat;
}
.grey .buttonend {
	background: url(../images/newcars/buttonbgbottom-grey.gif) no-repeat;
}
.contactbox p {
	color: #ffffff;	
}
.minicontact {
	width: 135px;	
	margin: 0 0 4px 0;
	padding: 1px 2px 1px 3px;
	font-size: 11px;
	color: #000000;		
}
select.minicontact {
	width: 142px;
}
.submitbutton {
	width: 73px;
	height: 27px;
	background: #000000 url(/images/submit.gif);	
	cursor: pointer;
	border: none;
}.servicetel {
color:#FFFFFF;
font-size:14px;
}
#vip select {
	font-size: 11px;
	width:160px;
	margin: 2px;
}
#vip input {
	font-size: 11px;
	width:160px;
	margin: 2px;
}
#vipmerc select {
	font-family:"Trebuchet MS", Arial;
	font-size: 12px;
	width:250px;
	margin: 2px;
}
#vipmerc input {
    font-family:"Trebuchet MS", Arial;
	font-size: 12px;
	width:250px;
	margin: 2px;
}
.vipmercfont{
font-family:"Trebuchet MS", Arial;
font-size:12px
}
.openinghourslink {
	color:#333333;
	font-size:14px;
	text-decoration: none;
	font-weight: bold;
}
.openinghourslinkCopy {
	color:#333333;
	font-size:12px;
	text-decoration: none;
	font-weight: normal;
}
.frontlinks {
	color:#FFFFFF;
	font-size:14px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .5px;
}
.serviceshowall {
	color:#FF9900;
	font-size:14px;
	text-decoration: none;
	font-weight: bold;
}
/* overage form elements */

#overage label {
	display:block;
	font-weight:bold;
	width:250px;
}
#overage input {
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
	width: 250px;
}

#overage select {
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
	width: 250px;
}

#overage form {
	margin:0 auto; 
	padding:0;
}

#overage textarea {
	width:480px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #999999;
	height:100px;
	display:block;
	color:#777;
	float:left
}
#overage submitbutton {
	width: 73px;
	height: 27px;
	background: #000000 url(/images/submit.gif);	
	cursor: pointer;
	border: none;
.photolink {
	float:left;
	text-decoration:none;
	text-align:center;
	margin-left:10px;
	color:#333333;
}
body.green2
 {
	background-color: #296900;
}
/* brand contact form box */
.green2 .contactbox {
	background: url(../images/newcars/contactbgtop-green.gif) no-repeat;
	width: 165px;
	margin: 0;	
	padding: 10px 10px 0 10px;
}
.green2 .contactboxend {
	background: url(../images/newcars/contactbgbottom-green.gif) no-repeat;
	width: 185px;
}
/* contextual call to action buttons */
.green2 .button {
	background: url(../images/newcars/buttonbgtop-green.gif) no-repeat;
}
.green2 .buttonend {
	background: url(../images/newcars/buttonbgbottom-green.gif) no-repeat;
}





.bold14 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.rederror {
	color: red;
}
.greentext {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#009900;
}

#contact label {
	display:block;
	font-weight:bold;
	width:250px;
}
#contact input {
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
	width: 250px;
}

#contact select {
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
	width: 250px;
}

#contact form {
	margin:0 auto; 
	padding:0;
}

#contact textarea {
	width:480px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #999999;
	height:100px;
	display:block;
	color:#777;
	float:left
}

/* Changed On 12/16/2010 By kini
Change Start
*/
/*LEFT MENU STYLES*/
#postcode 
{       
        font-size: 12px;
        font-weight:bolder;
		color: #ffffff;
}

#routeinfo 
{ 
   color: #ffffff;
}

#mapInfo1 
{ 
   color: #ffffff;
}
#mapInfo2
{ 
   color: #ffffff;
}

   .tabbed-box {
      width: 210px;
	  }
   .tabbed-box .tabs li {
      list-style: none;
	  float:left;
      }
   .tabbed-box .tabs li a {
      display: block;
      width: 90px;
      padding: 5px 0;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      color: #fff;
}
   .tabbed-box .tabs li:first-child a {
      border-left: none; }
   .tabbed-box .tabs li a:hover {
      color: #ccc; }
   .tabbed-box .tabs li a:focus {
   	 }
   .tabbed-box .tabs li a.active {
      color: #fff;
	  text-decoration:underline;
	   }
   .tabbed-content {
      display: none; }
	  
#photodiv {
	background-repeat: no-repeat;
}
