a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(http://www.carpex.co.uk/interface/icon_pdf.gif) no-repeat center right;
}

a[href $='.doc'] { 
   padding-right: 18px;
   background: transparent url(http://www.carpex.co.uk/interface/icon_doc.gif) no-repeat center right;
}

a[href $='.docx'] { 
   padding-right: 18px;
   background: transparent url(http://www.carpex.co.uk/interface/icon_doc.gif) no-repeat center right;
}

/* jQuery Tabs */
#tabs {
	font-size: 90%;
	margin: 20px 0;
	border:1px #000000 solid;
}
#tabs ul {
	float: left;
	background: #fff;
	width: 100%; /* MIGHT CAUSE ISSUES SO MAKE 98% IF NEEDED */
	border-bottom:1px #000000 solid;
	margin: 0 0 0 0;
}
#tabs li {
	margin-left: 0px;
	list-style: none;
}
#tabs ul li {
	list-style: none;
	margin-left: 0em;
        border-right:1px #000 solid;
}
* html #tabs li {
	display: inline;
}
#tabs li, #tabs li a {
	float: left;
}
#tabs ul li.active {
	/* border-top:2px #FFFF66 solid; */
	background: #0058a6;
	border-right:1px #000 solid;
}
#tabs ul li.active a {
	color: #fff;
}
#tabs div {
	background: #e9e9e9;
	clear: none;
	padding: 15px;
	min-height: 200px;
}
#tabs div h3 {
	margin: 15px 0 15px 0;
        font-weight: bold;
}
#tabs div p {
	line-height: 150%;
}
#tabs ul li a {
	text-decoration: none;
	padding: .75em .75em .75em .75em;
	color: #000;
	font-weight: bold;
}
.thumbs {
	float:left;
	border:#000 solid 1px;
	margin-bottom:20px;
	margin-right:20px;
}

/* Google Map */
#gmap {
    height: 325px;
    width: 100%;
} 