.validate-msg
{
	display: block;
	position: absolute;
	width: 240px;
}
.validate-msg img
{
	margin-left: 10%;
}
.validate-msg p
{
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: -2px 0 0 0;
	background-image: url(http://cdn2.motors.co.uk/v2live/images/gradient-150-000000.png);
	background-image: -moz-linear-gradient(50% 300% 90deg,transparent, #000000);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 300%, from(#000), to(transparent));
	border: 2px solid #000;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	z-index: 999999;
}

.screenReaderContent
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.clear
{
	padding-top: 10px;
}

hr
{
	position: relative;
	top: 10px;
}
hr.hrTop
{
	top: 0px;
}

.right
{
	float: right;
}
.left
{
	float: left;
	width: auto;
}
.wrapper01
{
	margin-bottom: 15px;
}

.spacingTop
{
	padding-top: 20px;
}

span.inputStyle01
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_input_left.gif") no-repeat scroll left top transparent;
	display: inline-block;
}

span.inputStyle01 input
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_input_right.gif") no-repeat scroll right top transparent;
	border: medium none;
	padding: 4px 9px;
}

/* No JS warning */
#no-js
{
	background-color: #ffe04d;
	border-bottom: 1px solid #444;
	padding-top: 5px;
	text-align: center;
}
.js #no-js
{
	display: none;
}

/*
 * Bookmarks
 ================================================================================*/

#bookmarks
{
	font-size: 12px !important;
	position: absolute;
	top: 10px;
	right: 0px;
	padding: 0 8px;
}
#bookmarks ul
{
	padding-left: 0px;
}
#bookmarks p
{
	margin: 0 0 3px !important;
	padding: 0 !important;
	text-align: left;
	text-indent: 8px;
}
#bookmarks li
{
	float: left;
	margin: 0 4px 0;
	text-align: center;
	padding: 8px 0;
}

#bookmarks li a
{
	background: url(http://cdn2.motors.co.uk/v2live/images/bookmarks.png) no-repeat 0 1px;
	display: block;
	margin-bottom: 4px;
	padding-bottom: 0;
	width: 36px;
	height: 36px;
}
#bookmarks li a.fb
{
	background-position: 0 -36px;
}
#bookmarks li a.buzz
{
	background-position: 0 -72px;
	height: 34px;
	margin-bottom: 6px;
	position: relative;
	top: 1px;
}
#bookmarks li a.twt
{
	background-position: 0 -107px;
}

#bookmarks li a.fb:hover
{
	background-position: -36px -36px;
}
#bookmarks li a.buzz:hover
{
	background-position: -36px -72px;
}
#bookmarks li a.twt:hover
{
	background-position: -36px -107px;
}
#bookmarks li a.more:hover
{
	background-position: -36px 1px;
}

#bookmarks li#bmMotors
{
	margin-left: 10px;
	color: #fff;
	font-weight: bold;
	background-color: #BFBFBF;
	border: 1px solid #9F9F9F;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#bookmarks li#bmMotors a
{
	display: block;
	position: relative;
	height: 36px;
	width: 36px;
	margin: 0 10px 0;
	padding-bottom: 2px;
	background: transparent url(http://cdn2.motors.co.uk/v2live/images/bookmark.png) 0 0 no-repeat;
}
#bookmarks li#bmMotors a:hover
{
	background-position: -36px 0;
}

/*
 * Page Header
 ================================================================================*/


#pageHeader #navigation ul
{
	float: right;
}
#pageHeader #navigation ul li
{
	float: left;
	margin: 0px;
	padding: 0;
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_navigation_divider.gif") no-repeat right;
	font-size: 0.8em;
	font-weight: bold;
	list-style: none;
}
#pageHeader #navigation ul li.last
{
	background: none;
}
#pageHeader #navigation ul li a
{
	float: left;
	padding: 0px 13px;
	margin: 0px;
	color: #000;
	text-decoration: none;
}

#pageHeader #navigation ul li a.no-click, #pageHeader #navigation ul li a.hover.no-click, #pageHeader #navigation ul li a.no-click:hover
{
	text-decoration: none !important;
	cursor: default !important;
}

#pageHeader #navigation ul li a:hover, #pageHeader #navigation ul li a.hover
{
	background-color: #fff;
	text-decoration: underline;
}
#pageHeader #navigation ul li
{
	position: relative;
}
#pageHeader #navigation ul li.screenReaderContent
{
	position: absolute;
	top: -9999px;
}
#pageHeader #navigation ul li ul
{
	position: absolute;
	width: 200px;
	display: none;
	float: left;
	left: 0;
	top: 25px;
	background: transparent url("http://cdn2.motors.co.uk/v2live/images/dropdown-menu-shadow.png") bottom left; /*url("http://cdn2.motors.co.uk/v2live/images/navigation-bg-px.png") top left;*/
	padding-bottom: 16px;
	z-index: 1000;
}
#pageHeader #navigation ul li ul li
{
	background: none;
	clear: both;
	width: 180px;
	font-size: 100%;
}
#pageHeader #navigation ul li ul li a
{
	background: none;
	background-color: #fff;
	width: 100%;
	font-size: 100%;
	padding: 0px 10px;
	text-align: left;
}
#pageHeader #navigation ul li ul li a:hover, #pageHeader #navigation ul li ul li a.hover
{
	text-decoration: underline;
}
#pageHeader #navigation ul li:hover ul, #pageHeader #navigation ul li.hover ul
{
	display: block;
}

/*
 * Side Bar (for landing page)
 ================================================================================*/

#senseiSideBar
{
	background: url("http://cdn2.motors.co.uk/v2live/images/sensei.jpg") no-repeat top left;
	width: 202px;
	position: absolute;
	top: -50px;
	right: -62px;
	padding: 486px 70px 30px 30px;
}
#senseiSideBar p
{
	font-size: 0.8em;
	color: #533915;
	line-height: 1.4em;
	font-weight: bold;
	clear: both;
}
#bannerSideBar
{
	clear: both;
}

/*
 * Banners
 ================================================================================*/

.bannerWrapper
{
	padding-bottom: 10px;
	float: left;
	width: 100%;
	clear: both;
}


/*
 -- 
 * Footer  SEOless
 ================================================================================

#masterFooter
{
    background: #000 url(http://cdn2.motors.co.uk/v2live/images/bg_footer_v2.jpg) 0 0 repeat-x;
    padding-top: 26px;
}

#footer-header h4, #footer-header ul a
{
    font-size: 12px;
}

#footer-header h4
{
    color: #fff;
    font-weight: bold;
    float: left;
    padding: 10px 0 20px;
}

#footer-header ul
{
    padding: 10px 0px 20px;
    float: right;
}

#footer-header ul li
{
    background: url("http://cdn2.motors.co.uk/v2live/images/bg_li_divider_footer.gif") no-repeat right;
    padding: 0px 10px;
    display: inline;
    font-weight: bold;
    float: left;
}
#footer-header ul li.last
{
    background: none;
    padding: 0px 0px 0px 10px;
}
#footer-header ul li a
{
    color: #fff;
}

#and_companies
{
    background: url(http://cdn2.motors.co.uk/v2live/images/and-bg.png) 0 0 no-repeat;
    float: left;
    width: 469px;
    height: 52px;
}

#masterFooter a
{
    color: #78b013;
    text-decoration: none;
}
#masterFooter a:hover
{
    text-decoration: underline;
}


#and_companies a
{
    margin: 0 19px;
}
#and_companies .and_logos_wrapper
{
    margin: 15px auto 0;
    width: 450px;
}

#footer-tabs li
{
    float: left;
}

#footer-tabs li a
{
    background: url(http://cdn2.motors.co.uk/v2live/images/footer-tab-sml.png) 0 0 no-repeat;
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
    padding-left: 10px;
    position: relative;
    top: 1px;
}

#footer-tabs li a span
{
    background: url(http://cdn2.motors.co.uk/v2live/images/footer-tab-lge.png) right 0 no-repeat;
    display: block;
    padding-right: 10px;
}

#footer-tabs li a:hover, #footer-tabs li a.current
{
    background-image: url(http://cdn2.motors.co.uk/v2live/images/footer-tab-sml-ovr.png);
    border-bottom: 1px solid #6a4f2b;
    text-decoration: none;
}

#footer-tabs li a:hover span, #footer-tabs li a.current span
{
    background-image: url(http://cdn2.motors.co.uk/v2live/images/footer-tab-lge-ovr.png);
}

.footer-tab-content
{
    background-color: #6a4f2b;
    border: 1px solid #856f52;
    display: none;
    padding: 10px;
}

#footer-dating
{
    display: block;
}

.footer-tab-content ul
{
    float: left;
    margin: 0 80px;
}

.footer-tab-content ul li
{
    line-height: 20px;
}

.footer-tab-content ul.first
{
    margin-left: 0;
}
.footer-tab-content ul.last
{
    margin-right: 0;
}
.footer-tab-content ul.only
{
    margin: 0;
}



 -- 
 * Footer  SEOless
 ================================================================================*/

#masterFooter
{
	background: #000 url(http://cdn2.motors.co.uk/v2live/images/bg_footer_v2.jpg) 0 0 repeat-x;
	padding-top: 26px;
}

#footer-header h4, #footer-header ul a
{
	font-size: 12px;
}

#footer-header h4
{
	color: #fff;
	font-weight: bold;
	float: left;
	padding: 10px 0 20px;
}

#footer-header ul
{
	padding: 10px 0px 20px;
	float: right;
}

#footer-header ul li
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_li_divider_footer.gif") no-repeat right;
	padding: 0px 10px;
	display: inline;
	font-weight: bold;
	float: left;
}
#footer-header ul li.last
{
	background: none;
	padding: 0px 0px 0px 10px;
}
#footer-header ul li a
{
	color: #fff;
}

#and_companies
{
	background: url(http://cdn2.motors.co.uk/v2live/images/and-bg.png) 0 0 no-repeat;
	float: left;
	width: 469px;
	height: 52px;
}

#masterFooter a
{
	color: #78b013;
	text-decoration: none;
}
#masterFooter a:hover
{
	text-decoration: underline;
}

#and_companies a
{
	margin: 0 19px;
}
#and_companies .and_logos_wrapper
{
	margin: 15px auto 0;
	width: 450px;
}

#footer-tabs li
{
	float: left;
}

#footer-tabs li a
{
	background: url(http://cdn2.motors.co.uk/v2live/images/footer-tab-sml.png) 0 0 no-repeat;
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	padding-left: 10px;
	position: relative;
	top: 1px;
}

#footer-tabs li a span
{
	background: url(http://cdn2.motors.co.uk/v2live/images/footer-tab-lge.png) right 0 no-repeat;
	display: block;
	padding-right: 10px;
}

#footer-tabs li a:hover, #footer-tabs li a.current
{
	background-image: url(http://cdn2.motors.co.uk/v2live/images/footer-tab-sml-ovr.png);
	border-bottom: 1px solid #6a4f2b;
	text-decoration: none;
}

#footer-tabs li a:hover span, #footer-tabs li a.current span
{
	background-image: url(http://cdn2.motors.co.uk/v2live/images/footer-tab-lge-ovr.png);
}

.footer-tab-content
{
	background-color: #6a4f2b;
	border: 1px solid #856f52;
	display: none;
	padding: 10px;
}

#footer-dating
{
	display: block;
}

.footer-tab-content ul
{
	float: left;
	margin: 0 80px;
}

.footer-tab-content ul li
{
	line-height: 20px;
}

.footer-tab-content ul.first
{
	margin-left: 0;
}
.footer-tab-content ul.last
{
	margin-right: 0;
}
.footer-tab-content ul.only
{
	margin: 0;
}



/*
 * Footer
 * Goes in content.css Matt 
 ================================================================================*/



.masterFooter
{
	background: #000 url(http://cdn2.motors.co.uk/v2live/images/bg_footer_v2.jpg) 0 0 repeat-x;
	padding-top: 26px;
}

#footer-header h4, #footer-header ul a
{
	font-size: 12px;
}

#footer-header h4
{
	color: #fff;
	font-weight: bold;
	float: left;
	padding: 10px 0 20px;
}

#footer-header ul
{
	padding: 10px 0px 20px;
	float: right;
}

#footer-header ul li, #footer-footer ul li
{
	background: url(http://cdn2.motors.co.uk/v2live/images/bg_li_divider_footer.gif) no-repeat right;
	padding: 0px 10px;
	display: inline;
	font-weight: bold;
	float: left;
}

#footer-footer
{
	text-align: center;
	width: 1000px;
}

#footer-footer ul
{
	width: 500px;
	margin: 0 auto;
}

#footer-header ul li.last, #footer-footer ul li.last
{
	background: none;
	padding: 0px 0px 0px 10px;
}
#footer-header ul li a, #footer-footer ul li a
{
	color: #fff;
}

#footer-footer
{
	padding-top: 20px;
}

#and_companies
{
	background: url(http://cdn2.motors.co.uk/v2live/images/and-bg.png) 0 0 no-repeat;
	float: left;
	width: 469px;
	height: 52px;
}

#masterFooter a
{
	color: #78b013;
	text-decoration: none;
}
#masterFooter a:hover
{
	text-decoration: underline;
}


#and_companies a
{
	margin: 0 19px;
}
#and_companies .and_logos_wrapper
{
	margin: 15px auto 0;
	width: 450px;
}

/*
 * Content boxes (within columns)
 ================================================================================*/

.contentBox
{
	float: left;
	margin: 0px 0px 10px;
	width: 100%;
	position: relative;
}

.contentBox .contentBox
{
	margin: 10px 0px 0px 0px;
}
.contentBox .columnStyle17 .contentBox, .contentBox .columnStyle10 .contentBox
{
	margin: 0px 0px 0px 0px;
}

.contentBox .contentBoxInner
{
	padding: 0px 10px 10px 10px;
	float: left;
}
.contentBox .contentBox .contentBoxInner
{
	padding: 10px;
}

.contentBox .contentBoxInner.noBg
{
	padding: 0px !important;
	background: transparent !important;
}

.columnStyle01 .contentBox
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_content_box_760_bottom.gif") no-repeat bottom left;
}
.columnStyle01 .contentBoxInner
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_content_box_760_top.gif") no-repeat top left;
	width: 740px;
}

.columnStyle02 .contentBox
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_page_220_top.png") no-repeat top left;
	margin-bottom: 10px;
}
.columnStyle02 .contentBoxInner
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_page_220_bottom.gif") no-repeat bottom left;
	width: 200px;
	padding-top: 10px;
}
.columnStyle06 .contentBox
{
	width: 100%;
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_content_box_362_bottom.gif") no-repeat bottom left;
}
.columnStyle06 .contentBoxInner
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_content_box_362_top.gif") no-repeat top left;
	width: 342px;
}
.columnStyle07 .contentBox
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_content_box_740_bottom.gif") no-repeat bottom left;
}
.columnStyle07 .altStyle
{
	margin-top: 20px;
}
.columnStyle07 .contentBoxInner
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_content_box_740_top.gif") no-repeat top left;
	width: 720px;
	position: relative;
}
.columnStyle08 .contentBox
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_page_740_top.png") no-repeat top left;
}
.columnStyle08 .contentBoxInner
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_page_740_bottom.gif") no-repeat bottom left;
	width: 720px;
}
.columnStyle09 .contentBox
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_page_250_top.png") no-repeat top left;
	margin-bottom: 10px;
	text-align: left;
}
.columnStyle09 .contentBoxInner
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_page_250_bottom.gif") no-repeat bottom left;
	width: 230px;
	padding-top: 10px;
}
.columnStyle10 .contentBox
{
	background: none;
	margin-bottom: 0px;
}
.columnStyle10 .contentBoxInner
{
	width: 332px;
	background: none;
}
.columnStyle11 .contentBox
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_content_box_720_bottom.gif") no-repeat bottom left;
}
.columnStyle11 .contentBoxInner
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_content_box_720_top.gif") no-repeat top left;
	width: 700px;
}
.columnStyle13 .contentBox
{
	width: 100%;
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_content_box_720_bottom.gif") no-repeat bottom left;
}
.columnStyle13 .contentBoxInner
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_content_box_720_top.gif") no-repeat top left;
	width: 700px;
}
.columnStyle17 .contentBox
{
	background: none;
	margin-bottom: 0px;
}
.columnStyle17 .contentBoxInner
{
	width: 218px;
	background: none;
}

.columnStyle07 .section
{
	clear: both;
	float: left;
	width: 100%;
}

.columnStyle07 ul
{
	padding: 10px 20px 0px 12px;
	float: left;
	width: 208px;
}
.columnStyle07 ul li
{
	list-style: none;
	float: left;
	clear: both;
	font-size: 0.75em;
	padding-bottom: 4px;
	width: 100%;
}
.columnStyle07 ul li a
{
	list-style: none;
	float: left;
	clear: both;
	text-decoration: none;
	color: #0055a5;
	width: 100%;
}
.columnStyle07 ul li a:hover
{
	text-decoration: underline;
	color: #0055a5;
}

.columnStyle18 .contentBox
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_page_866_top.png") no-repeat top left;
}
.columnStyle18 .contentBoxInner
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_page_866_bottom.gif") no-repeat bottom left;
	width: 840px;
	padding: 13px;
}
.columnStyle23 .contentBox
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_page_120_top.png") no-repeat top left;
	position: relative;
}



.columnStyle23 .contentBoxInner
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_page_120_bottom.gif") no-repeat bottom left;
	width: 100px;
	padding: 10px;
}


.columnStyle35 .contentBox
{
	margin: 0px;
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_content_box_340_bottom.gif") no-repeat bottom left;
}
.columnStyle35 .contentBoxInner
{
	width: 320px;
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_content_box_340_top.gif") no-repeat top left;
}

.columnStyle38 .contentBox
{
	background: url(http://cdn2.motors.co.uk/v2live/images/bg_page_1000_top.png) 0 0 no-repeat;
	padding-top: 10px;
}

.columnStyle38 .contentBoxInner
{
	background: url(http://cdn2.motors.co.uk/v2live/images/bg_page_1000_btm.png) 0 bottom no-repeat;
	width: 980px;
}

#intro-motor-sensei
{
	background: url(http://cdn2.motors.co.uk/v2live/images/intro-motor-sensei.jpg) 0 0 no-repeat;
	position: relative;
	width: 980px;
	height: 690px;
}
#intro-motor-sensei h1, #intro-motor-sensei h2
{
	display: none;
}
#intro-motor-sensei p
{
	color: #4f4f4f;
	font-size: 15px;
	margin-bottom: 15px;
}
#intro-motor-sensei .motor-sensei-text
{
	position: absolute;
	top: 170px;
	right: 60px;
	text-align: center;
	width: 450px;
	height: 350px;
}

#pop-under
{
	cursor: pointer;
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	_position: absolute;
	width: 151px;
	height: 47px;
}

#pop-under img
{
	border: 0;
}

table.contact
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border: 0;
	border-collapse: collapse;
	width: 100%;
	float: left;
	clear: both;
}

table.contact th, table.contact td
{
	padding: 4px 0px;
	vertical-align: top;
	text-align: left;
}
table.contact th
{
	width: 70px;
}
table.contact td
{
	width: 184px;
}
table.contact td a, table.contact td a img
{
	float: left;
}
table.contact td.number
{
	width: 184px;
	font-size: 1.4em;
	font-weight: bold;
}




.bubble
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bubble_bottom.gif") no-repeat bottom left;
}
.bubbleInner
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bubble_top.gif") no-repeat top left;
	padding: 10px 10px 52px 10px;
}
.bubble h3
{
	color: #fff;
	background: none;
}
.bubble p
{
	clear: both;
}
.bubble table
{
	padding: 0px;
	margin: 0px;
	border: 0;
	border-collapse: collapse;
	width: 254px;
}

.bubble table th, .bubble table td
{
	padding: 4px 0px;
	color: #fff;
	vertical-align: top;
	text-align: left;
}
.bubble table th
{
	width: 70px;
}
.bubble table td
{
	width: 184px;
}
.bubble table td a, .bubble table td a img
{
	float: left;
}
.bubble table td.number
{
	width: 184px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

.left_content
{
    width: 50%;
}

.contentBoxButtons{	
	margin: 10px 0px 0px;
	position: absolute;
	right: 10px;
	top: 0;
	width: 268px;
}
	
.contentBoxButtons a{
	margin-top:10px;
	float:left;
}

.contentBoxButtons a.retrieveQuote {
	margin-left:5px;
}

.contentBoxButtons .carKeys {
    margin: 48px 0 0 43px;
}

/*
 * Bread Crumbs
 ================================================================================*/
ul.breadCrumb
{
	clear: both;
	padding: 10px 0 10px 10px;
}
ul.breadCrumb li
{
	list-style: none;
	font-size: 0.75em;
	display: inline;
}
ul.breadCrumb li h1
{
	display: inline;
	font-size: 1em;
	padding: 0px;
}
ul.breadCrumb li a
{
	padding: 0px 10px 0px 0px;
	margin-right: 6px;
	background: url("http://cdn2.motors.co.uk/v2live/images/arrow_orange_right.gif") no-repeat right;
	text-decoration: none;
	display: inline-block;
}

ul.breadCrumb li.current a
{
	background: none;
}
ul.breadCrumb li a:hover
{
	text-decoration: underline;
}


/*
 * News List (date - link)
 ================================================================================*/
ul.newsList
{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 5px;
}
ul.newsList li
{
	float: left;
	width: 100%;
	clear: both;
	list-style: none;
	font-size: 0.75em;
	padding-bottom: 7px;
}
ul.newsList li span
{
	float: left;
	width: 60px;
}
ul.newsList li a
{
	float: left;
	width: 270px;
}
.rowStyle17 ul.newsList li a
{
	width: 100%;
}

/*
 * Forms
 ================================================================================*/

.formRow
{
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 7px;
}
.jsSlider .formRow
{
	padding-bottom: 0px;
}
.formRow .formLabel
{
	width: 115px;
	float: left;
	padding: 0px 0px 0px 4px;
}
.formRow .formLabel label
{
	font-size: 0.7em;
	float: left;
	font-weight: bold;
	margin-top: -1px;
}
.formRow .formLabel label.singleLineLabel
{
	margin-top: 2px;
}
.formRow .formLabel span
{
	font-size: 0.625em;
	float: left;
	clear: both;
	color: #939598;
	width: 100%;
}
.formRow .formInput
{
	float: left;
	width: 212px;
}

.formSliderStyle01 .formInput
{
	width: 291px;
}

.formRow .formInput span.formInput, .formInput span.input-gradient
{
	width: 211px;
	float: left;
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_input_left.gif") no-repeat top left;
}
.formRow .formInput span.formSelect
{
	width: 211px;
	float: left;
	background: none;
}
.formRow .formInput span.formInput input, .formInput span.input-gradient input
{
	width: 193px;
	float: left;
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_input_right.gif") no-repeat top right;
	border: none;
	padding: 4px 9px;
	margin: 0px;
}
.formSliderHeadings
{
	width: 268px;
	padding-left: 70px;
	float: left;
	display: inline;
}
.formSliderHeadings span.min
{
	width: 68px;
	float: left;
	font-size: 0.625em;
	padding-top: 2px;
}
.formSliderHeadings span.max
{
	width: 70px;
	float: left;
	font-size: 0.625em;
	text-align: right;
	padding-top: 2px;
}
.formSliderHeadings span.current
{
	width: 127px;
	float: left;
	font-size: 0.8em;
	font-weight: bold;
}
.jsSlider .formLabel
{
	width: 47px;
}


/*
 * Review content area
 ================================================================================*/

.reviewRow
{
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 7px;
}

.columnStyle20 .reviewRow
{
	padding-bottom: 11px;
}
.reviewRow .reviewImage
{
	float: left;
	width: 143px;
}
.columnStyle20 .reviewRow .reviewImage
{
	float: left;
	width: 70px;
}
.reviewRow .reviewText
{
	float: left;
	width: 197px;
}
.columnStyle20 .reviewRow .reviewText
{
	width: 190px;
}
.reviewRow .reviewText p
{
	padding: 4px 0px;
	font-size: 0.75em;
}
.columnStyle20 .reviewRow .reviewText p
{
	padding: 0px 0px;
}
.reviewRow .reviewText h4
{
	font-size: 0.75em;
	font-weight: normal;
}
.reviewRow .reviewText .reviewDescription
{
	color: #4e4e4e;
	font-size: 0.7em;
}
.reviewRow .reviewText img
{
	margin-bottom: -3px;
	padding-left: 3px;
}
.columnStyle20 .reviewRow .reviewText img
{
	padding-left: 0px;
}

/*
 * Free Listing content area
 ================================================================================*/

.freelistingRow
{
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 7px;
}
.freelistingRow .freelistingImage
{
	float: left;
	width: 121px;
}
.freelistingRow .freelistingText
{
	float: left;
	width: 214px;
}
.freelistingRow .freelistingText ul
{
	padding-bottom: 10px;
}
.freelistingRow .freelistingText li
{
	list-style: none;
	padding: 2px 0px 12px 25px;
	background: url("http://cdn2.motors.co.uk/v2live/images/tick_orange.gif") no-repeat top left;
	font-size: 0.7em;
	color: #333333;
}

/*
 * Search Results Area
 ================================================================================*/

.searchResults, .searchResults .searchResultHeader, .searchResults .searchResultBody, .searchResults .searchResultFooter
{
	float: left;
	width: 100%;
	clear: both;
}
.searchResults .contentRight
{
	float: right;
}
.searchResults .contentLeft
{
	float: left;
}
.searchResults .contentLeft p
{
	padding-left: 10px;
	padding-top: 8px;
}
.searchResults p, .searchResults label, .searchResults select, .searchResults input
{
	font-size: 0.75em;
}
.searchResults .searchResultsPagination, .pagination
{
	position: relative;
	text-align: center;
	padding: 0 0 0px;
	margin-top: 10px;
}
.searchResults .searchResultsPagination a:hover, .pagination a:hover
{
	text-decoration: underline;
}
.searchResults .searchResultsPagination ul li, .pagination ul li
{
	list-style: none;
	display: inline;
	padding: 0px;
	font-size: 0.75em;
}
.searchResults .searchResultsPagination ul li a, .pagination ul li a
{
	padding: 2px 5px;
}
.searchResults .searchResultsPagination ul li a.current, .pagination ul li a.current
{
	color: #ccc;
	text-decoration: none;
}
.searchResults .searchResultsPagination ul li a:hover, .pagination ul li a:hover
{
	background: #ccc;
}
.searchResults .searchResultsPagination ul li a.current:hover, .pagination ul li a.current:hover
{
	color: #ccc;
	background: none;
	text-decoration: none;
	cursor: default;
}

.searchResultsPagination .prevPageLink, .searchResultsPagination .nextPageLink
{
	position: relative;
}

.searchResultsPagination .prevPageLink
{
	left: -15px;
}

.searchResultsPagination .nextPageLink
{
	right: -15px;
}

.pagination .prevPageLink
{
	position: absolute; /*right: 630px;*/
	left: 0;
	top: 3px;
}
.pagination .nextPageLink
{
	position: absolute;
	right: 0px;
	top: 3px;
}
.columnStyle13 .contentLeft
{
	float: left;
	width: 50%;
}
.columnStyle13 .contentRight
{
	float: right;
	width: 50%;
	text-align: right;
	padding-top: 5px;
}
.columnStyle13 form
{
	padding-bottom: 5px;
}
.resWrapper
{
	width: 740px;
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_search_results_740_top.gif") no-repeat top left;
	padding-top: 9px;
	float: left;
	clear: both;
}

.lineBox
{
	padding-top: 0;
}

.resWrapper .result-item-hold
{
	width: 720px;
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_search_results_740_bottom.gif") no-repeat bottom left;
	padding: 0px 10px 9px;
	float: left;
	clear: both;
}

.columnStyle08 .resWrapper
{
	width: 720px;
	margin-bottom: 5px;
}

.columnStyle08 .result-item
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_search_results_720_top.gif") no-repeat top left;
}

.columnStyle08 .result-premium
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_premium_ad_720_top.gif") no-repeat top left;
	margin-top: 10px;
}

div#resultRows .result-premium
{
	margin-top: 0;
}

.columnStyle08 .resWrapper .result-item-hold
{
	width: 700px;
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_search_results_720_bottom.gif") no-repeat bottom left;
}

.columnStyle08 .result-premium .result-item-hold
{
	width: 700px;
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_premium_ad_720_btm.gif") no-repeat bottom left;
}



div.topLine
{
	float: left;
}
p.backToSearch
{
	margin-left: 10px;
}
p.numberOfResults, div.sortBySelect
{
	margin: 10px 0 0 10px;
}
div.sortBySelect, div.sortBySelect select
{
	font-size: 12px;
}

div.sortBySelect
{
	float: right;
	margin-top: 40px;
}
div.sortBySelect input
{
	position: relative;
	top: 5px;
}

div.topLine div.sortBySelect
{
	float: none;
	margin-top: 10px;
}


#carFinder
{
	background: url(http://cdn2.motors.co.uk/v2live/images/carfinder-top.jpg) 0 0 no-repeat;
	float: right;
	margin: 15px 8px 0 0;
	padding-top: 10px;
}
#carFinderInner
{
	background: url(http://cdn2.motors.co.uk/v2live/images/carfinder-btm.jpg) 0 bottom no-repeat;
	width: 360px;
	padding: 0 10px 10px;
}
#carFinder label
{
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}
#carFinder span.input-gradient
{
	width: 240px;
}
#carfinderEml
{
	width: 223px !important;
}
#carfinderBtn
{
	margin-left: 10px;
}


.paging
{
	position: relative;
	margin: 10px 0 0;
}

.paging-hold
{
	font-size: 12px;
	margin: 10px 0;
	padding: 0 5px 3px 0;
	text-align: center;
}

.paging .prev
{
	background: url("http://cdn2.motors.co.uk/v2live/images/paging.jpg") no-repeat 0 -40px;
	left: 10px;
	padding-left: 12px;
	position: absolute;
}

.paging .current.prev
{
	background-position: 0 -25px;
}

.paging .next
{
	background: url("http://cdn2.motors.co.uk/v2live/images/paging.jpg") no-repeat right 5px;
	right: 10px;
	padding-right: 12px;
	position: absolute;
}

.paging .current.next
{
	background-position: right -10px;
}

.paging span
{
	color: #B4B4B4;
}

.paging span, .paging a
{
	padding: 1px 10px;
}

div#resultRows
{
	clear: both;
	float: left;
	padding-top: 10px;
}
.columnStyle08 .result-wrapper
{
	width: 720px;
}

.searchResult .resultImages
{
	width: 130px;
	float: left;
}

.searchResultsBackToTop
{
	padding: 10px;
}




/*
 * Archive Page
 =======================================================================*/

.archiveRow
{
	padding-top: 10px;
}

.archiveRow h2
{
	margin-bottom: 0px !important;
	font-weight: bold !important;
	margin-bottom: 0px !important;
	font-size: 1.2em !important;
}
.archiveRow .date
{
	color: #666;
	font-size: 0.625em;
}
.archiveRow p
{
	clear: both;
}
.inputButton
{
	position: relative;
	top: 6px;
}

/*
 * SEARCH RESULTS (TEMP) PLACEHOLDER
 =======================================================================*/

.result-item p
{
	font-size: 11px;
}


.result-item-hold
{
	min-height: 115px;
	padding: 5px;
	position: relative;
}

div.resWrapper
{
	line-height: 1.1; /*padding-bottom:10px;*/
	flaot: left;
	clear: both;
	margin-bottom: 5px;
}

.result-item .result-image, .result-item .result-details, .result-item .result-price, .result-item .result-contact
{
	margin-bottom: 20px;
}

.result-image
{
	display: block;
	float: left;
	max-height: 100px;
	min-height: 80px;
	overflow: hidden;
	width: 130px;
}

.result-premium .result-image
{
	overflow: visible;
	max-height: 300px;
}

.result-premium .result-info-holder
{
	float: left;
	width: 400px;
}

.result-premium .result-info
{
	float: right;
	width: 570px;
}

.result-premium .result-text
{
	clear: left;
	width: 400px;
}

.result-details
{
	display: block;
	float: left;
	width: 280px;
}

.columnStyle08 .result-details
{
	width: 260px;
}

.columnStyle08 .result-premium .result-details
{
	width: 250px;
}

.columnStyle08 .result-price
{
	margin-left: 10px;
}

.columnStyle08 .result-item .result-image
{
	margin-bottom: 0;
}
.res-advert, .lineBox
{
	clear: both;
	line-height: 1.1;
	margin-bottom: 10px;
	background: none;
	text-align: center;
}

.columnStyle08 .result-text p, .dealer-popup .result-details p
{
	margin-bottom: 5px;
}

.dealer-popup h5
{
	clear: both;
	margin: 5px 0;
}

.dealer-popup .column
{
	margin-right: 8px;
}

.dealer-popup .result-details
{
	width: 250px;
}

.columnStyle08 .result-stock-premium h5
{
	font-size: 16px;
}
.columnStyle08 .result-stock-premium h6
{
	font-size: 14px;
}
.columnStyle08 .result-stock-premium p
{
	clear: both;
}
.columnStyle08 .result-stock-premium p strong
{
	font-size: 12px;
}
.columnStyle08 .result-stock-premium .result-details
{
	width: 520px;
}
.columnStyle08 .result-stock-premium .result-details img
{
	float: left;
	margin: 5px 0 5px 2px;
}
.columnStyle08 .result-stock-premium .dealer-details
{
	text-align: right;
	width: 180px;
}

.columnStyle08 .result-non-premium
{
	margin-top: 10px;
}

.columnStyle08 .result-non-premium .dealer-details
{
	float: right;
	text-align: right;
}

.res-advert p, .res-advert a, .lineBox p, .lineBox a
{
	display: block;
}

.res-advert a, .lineBox a
{
	border: 2px solid #6AA91A /*#0066CC*/;
	background-color: #6AA91A /*#c8ebff*/;
	color: #fff;
	padding: 5px 0;
}

.res-advert a:hover, .lineBox a:hover
{
	/*background-color:#0066CC; color:#fff;*/
	text-decoration: underline;
}

.result-details h5
{
	color: #000033;
	font-size: 14px;
	margin-bottom: 5px;
}

div.resInfoM
{
	float: left;
	margin-left: -3px;
	padding: 5px 0 0;
	width: 140px;
}

div.resWrapper p.price
{
	float: right;
	text-align: right;
}
div.resWrapper p.price span
{
	color: #000000;
	display: block;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
}

div.resInfoR
{
	float: right;
	padding: 5px 0 0 0;
	width: 153px;
}
div.resWrapper p.dlrNum
{
	float: right;
	font-size: 16px;
	font-weight: bold;
	width: 120px;
}
div.resInfoR p
{
	text-align: right;
}
div.resWrapper p.dlrNum span
{
	color: #FF0000;
	display: block;
	font-size: 10px;
}
.result-item .vehicle-links
{
	bottom: 10px;
	font-size: 11px;
	left: 10px;
	position: absolute;
}
.result-item .location
{
	bottom: 10px;
	position: absolute;
	right: 220px;
	text-align: right;
	width: 250px;
}
.result-item .dealer-links
{
	bottom: 10px;
	float: right;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-align: right;
	width: 210px;
}
.result-premium .dealer-links
{
	bottom: 19px;
}
.result-item .dealer-links
{
	text-align: right;
}

.result-item-expand
{
	display: none;
	float: left;
	position: relative;
	width: 712px;
}

/* Impact Results */
div#dealerOffers
{
	border: 2px solid #F26826;
	display: inline;
	float: left;
	min-height: 38px;
	margin-top: 10px;
	width: 716px;
}

.bs-impact
{
	font-size: 11px;
	overflow: hidden;
}

div#dealerOffers a.dlrBarLogo
{
	float: left;
	margin-top: 3px;
	width: 155px;
}

div#dealerOffers div.floatL
{
	border-right: 1px solid #7CA3C2;
	margin-right: 15px;
	vertical-align: text-bottom;
}

div#dealerOffers div
{
	float: left;
	margin-top: 7px;
	width: 265px;
}

div#dealerOffers div a
{
	color: #333333;
	display: block;
	margin-right: 30px;
}

div#dealerOffers span.title
{
	color: #0101C9;
	display: block;
	font-weight: bold;
	text-decoration: underline;
}

.dlrSpon
{
	background: none;
	border: 2px solid #F26826;
	width: 716px !important;
}

.dlrSpon div.resInfo
{
	float: left;
	padding: 5px;
	position: relative;
	width: 520px;
}

.dlrSpon div.resInfo p, .dlrSpon div.resInfo span.go
{
	font-size: 12px;
}

.dlrSpon div.resInfoR
{
	padding: 5px;
	width: 160px;
}

.vertical div.resInfoR
{
	width: 160px;
}

.vertical div.resInfo img
{
	margin-bottom: 50px;
}

/* Special Offers */
.bs-special
{
	background-color: #fff /*#C8EBFF*/;
	border: 2px solid #6AA91A /*#0066CC*/;
	font-size: 12px;
	width: 716px !important;
}

div.resWrapper h6.resHdr
{
	background-color: #6AA91A /*#0066CC*/;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-align: center;
}

.lineBox div.resInfoR, .lineBox div.resInfoM, .lineBox div.resInfo
{
	margin: 5px 0;
	padding: 5px 2%;
	text-align: left;
	vertical-align: middle;
	width: 29%;
}

.lineBox div.spon
{
	background-color: #fff;
	border: 1px solid #89B61C /*#0066CC*/;
	float: left;
	margin: 10px 5px;
	width: 26%;
}

div.resInfoM
{
	float: left;
	margin-left: -3px;
	padding: 5px 0 0;
	width: 140px;
}

.lineBox div.resInfoM.fullSmallLogo, .lineBox div.resInfoR.fullSmallLogo
{
	width: 25%;
}

.lineBox div.spon.fullSmallLogo
{
	width: 36%;
}

.lineBox div.resInfoM
{
	border-left: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
}

.lineBox div.resInfoR p
{
	text-align: left;
}

.bs-special a, .bs-special a:hover
{
	background: none;
	border: 0;
	color: #0066CC;
	font-size: 12px;
}

.hidethis
{
	display: none;
}
.hide
{
	display: none;
}
/* end */
/* end */

/* Dealers */
.dealerSearch
{
	background: #CCE89D url(http://cdn2.motors.co.uk/v2live/images/filter-remove-16.png) 700px 3px no-repeat;
	border: 1px solid #65A920;
	display: none;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px;
}
/* end */

.tabsContent
{
	border: 1px solid #000000;
	float: left;
	left: -5px;
	margin: 10px 10px 0;
	min-height: 292px;
	padding-bottom: 10px;
	position: relative;
	top: -11px;
	width: 720px;
}

.ajax
{
	background-color: #ACC4D7;
	font-size: 11px;
	left: 50%;
	margin-left: -225px;
	position: absolute;
	top: 50px;
	z-index: 1000;
}

.ajax-head
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_cardettop.jpg") repeat-y scroll right top transparent;
	clear: both;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	padding: 2px 5px;
}
.ajax-head .close-text, .ajax-close
{
	cursor: pointer;
}
.ajax-head .close-text
{
	float: right;
	font-size: 12px;
	line-height: 20px;
	margin-right: 20px;
}
.email-dealer .ajax-body
{
	padding: 2px 5px;
}

.ajax-body form .formrow
{
	padding: 3px;
}
.ajax-body form label
{
	float: left;
	font-weight: bold;
	margin-top: 3px;
	width: 200px;
}
.ajax-body form input, .ajax-body form textarea, .ajax-body form select
{
	float: right;
	padding: 3px;
	width: 220px;
}
.ajax-body form textarea
{
	height: 150px;
	width: 425px;
}
.ajax-head .close-text, .ajax-close
{
	cursor: pointer;
}
.ajax-close
{
	background: url("http://cdn2.motors.co.uk/v2live/images/btn_xclose_red.png") no-repeat scroll 0 0 transparent;
	height: 15px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 15px;
}

.daihatsu .ajax-body .ajax-close
{
	background-image: url("/Styleshttp://cdn2.motors.co.uk/v2live/images/but_xclose.jpg");
}

.ajax.history-check
{
	border: 1px solid #000000;
	margin-left: -345px;
	width: 670px;
}

.ajax.history-check .ajax-body
{
	margin: 0;
}
.ajax.history-check h1
{
	background-color: #FFFFFF;
	font-size: larger;
	font-weight: bold;
	margin: 0 0 0.5em;
	padding: 0.5em 1em;
}
.ajax.history-check .hc-body
{
	margin: 5px 0;
}
.ajax.history-check p
{
	padding-left: 0.5em;
}
.ajax.history-check a
{
	color: #0000FF;
}
.ajax.history-check ul, .ajax.history-check ol
{
	margin: 1em 0;
}
.ajax ul, .ajax ol
{
	padding: 1em 0.5em;
}
.ajax.history-check li
{
	margin: 5px 0;
	font-size: 11px;
}
.ajax.history-check .icon
{
	clear: both;
	float: left;
	margin: 2px;
	width: 32px;
}
.ajax.history-check h2
{
	font-weight: bold;
	padding: 0.5em;
	font-size: 1.2em;
}

.result-item .history-checked
{
	margin: 2px 0;
	position: relative;
}
.result-item .history-checked .toolTip
{
	position: absolute;
	top: 7px;
	left: 50px;
	display: inline-block;
	background: url("http://cdn2.motors.co.uk/v2live/images/bg-results-tooltip-left.gif") no-repeat top left;
}

.result-item .history-checked .toolTip p
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg-results-tooltip-right.gif") no-repeat top right;
	padding: 12px 19px;
	white-space: nowrap;
}

.result-item .history-checked a, .result-item .dealer-links a
{
	font-size: 11px;
}
.result-item .history-checked img
{
	margin-right: 2px;
}

div.resWrapper .campgnLogo a
{
	float: left;
	margin-right: 3px;
	font-size: 10px !important;
}

.noResultText
{
	width: 100%;
	clear: both;
	float: left;
}
.noResultText div
{
	padding: 0px 0px 10px 10px;
}

.noResultText .textSearchResult
{
	color: #01518E;
	display: block;
	font-size: 1.4em;
	font-weight: normal;
	padding: 10px 0 10px 10px;
}
.noResultText .textSorry
{
	font-size: 1.125em;
}
.noResultText .textOops
{
	font-size: 1.8em;
}
.noResultText .textNormal
{
	font-size: 0.75em;
}


/*
 * SLIDERS (TEMP HERE)
 =======================================================================*/

.jsSlider
{
	padding: 0 0 10px;
	float: left;
	clear: both;
	width: 100%;
}
#dealer-distance-slider, #dealer-distance-slider2
{
	clear: both;
	margin-left: 10px;
	width: 268px;
}
.slider-labels span.distance-input
{
	font-size: 0.75em;
	font-weight: bold;
	position: relative;
	text-align: center;
	top: 0px;
}
.slider-labels span.distance-input2
{
	font-size: 0.75em;
	font-weight: bold;
	position: relative;
	text-align: center;
	top: 0px;
}
#dealer-price-slider
{
	clear: both;
	margin-left: 10px;
	width: 268px;
}
.slider-labels span.price-input
{
	font-size: 0.75em;
	font-weight: bold;
	position: relative;
	text-align: center;
	top: 0px;
}
.ui-slider-horizontal
{
	height: 0.55em;
}

.formSliderHeadings span
{
	width: 50px;
}
.formSliderHeadings span.distance-input, .formSliderHeadings span.price-input, .formSliderHeadings span.distance-input2
{
	width: 156px;
}
/*
 * CAR REVIEW LAYOUT FROM LEGACY SITE (TEMP)
 =======================================================================*/

div.vehReview
{
	clear: both;
}

div.vehReview ul.vehRvwInfo
{
	float: left;
	margin: 0 10px 15px 0;
}
div.vehReview ul.vehRvwInfo li
{
	border-bottom: 1px solid #CCCCCC;
	clear: both;
	float: left;
	padding: 5px 0;
	width: 255px;
	font-size: 11px;
}
div.vehReview ul.vehRvwInfo strong, div.vehReview ul.vehRvwInfo span
{
	float: left;
}
div.vehReview ul.vehRvwInfo strong
{
	width: 90px;
}
div.vehReview ul.vehRvwInfo li.end
{
	border: 0 none;
}
div.vehReview p
{
	margin: 0 0 15px;
	padding: 0;
	font-size: 11px;
}

img.floatL
{
	float: left;
	margin: 0 10px 10px 0;
}

div.vehReview h6, div.vehReview h5, div.vehReview h4, div.vehReview h3, div.vehReview h2
{
	color: #003C7A;
	font-size: 12px;
}

div.vehReview p.vehRvwRated
{
	clear: both;
	color: #003C7A;
	font-size: 12px;
	font-weight: bold;
}


/*
 * LISTS
 =======================================================================*/

.orderedList li
{
	list-style: decimal;
	margin: 0px 0px 0px 18px;
	padding: 0px 0px 10px 4px;
}

.linkList
{
	clear: both;
	float: left;
	width: 100%;
}
.linkList li
{
	padding: 3px 0px 10px 23px;
}
.linkList li.pdfLink
{
	background: url("http://cdn2.motors.co.uk/v2live/images/icon_pdf.gif") no-repeat top left;
}
.linkList li.docLink
{
	background: url("http://cdn2.motors.co.uk/v2live/images/icon_doc.gif") no-repeat top left;
	float: left;
	width: 185px;
}

ul.topCars
{
	padding-top: 10px;
	float: left;
}
ul.topCars li
{
	width: 125px;
	float: left;
	padding-right: 10px;
}
ul.topCars li a
{
	float: left;
}


.columnStyle23 ul li
{
	list-style: disc;
	font-size: 0.7em;
	padding-bottom: 10px;
	margin-left: 16px;
	padding-left: 0px;
}
.columnStyle30 ul
{
	clear: both;
}
.columnStyle30 ul li
{
	list-style: disc;
	font-size: 0.875em;
	padding-bottom: 14px;
	margin-left: 16px;
	padding-left: 0px;
	font-weight: bold;
}

ul.shareList, ul.shareListHor
{
	clear: both;
	float: left;
}
ul.shareList li, ul.shareListHor li
{
	font-size: 0.7em;
	padding: 3px 0px;
	list-style: none;
	margin: 0 0 0 6px;
}
ul.shareListHor li
{
	float: left;
}
ul.shareList li img, ul.shareListHor li img
{
	vertical-align: middle;
	margin-right: 6px;
}
ul.shareListHor li img
{
	margin: 0 3px 0 6px;
}
ul.shareList li a:hover, ul.shareListHor li a:hover
{
	text-decoration: none;
}

.historyChecklist
{
	padding-bottom: 10px;
}
.historyChecklist li
{
	list-style: disc;
	padding-bottom: 10px;
	margin-left: 16px;
	padding-left: 0px;
	color: #81b419;
	font-weight: bold;
	font-size: 0.875em;
}

.standardList li
{
	list-style: disc;
	font-size: 0.75em;
	padding-bottom: 14px;
	margin-left: 16px;
	padding-left: 0px;
}
.termsList li
{
	font-size: 0.75em;
	list-style: decimal;
	margin-left: 20px;
	padding-left: 0px;
}
.termsList li li, .termsList li p
{
	font-size: 100%;
}

.standardList li
{
    list-style: disc;
    font-size: 0.75em;
    padding-bottom: 14px;
    margin-left: 16px;
    padding-left: 0px;
}
.termsList li
{
    list-style: decimal;
    margin-left: 20px;
    padding-left: 0px;
}
.termsList li li, .termsList li p
{
    font-size: 100%;
}

.contentList_tick {
	float:left;
	margin:0px 0 10px 20px; 
}
	
.contentList_tick li {
	background: url('http://cdn2.motors.co.uk/v2live/images/content/icon_tick.gif') no-repeat left 6px;
	float: left;
    height: 21px;
    margin-bottom: 10px;
    padding: 7px 0 0 30px;
    width: 100%;
}


/*
 * BANNERS
 =======================================================================*/

div#footLdrBoard
{
	margin: 0 auto;
	width: 728px;
}


/*
 * HOME PAGE
 =======================================================================*/

.featureCarousel
{
}

.askMotorSensei
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg-home-ask.jpg") no-repeat top left;
	position: absolute;
	top: -13px;
}

.homeBestBuys
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_orange_top.gif") no-repeat top left;
	float: left;
}
.homeBestBuysInner
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_orange_bottom.gif") no-repeat bottom left;
	float: left;
}
.homeBestBuys img
{
	padding-left: 10px;
}
.homeBestBuys p img
{
	padding-left: 0px;
}


.iphoneHeading
{
	padding-top: 149px;
	clear: both;
}

.homeMoreNews
{
	position: relative;
}
.homeMoreNews h3
{
	position: absolute;
	top: 0px;
	left: 0px;
}
.homeMoreNews h3 span
{
	width: 598px;
}

.iphone
{
	position: absolute;
	top: 80px;
	left: 0px;
	zoom: 1;
	clear: both;
}

/*
 * HISTORY CHECK
 =======================================================================*/

#history-check .check-list
{
	margin-left: 20px;
	margin-bottom: 10px;
}
#history-check .check-list li
{
	list-style-type: disc;
	font-size: 0.75em;
	padding-bottom: 5px;
}

#highlight-checks
{
	position: relative;
}
#highlight-checks ul
{
	background: url("http://cdn2.motors.co.uk/v2live/images/history-checks.png") 0 0 no-repeat;
	position: absolute;
	top: -39px;
	right: 0;
	width: 290px;
	height: 140px;
}
#highlight-checks ul li
{
	display: none;
}


a.parkers-link
{
	background: url("http://cdn2.motors.co.uk/v2live/images/parkers.jpg") 0 0 no-repeat;
	display: inline-block;
	text-indent: -9999px;
	width: 90px;
	height: 20px;
}




.hst-symbol
{
	padding: 18px 60px;
}

.car-failed
{
	background: url("http://cdn2.motors.co.uk/v2live/images/historycheck-bad.jpg") no-repeat top left;
}
.car-passed
{
	background: url("http://cdn2.motors.co.uk/v2live/images/historycheck-good.jpg") no-repeat top left;
}
.car-not-checked
{
	background: url("http://cdn2.motors.co.uk/v2live/images/historycheck-unknown.jpg") no-repeat top left;
}

#jsMoreQuotesContainer
{
	display: none;
}

.warrantyBG
{
	position: absolute;
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_warrantypage.jpg") no-repeat top left;
	width: 126px;
	height: 93px;
	top: 1px;
	right: 10px;
	clear: both;
}
.motBG
{
	margin-bottom: -13px;
}

.insuranceLogos
{
	float: left;
	width: 100%;
	clear: both;
}

.insuranceLogos li
{
	float: left;
	list-style: none;
	padding: 0px 0px 15px;
	margin: 0px;
}

.askMotorSenseiForm
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_askmotorsensei_form.jpg") no-repeat top left;
	width: 100%;
	padding: 90px 0px 40px 0px;
	float: left;
	clear: both;
}
.askMotorSenseiForm fieldset
{
	padding-left: 20px;
}
.askMotorSenseiForm .formRow
{
	width: 100%;
	float: left;
	clear: both;
	padding-top: 10px;
}
.askMotorSenseiForm .column
{
	width: 248px;
	float: left;
}
.askMotorSenseiForm label
{
	color: #222222;
	font-size: 0.75em;
}
.askMotorSenseiForm input, .askMotorSenseiForm textarea
{
	width: 464px;
	border: 1px solid #938b7d;
}
.askMotorSenseiForm textarea
{
	height: 226px;
}
.askMotorSenseiForm .column input
{
	width: 216px;
}
.askMotorSenseiForm span
{
	font-size: 0.625em;
	color: #222222;
}
.askMotorSenseiForm .button
{
	width: auto;
	border: none;
}
.askMotorSenseiForm p
{
	width: 465px;
	color: #222222;
}

.askMotorSenseiPortal
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_askmotorsensei_rhc.jpg") no-repeat top left;
	height: 318px;
	width: 202px;
	padding: 70px 14px 10px 14px;
	float: left;
}
.askMotorSenseiPortal2
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_askmotorsensei_rhc2.jpg") no-repeat top left;
	height: 148px;
	width: 202px;
	padding: 70px 14px 10px 14px;
	float: left;
}
.askMotorSenseiPortal a, .askMotorSenseiPortal2 a
{
	font-weight: bold;
}
.askMotorSenseiPortal span, .askMotorSenseiPortal2 span
{
	font-size: 90%;
}

.askMotorSenseiAnswer
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg_askmotorsensei_answer.jpg") no-repeat top left;
	height: 302px;
	padding: 105px 320px 10px 23px;
	width: 377px;
	float: left;
	clear: both;
	margin-top: 20px;
}
.askMotorSenseiAnswer p
{
	color: #222;
	font-size: 0.75em;
}
.askMotorSenseiAnswer p span
{
	color: #0066CC;
}

.askMotorSenseiAnswer p.answer
{
	font-weight: bold;
	line-height: 1.1em;
}

.shareLinks
{
	clear: both;
	float: left;
}
.shareLinks a
{
	float: left;
	margin-right: 20px;
}
.shareLinks p
{
	float: left;
	padding-top: 10px;
}

/* Banner ads */
#dlrBanner
{
	overflow: hidden;
	position: absolute;
	top: 15px;
	width: 468px;
	height: 60px;
}

#dlrBanner a:hover
{
	text-decoration: none;
}

#dlrBanner img
{
	margin-right: 10px;
}

/*#dlrBanner span.body-text,
#dlrBanner span.dealer-name { color:#000; font-size:14px; font-weight:bold; position:relative; top:-20px; }*/

#dlrBanner div.body-text, #dlrBanner span.dealer-name
{
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#dlrBanner div.body-text, #dlrBanner span.dealer-name
{
	position: relative;
	top: 6px;
}

#dlrBanner span.dealer-name
{
	color: #EB1C24;
	top: 4px;
}

#dlrBanner span.click-me
{
	color: #999;
}
/* end */

#popMask
{
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	height: 100%;
	width: 100%;
}
#popWindow
{
	position: absolute;
	margin: 10% 30%;
	-moz-border-radius: 3px 3px 3px 3px;
	background-color: #FFFFFF;
	border: 3px solid #6AA91A;
	min-height: 50px;
	width: 40%;
	padding: 5px;
	z-index: 5000;
}
#popWindow .close
{
	background-image: url("http://cdn2.motors.co.uk/v2live/images/close.png");
	ursor: pointer;
	height: 28px;
	position: absolute;
	right: -10px;
	text-indent: -9999px;
	top: -10px;
	width: 28px;
}

.meetRay
{
	width: 90%;
	height: 534px;
	background: #fff url("http://cdn2.motors.co.uk/v2live/images/meet-ray-bg.png") no-repeat 0px 0px;
	padding: 130px 5% 5%;
	margin: 0;
}
.meetRay p
{
	font-size: .8em;
	line-height: 1.2em;
	color: #554F47;
}
.meetRay p strong
{
	font-size: 1em;
	font-weight: bold;
}
.meetRay img.photo
{
	float: right;
	margin: 4px 0 0;
}

div.ad-rating
{
	background-color: #fff;
	height: 24px;
}
div.ad-rating img
{
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
div.ad-rating a
{
	font-size: .8em;
	margin: 0 0 0 30px;
	padding: 4px 0 0 0;
	text-decoration: none;
}
div.ad-rating a:hover
{
	text-decoration: underline;
}

/*
 * Main mksuggest CSS classes - DO NOT CHANGE CLASSNAMES
 */

#suggestContainer
{
	width: 315px;
	margin-left: auto;
	margin-right: auto;
}
label
{
	font-size: 11px;
}
.suggestMenu
{
	background-color: #fff;
	border: 1px solid #ccc;
	margin-top: 23px;
	position: absolute;
	z-index: 3000;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 344px;
}

#homepage-panel .suggestMenu
{
	margin-top: 23px;
}


#suggester_location .suggestMenu, #suggester_location2 .suggestMenu
{
	margin-top: 22px;
}

.suggestMenu a
{
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #888888;
	padding: 0.4em;
	margin-top: -1px;
	border-top: 1px solid #ccc;
}

.suggestMenu a.activeLink, .suggestMenu a:hover
{
	color: #ffffff;
	background-color: #888;
}

.suggestMenu a:focus
{
	outline: none;
}

.multiplesContainer
{
	clear: both;
	padding: 0 0 0 0;
	margin-bottom: 4px;
	cursor: default;
}

.close
{
	display: inline-block;
	background-position: top;
	position: relative;
	cursor: pointer;
	top: -1px;
	margin-left: 5px;
	width: 7px;
	height: 7px;
	font-size: 1px;
	background: url('http://cdn2.motors.co.uk/v2live./images/close_small.png');
}

.multipleItem
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
	cursor: default;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: 400;
	margin-bottom: 5px;
	margin-right: 3px;
	margin-top: 5px;
	min-width: 50px;
	padding: 3px 5px;
}


img.scrollEnd
{
	margin: 0px;
}
img.scrollBanner
{
	margin: 8px;
}
div.scrollBG
{
	margin: 0px;
	background: #fff url('http://cdn2.motors.co.uk/v2live/images/scroll-rpt.png') repeat-y;
}
/*=================ROTATOR===================*/
/*
body { 
	font-family:arial;
	padding:100px 200px;
	font-size:12px;
}
*/
#rotator
{
    position: relative;
    display: block;
    height: 260px;
    width: 500px; 
    overflow: hidden;    
    float:left;
    border: 1px solid #ddd;
}

#rotator-panel-container
{
	display: block;
	height: 260px;
	width: 1000px; /*1680px*/
    overflow: hidden;
}

.rotator-panel
{
	float: left;
	width: 500px; /*840px;*/
	height: 100%;
	padding: 0;
	background: transparent url(http://cdn2.motors.co.uk/v2live/images/rotator-bg-1.png);
}
.rotator-panel div.article
{
	margin: 14px 0 0 14px;
	padding: 0; /*height: 200px;*/ /*min-width: 330px;*/ /*480px;*/
}
.rotator-panel div.article h3
{
	color: #3F3F3F;
	font-size: 24px;
	margin: 24px 10px 0px;
	padding: 0;
	font-weight: normal;
	background: none repeat scroll 0 0 transparent;
	clear: none;
	float: none;
}
.rotator-panel div.article h4
{
	color: #3F3F3F;
	font-size: 16px;
	margin: 0 10px;
	padding: 0;
	font-weight: normal;
}
.rotator-panel div.article p
{
	color: #3F3F3F;
	margin: 10px;
	font-size: 12px;
}
.rotator-panel div.article a.btn
{
	display: block;
	margin: 10px 10px;
}
.rotator-panel div.article a.btn img
{
	float: left;
	border: 0;
}
.rotator-panel div.article a.btn img.icn
{
	float: right;
	margin-top: -10px;
}
.rotator-panel img.sensei
{
	float: right;
	margin: 51px -40px 0 0;
}
/*.rotator-panel img.iphone*/
.rotator-panel img.iphone-rotator
{
	float: right;
	margin: 80px -60px 0 0;
}

.rotator-move
{
	position: absolute;
	display: block;
	bottom: 0; /*height:100%; 	line-height:260px;*/
	padding: 4px 8px;
	background-color: #444; /*transparent url(http://cdn2.motors.co.uk/v2live/images/alpha-60-3f3f3f.png) repeat;*/
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ddd;
	z-index:2;
}
.rotator-move:hover
{
	text-decoration: none !important;
}
#rotator-left.rotator-move
{
	left: 0;
}
#rotator-right.rotator-move
{
	right: 0;
}

#rotator-page
{
	position: absolute;
	display: block;
	bottom: 0;
	margin: 0;
	background-color: #444; /*transparent url(http://cdn2.motors.co.uk/v2live/images/alpha-60-3f3f3f.png) repeat;*/
	width: 452px; /*790px;*/
	padding: 0;
	left: 24px;
	list-style-type: none;
}
#rotator-page li
{
	float: left;
	padding: 4px 1em;
	margin: 0 1px 0 0;
	color: #ddd;
	font-size: 13px;
	font-weight: normal;
}
.rotator-move:hover, #rotator-page li:hover
{
	cursor: pointer;
}
#rotator-page li.active
{
	color: #FFF;
}
.rotator-move:hover, #rotator-page li.active, #rotator-page li:hover
{
	background: #222; /*transparent url(http://cdn2.motors.co.uk/v2live/images/alpha-85-2f2f2f.png) repeat;*/
}
/*====end=====*/

/* 2010.06.01 LOGIN PAGE
=======================================================================*/
.columnStyle09 .logo
{
	margin-left: -8px;
}

#login
{
	min-height: 100%;
	background: #D7CFC3;
}
#login form
{
	min-height: 410px;
	width: 520px;
	margin: 20px auto 0;
}
#login .columnStyle09
{
	float: left !important;
}
#login h3
{
	margin-bottom: 16px;
}
#login label
{
	float: left;
	clear: left;
	margin-bottom: 20px;
	line-height: 23px;
}
#login .inputStyle01
{
	float: right;
	clear: right;
	margin-bottom: 20px;
}
#login .inputStyle01 input
{
	width: 143px;
}
#login input.btn
{
	position: relative;
	top: -5px;
	float: left;
	clear: left;
	height: 23px;
	width: 103px;
	text-align: center;
	font: bold 14px Arial;
	vertical-align: middle;
	border: 0;
	color: #fff;
	background: url(http://cdn2.motors.co.uk/v2live/images/btn_sign-in.png) no-repeat 0 0;
}
#login input.btn:active
{
	top: -5px;
	left: 0;
	margin: 0;
	background-position: 0 0 !important;
}

#login .sub
{
	float: right;
}

.k_right
{
	right: 0;
}

.k_bottom
{
	bottom: 0;
}

.k_float
{
	cursor: pointer;
	position: fixed !important;
	z-index: 9999999;
}
.IE7 #masterFooter
{
	margin-bottom: -20px;
}

/*for history check pop up and vehicle details icon*/
#headStrip h1.title span
{
    margin-right: 5px;
}

.history_check_pop
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #6AA91A;
    border-radius: 8px 8px 8px 8px;
    left: 552px;
    margin-left: 0;
    padding: 10px;
    top: 50px;
    width: 800px;
    z-index: 610;
}
#headStrip .history-checked
{    
    position: relative;
}

#headStrip .history-checked .toolTips
{
	position: absolute;
    left: 50px;
    top: -8px;
	display: inline-block;
	background: url("http://cdn2.motors.co.uk/v2live/images/bg-results-tooltip-left.gif") no-repeat top left;
}

#headStrip .history-checked .toolTips p
{
	background: url("http://cdn2.motors.co.uk/v2live/images/bg-results-tooltip-right.gif") no-repeat top right;
	font-size: 10px;
	padding: 12px 19px;
	white-space: nowrap;
}

#headStrip .history-checked a, .result-item .dealer-links a
{
	font-size: 11px;
}
#headStrip .history-checked img
{
	margin-right: 2px;
}

/*Fix for Microsoft Ad*/
#AdTag_MotorsLeaderBoard
{
    overflow: hidden;
    width: 728px;
}

#googlePlusOne span {
    bottom: 4px;
    display: block;
    position: absolute;
}

.IE7 #insurancePage, .IE7 .insurance p
{
    clear: both;
}

.IE7 .insurance ul li
{
    float: none;
}
