/* 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 #e7e7e7;
	}

/* Telephone & Price */

#details {
	float:left;
	width:412px;
	height:42px;
	}

#view-telephone {
	float:left;
	width:150px;
	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 5px 0 5px;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color:#0066ba;
	background-color:#ffffff;
	border-left:6px solid #e7e7e7;
	border-right:6px solid #e7e7e7;
	border-bottom:6px solid #e7e7e7;
	}

/* Spec */
	
#spec {
	float:left;
	width:274px;
	margin-left:25px;
	color:#0066ba;
	padding-top:8px;
	background-color:#ffffff;
	border:1px solid #e7e7e7;
	}
	
#spec .title {
	font-size:12px;
	color:#000000;
	}
	
#spec p {
	border-bottom:1px solid #e7e7e7;
	padding:0 0 8px 8px;
	margin-bottom:8px;
	}
	
	
#social-side{width:200px; margin:0 auto;padding:8px 0 8px 35px;}

#facebook-like, #twitter-like {
	width:80px;
	margin-bottom: 5px;
	float:left;
	display:inline-block;
	}
	
	
/* 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:#0066ba;
	border:3px solid #e7e7e7;
	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:#000000;
	font-size:13px;
	margin-bottom:10px;
	}
	
#bread-crumbs h1 {
	float:left;
	width:732px;
	height:23px;
	font-size:16px;
	border-bottom:1px dashed #c7c7c7;
	margin:5px 0 20px 0;
	color:#0066ba;
	}
	
#bread-crumbs p {
	margin-bottom:5px;
	}

/*Next Previous*/

#nextprev {
	float:left;
	position:relative;
	width:180px;
	height:24px;
	padding:8px 20px 0 0;
	color:#0066ba;
	text-transform:capitalize;
	margin-bottom:10px;
	}

#nextprev a {
	color:#000000;
	text-decoration:none;
	border-bottom:1px dotted #0066ba;
	}

#nextprev a:hover {
	color:#0066ba;
	text-decoration:none;
	border-bottom:1px dotted #0066ba;
	}
	
#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 #0066ba;
	}
	
.similarmoreinfo {  /*wrapped round the more info link */
	display:none;
	}

.similarmore {
	display:none;
	}
	
/* Suzuki Approved Used */

#suzuki-approved-used {
	float:left;
	width:742px;
	margin-top:20px;
	}
	
#suzuki-approved-used h2 {
	font-size:20px;
	}
	
.approved-checklist {
	float:left;
	width:316px;
	}
	
.approved-checklist li {
	line-height:30px;
	list-style-position:inside;
	list-style-image:url(../graphics/tick.gif);
	font-size:13px;
	}
	
#reserve {
	float:left;
	width:698px;
	color:#ffffff;
	background-color:#ff0012;
	margin-bottom:10px;
	border:5px solid #ffffff;
	text-align:center;
	font-size:14px;
	padding:7px 0 7px 0;
	-moz-box-shadow:0px 0px 5px #cccccc; 
	-webkit-box-shadow:0px 0px 5px #cccccc; 
	box-shadow:0px 0px 5px #cccccc;
	font-weight:bold;
	}
	
#reserve:hover {
	color:#ffffff;
	background-color:#000000;
	text-decoration:none;
	}
