@charset "utf-8";
/* CSS Document */
/* Reset page */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
body
{
 line-height: 1;
 color:#000;
}
#cardsNav ol, ul
{
 list-style: none;
}
blockquote, q
{
 quotes: none;
}
 
:focus
{
 outline: 0;
}
 
ins
{
 text-decoration: none;
}
del
{
 text-decoration: line-through;
}
 
table
{
 border-collapse: collapse;
 border-spacing: 0;
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	position:relative;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:938px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* -------------------------------------------------------------------------------------- */
body
{
	position: relative;
	background:#003E7A url(../images/background-bg.png) repeat-x top left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#003E7A;
}

a:link {color:#F2931F; text-decoration:none;}     
a:visited {color:#F2931F; text-decoration:none;} 
a:hover {color:#003F7B; text-decoration:underline;} 
a:active {color:#F2931F; text-decoration:none;;}  

.clear-float
{
	clear:both;
}
.color-base
{
	color:#F2931F;
}
.news-container
{
	float:left;
	width:630px;
	border-bottom:1px solid #E3E3E3;
	margin-bottom:10px;
	padding-bottom:10px;
}
.news-container .img-thumb
{
	float: right;
}
.news-container a:hover
{
	text-decoration: none;
}
.main-colour
{
	float:left;
	width:480px;
	color:#F2931F;
	font-size:15px;
	margin-bottom:5px;
}
.newsdate
{
	width:480px;
	color:#A3A4A6;
	font-size:9px;
}
.news-container p
{
	width:460px;
}
#fleet-management-advice .news-container span,
#fleet-management-advice .news-container p
{
	width: 100%;
}
.topbar
{
	position:relative;
	float:left;
	width:938px;
	height:154px;
	margin:26px 0 0 0;
	background:url(../images/header.jpg) no-repeat top left;
}
.topbar .logo
{
	position:absolute;
	top:0px;
	left:0px;
	width:240px;
	height:160px;
}
.topbar .login
{
	position:absolute;
	top:-2px;
	left:565px;
	width:130px;
	height:40px;
}
.topbar .login a, .topbar .register a
{
	color:#003E7A;
	font-size:15px;
	font-weight:bold;
	line-height:40px;
	text-decoration:none;
}
.topbar .login a:hover, .topbar .register a:hover, .topbar .login a#active, .topbar .register a#active
{
	color:#F2931F;
}

.topbar .register
{
	position:absolute;
	top:-2px;
	right:20px;
	width:188px;
	height:40px;
	color:#003E7A;
	font-size:15px;
	font-weight:bold;
}
/* nav */
.menu-bar-top
{
	float:left;
	width:940px;
	height:30px;
	padding-right:0;
	background:url(../images/menubar-top-bar.jpg) no-repeat top left;
}

.menu-bar-top .main-nav
{
	float:left;
	width:605px;
	margin: 0px 0px 0px 380px;
	padding:0;
	list-style: none;
}
.main-nav li
{
	float: left;
}
.main-nav li a
{
	float:left;
	color:#003F7B;
	font-size:17px;
	font-weight:bold;
	text-align:right;
	text-decoration: none;
	padding-left: 15px;
}
.main-nav li a:visited 
{ 
	color:#003F7B; 
}
.main-nav li a:hover, .main-nav li a#active
{
	color:#F2931F;
}


/*
.menu-bar-top ul.main-nav
{
	position:absolute;
	top:0;
	right:20px;
	float:right;
	width:600px;
}

ul.main-nav li
{
	float: left;
	margin-right: 15px;
}
ul.main-nav li a
{
	float:left;
	color:#003F7B;
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
}
ul.main-nav li a:hover
{
	color:#F2931F;
}
ul.main-nav li a#active
{
	color:#32A1CD;
}

ul.main-nav li.last
{
	margin-right: 0;
}
*/
/* --------------------------- */
#container
{
	float:left;
	width:938px;
	background-color:#fff;
}
.virtualshow-title
{
	float:left;
	width:940px;
	height:118px;
	background:url(../images/virtual-showroom-title.png) no-repeat top left;
}
.show-bg
{
	float:left;
	width:938px;
	background:url(../images/showroon-bg.jpg) no-repeat top left;
}
.showroom-container
{
	float:left;
	width:890px;
	margin:15px 25px;
}
.showroom-container-thumb
{
	float:left;
	width:273px;
	height:270px;
	margin:0 35px 0 0px;
	background:url(../images/showroom-more-bg.png) no-repeat 0 224px;
}
.showroom-container-thumb.last
{
	margin-right:0;
}
.showroom-container-thumb a
{
	float:left;
	padding:10px 0 0 38px;
	font-size:16px;
	font-weight:bold;
	color:#00407D;
}
.showroom-container-thumb a:hover
{
	text-decoration:none;
	color:#F39522;
}
.showroom-container-thumb h2
{
	color:#00407D;
	font-size:16px;
	margin-bottom:7px;
	font-weight:normal;
}
.showroom-container-thumb img
{
	float:left;
	padding:5px;
	border:1px solid #CCCCCC;
	background-color:#fff;
}
/* side bar */
.sidebar
{
	float:left;
	width:220px;
	background:#fff;
	padding:20px;
}
.sidebar .finder h3
{
	float:left;
	width:203px;
	height:29px;
	line-height:29px;
	padding:0 0 0 15px;
	color:#fff;
	font-size:13px;
	background:url(../images/auction-header.png) no-repeat top left;
}
.sidebar .finder form
{
	float:left;
	width:189px;
	background-color:#FFE99D;
	padding:15px 15px 0 15px;
}

/* Sidebar for manufacturer download pages */
#manufacturer .sidebar
{
	background: url(../images/manufacturer-download/side-bg.png) repeat-x 0 0;
	min-height: 300px;
}
#manufacturer .sidebar .logo
{
	margin-bottom: 38px;
}
#manufacturer .sidebar h2
{
	font-size: 16px;
	margin-bottom: 5px;
}
#manufacturer .sidebar ul
{
	border-top: 2px solid #E3E3E3;
	font-size: 13px;
}
#manufacturer .sidebar li
{
	padding: 3px 0;
	border-bottom: 1px solid #E3E3E3;
}
#manufacturer .sidebar .no-sale
{
	color: #E30000;
}
#manufacturer .sidebar .virtual span
{
	color: #E30000;
}
#manufacturer .content
{
	width: 605px;
	padding: 36px;
}
#manufacturer .content h2
{
	font-size: 30px;
}
#manufacturer .firstpara
{
	margin-bottom: 50px;
}
.feature-img
{
	float: left;
	margin-bottom: 30px;
}
#manufacturer a.download
{
	float: left;
	display: block;
	position: relative;
	width: 220px;
	height: 158px;
	background: url(../images/manufacturer-download/download-btn.png) no-repeat 0 0;
	margin-left: 29px;
}
#manufacturer a.download:hover
{
	text-decoration: none;
}

#manufacturer a.download span
{
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #FFE400;
	font-size: 13px;
	text-decoration: none;
}

#manufacturer #contacts
{
	clear: left;
}
#manufacturer #contacts h3
{
	font-size: 16px;
	padding-bottom: 0;
	border: 0;
	margin-bottom: 10px;
}
#manufacturer #contacts ul
{
	font-size: 14px;
}
#manufacturer #contacts li
{
	margin-bottom: 4px;
}

/* Drop down styles */
div.selectbox-wrapper {
  position:absolute;
  width:400px;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  text-align:left;
  max-height:200px;
  overflow:auto;
}

/*Drop down list styles*/
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected 
{
  	background-color: #E9E9EA;
  	height:20px;
  	color:#8E9091;
  	padding:8px 0 0 10px;
  	margin-top:4px;
}

/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current 
{
  	background-color: #B5B8B9;
  	height:20px;
  	color:#8E9091;
  	padding:8px 0 0 10px;
  	margin-top:4px;
}

/* Drop down list items style */
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
.selectbox
{
  width : 188px;
  height:17px;
  display : block;
  text-align:left;
  background:url(../images/select-bg.png) no-repeat top left;
  cursor: pointer;
  border:none;
  color:#8E9091;
  padding:4px 0 12px 10px;
}
.sidebar .finder .bottom-curve
{
	float:left;
	width:219px;
	height:37px;
	background:url(../images/search-bar.png) no-repeat top left;
}
/* calendar */
.sidebar .cal h3
{
	float:left;
	width:203px;
	height:29px;
	line-height:29px;
	padding:0 0 0 15px;
	color:#fff;
	font-size:13px;
	margin:17px 0 0 0;
	background:url(../images/auction-header.png) no-repeat top left;
}
.sidebar .cal ul
{
	float:left;
	width:219px;
	background:#FFE99D;
}
.sidebar .cal ul li
{
	position: relative;
	float:left;
	width:219px;
	height:66px;
	background:url(../images/cal-bg.png) no-repeat top left;
}
.sidebar .cal ul li .heading, .sidebar .cal ul li span
{
	float:left;
	width:140px;
	color:#004B94;
}
.sidebar .cal ul span
{
	position: absolute;
}
.sidebar .cal ul .date
{
	top: 23px;
	left: 15px;
	display: block;
	width:44px;
	height:24px;
	font-size:20px;
	text-align:center;
	padding-top:9px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.sidebar .cal ul .heading
{
	top: 18px;
	left: 70px;
	font-size:20px;
}
.sidebar .cal ul .fulldate
{
	bottom: 10px;
	left: 70px;
	font-size:10px;
}

.sidebar .cal ul .last
{
	width:219px;
	height:68px;
	background:url(../images/cal-bg-last.png) no-repeat top left;
}
.sidebar .cal .bottom-curve
{
	float:left;
	width:219px;
	height:6px;
	background:url(../images/cal-curve-bottom.png) no-repeat top left;
}
/* sub nav */
.sidebar h1
{
	float:left;
	width:218px;
	height:28px;
	line-height:28px;
	color:#fff;
	padding:0 0 0 10px;
	background:url(../images/subnav-header-bg.png) no-repeat top left;
}
.sidebar .subNav
{
	float:left;
	
}
.sidebar .subNav li
{
	float:left;
}
.sidebar .subNav li a
{
	float:left;
	width:193px;
	height:30px;
	line-height:23px;
	padding:0 0 0 25px;
	color:#003F7B;
	font-size:15px;
	text-decoration:none;
	background:url(../images/subnav-bg.png) no-repeat top left;
}
.sidebar .subNav li a.last
{
	float:left;
	width:197px;
	height:31px;
	padding-left:25px;
	background:url(../images/subnav-bg-last.png) no-repeat top left;
}
.sidebar .subNav li a:hover, .sidebar .subNav li #active
{
	color:#fff;
	background:url(../images/subnav-bg.png) no-repeat bottom left;
}
.sidebar .subNav li a.last:hover, .sidebar .subNav li #activelast
{
	color:#fff;
	background:url(../images/subnav-bg-last.png) no-repeat bottom left;
}

.sidebar .ijara
{
	float:left;
	width:195px;
	height:119px;
	margin-top:20px;
	background:url(../images/ijara-logo.jpg) no-repeat top left;
}
/* ------------------------------ */

.content
{
	float:left;
	position: relative;
	width:641px;
	background-color:#fff;
	padding:20px 18px 20px 18px;
	border-left:1px solid #E3E3E3;
}
.border
{
	height:490px;
}
.content h2, .content h3
{
	color:#F39521;
	font-weight:normal;
}
.content h2
{
	font-size:25px;
	margin-bottom: 20px;
}

.content h3
{
	font-size: 18px;
	padding-bottom: 7px;
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 20px;
}
#fleet-management-advice h3
{
	padding-top: 10px;
}
.content p
{
	margin-bottom:10px;
}
.content p.firstpara
{
	font-size:15px;
	line-height: 20px;
	margin-bottom:20px;
}
.content p.pressheading
{
	float:left;
	width:637px;
	color:#F2931F;
	font-size:17px;
	margin-bottom:15px;
}
.content .image-left
{
	float:left;
	margin: 0 24px 19px 0;
}
.content .image-right
{
	float:right;
	margin:0px 24px 10px 0px;
}
.content .content-under
{
	clear:left;
}
.content .director-container
{
	float:left;
	margin-bottom:10px;
	margin-bottom:15px;
}
.content .image-left-directors
{
	clear:left;
	float:left;
	margin:5px 22px 5px 0px;
	padding:2px 2px 0px 2px;
	background-color:#fff;
	border:1px solid #E3E3E3;
}
.content .directors
{
	float:right;
	/*width:512px; once pics added this width should be used*/
	width:637px;
}
.content .directors .director-head
{

	font-size:16px;
	color:#003D7D;
	margin-bottom:20px;
}
.content .directors
{
	margin-bottom:0;
}
.content .infoboxes
{
	float:left;
	width:152px;
	height:197px;
	margin-right:11px;
	background:#f00;
}
.content .infoboxes.last
{
	margin-right:0;

}
.content .infoboxes.one
{
	background:url(../images/cars-stock.jpg) no-repeat top left;
}
.content .infoboxes.two
{
	background:url(../images/vans-stock.jpg) no-repeat top left;
}
.content .infoboxes.three
{
	background:url(../images/wav-stock.jpg) no-repeat top left;
}
.content .infoboxes.four
{
	background:url(../images/commercials-stock.jpg) no-repeat top left;
}

.content .information
{
	float:left;
	width:161px;
	height:91px;
	margin:0 17px 0 0;
	padding:20px;
	background:url(../images/info-box-bg.png) no-repeat top left;
}
.content .information h3
{
	color:#fff;
	width:120px;
	font-size:23px;
	border:0;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}
.content .information p
{
	float:left;	
	color:#fff;
	font-size:11px;
	line-height:14px;
}
.content a.safarifix:hover
{
	text-decoration:none;
}
.content .information.last
{
	margin-right:0;
}
.content .flag-mags
{
	float:right;
	width:272px;
}
.content .flag-mags h2
{
	font-size:16px;
	padding-bottom:9px;
	margin-bottom:8px;
	border-bottom:1px solid #E3E3E3;
}
.content .flag-mags ul.flaglist
{
	float:left;
	width:283px;
}
.content .flag-mags ul.flaglist li
{	
	padding: 0 0 5px 27px;
	line-height:17px;
	font-size:11px;
	margin-bottom:8px;
	background:url(../images/tick.png) no-repeat 0 0;
} 
.content .downloadissue a
{
	float:left;
	height:25px;
	line-height:23px;
	padding-left:30px;
	margin-top:24px;
	font-weight: bold;
	font-size: 19px;
	color:#004B94;
	text-decoration:none;
	background:url(../images/downloadarrow.png) no-repeat top left;
}
.content .downloadissue a:hover
{
	color:#F79521;
}
.content .mag-content
{
	float:left;
	width:637px;
	margin:19px 0 0 0;
	padding-top:19px;
	border-top:1px solid #E3E3E3;
}
.content .mag-content li
{
	float:left;
	width:144px;
	margin-right:20px;
}
.content .mag-content li a
{
	float:left;
	width:144px;
	padding:204px 0 0 0;
	color:#003E7A;
	text-align:center;
	display:inline;
}

.content .mag-content li.first a
{
	background:url(../images/flag-issue-5.jpg) no-repeat top left;
}
.content .mag-content li.second a
{
	background:url(../images/flag-issue-6.jpg) no-repeat top left;
}
.content .mag-content li.third a
{
	background:url(../images/flag-issue-7.jpg) no-repeat top left;
}
.content .mag-content li.fourth a
{
	background:url(../images/flag-issue-8.jpg) no-repeat top left;
}
.content .mag-content li.fourth
{
	margin-right:0px;	
}
.content .mag-content li a:hover
{
	text-decoration:none;
}
/* lists in body text */
.list-container
{
	float:left;
	width:325px;
}
.list-container-small
{
	float:left;
	width:230px;
}
.list-container-right
{
	float:left;
	width:280px;
}
.container-long-list
{
	float:left;
	width:639px;
	margin-bottom:20px;
}
.list-container h3, .list-container-right h3, .container-long-list h3, .list-container-small h3
{
	color:#F79521;
	margin-bottom:8px;
	font-size:18px;
}
.list-container h5, .list-container-right h5
{
	color:#F79521;
	margin-bottom:15px;
	font-size:15px;
}
.content .left-list
{
	float:left;
	padding:0 0 0 0;
}

.content .left-list li
{	
	padding: 0 0 5px 27px;
	line-height:17px;
	font-size:12px;
	margin-bottom:8px;
	background:url(../images/tick.png) no-repeat 0 0;
}

.content .left-list li.longest
{
	line-height:18px;
	margin-bottom:10px;
}

/* header slideshow */
ul#slideshow
{
	position: relative;
	float:right;
	width: 640px;
	height: 238px;
	margin:0 0 18px 0;
}
ul#slideshow li
{
	position: absolute;
	top: 0px;
	left: 0px;
}
/* services slideshow */
.slideshow-container
{
	float:left;
	margin:0 20px 0 0;
}
ul#slideshow-services
{
	position: relative;
	float:left;
	width: 340px;
	height: 238px;
	margin:0 0 15px 0;
}
ul#slideshow-services li
{
	position: absolute;
	top: 0px;
	left: 0px;
}
/* online valuations form */
#valuation
{
	float:left;
	width:385px;
}
#valuation div
{
	float:left;
	margin-bottom:10px;
}
#valuation div.radio-selects label
{
	width:50px;
}
#valuation div.radio-selects input
{
	width:20px;
}
#valuation div.radio-selects .met
{
	margin-left:107px;
}
#valuation div.radio-selects .flat
{
	margin-left:53px;
}
#valuation div.plate-div
{
	float:left;
	width:200px;
}
#valuation div.small-div
{
	float:left;
	width:178px;
}
#valuation div.smallp-div
{
	float:left;
	width:162px;
}
#valuation label
{
	float:left;
	width:105px;
	height:32px;
	line-height:32px;
}
#valuation .plate
{
	width:40px;
	padding-left:12px;
}
#valuation input
{
	float:left;
	width:223px;
	height:18px;
	border:none;
	padding:7px 7px 7px 5px;
	background:url(../images/input-bg.png) no-repeat top left;
}
#valuation input:focus
{
	background:url(../images/input-bg.png) no-repeat bottom left;
}
#valuation div.small-div input
{
	float:left;
	width:58px;
	height:18px;
	background:url(../images/plate-input-bg.png) no-repeat top left;
}
#valuation div.small-div input:focus
{
	background:url(../images/plate-input-bg.png) no-repeat bottom left;
}
#valuation div.smallp-div input
{
	float:left;
	width:96px;
	height:18px;
	background:url(../images/year-input-bg.png) no-repeat top left;
}
#valuation div.smallp-div input:focus
{
	background:url(../images/year-input-bg.png) no-repeat bottom left;
}
#valuation p.submit
{
	clear:both;
	text-align:right;
	margin-right:10px;
}	
#valuation button
{
	position:relative;
	width:140px;
	height:28px;
	line-height: 28px;
	border:none;
	background:url(../images/submit-bg.png) no-repeat 0 0;
	color:#004997;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
	font-size:14px;
	margin:18px 0 0 212px;
	padding:0 0 8px 32px;
}
#valuation label.error
{
	float:right;
	width:223px;
	height:32px;
	color:#f00;
	text-align:right;
	margin-right:50px;
	line-height:32px;
}
/* online registration form */
.registerInfo
{
	float: left;
	width: 304px;
	margin-right:20px;
}
.registerInfocol2
{
	float: left;
	width: 304px;
}
.register-page .slideshow-container
{
	float:left;
	margin:5px 20px 20px 0;
}
#register
{
	float:left;
}
.content-container
{
	float:left;	
}
.content-container .leftcol
{
	float:left;
	width:340px;
	margin:5px 20px 0 0;
}
.content-container .rightcol
{
	float:left;
	width:270px;	
}

#register h3, .registerInfocol2 h3
{
	width:300px;
}
#register div, .registerInfocol2 div
{
	float:left;
	margin-bottom:10px;
}
#register div.selectdiv, .registerInfocol2 div.selectdiv
{
	width:302px;
}
#register div.tickboxes label
{
	float:left;
	width:30px;
	margin:0;
}
#register div.tickboxes label.longer
{
	width:298px;
	height:25px;
}
#register div.tickboxes input
{
	floast:left;
	width:20px;
	margin-left:0;
}

#register label, .registerInfocol2 label
{
	float:left;
	width:95px;
	height:32px;
	/*line-height:32px;*/
}
#register input, .registerInfocol2 input
{
	float:left;
	width:191px;
	height:16px;
	border:none;
	padding:7px 7px 8px 5px;
	background:url(../images/register-input-bg.png) no-repeat top left;
}
#register select, .registerInfocol2 select
{
	width:203px;
}
#register input:focus, .registerInfocol2 input:focus
{
	background:url(../images/register-input-bg.png) no-repeat bottom left;
}
#register div.terms
{
	float:left;
	height:15px;
	margin:10px 0 0 0;
}
#register .lnglbl
{
	float:left;
	width:280px;
}
#register .chkbox
{
	float:left;
	width:15px;
	height:15px;
	margin:3px 0px 0 0;
	padding:0;
}

.registerInfocol2 p.submit
{
	clear:both;
	float:right;
	text-align:right;
}	
.registerInfocol2 button
{
	float:right;
	width:127px;
	height:28px;
	border:none;
	background:url(../images/submit-bg.png) no-repeat 0 0;
	color:#004997;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
	font-size:20px;
	margin:5px 0 0 0px;
	padding:0 0 0px 38px;
}
#register label.error, .registerInfocol2 label.error
{
	float:right;
	width: 205px;
	height:25px;
	line-height:15px;
	color:#f00;
	font-size:11px;
	text-align:right;
	padding:5px 10px 0px 0px;
}
#registerBtnHolder
{
	width: 305px;
}
#register button
{
	float:right;
	width:210px;
	height:28px;
	border:none;
	background:url(../images/submit-bg.png) no-repeat 0 0;
	color:#004997;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
	font-size:20px;
	margin:5px 0 0 0px;
	padding:0 0 0px 38px;
}
/* activate account */
#activate
{
	
}
#activate .colone
{
	float:left;	
	width: 304px;
	margin-right:20px;
}
#activate .coltwo
{
	float:left;	
	width: 304px;
}
#activate div
{
	float:left;
	margin-bottom:10px;
}
#activate label
{
	float:left;
	width:100px;
	height:32px;
}
#activate input
{
	float:left;
	width:191px;
	height:16px;
	border:none;
	padding:7px 7px 8px 5px;
	background:url(../images/register-input-bg.png) no-repeat top left;
}
#activate input:focus
{
	background:url(../images/register-input-bg.png) no-repeat bottom left;
}
#activate p.submit
{
	clear:both;
	float:right;
	text-align:right;
}
#activate button
{
	float:right;
	width:210px;
	height:28px;
	border:none;
	background:url(../images/submit-bg.png) no-repeat 0 0;
	color:#004997;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
	font-size:20px;
	margin:5px 0 0 0px;
	padding:0 0 10px 38px;
}
#activate label.error
{
	float:right;
	width: 205px;
	height:25px;
	line-height:15px;
	color:#f00;
	font-size:11px;
	text-align:right;
	padding:5px 10px 0px 0px;
}

/* online vickrey registration form */
#vickrey
{
	float: left;
	margin-top: 40px;
}
#vickrey div
{
	float:left;
	margin-bottom:10px;
}
#vickrey label
{
	float:left;
	width:95px;
	margin:0;
}

#vickrey input
{
	float:left;
	width:191px;
	height:16px;
	border:none;
	padding:7px 7px 8px 5px;
	background:url(../images/register-input-bg.png) no-repeat top left;
}
#vickrey input[type=checkbox]
{
	width: auto;
	height: auto;
	background: none;
	padding: 0;
	margin: 0 5px 0 0;
}
#vickrey label.error
{
	float:right;
	width: 205px;
	height:25px;
	line-height:15px;
	color:#f00;
	font-size:11px;
	text-align:right;
	padding:5px 10px 0px 0px;
}
#vickrey label[for=interest]
{
	height: 70px;
}
#vickrey label.chk
{
	width: 193px;
	height: 19px;
}
#vickrey p.submit
{
	clear:both;
	float:right;
	text-align:right;
}	
#vickrey button
{
	float:right;
	width:127px;
	height:28px;
	border:none;
	background:url(../images/submit-bg.png) no-repeat 0 0;
	color:#004997;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
	font-size:20px;
	margin:5px 0 0 170px;
	padding:0 0 0px 38px;
}
.vickreycontainer
{
	float:right;
	width:258px;
}
.vickrey a, .vickreyreject a.reject
{
	float:left;
	height:24px;
	line-height:24px;
	padding-left:38px;
	margin:24px 40px 0 0;
	font-weight: bold;
	font-size: 19px;
	color:#004B94;
	text-decoration:none;
	background:url(../images/tick-accept.png) no-repeat top left;	
}
.vickreyreject a
{
	float:left;
	height:24px;
	line-height:24px;
	padding-left:38px;
	margin:24px 40px 0 0;
	font-weight: bold;
	font-size: 19px;
	color:#004B94;
	text-decoration:none;
	background:url(../images/cross.png) no-repeat top left;
}
.vickrey a:hover, .vickreyreject a:hover
{
	color:#F79521;
}
.vickreyreject a.removegap
{
	margin-right:0;
}
a.timedauctionlink
{
	float:left;
	width:134px;
	height:49px;
	color:#f00;
	background:url(../images/clients/vickrey-logo-white.png) no-repeat top left;
}
/* ----------------------------------------- */
.sideboxinfo .topcurve
{
	float:left;
	width:278px;
	height:8px;
	background:url(../images/green-top-curve.png) no-repeat top left;
}
.sideboxinfo .rightbox
{
	float:left;
	width:258px;
	background:#EFF6DC;
	padding: 8px 10px 0 10px;
}
.sideboxinfo .bottomcurve
{
	float:left;
	width:278px;
	height:7px;
	background:url(../images/green-curve-bottom.png) no-repeat top left;
}
.sideboxinfo .rightbox > h4
{
	float:left;
	width:258px;
	font-size:15px;
	margin-bottom:15px;
	font-weight:bold;
}
/* login */
.logincontainer
{
	float:left;
	width:637px;
	padding-bottom: 17px;
	border-bottom: 1px solid #E3E3E3;
}
#login
{
	float:left;
	width:637px;
	margin-right:20px;
}
#login div.loginFldHolder
{
	float:left;
	width: 303px;
	margin-bottom:20px;
}
#login div#usernameHolder
{
	float:left;
	margin-right: 28px;
}

#login label
{
	float:left;
	width:70px;
	height:31px;
	line-height:31px;
}
#login input
{
	float:left;
	width:221px;
	height:16px;
	border:none;
	padding:7px 7px 8px 5px;
	background:url(../images/reg-input-bg.png) no-repeat top left;
}
#login input:focus
{
	background:url(../images/reg-input-bg.png) no-repeat bottom left;
}

#submitHolder
{
	clear: both;
}
#login button
{
	position:relative;
	width:141px;
	height:26px;
	line-height: 22px;
	border:none;
	background:url(../images/submit-bg.png) no-repeat 0 0;
	color:#004997;
	cursor:pointer;
	padding: 0 0 0 20px;
	margin-left: 496px;
	font-size: 20px;
	font-weight: bold;
}
a.forgot-password
{
	position: relative;
	float:right;
	top: 5px;
}
.registerBox
{
	float: left;
	position:relative;
	width: 295px;
	height:155px;
	padding: 30px 0;
}
#alreadyRegistered
{
	padding-right: 23px;
	border-right: 1px solid #e3e3e3;
}

#notRegistered
{
	padding-left: 23px;
}
.content .registerBox h3
{
	width: 294px;
	font-size: 18px;
	border: 0;
	padding: 0;
	margin-bottom: 10px;
}
.registerBox p
{
	width: 294px;
	height: 110px;
}
.registerBox a
{
	float:left;
	position:absolute;
	bottom:0;
	rleft:5p0;
	display: block;
	width: 277px;
	height: 34px;
	background: url(../images/register-btn.png) no-repeat top left;
	padding:12px 0 0 17px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	
}
.registerBox a:visited
{
	color: #fff;
}
.registerBox a:hover
{
	text-decoration: none;
	background: url(../images/register-btn.png) no-repeat bottom left;
}

/* contact us box */
.sideboxinfo h1
{
	float:left;
	width:248px;
	height:28px;
	line-height:28px;
	color:#fff;
	padding:0 0 0 10px;
	background:url(../images/contact-head-bg.png) no-repeat top left;
}
.sideboxinfo p
{
	
}
.sideboxinfo span.tel, .sideboxinfo span.email
{
	float:left;
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}
.sideboxinfo span.email
{
	float:left;
	font-size:13px;
	font-weight:normal;
}
.sideboxinfo a.contact-email
{
	color:#003D7D;
}
.sideboxinfo a.contact-email:hover
{
	color:#F6A512;
}
.sideboxinfo .containing
{
	float:left;
	width:228px;
	
	background:#FFEA96;
	padding: 12px 10px 0 10px;
}
.sideboxinfo .bottom-curve
{
	float:left;
	width:248px;
	height:31px;
	padding:0 0 0 25px;
	background:url(../images/contact-curve-bg.png) no-repeat top left;
}
/* ask a question form */
#questions
{
	float:left;
	width:385px;
}
#questions div
{
	float:left;
	margin-bottom:10px;
}
#questions label
{
	float:left;
	width:110px;
}
#questions input
{
	float:left;
	width:223px;
	height:18px;
	border:none;
	padding:7px 7px 7px 5px;
	background:url(../images/input-bg.png) no-repeat top left;
}
#questions input:focus
{
	background:url(../images/input-bg.png) no-repeat bottom left;
}
#questions textarea
{
	float:left;
	width:223px;
	height:145px;
	border:none;
	padding:7px 7px 0 5px;
	background:url(../images/textarea-bg.png) no-repeat top left;
}
#questions .submit
{
	float:left;
	width:80px;
	margin-left:110px;
}
#questions p.submit
{
	clear:both;
	text-align:right;
	margin-right:10px;
}	
#questions button
{
	position:relative;
	width:100px;
	height:28px;
	line-height: 28px;
	border:none;
	background:url(../images/submit-bg.png) no-repeat 0 0;
	color:#004997;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
	font-size:14px;
	margin:18px 0 0 150px;
	padding:0 0 8px 32px;
}
/* buy cars online */
#buyonline
{
	float:left;
	width:400px;
}
#buyonline div
{
	float:left;
	margin-bottom:10px;
}
#buyonline label
{
	float:left;
	width:160px;
}
#buyonline input
{
	float:left;
	width:223px;
	height:18px;
	border:none;
	padding:7px 7px 7px 5px;
	background:url(../images/input-bg.png) no-repeat top left;
}
#buyonline input:focus
{
	background:url(../images/input-bg.png) no-repeat bottom left;
}
#buyonline .submit
{
	float:left;
	width:80px;
	margin-left:160px;
}
	
#buyonline button
{
	position:relative;
	width:100px;
	height:28px;
	line-height: 28px;
	border:none;
	background:url(../images/submit-bg.png) no-repeat 0 0;
	color:#004997;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
	font-size:14px;
	margin:18px 0 0 150px;
	padding:0 0 8px 32px;
}
/* auction pages */
.title-container
{
	position:relative;
	float:left;
}
.content .title-container .auction-details2
{
	width:617px;
	height:100px;
	padding:7px 10px 10px 10px;
	margin-bottom:12px;
	background:url(../images/stockselect-bg.png) no-repeat top left;
}
.content .title-container .auction-details2 h3
{
	color:#fff;
	font-size:19px;
	border:none;
	margin-bottom:12px;
}
.content .title-container .auction-details2 div
{
	float:left;
}
.content .title-container .auction-details2 div label
{
	padding-right:8px;
}
.content .title-container .auction-details2 div.sorter
{
	float:right;
}
.content .title-container .auction-details select
{
	clear:left;
	width:187px;
	margin-right:10px;
}
.auction-details2  select#make
{
	margin-right:10px;
}
.content .title-container .auction-details2 div.sorter select
{
	width:100px;
	margin-right:0px;
}
.content .title-container .auction-details2 .results-button-container
{
	clear:left;
	float:left;
	width:617px;
	margin-top:20px;
}
.content .title-container .auction-details2 .results-button-container p
{
	float:left;
	width:158px;
	color:#898481;
	font-size:11px;
}
.content .title-container .auction-details2 .results-button-container a.resultsbtn
{
	float:left;
	width:126px;
	height:19px;
	margin:0 11px 0 10px;
	background:url(../images/show-results-button.png) no-repeat top left;
}
.content .title-container .auction-details2 .results-button-container a.printresultsbtn
{
	float:left;
	width:103px;
	height:19px;
	margin-right:11px;
	background:url(../images/print-results-button.png) no-repeat top left;
}
.content .title-container .auction-details2 .results-button-container a.downloadresultsbtn
{
	float:left;
	width:115px;
	height:19px;
	background:url(../images/download-results-button.png) no-repeat top left;
}

/*
.content .title-container .auction-details
{
	position:absolute;
	top:-5px;
	right:0;
}
.content .title-container .auction-details p.auction-number
{
	color:#004B94;
	font-size:14px;
	margin:0;
}
.content .title-container .auction-details p.auction-date
{
	color:#A3A4A6;
}
*/
.content .results
{
	float:left;
	width:300px;
	font-weight:bold;
}
.content .nav-pages
{
	float:right;
	
	right:0;
	font-weight:bold;
}

.content .arrow-left
{
	float:left;
	width:11px;
	height:10px;
	margin:3px 0 0 0;
	background:url(../images/arrows-next-prev.png) no-repeat top left;
}
.content .number-blocks
{
	float:left;
	width:17px;
	height:17px;
	margin:0 4px 13px 4px;
	background:url(../images/next-number-bg.png) no-repeat top left;
	color: #fff;
}
.content a:hover .number-blocks, .content a.current_page .number-blocks 
{
	background:url(../images/next-number-bg.png) no-repeat bottom left;
}
.content a:hover .number-blocks p
{
	text-decoration:underline;
}
.content .number-blocks p
{
	float:left;
	color:#fff;
	text-align:center;
	padding:0;
	margin:0;
	width:17px;
	height:17px;
	line-height:17px;
	font-size:8px;
}

.content .arrow-right
{
	float:left;
	width:11px;
	height:10px;
	margin:3px 0 0 0;
	background:url(../images/arrows-next-prev.png) no-repeat bottom left;
}
.content .details-container
{
	float:left;
	width:637px;
	height:115px;
	margin-bottom:20px;
	background:url(../images/stock-list-bg.png) no-repeat top left;
}
.content .details-container a
{
	color:#004B94;
}
.content .details-container a:hover
{
	text-decoration:none;
}
.content .details-container .img-thumb
{
	float:left;
	width:127px;
	height:95px;
	padding:2px 1px 1px 2px;
	background:#fff;
	margin:9px 0 9px 9px;
	border:1px solid #E0E0E0;
}
.content .details-container .text-container
{
	float:left;
	width:300px;
}

.content .details-container .lot-container
{
	float:right;
	width:155px;
	height:116px;
}

.content .details-container a.fleetdetails h4
{
	float:left;
	width:290px;
	font-size:14px;
	line-height: 17px;
	margin: 8px 0 5px 18px;
	font-weight:bold;
	text-transform: capitalize;
	cursor:pointer;
}
.content .details-container a.fleetdetails:hover h4
{
	color:#F2931F;
}

/* --------------------------------- */

.content .lot-container h4
{
	float:left;
	width:135px;
	height:30px;
	line-height:30px;
	font-size:10px;
	color:#fff;
	padding:0 0 0 14px;
}
.content .lot-container a.more-info, .content .lot-container a.add
{
	float:left;
	width:106px;
	height:24px;
	color:#004B94;
	font-weight:bold;
	font-size:12px;
	margin:0 0 0 48px;
}
.content .lot-container a.more-info:hover, .content .lot-container a.add:hover
{
	color:#F2931F;
}
.content .lot-container a.more-info
{
	margin-top:10px;
}

.content .lot-container a.add
{
	margin-top:5px;
}

.content .details-container .text-container
{
	width: 330px;
}
.content .details-container ul.stocklist
{
	float: left;
	width: 312px;
	margin:0 0 0 18px;
}
.content .details-container ul.stocklist li
{
	clear:left;
	float:left;
	width:312px;
	font-size:10px;
	line-height: 14px;
}
.content .details-container ul.stocklist .col-one
{
	float:left;
	width:65px;
	color:#A3A4A6;
}
.content .details-container ul.stocklist .col-two
{
	float:left;
	width:225px;
	margin-left:20px;
	color:#6E6E6E;
}
/* ad to fav */
.add-to-fav
{
	float:right;
	width:128px;
	height:100px;
	margin-top:10px;
}

.add-to-fav a.more-info, .add-to-fav a.add 
{
	float:left;
	width:100px;
	height:26px;
	color:#004B94;
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
	padding:3px 0 0 35px;
}
.add-to-fav a.more-info:hover, .add-to-fav a.add:hover
{
	color:#F2931F;
}
.add-to-fav a.more-info
{
	background:url(../images/heart.png) no-repeat center left;
}
.add-to-fav a.add
{
	background:url(../images/back.png) no-repeat center left;
}
/* weekly auctions 
th
{
	text-align:left;
	height:20px;
	padding-left:10px;
	border-right:1px solid #023F7A;
}
.week
{
	padding-left:0;
}
tr
{
	border-bottom:1px solid #023F7A;
}
td
{
	height:25px;
	line-height:25px;
	padding-left:10px;
	border-right:1px solid #023F7A;
}
*/
/* awards page */

.content .awards-container
{
	clear:both;
	float:left;
	width:637px;
	margin-bottom:15px;
}
.content .awards-container img
{
	float:left;
	margin-right:20px;
}
.content .awards-container .text-container
{
	float:left;
	width:370px;
}
.content .awards-container h1
{
	float:left;
	width:370px;
	font-size:17px;
	color:#F2931F;
	margin-bottom:15px;
}
.content .awards-container a:hover
{
	text-decoration: none;
}
.content .awards-container p
{
	color:#003F7B;
}
.content a.awards:hover
{
	text-decoration:none;
}
.content a.awards span:hover
{
	text-decoration:underline;
}
.motability
{
	width:238px;
	height:167px;
	background:url(../images/awards-small.jpg) no-repeat top left;
}
/* stock page details */
.content .main-stock-image
{
	float:left;
	width:320px;
	height:240px;
	margin:15px 0px 0px 0px;
}
.content .thumbnails
{
	float:left;
	width:320px;
}
.content .thumbs
{
	float:left;
	width:77px;
	height:57px;
	margin:5px 4px 10px 0px;
}
#ctl00_ContentPlaceHolder1_imgMain, #ctl00_ContentPlaceHolder1_aMain
{
	float:left;
}
.content .thumbs img
{
	float:left;
}
.content .thumbs.last
{
	margin-right:0;
}

.content h4
{
	float:left;
	width:465px;
	font-weight:normal;
	font-size:22px;
	margin:0 0 5px 0;
}
.content .stocklistcontainer
{
	float:left;
	width:320px;
}
.content .number-plate
{
	float:right;
	width:168px;
	height:31px;
	margin:0;
	padding:10px 0 0 0px;
	font-size:25px;
	color:#000;
	font-weight:bold;
	text-align:center;
	background:url(../images/number-plate.png) no-repeat top left;
	font-family:Arial, Helvetica, sans-serif;
}
.content .stock-details-container
{
	float:right;
	width:300px;
}
.content .stock-details-container h3
{
	float:left;
	width:300px;
	font-size:20px;
	color:#003f7b;
	margin:0 0 0 0;
	padding:0 0 6px 0;
	border-bottom:1px solid #003f7b;
}
.content .stock-details-container ul.stock-details
{
	float:left;
	width:300px;
}
.content .stock-details-container ul.stock-details li
{
	float:left;
	width:300px;
	padding: 5px 0;
	border-bottom:1px solid #e3e3e3;
}
.content .stock-details-container ul.stock-details li span
{
	float: left;
	font-size:10px;
	width: 217px;
}
.content .stock-details-container ul.stock-details li span.details-type
{
	float:left;
	width:80px;
	font-weight:bold;
}

/* Carousel styles */
.divider
{
	float:left;
	width:637px;
	margin:14px 0 17px 0;
	border-bottom:1px solid #E3E3E3;
}
/* Container DIV - automatically generated */
.logo-slider 
{
	float:left;
	width:637px;
	height:41px;
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip 
{ 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list 
{ 
	position: absolute;
	top: 0;
	left: 0;
	height:41px;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li 
{
	float:left;
	width: 113px;
	height:41px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
	
.simply-scroll-list li img 
{
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll 
{ 
	width: 637px;
	height: 41px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip 
{
	width: 637px;
	height: 41px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li
{
	float: left; /* Horizontal scroll only */
	width: 113px;
	height: 41px;
	margin-right:0;
}


.logo-slider #fade-left, .logo-slider #fade-right
{
	position:absolute;
	top:0;
	width:44px;
	height:41px;
	z-index:100;
}
.logo-slider #fade-left
{
	left: 0;
	background:url(../images/logoshow/fade-left.png) no-repeat top left;
}
.logo-slider #fade-right
{
	right:0;
	background:url(../images/logoshow/fade-right.png) no-repeat top left;
}
/* contact page */
.content .left-col
{
	float:left;
	width:300px;
}
.content .left-col tr.sep
{
	border-bottom:1px solid #E3E3E3;
}
.content .right-col
{
	float:left;
	width:300px;
	margin-left:37px;
}
.content .right-col .largerdisplay
{
	font-size:18px;
	margin-bottom:5px;
}
.content .right-col .largeremail
{
	font-size:18px;
}

ul.enviro-list
{
	
	width:600px;
	list-style-type:disc;
	padding-left:20px;
}
ul.enviro-list li
{
	
	margin-bottom:10px;
}
ul.enviro-list li ul li
{
	width:400px;
	list-style-type:disc;
	margin:10px 0 0 20px;
}
/* gallery */
ul#gallery
{ 
	float:left;
	width:637px;
	list-style: none; 
}
ul#gallery li
{
	display: inline;
}
ul#gallery li a
{ 
	float:left;
	width:145px;
	height:100px;
	padding:2px 2px 2px 2px;
	margin:0 8px 10px 0;
	border:1px solid #E3E3E3;
}
/* Footer --------------------- */
div#footer
{
	position: relative;
	float:left;
	width:898px;
	height: 55px;
	padding: 14px 20px 0 20px;
	background:url(../images/footer-bg.png) no-repeat top left;
	margin-bottom: 30px;
}
#footer p
{
	width: 530px;
	color:#A3A4A6;
	font-size:9px;
	line-height: 11px;
}
#footer a
{
	color:#A3A4A6;
	text-decoration:none;
}
#footer #certificates
{
	position: absolute;
	top: 14px;
	right: 125px;
}
#footer #ben
{
	position: absolute;
	top: 14px;
	right: 20px;
}

#footer ul.footerlink
{
	float: right;
	width:auto;
	/*line-height:43px;*/
	padding:0 0 0 0;
	margin-bottom: 3px;
}
#footer ul.footerlink li
{
   float:left;
}
#footer ul.footerlink li a
{
	float: left;
	height:10px;
	line-height:10px;
	padding: 0 10px 0 0;
	color:#A3A4A6; /* #11579B */
	font-size:9px;
	text-decoration:none;
	margin-top:17px;
	/*border-right:1px solid #D1D1D2;*/
}
#footer ul.footerlink li a.last
{
	border-right:none;
}
#footer ul.footerlink li a:hover
{
	color:#F2931F;
}

#contacts
{
	margin-bottom: 30px;
}
#contacts td
{
	padding: 4px 15px 4px 4px;
}
iframe
{
	border: 1px solid #999;
}
ul.bullet-list
{
	list-style: disc;
}

/* ---------------------------- */

.registerInfo
{
	float: left;
	width:220px;
	width: 308px;
	margin-right: 20px;
}
.downloadInfo
{
	float: left;
	width:277px;
	/*width: 308px;*/
	font-size: 14px;
}
.content .downloadBtn, #downloadInfo .downloadBtn
{
	display: block;
	width: 179px;
	height: 39px;
	padding: 17px 82px 17px 17px;
	background: url(../images/download-btn.png) no-repeat 0 0;
	margin-bottom: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 19px;
}

.content .downloadBtn:hover, .content .contactBtn:hover
{
	text-decoration: none;
	background-position: bottom left;
}
.content .contactBtn
{
	display: block;
	width:129px;
	height:22px;
	padding: 14px 82px 10px 17px;
	background: url(../images/contact-button.png) no-repeat 0 0;
	margin:20px 0 20px 0;
	color: #fff;
	font-size: 19px;
}
#downloadInfo h3
{
	border: 0;
	padding: 0;
	margin-bottom: 3px;
}

.bulletBox
{
	width: 327px;
	background: url(../images/bullet_list_bg.gif) no-repeat 0 0;
}
.bulletBox h4
{
	width: 309px;
	padding: 20px 10px 10px 10px;
	font-weight: bold;
	font-size: 16px;
}
.bulletBox ul
{
	clear: left;
	background: url(../images/bullet_list_base.gif) no-repeat bottom left;
	padding-bottom: 15px;
}
.bulletBox li
{
	margin: 5px 10px;
	padding-left: 30px;
	height: 20px;
	background: url(../images/tick_bullet.gif) no-repeat 0 0;
}
.searchSelects select
{
	width: 187px;
	margin-bottom: 10px;
	padding: 3px;
	background-color: #F3F3F3;
	border: 1px solid #bcbcbc;
}

/* MY FLAG ----------------------------------------------- */

h2#myFlagWelcome
{
	color: #215297;
	font-size: 33px;
	margin-bottom: 30px;
}
#vendorbox
{
	margin-right: 37px;
}
#vendorbox, #buyerbox
{
	width: 270px;
	height: 100px;
	padding: 15px;
	background: url(../images/my-flag-box.png) no-repeat 0 0;
}
#vendorbox h2, #buyerbox h2, #vendorbox a, #buyerbox a
{
	float: none;
	width: 270px;
	color: #fff;
}
#vendorbox a, #buyerbox a
{
	display: block;
	height: 14px;
	line-height: 9px;
	padding-left: 15px;
	background: url(../images/my-flag-arrow.gif) no-repeat 0 0;
	font-size: 14px;
	margin-bottom: 5px;
}
div.vickery
{
	float:left;
	margin-top:20px;
}
/* new styles */
div#headerinfo 
{
	float:left;
}
div#headerinfo h2
{
	float:left;
	width:100%;
	font-size:33px;
	margin-bottom:10px;
	color:#215297;
}
div#headerinfo h2 a
{
	padding-left:20px;
	margin:8px 0 0 5px;
	font-size:14px;
	background:url(../images/clients/pen.png) no-repeat top left;
}
div#headerinfo h2 a:hover
{
	text-decoration:none;
}

#welcome-details h3
{
	float:left;
	width:641px;
	color: #215297;
	font-size: 15px;
	margin-bottom:18px;
	padding-bottom:8px;
	border-bottom:1px solid #E3E3E3;
}
#welcome-details #flagcam a
{
	float:left;
	width:199px;
	height:92px;
	cursor:pointer;
	margin-right:22px;
	background:url(../images/clients/flagcam-btn.png) no-repeat top left;
}
#welcome-details .vickrey-box a
{
	float:left;
	width:199px;
	height:92px;
	cursor:pointer;
	margin-right:22px;
	background:url(../images/clients/vickrey-btn.png) no-repeat top left;
}
#welcome-details a.watchlistlink
{
	float:left;
	width:199px;
	height:92px;
	cursor:pointer;
	margin-right:0;
	background:url(../images/clients/manage-favourites-btn.png) no-repeat top left;
}

#welcome-details .reports
{
	float:left;
	margin-top:20px;
}
#welcome-details .reports ul
{
	float:left;
	width:259px;
	list-style:none;
}
#welcome-details .reports ul li
{
	display:block;
	background:url(../images/clients/report-icon.png) no-repeat center left;
}
#welcome-details .reports ul li a
{
	padding-left:18px;
	color:#F59C0F;
	font-size:14px;
	font-weight:normal;

}
#welcome-details .reports ul li a:hover
{
	color: #215297;
	text-decoration:none;
}

/* CLIENT STOCK REPORT ------------------------------------ */

.stockEntry
{
	position: relative;
	float: left;
	clear: left;
	width: 607px;
	padding: 15px;
	margin-bottom: 20px;
	background: url(../images/clients/client-stock-list-bg.png) no-repeat 0 0;
}
.stockEntry dl
{
	float: left;
	width: 199px;
	padding: 0 10px;
	border-right: 1px solid #E0E0E0;
}
.stockEntry dt
{
	float: left;
	width: 89px;
	padding-right: 10px;
	color: #5383A6;
}
.stockEntry dd
{
	float: left;
	width: 100px;
}
.stockEntry dl.col3
{
	width: 147px;
	border: 0;
}
.stockEntry dl.col3 dt
{
	width: 57px;
}
.stockEntry dl.col3 dd
{
	width: 70px;
}
.stockEntry.sales dl.col3 dt
{
	width: 80px;
}
.stockEntry.sales dl.col3 dd
{
	width: 47px;
}
.stockEntry.net dl.col3 dt
{
	width: 90px;
}
.stockEntry.net dl.col3 dd
{
	width: 37px;
}
.stockEntry a
{
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 112px;
	height: 45px;
	line-height: 45px;
	padding-left: 45px;
	background: url(../images/clients/more-info-btn.png) no-repeat 0 0;
	color: #003E7A;
	font-size: 13px;
	font-weight: bold;
}
.stockEntry a:hover
{
	color: #F39521;
	text-decoration: none;
}
.stockEntry div
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 637px;
	height: 15px;
	background: url(../images/clients/client-stock-list-bg.png) no-repeat bottom left;
}

/* CLIENT STOCK REPORT ------------------------------------ */

.stockEntryNew
{
	position: relative;
	float: left;
	clear: left;
	width: 607px;
	padding: 15px;
	margin-bottom: 20px;
	background: url(../images/clients/client-stock-list-bg-new.png) no-repeat 0 0;
}
.stockEntryNew div
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 637px;
	height: 10px;
	background: url(../images/clients/client-stock-list-base.png) no-repeat 0 0;
}
.stockEntryNew dl
{
	float: left;
	width: 199px;
	padding: 0 10px;
	border-right: 1px solid #E0E0E0;
	font-size: 10px;
	line-height: 15px;
}
.stockEntryNew dt
{
	float: left;
	width: 60px;
	padding-right: 10px;
	color: #5383A6;
}
.stockEntryNew dd
{
	float: left;
	width: 129px;
}
.stockEntryNew dl.col3
{
	width: 147px;
	border: 0;
}
.stockEntryNew dl.col3 dt
{
	width: 57px;
}
.stockEntryNew dl.col3 dd
{
	width: 70px;
}
.stockEntryNew a
{
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 112px;
	height: 45px;
	line-height: 45px;
	padding-left: 45px;
	background: url(../images/clients/more-info-btn.png) no-repeat 0 0;
	color: #003E7A;
	font-size: 13px;
	font-weight: bold;
}
.stockEntryNew a:hover
{
	color: #F39521;
	text-decoration: none;
}

/* STOCK MORE INFO -------------------------------------- */

h4#aucNo
{
	margin: 20px 0 0 0;
	font-size: 18px;
}
#stockInfo
{
	padding-top: 20px;
}
#stockInfo dl
{
	float: left;
	width: 298px;
	margin-bottom: 30px;
}
#stockInfo dt, #stockInfo dd
{
	float: left;
	border-top: 1px solid #e0e0e0;
	padding-top: 5px;
	margin-top: 5px;
}
#stockInfo dt
{
	width: 110px;
	padding-right: 10px;
	color: #5383A6;
}
#stockInfo dd
{
	width: 178px;
	min-height: 18px;
}
#stockInfo dl#col1
{
	padding-right: 10px;
}
#stockInfo dl#col2
{
	width: 288px;
	padding-left: 20px;
}
#stockInfo dl#col2 dd
{
	width: 168px;
}

#btnHolder
{
	margin-top: 20px;
}

div.result
{
	padding: 10px;
	border: 1px solid #369;
	margin-bottom: 20px;
}
div.success
{
	background-color: #E0FFCC;
	border-color: #316600;
}
div.error
{
	background-color: #FFDBD9;
	border-color: #640000;
}

#mailing-list div
{
	position: relative;
	margin-bottom: 10px;
}
#mailing-list label
{
	float: left;
	display: block;
	width: 100px;
	padding-right: 10px;
	line-height: 31px;
}
#mailing-list label.error
{
	position: absolute;
	top: 10px;
	left: 293px;
	width: auto;
	line-height: 15px;
	color: #900;
	padding: 0;
}
#mailing-list h3
{
	margin-top: 25px;
}
#mailing-list input[type=text]
{
	width:191px;
	height:16px;
	border:none;
	padding:7px 7px 8px 5px;
	background:url(../images/register-input-bg.png) no-repeat top left;
}
#mailing-list input[type=checkbox]
{
	float: left;
}
#mailing-list .chk-group
{
	float: left;
}
#mailing-list .chk-group div
{
	float: left;
	width: 637px;
	margin-bottom: 5px;
}
#mailing-list .chk-group label
{
	height: 13px;
	line-height: 18px;
}
#mailing-list button
{
	position:relative;
	width:100px;
	height:28px;
	line-height: 20px;
	border:none;
	background:url(../images/submit-bg.png) no-repeat 0 0;
	color:#004997;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
	font-size:18px;
	margin-top: 10px;
	padding-left: 32px;
}
#mailing-list button.unsubscribe
{
	width: 140px;
}

#mailing-list-btn
{
	float: left;
	display: block;
	width: 218px;
	height: 79px;
	background: url(../images/mailing-list-btn.png) no-repeat 0 0;
	margin-top: 17px;
}

/* ENQUIRE TO BUY ------------------------------------ */

#enquiry-form div
{
	position: relative;
	margin-bottom: 10px;
}
#enquiry-form label
{
	float: left;
	display: block;
	width: 100px;
	padding-right: 10px;
	line-height: 31px;
}
#enquiry-form label.error
{
	position: absolute;
	top: 10px;
	left: 293px;
	width: auto;
	line-height: 15px;
	color: #900;
	padding: 0;
}
#enquiry-form h3
{
	margin-top: 25px;
}
#enquiry-form input[type=text]
{
	width:191px;
	height:16px;
	border:none;
	padding:7px 7px 8px 5px;
	background:url(../images/register-input-bg.png) no-repeat top left;
}
#enquiry-form textarea
{
	width:191px;
	height: 110px;
	border: none;
	padding:7px 7px 8px 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: url(../images/textarea-short-bg.gif)
}
#enquiry-form button
{
	position:relative;
	left: 137px;
	width:175px;
	height:28px;
	line-height: 20px;
	border:none;
	background:url(../images/submit-bg.png) no-repeat top right;
	color:#004997;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
	font-size:14px;
	margin-top: 5px;
	padding-right: 20px;
}
#enquiry-details
{
	position: absolute;
	top: 126px;
	right: 20px;
	width: 268px;
	background-color: #F0F6DC;
	padding: 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0 1px 0 #ccc;
	-webkit-box-shadow: 0 1px 0 #ccc;
	box-shadow: 0 1px 0 #ccc;
}
#enquiry-details h3
{
	color: #093A7D;
	padding: 0;
	border: 0;
	font-weight: bold;
	margin-bottom: 13px;
}
#enquiry-details ul
{
	list-style-image: url(../images/enquire-details-bullet.gif);
	margin-left: 18px;
}

/********************************************/
/* ADDED BY TIM AT REQUEST OF TOM */
.loggedin{
    background-image: url(/images/header-logged-in.jpg);
}

.loggedin .login
{
	left:735px;
}
.loggedin .register
{	right:0px;
	width:90px;	
}
/******************************************/
/* GRADING */
.container-lists
{
	float:left;
	margin-bottom:30px;
}
.grades
{
	float:left;
	width:85px;
	margin:90px 25px 0 14px;
}
.grades img.gold
{
	margin-bottom:53px;
}
.grades img.silver
{
	margin-bottom:50px;
}
.grades img.bronze
{
	margin-bottom:53px;
}
.cars-list
{
	float:left;
	width:248px;
	margin-right:21px;
}
.cars-list.last
{
	margin-right:0;
}
.cars-list ul
{
	float:left;
}
.cars-list ul li
{
	width:217px;
	height:120px;
	padding:10px 15px;
	background:#F8F8F8;
	line-height:17px;
	border-bottom:1px solid #fff;
}
.cars-list ul li.even
{
	background:#EBEBEB;
}
ul.grade
{
	float:left;
	margin-top:20px;
}
ul.grade li
{
	float:left;
	height:25px;
	margin-bottom:5px;
	background:#f00;
}
ul.grade li span
{
	
	float:left;
	position:relative;
	top:-5px;
	width:25px;
	
	display:block;
	font-size:45px;
	font-weight:bold;
	margin-right:20px;
}

ul.grade li p
{
	float:left;
	width:520px;
	font-size:13px;
	line-height:15px;
}
ul.grade li p.number
{
	float:left;
	width:65px;
}

/*****************************************/
/* timed auction pages */

/* privacy policy */
.content.privacy h3
{
	border:none;
	margin-bottom:5px;
	padding-bottom:0;
}
.content.privacy p
{
	margin-bottom:10px;
}
