/* Vehicle Image */

#photo-wrap {
	float:left;
	position:relative;
	width:412px;
	height:408px;
	}

/*Slideshow*/

#photo {
	float:left;
	position:relative;
	width:400px;
	height:354px;
	border:6px solid #f1efee;
	}

/* Telephone & Price */

#details {
	float:left;
	width:412px;
	height:42px;
	}

#view-telephone {
	float:left;
	width:200px;
	height:26px;
	padding-top:10px;
	font-size:17px;
	font-weight:bold;
	color:#000000;
	}
	
#view-telephone span {
	font-size:13px;
	color:#666666;
	}

#price {
	float:right;
	height:26px;
	padding:10px 10px 0 10px;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color:#4983bd;
	border-left:6px solid #f1efee;
	border-right:6px solid #f1efee;
	border-bottom:6px solid #f1efee;
	}

/* Spec */
	
#spec {
	float:left;
	width:266px;
	margin-left:25px;
	color:#4983bd;
	padding-top:8px;
	background-color:#ffffff;
	border:5px solid #f5f3f2;
	}
	
#spec .title {
	font-size:12px;
	color:#000000;
	}
	
#spec p {
	border-bottom:1px solid #f5f3f2;
	padding:0 0 8px 8px;
	margin-bottom:8px;
	}

/* Call to Actions */
	
#call-to-action {
	float:left;
	width:708px;
	margin-top:10px;
	}

.call-to-action-wrap {
	float:left;
	width:136px;
	height:40px;
	padding-top:70px;
	margin-right:7px;
	}

#enquire-online {
	background:url(../graphics/enquire-online.gif) top left no-repeat;
	}
	
#book-testdrive {
	background:url(../graphics/book-testdrive.gif) top left no-repeat;
	}
	
#print-details {
	background:url(../graphics/print-details.gif) top left no-repeat;
	}
	
#part-exchange {
	background:url(../graphics/part-exchange.gif) top left no-repeat;
	}
	
#email-friend {
	background:url(../graphics/email-friend.gif) top left no-repeat;
	}

.call-to-action {
	float:left;
	width:130px;
	height:20px;
	padding-top:5px;
	text-align:center;
	background-color:#4983bd;
	border:3px solid #f1efee;
	color:#ffffff;
	font-weight:bold;
	}
	
.call-to-action:hover {
	color:#ffffff;
	background-color:#000000;
	text-decoration:none;
	}

/* Bread Crumbs Bar */

#bread-crumbs {
	float:left;
	width:523px;
	height:32px;
	color:#ffffff;
	font-size:13px;
	margin-bottom:10px;
	}
	
#bread-crumbs h1 {
	float:left;
	width:693px;
	height:23px;
	font-size:16px;
	margin:5px 0 0 0;
	color:#ffffff;
	border:none;
	}
	
#bread-crumbs p {
	margin-bottom:5px;
	}

/*Next Previous*/

#nextprev {
	float:left;
	position:relative;
	width:180px;
	height:24px;
	padding:8px 20px 0 0;
	color:#4983bd;
	text-transform:capitalize;
	margin-bottom:10px;
	}

#nextprev a {
	color:#ffffff;
	text-decoration:none;
	}

#nextprev a:hover {
	color:#4983bd;
	text-decoration:none;
	}
	
#nextcar{
	position:absolute;
	left:156px;
	width:25px;
	}
	
#prevcar{
	position:absolute;
	left:100px;
	width:46px;
	padding-right:5px;
	border-right:1px solid #666666;
	}
	
/* Tech Spec */

#tech-spec {
	float:left;
	width:662px;
	height:100px;
	margin-left:10px;
	}

#tech-left {
	float:left;
	width:200px;
	height:80px;
	padding:10px 0 0 0;
	}

#tech-middle {
	float:left;
	width:200px;
	height:80px;
	padding:10px 0 0 30px;
	border-left:1px dashed #c7c7c7;
	}
	
#tech-right {
	float:left;
	width:200px;
	height:80px;
	padding:10px 0 0 30px;
	border-left:1px dashed #c7c7c7;
	}

.tech1 {
	float:left;
	width:140px;
	height:15px;
	color:#000000;
	}

.tech2 {
	float:left;
	width:60px;
	height:15px;
	color:#000000;
	}
	
.tech-title {
	float:left;
	width:200px;
	height:15px;
	color:#000000;
	font-weight:bold;
	margin-bottom:5px;
	}

/* Similar Vehicles */

#similarvehicles { /*wrapped round all the html*/
	float:left;
	height:140px;
	}
	
.similaradvert { /*wrapped round each similar vehicle */
	float:left;
	width:160px;
	display:block;
	margin-right:11px;
	}
	
.similarphoto { /*wrapped round the vehicle image*/
	width:160px;
	height:120px;
	float:left;
	border:3px solid #f1efee;
	}
	
.similarprice { /*wrapped round the vehicle price*/
	display:none;
	}
	
.similartext { /*wrapped round the Make and Make*/
	width:160px;
	text-align:center;
	float:left;
	}
	
.similarlink {
	color:#000000;
	text-decoration:none;
	border-bottom:1px dotted #999999;
	}

.similarlink:hover {
	color:#000000;
	text-decoration:none;
	border-bottom:1px dotted #4983bd;
	}
	
.similarmoreinfo {  /*wrapped round the more info link */
	display:none;
	}

.similarmore {
	display:none;
	}

/* HPI */

#hpi {
	float:left;
	height:32px;
	width:555px;
	padding:8px 0 0 45px;
	margin-top:20px;
	background:url(../graphics/hpi.gif) top left no-repeat;
	}

.hpi-black {
	color:#1d191a;
	}