@charset "utf-8";

/* CSS Document */
 

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f3f5f6;
	background-image: url(/Images/page-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 100.01%;
}

a {
	text-decoration: none;
}

body, td {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

a {
	color:#bc002f;
	text-decoration: none;
}

a:link {
	color: #bc002f;
	text-decoration: none;
}

a:visited {
	color: #bc002f;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

a:active {
	color: #bc002f;
	text-decoration: none;
}

a img {
	border: none;
}

/* clear without structural mark-up from PIE website*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* mac hide \*/
    * html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide */
/* do not change or amalgamate clearfix styles*/

h1, h2, h3, h4, h5 {
	border-bottom: 1px solid #74cbef;
}

p, blockquote {
	line-height: 1.3em;
	font-size: 0.75em;
}

blockquote {
	font-style: italic;
	text-indent: 2em;
	color: #333333;
	font-weight: bold;
}

hr {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	line-height: 0px;
	height: 1px;
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
	clear: both;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
	padding-bottom: 0.3em;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding-bottom: 0.3em;
}

h3 {
	font-size: 1em;
	margin-bottom: 0.5em;
	padding-bottom: 0.3em;
}

h4 {
	font-size: 0.8em;
	margin-bottom: 0.5em;
	padding-bottom: 0.3em;
}

h5 {
	font-size: 0.6em;
	margin-bottom: 0.5em;
	padding-bottom: 0.3em;
}

/***********************************************************/

div#header {
	width: 965px;
	height: 112px;
	margin: 0 auto;
}

div#header-left {
	float: left;
	height: 112px;
	width: 500px;
}

div#header-right {
	float: right;
	height: 112px;
	width: 465px;
	background-image: url(/Images/header-right-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

div#header-right p {
	margin-top: 0.85em;
	margin-left: 14.7em;
	font-size: 0.7em;
	width: 270px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #103150;
	font-family: Arial, Helvetica, sans-serif;
}

/***********************************************************/

div#nav {
	width: 905px;
	margin: 0 auto;
	height: 35px;
	text-align:center;
}

div#nav .radmenu ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	width: 890px;
	height: 35px;
	background-image: url(/Images/nav-li-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

div#nav .radmenu ul li {
	float:left;
	text-align: center;
/*	background-image: url(/Images/nav-li-bg.jpg);
	background-repeat: no-repeat;
	background-position: left;*/
	height: 35px;
}

div#nav .radmenu ul li a {
	color: #e4e4e4;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.75em;
	width: 100%;
	line-height: 2.8em;
	/*padding-left: 1.4em;
	padding-right: 1.4em;*/
}

* html div#nav .radmenu ul li {
	*width: 1em;
}

* html div#nav .radmenu ul li a {
	*position: relative;
    *display: block;
}

div#nav .radmenu ul li a:hover {
	color: #ffffff;
}

div#nav .RadMenu_Default{
	background-color: transparent;
	background-image: none;
	border: none;
}

div#nav .RadMenu_Default .link{
	background-color: transparent;
	line-height: 2.8em;
	background-image: none;
	border: none;
	cursor: pointer;
}

div#nav .RadMenu_Default .text{
	padding: 0;
	/*padding-left: 0.9em;
	padding-right: 0.9em;*/
	padding-left: 1.65em;
	padding-right: 1.65em;
	background-image: url(/Images/nav-li-bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

html>body div#nav .RadMenu_Default .text{
	*padding-left: 1.67em;
	*padding-right: 1.67em;
}

* html div#nav .RadMenu_Default .text{
	*padding-left: 1.67em;
	*padding-right: 1.67em;
}


div#nav .RadMenu_Default .group{
	width: auto;
	height: auto;
	border: none;
}

div#nav .RadMenu_Default .group .item{
	background-color: #f5f5f5;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: auto;
}

div#nav .RadMenu_Default .group .item .text{
	background-image: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

div#nav .RadMenu_Default .group .item .link{
	color: #666666;
	line-height: 1.8em;
}

div#nav .RadMenu_Default .group .item .link:hover{
	color: #000000;
}

/***********************************************************/

div#main {
	width: 965px;
	margin: 0 auto;
	background-image: url(/Images/main-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	clear: both;
}

/***********************************************************/

div#sidebar {
	float: left;
	width: 225px;
	background-image: url(/Images/sidebar-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 338px;
}

/***********************************************************/

div#sidebar-search {
	min-height: 263px;
	margin: 50px 15px 25px 30px;
}

div#sidebar-search h2 {
	font-size: 1em;
	margin-bottom: 0.7em;
	padding-bottom: 0.3em;
}

div#sidebar-search p {
	font-size: 0.65em;
	margin-bottom: 0.7em;
	line-height: normal;
}

div#sidebar-search label {
	clear: both;
	font-weight: bold;
	font-size: 0.7em;
	padding-bottom: 0.5em;
	display: block;
}

div#sidebar-search select {
	clear: both;
	margin-bottom: 1em;
	width: 180px;
	font-size: 0.7em;
}

div#sidebar-search .sidebar-search-btn, div#sidebar-search .sidebar-or {
	margin-bottom: 0.5em;
}

div#sidebar-search a {
	font-size: 1.3em;
}

/***********************************************************/

div#sidebar-other {
	margin: 0 15px 0 30px;
}

* html div#sidebar-other {
	*margin: 43px 15px 0 30px;
}

div#sidebar-other h2 {
	margin-bottom: 1em;
}

div#sidebar-other p {
	text-align: center;
	line-height: normal;
	margin-bottom: 1em;
}

div#sidebar-other .sidebar-other-img, div#sidebar-other .sidebar-other-map {
	margin-bottom: 1em;
}

div#sidebar-other .sidebar-other-map {
	border: 1px solid #103150;
}

/***********************************************************/

div#content {
	float: right;
	width: 740px;
	background-image: url(/Images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 338px;
}

/***********************************************************/

div#content-spotlight {
	margin: 38px 10px 0px 0px;
	/* min-height: 263px; */
}

/***********************************************************/

div#content-other {
	margin: 0 30px 0 5px;
	padding-left: 20px;
	border-left: 1px solid #cccccc;
}

div#content-all {
	margin: 41px 30px 0 5px;
	padding-left: 20px;
	border-left: 1px solid #cccccc;
}

/***********************************************************/

div#content-other p, div#content-other ol, div#content-other ul, div#content-other blockquote, div#content-all p, div#content-all ol, div#content-all ul, div#content-all blockquote {
	margin-bottom: 1em;
}

div#content-other ol, div#content-all ol {
	list-style-position: inside;
}

div#content-other ol li, div#content-all ol li {
	line-height: 2em;
	font-size: 0.8em;
}

div#content-other ul li, div#content-all ul li {
	font-size: 0.8em;
	list-style-position: inside;
	list-style-image: none;
	line-height: 2em;
	background-image: url(/Images/content-other-ul-li-bullet.gif);
	background-position: left top;
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 1.5em;
}

html>body div#content-other ul li, html>body div#content-all ul li {
 *padding-left: 0.5em;
}

/***********************************************************/

div#content-other fieldset, div#content-all fieldset {
	padding: 1em;
	border: 1px solid #cccccc;
	background-image: url(/Images/content-other-fieldset-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#content-other fieldset legend, div#content-all fieldset legend {
	margin: 0;
	padding: 0 0.5em;
	color:#103150;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.75em;
}

div#content-other fieldset ol, div#content-all fieldset ol, div#content-other fieldset ul, div#content-all fieldset ul {
	margin: 0;
}

div#content-other fieldset ol li, div#content-all fieldset ol li, div#content-other fieldset ul li, div#content-all fieldset ul li {
	list-style-position: inside;
	list-style-type: none;
	vertical-align: top;
	margin: 1em 0;
	font-size: 0.75em;
	background-image:none;
}

div#content-other fieldset ol li label, div#content-all fieldset ol li label, div#content-other fieldset ul li label, div#content-all fieldset ul li label {
	float: left;
	width: 30%;
	text-align: right;
	margin-right: 1em;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #888888;
	letter-spacing: 0.1em;
}

div#content-all fieldset ul li table tbody tr td label{
	float: none;
	width: auto;
	text-align: left;
	margin-right: 2em;
	margin-left: 0.5em;
}

div#content-other fieldset ol li input, div#content-other fieldset ol li select, div#content-other fieldset ol li textarea, div#content-all fieldset ol li input, div#content-all fieldset ol li select, div#content-all fieldset ol li textarea, div#content-other fieldset ul li input, div#content-other fieldset ul li select, div#content-other fieldset ul li textarea, div#content-all fieldset ul li input, div#content-all fieldset uol li select, div#content-all fieldset ul li textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0.2em;
}

div#content-other fieldset ol li input.content-form-textfield, div#content-all fieldset ol li input.content-form-textfield, div#content-other fieldset ul li input.content-form-textfield, div#content-all fieldset ul li input.content-form-textfield, div#content-other fieldset ul li input.umbEditorTextField, div#content-all fieldset ul li input.umbEditorTextField {
	width: 18em;
	border: 1px solid #cccccc;
}

div#content-other fieldset ol li input.content-form-file, div#content-all fieldset ol li input.content-form-file, div#content-other fieldset ul li input.content-form-file, div#content-all fieldset ul li input.content-form-file {
/* I hate file upload fields */
}

div#content-other fieldset ol li textarea, div#content-all fieldset ol li textarea, div#content-other fieldset ul li textarea, div#content-all fieldset ul li textarea {
	width: 18em;
	border: 1px solid #cccccc;
}

div#content-other fieldset ol li select, div#content-all fieldset ol li select, div#content-other fieldset ul li select, div#content-all fieldset ul li select {
	width: 18em;
}

html>body div#content-other fieldset ol li textarea, html>body div#content-all fieldset ol li textarea, html>body div#content-other fieldset ul li textarea, html>body div#content-all fieldset ul li textarea {
 *overflow: auto;
}

div#content-other fieldset ol li input.content-form-button, div#content-all fieldset ol li input.content-form-button, div#content-other fieldset ul li input.content-form-button, div#content-all fieldset ul li input.content-form-button {
	width: auto;
	font-size: 0.8em;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	color: #bc002f;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	cursor: pointer;
	background-image: url(/Images/content-button-bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin-left: 31.8%;
}

div#content-other fieldset input.button, div#content-all fieldset input.button {
	width: auto;
	font-size: 0.8em;
	border: 1px solid #894300;
	padding: 0.25em;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	cursor: pointer;
	background-image: url(/Images/content-button-bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin-left: 34%;
}


* html div#content-other fieldset ol li input.content-form-button, * html div#content-all fieldset ol li input.content-form-button, * html div#content-other fieldset ul li input.content-form-button, * html div#content-all fieldset ul li input.content-form-button {
	*margin-left: 30.7%;
}

div#content-other fieldset ol li input.content-form-button:hover, div#content-all fieldset ol li input.content-form-button:hover, div#content-other fieldset ul li input.content-form-button:hover, div#content-all fieldset ul li input.content-form-button:hover {
	color: #990000;
}

div#content-other fieldset ol li ol, div#content-all fieldset ol li ol, div#content-other fieldset ul li ul, div#content-all fieldset uol li ul {
	display: inline;
}

div#content-other fieldset ol li ol li, div#content-all fieldset ol li ol li, div#content-other fieldset ul li ul li, div#content-all fieldset ul li ul li {
	display: inline;
}

div#content-other fieldset ol li ol li label, div#content-all fieldset ol li ol li label, div#content-other fieldset ul li ul li label, div#content-all fieldset ul li ul li label {
	float: none;
	width: auto;
	text-align: left;
	margin-left: 0.5em;
	margin-right: 1em;
	font-weight: normal;
}

div#content-other fieldset span, div#content-all fieldset span {
	color: #CC0000;
}

div#content-other fieldset span.content-form-required, div#content-all fieldset span.content-form-required, div#content-other fieldset span.FormErrorText, div#content-all fieldset span.FormErrorText {
	margin-left: 0.5em;
}

div#content-other fieldset .content-form-invalid, div#content-all fieldset .content-form-invalid {
	background-color:#FFFFCC;
}

/***********************************************************/

div#footer {
	width: 965px;
	margin: 0 auto;
	/*padding-top: 3em;*/
	height: 50px;
	background-image: url(/Images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}

div#footer p {
	font-size: 0.75em;
	text-align: center;
	color: #999999;
	margin: 0 5em 2em 5em;
}

/***********************************************************/

.VehicleDetailsBtn2{
	margin: 0 auto;
}

.VehicleDetailsTable{
	padding: 0px;
	width: 560px;
	margin: 0 62px;
}

.VehicleDetailsTable2{
	font-size: 65%;
}

.VehicleDetailsCell1{
	text-align: right;
	font-weight: bold;
	width: 15%;
	vertical-align:top;
}

.VehicleDetailsCell2{
	width: 35%;
	vertical-align:top;
	padding-left: 1em;
}

.VehicleDetailsCell2{

}

html>body .VehicleDetailsTable{
	*padding: 0px;
	*margin: 0px;
}

.VehicleDetailsTable h3{
	margin-left: 10px;
	margin-top: 10px;
	color: #103150;
}

a.VehicleDetailsImage img{
	border: 4px solid #f8b600;
	margin-left: 4px;
}

a.VehicleDetailsImage img{
	border: 4px solid #f8b600;
	margin-left: 4px;
}

a.VehicleDetailsImage:hover img{
	border: 4px solid #74cbef;
	margin-left: 4px;
}

a.activeSlide img{
	border: 4px solid #000000;
}

a:focus {
	outline: none;
}

#VehicleImages {
	margin: 0px;
	position:relative;
	top: 2px;
	height: 310px;
}

#VehicleImages img {
	border: 4px solid #f8b600;
	margin-left: 4px;
}

.VehicleDetailsImageNoCycle {

}

.VehicleDetailsBtn{
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

* html .VehicleDetailsBtn{
	*margin-top: 0px;
	*margin-bottom: 0px;
}

.PrintHeaderImage, .PrintFooterImage{
	display: none;
}

/************************************/

.SearchResultsPagingTable{
	padding: 5px;
	border: 2px solid #ededed;
}

.SearchResultsPagingCell1{
	background-color: #FFFFFF;
	font-size: 65%;
}

.SearchResultsPagingCell2{
	background-color: #FFFFFF;
	text-align:right;
	font-size: 65%;
}

.GridPageStatus{
	background-color: #FFFFFF;
	font-size: 65%;
}

.SearchResultsTable1{
	background-color:#f5f5f5;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 70%;
	padding: 5px;
}

.SearchResultsTable2{
	background-color: #f5f5f5;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 70%;
	padding: 5px;
}

.SearchResultsThumb{
	border: 1px solid #000000;
}

.SearchResultsCell1{
	width: 140px;
}

.SearchResultsCell2{
	font-weight: bold;
	height: 25%;
}

.SearchResultsCell3{
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	width: 120px;
	height: 25%;
}

.SearchResultsCell4{
	width: 152px;
}

.SearchResultsCell5{
	font-size: 130%;
	text-transform:uppercase;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	color: #999999;
	height: 25%;
}

.SearchResultsCell6{
	font-size: 130%;
	text-transform:uppercase;
	font-weight: bold;
	color: #cc0000;
}

.SearchResultsCell7{
	text-align:center;
}

.SearchResultsBtn{
	cursor: hand;
	cursor: pointer;
}

/*************************************************/


/***********************************************************/

/*New Content Added for Design of Inner Pages */

/* New Vehicles Page 3 column layoutfor vehicles */

.new-cars-wrap img {
	float: left;
	margin-top: 38px;
	margin-bottom: 18px;
}
.new-cars-wrap {
	
	float: left;
	width: 670px;
}




/*car Hire Page */
#car-hire-wrap {
	float: left;
	width: 660px;
	font-size: 12px;
	color: #666666;
}
#car-hire-wrap .car-hire-row-block {
	float: left;
	width: 660px;
	height: 90px;
}
#car-hire-wrap .car-hire-row-block .car-hire-entry {
	float: left;
	width: 78px;
	margin-right: 2px;
	text-align: center;
	margin-top: 28px;
}
#car-hire-wrap .car-hire-row-block .car-hire-booking {
	float: left;
	width: 100px;
	margin-top: 24px;
}
#car-hire-wrap .car-hire-row-block .car-hire-header {
	float: left;
	width: 78px;
	margin-right: 2px;
	font-weight: bold;
	text-align: center;
}
#car-hire-wrap .car-hire-row-block .car-hire-entry-img {
	float: left;
	width: 130px;
	font-weight: bold;
	text-align: center;
}
#car-hire-wrap .car-hire-row-block .car-hire-entry-vehicle {
	float: left;
	width: 98px;
	margin-right: 2px;
	font-weight: bold;
	margin-top: 28px;
	text-align: center;
}

#car-hire-wrap .car-hire-row-block .car-hire-booking-header {
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: center;
}

/* Offers Terms and Conditions */

#main #content #content-all .terms-conditions {
	font-size: 11px;
	color:#999999
}





















/*Used Car Advanced Search Radio Buttons IE6 and 7 */

#UsedVehicleSearchAdvanced_3_RadioButtonListTransmission, #UsedVehicleSearchAdvanced_3_RadioButtonListFuelType {

/* targeting IE6 only */

_float:left;
_display: block;
_margin-left: 24px;
_width: 170px;


/* targeting IE7 only */
.float: left;
.display: block;
.clear:none;
.width: 280px;
.margin-left: 12px;
}



/* Advanced Search Form */


#UsedVehicleSearchAdvanced_3_RadioButtonListTransmission_0, #UsedVehicleSearchAdvanced_3_RadioButtonListTransmission_1, #UsedVehicleSearchAdvanced_3_RadioButtonListTransmission_2{
/* targeting IE6 only */

_width: 20px;
_clear: right;
_margin-left: 12px;


/* targeting IE7 only */
.width: 20px;
.clear: right;
.margin-left: 12px;
}





#UsedVehicleSearchAdvanced_3_RadioButtonListFuelType_0, #UsedVehicleSearchAdvanced_3_RadioButtonListFuelType_1, #UsedVehicleSearchAdvanced_3_RadioButtonListFuelType_2 {
/* targeting IE6 only */
_margin-left: 12px;




/* targeting IE7 only */

.margin-left: 12px;


}







#UsedVehicleSearchAdvanced_3_RadioButtonListTransmission label, #UsedVehicleSearchAdvanced_3_RadioButtonListFuelType label {
	/* targeting IE6 only */

_float: left;
.float: left;


}

#content #UsedVehicleSearchAdvanced_3_RadioButtonListTransmission td, #content #UsedVehicleSearchAdvanced_3_RadioButtonListFuelType td {

/* targeting IE6 and 7  only */

_float: left;
.float: left;


/*
.margin-left: -24px;
_margin-left: -24px;

*/

.width: 60px;
.display:block;
_width: 60px;
_display:block;

}





































/* Aftersales enquiry form */

#AutoFormPlus_3_AftersalesEnquiryFormService_li {

display: block;

}
#AutoFormPlus_3_AftersalesEnquiryFormService_label
{

float: left;}


#AutoFormPlus_3_AftersalesEnquiryFormService {
/* targeting IE6 only */

_float:left;
_display: block;
_width: 500px;
_padding-left: 0px;

/* targeting IE7 only */
.float: left;
.display: block;
.clear:none;
.width: 380px;
.margin-left: 10px;
}
#AutoFormPlus_3_AftersalesEnquiryFormService label {.padding-left: 14px;_padding-left:14px; _margin-top:28px}


#AutoFormPlus_3_AftersalesEnquiryFormService tr {

/* Other browsers */


width: 80px;

/* targeting IE6 only */

_float:left;
_width: 80px;


/* targeting IE7 only */

.float:left;
.width: 80px;




}
#AutoFormPlus_3_AftersalesEnquiryFormService label {

_float: left;
.float: left;
margin-top: -4px;

}


#AutoFormPlus_3_AftersalesEnquiryFormService_0, #AutoFormPlus_3_AftersalesEnquiryFormService_1, #AutoFormPlus_3_AftersalesEnquiryFormService_2{

float:left;
margin-right: 24px;
_margin-right: -24px;
.margin-right: -24px;
_margin-left: 3px;
_margin-top: -4px;


}


#AutoFormPlus_3_AftersalesEnquiryFormService_0, #AutoFormPlus_3_AftersalesEnquiryFormService_1, #AutoFormPlus_3_AftersalesEnquiryFormService_2 {


float: left;





/* targeting IE6 only */

_float: left;
_width: 20px;

/* targeting IE7 only */

.float: left;
.width: 20px;
}


/* Homepage Introduction */
.homepage-wrap {
float: left;
width: 680px;
clear: both;
}

.home-event{
	background-image: url(/Content/ContentImages/home-koleos-spotlight-bg.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 684px;
	margin-bottom: 30px;
}

.home-event span{
	color: #FFFFFF;
	font-size: 48px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	left: 20px;
	top: 118px;
}

.homepage-intro {
float: left;
width: 380px;
margin-right: 20px;
}

.homepage-future-models {
float: left;
width: 255px;
}


/* About Us page */

.image-right-align {
padding-left: 14px;
}

.image-left-align {
padding-right: 14px;


}

/* Used car Search Results */


.SearchResultsCell3, .SearchResultsCell4 {
font-size: 12px;
}

.PagingCell, .PagingCellSelected {
padding-left: 4px;
padding-right: 4px;
}

.SearchResultsPagingTable {

}

span#UsedVehicleSearchResults_3_SpanPagesTop, span#UsedVehicleSearchResults_3_SpanPagesBottom{
	float: left;
	/*width: 50%;*/
	font-size: 1.2em;
	margin-left: 5px;
}

span#UsedVehicleSearchResults_3_SpanPagingControlsTop, span#UsedVehicleSearchResults_3_SpanPagingControlsBottom{
	float: right;
	/*width: 50%;*/
	text-align: right;
	font-size: 1.2em;
	margin-right: 5px;
}

.VehicleDetailsTable2 {
font-size: 11px;

}

#content #AutoFormPlus_3_btnSubmit {
 margin-left: 360px;
 
/* for ie7 only */

.margin-left: 348px;

/* for ie6 only */

_margin-left: 360px;

}


#content #AutoFormPlus_3_ContactUsEnquiryFormTitle {

width: 200px;

}


#content #AutoFormPlus_3_BusinessEnquiryTitle, #content #AutoFormPlus_3_CarHireFormTitle, #content #AutoFormPlus_3_FinanceEnquiryFormTitle,  #content #AutoFormPlus_3_SpecialOffersEnquiryFormTitle, #content #AutoFormPlus_3_TestDriveEnquiryFormTitle, #content #AutoFormPlus_3_EnquiryFormTitle, #content #UsedVehicleEnquiryForm_4_Title, #content #AutoFormPlus_3_AftersalesEnquiryFormTitle {

width: 200px;

}

#content #UsedVehicleEnquiryForm_4_Submit {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../../images/used-car-search-submit-btn.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 21px;
	width: 130px;
	margin-left: 312px;
	color: #FFFFFF;
}

#content #UsedVehicleEnquiryForm_4_Submit, #content #UsedVehicleSearchAdvanced_3_ButtonSubmit {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../../images/search-btn-plain.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 21px;
	width: 130px;
	margin-left: 310px;
	color: #FFFFFF;
}
#advanced-search-txt-link a {
margin-top: 12px;
font-size: 12px;
margin-left: 70px;
_margin-left: 70px;
.margin-left: 10px;

}


/*Homepage Used car offers */

.HomeLatestDealsTable{
	
}

.HomeLatestDealsTableCell1{
	padding-right: 10px;
	padding-bottom: 20px;
}

.HomeLatestDealsTableCell2{
	padding-left: 10px;
	padding-bottom: 20px;
}

span.HomeVehicleThumb {
	width:120px;
	height:90px;
	float:left;
	padding-right: 20px;
	/*font-size: 12px;*/
}

span.HomeVehicleThumb img{
	border: 1px solid #bc002f;
}

.HomeVehicleDetails {
	/*width:320px;*/
	/*float:right;*/
	line-height: 2em;
}

.HomeVehicleDetails img{
	padding-top: 7px;
}

.HomeVehicleTitle {
	/*width:320px;*/
}

/* Offers Homepage*/

.vehicles-2col {
	float: left;
	width: 320px;
	text-align: center;
	font-size: 12px;
}

#content-all .3col-mini-spotlight, #content .3col-mini-spotlight {

width: 220px;
float: left;
}

#content-all .3col-mini-spotlight img {

margin-right: 30px;
}

#content-all .3col-wrap, #content .3col-wrap {
width: 670px;
float: left;
}
#content-all 3col-wrap img{

padding-right: 20px;
}

/* Sidebar Headers */

#sidebar-search h2, #sidebar-other h2{
	text-align: center;
}



#content .home-car-description {
width; 210px;
float: left;
}



/* Lists in Thumbnails IE Fix */


#content-all .thumbnail-list li {
	_background-image: url(../images/content-other-ul-li-bullet.gif);
	_background-repeat: no-repeat;
	_background-position: left center;
	.background-image: url(../images/content-other-ul-li-bullet.gif);
	.background-repeat: no-repeat;
	.background-position: left center;
	.list-style-position: outside;
    _list-style-position: outside;

}

#content-all .thumbnail-list  {
   
	_padding-left: 50px;	
    .padding-left: 50px;	
}

/*********************************************/

.print-header, .print-footer{
	display: none;
}




/* Car Hire Table*/

.car-hire-table {
	text-align: center;
	font-size: 12px;
}
.car-hire-table th {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.car-hire-table td {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/**/

.offerimages { margin: 5px;}

.ServiceList table {margin-left: 220px}
	
	
	
	
	
/*********************************/
	
.UsedVehicleDetailsInset {
    width: 680px;
    margin: auto auto;
    float: left}
    
    .clear{clear: both}

#VehicleImages{
    width: 416px; 
    float: left; 
    margin-bottom: 8px} 

div.specs {height: auto}

div.specs h3 {
    width: 538px; 
    margin: 4px 0 2px 4px !important}
    
dl.specs, dl.specs dt, dl.specs dd {padding:0; margin:0; float: left}        

dl.specs {width: 270px; font-size: 12px} 
       
    dl.specs dt {
        width: 106px; 
        font-weight:bold; 
        margin-left: 4px;_margin-left: 2px; 
        border-bottom: 1px dotted #ccc; 
        padding-left: 2px}    
    dl.specs dd {
        width: 154px; 
        border-bottom: 1px dotted #ccc; 
        margin-right: 4px}     

.pics {float: left}

.thumbs {
    width: 130px; 
    float: left; 
    padding: 0}
    .thumbs img {margin-top: 5px}
    
.thumbs2 {
    clear: both; 
    width: 600px}
    .thumbs2 img {margin-right: 3px}

.advancedSearchLink {margin: 8px 4px 4px 10px}
    .advancedSearchLink a {margin: 0px !important}
    
.imgSalesman {
    clear: both;
    margin-left: 4px}
	
	
.car-offer {border:1px solid #eee; margin-bottom:10px; padding:1px}
.car-offer img {float:left; display:block; }
.car-offer h2 {border-bottom:0; font-size:16px; padding:4px; color:#000; background-color:#eee}
.car-offer .text {width: 300px; float:right}
.car-offer h4 {color:#000; padding-bottom:2px; font-size:15px; margin-bottom:2px; margin-top:20px}
.car-offer h5 {border:none; font-size:13px; }
.car-offer h5 span {color:#000 !important;}
.car-offer p {font-size:15px; margin-top:10px}
.car-offer .smallprint {clear:both; font-size:10px; padding:5px}
.car-offer span.apr {font-size: 20px; font-weight:bold}
.car-offer span.apr span {font-size: 15px; font-weight:bold; padding-left:8px}



/* Motability offer styling */

		#mbs {width:680px; background-color:#fff; font-family: Arial, Helvetica, sans-serif; padding:8px}
			#mbs .item {padding-top:30px}
			#mbs .item h3 {border:none; font-weight:bold; color:#000; font-size:25px; width:400px; height:24px; display:inline; padding-left:4px}
			#mbs .item h4 {border:none; color:#777; font-size:12px; height:12px; font-weight:normal; width:320px; margin: 0px 0 0 2px; padding-left:4px}
			#mbs .item .img {display:block; width:92px; height:52px; overflow:hidden; float:right; margin-top:-7px}
			#mbs .item .img img {margin-top:-20px}
			#mbs .item .img.big {height:68px; margin-top:-21px}
			#mbs .item .img.big img {margin-top:-15px}
			#mbs .item .img.alt {width:140px}
			#mbs .item .img.alt img {margin-top:-6px}
			a.enquire-btn {width:180px; height:21px; display:block; background:url(http://www.palmbay.co.uk/images/offers-enquiry-btn.jpg) no-repeat; 
									  text-indent:-9999px; float:right; margin: 12px 5px 0 14px}
			#mbs table {margin: 10px 0 0 4px; width:672px; border:1px solid #ccc}
				#mbs table thead {background:#ccc}
				#mbs table thead td {font-weight:bold; color:#000; font-size:12px; padding:3px 4px}
				#mbs table tbody td {color:#333; font-size:11px; padding:3px 4px; height:20px; width:25%; border-bottom:1px dotted #ccc}
				#mbs table tbody tr:last-child td {border:none}			
			span.eco {display:inline-block; width:32px; height:13px; background:url(http://www.palmbay.co.uk/images/mbs-eco-small.png) no-repeat; margin-left:4px}
			
		/* */
		
		#vehicle-grid {margin: 30px 0 20px 30px}
		#vehicle-grid a {display:block; float:left; width:135px; min-height:80px; margin: 0 7px 16px 8px; border:1px solid #fff; padding:0 0 8px 0; -moz-border-radius: 6px}
		#vehicle-grid a:hover {border:1px solid #ccc; background-color: #eee}
		#vehicle-grid a img {margin-bottom:5px}
		#vehicle-grid a span {display:block; font-size:11px; color:#333; text-align:center; font-variant:italic}
		
		#vehicle-tabs, #vehicle-tabs div {font-size: 100%}
		#vehicle-tabs li {background-image:none !important}
		
		#offers table {width:590px; background-color:#fff; border:1px dotted #ddd; padding:5px}
		#offers table span.text {font-size:11px; text-align:center; color:#666;}
		#offers table td.image {text-align:center; width:220px; vertical-align:top}
		#offers table td.image  img {margin:12px 0}
		#offers h3 {font-size:15px; border-bottom:1px solid #ddd; color:#222}
		#offers h4 {font-size:12px; color:#777; padding-left:3px; border:none}
		#offers ul {}
		#offers ul li {font-size:12px; text-indent:10px; list-style-position:inside}
		#offers tr.details {padding:4px}
		#offers tr.details td {border-top:1px solid #ddd; padding:6px 12px; font-size:10px}
		#offers tr.details.final td {font-weight:bold; font-size:14px}
		#offers h2 {font-size:12px; font-weight:bold; margin:0 0 0 20px; color:#999; border:none}
		#offers span.offer-legals {font-size:11px; color: #999; padding: 12px 40px 0 12px; display:block }
		
		.ui-tabs .ui-tabs-nav li a {padding-left:0}
		
		
		/* IE6 hack */
		
		div#content-all {_margin-right:0}
		div#main {_width:971px !important}
