@import url(reset.css);
@import url(colorbox.css);

html {
	/* force a scrollbar */
	min-height: 101%;
	margin-bottom: 0.1em;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	background-color: #fff;
	text-align: 666;
	color: #535353;
}

.hide { visibility: hidden; font-size: 1px; display: none; }
.up { text-transform: uppercase; }
.clear { clear: both; }
p { margin: 0 0 0.8em 0; }
.red { color: #FF0000; }
.center { margin: 0 auto; }
.centerText { text-align: center; }
.noBorder { border: 0; }
.floatLeft { float: left; }

div#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

div#header {
	height: 80px;	
	position: relative;
}

div#header h1 {
	position: absolute;
	top: 10px; left: 10px;
	width: 418px;
	height: 59px;
}

div#header h1 a {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-indent: -999em;
	overflow: hidden;
	background: url(/images/top_logo.jpg);
}

div#header h2 {
	position: absolute;
	top: 7px;
	right: 0;
	font-size: 30px;
	letter-spacing: -1px;
	background: #389933;
	background: -moz-linear-gradient(top, #389933, #42862d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#389933), to(#42862d));
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #ffffff;
	padding: 10px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	text-align: center;
	font-weight: bold;
}

#header h2 span {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
}
#navigation {
  display: block;
  background: #336699;
  background: -moz-linear-gradient(top, #336699, #2d5986);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#336699), to(#2d5986));
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  z-index: 20;
  position: relative;
}
#navigation ul {
	list-style: none;
	padding: 10px;
	font-size:12px;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	display: block;
	float: left;
	padding: 5px 10px;
	margin: 0 10px 0 0;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#navigation ul li a.apply {
	background: #ffdd00;
	color: #000;
	text-shadow: none;
}

#navigation ul li a.px {
	background: #389933;
	color: #fff;
}

#navigation ul li a.apply:hover { color: #fff; }
#navigation ul li a:hover {
	background: #19334d;
}


#top_box {
  display: none;
  background: #ecf1f7;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  position: relative;
  height: 110px;
  margin: 0 0 20px 0;
  color: #336699;
}

.home #top_box { display: block; }
#top_box .l {
  position: absolute;
  top: -10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #ecf1f7;
  z-index: 10;
}
#top_box .r {
  position: absolute;
  top: -10px;
  right: 0;
  width: 10px;
  height: 10px;
  background: #ecf1f7;
  z-index: 10;
}
#top_box #top_box_text {
  float: left;
  width: 199px;
  height: 104px;
  overflow: hidden;
  text-indent: -999em;
  background: url(/images/top_bar_text.jpg);
  margin: 5px 10px 0 0;
}

/* main content holder */
div#content {
	font-size: 11px;
	display: block;
	padding: 20px 0;
}

.home #content { padding: 0; }

/* left hand side */
div#leftSide {
	float: left;
	width: 200px;
	margin-right: 20px;
}

/* right hand side (content) */
div#mainContent {
	float: left;
	width: 740px;
	position: relative;
}

/* welcoem text */
p.welcomeText {
	padding-bottom: 10px;
	border-bottom: 2px solid #4a862e;
	margin-bottom: 10px;
}

div#footer {
	clear: both;
	margin: 20px 0 10px 0;
	border-top: 2px solid #5184bd;
	padding: 10px;
	font-size: 10px;
	text-align: center;
}

div#footer p {
	color: #C1C1C1;
}

div#footer a {
	color: #5184bd;
	font-weight: bold;
}

div#footer a:hover {
	color: #000000;
}


/* forms */
form p {
	clear: both;
	height: 1%;
}

form p label {
	display: block;
}

.contactForm p label {
	width: 150px;
}

.contactForm p label span {
	color: #FF0000;
}

select {
	width: 130px;
	padding: 2px;
	font-size: inherit;
	font-family: inherit;
	border: 1px solid #a7a6aa;
}

input, textarea {
	padding: 2px;
	font-size: inherit;
	font-family: inherit;
	border: 1px solid #a7a6aa;
}

input.formBtn {
	border: 0;
}

option {
	padding: 1px 2px 1px 2px;
}

/* end of forms */


h3 {
	font-family: Arial, Sans-Serif;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 20px 0 5px 0;
	font-size: 17px;
	color: #5184bd;
}


div.displayBox {
	margin: 0 0 10px 0;
}

div.displayBox div.carEntry {
    border: 1px solid #BABDC1;
    float: left;
    height: 380px;
    margin: 0 5px 10px 5px;
    position: relative;
    width: 170px;
}
div.displayBox div.carEntry a {
    background-color: #E6F1FD;
    height: 380px;
    left: 0;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 160px;
}

div.displayBox div.carEntry a:hover {
	background-color: #86b1e0;
	color: #FFFFFF;
}

h4 {
	color: #5184bd;
	font-size: 11px;
	text-align: center;
	margin-bottom: 10px;
	height: 4em;
}

div.displayBox div.carEntry a:hover h4 {
	color: #FFFFFF;
}

div.displayBox div.carEntry a img {
	border: 1px solid #babdc1;
	margin: 10px auto;
}

div.displayBox div.carEntry span.carDate {
	position: absolute;
	top: 0;
	left: 0;
	width: 82px;
	text-align: left;
	height: 78px;
	background-image: url("/images/red-triangle.gif");
	background-repeat:no-repeat;
	color: #ffffff;
}

div.displayBox div.carEntry a p.carPrice {
	text-align: center;
	font-weight: bold;
	letter-spacing: normal;
	font-size: 12px;
	color: #FF0000;
}

div.displayBox div.carEntry a p.carPrice span {
	font-size: 10px;
}

div.displayBox div.carEntry a p.newPrice {
	font-weight: normal;
	display: block;
	color: #000000;
}

div.displayBox div.carEntry a .apr {
	font-size: 150%;
}

div#mainLeft {
	width: 345px;
	float: left;
}

div#mainRight {
	width: 345px;
	float: right;
}


table#searchTable {
	border: 1px solid #babdc1;
	border-left: 0;
	clear: both;
}

table#searchTable tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #babdc1;
}
	
table#searchTable tr.tableTitle td {
	background-color: #5184bd;
	color: #ffffff;
	font-weight: bold;
}

table#searchTable td.image div { position: relative; }

table#searchTable td.image div  span {
	position: absolute;
	top: 0;
	left: 0;
	width: 71px;
	text-align: left;
	height: 68px;
	background-image: url("/images/red-triangle.gif");
	background-repeat:no-repeat;
	color: #ffffff;
}

table#searchTable a {
	color: #5184bd;
	text-transform: lowercase;
}

div.pages {
	float: right;
	color: #babdc1;
	font-weight: bold;
}

div.pages a {
	color: #5184bd;
}

div.testimonialEntry {
	background-image: url(http://static.interestfree4cars.co.uk/images/bottomQuotes.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 450px;
	margin: 10px auto;
	position: relative;
	padding: 20px 80px 20px 80px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: normal;
	margin-bottom: 50px;
}

div.testimonialEntry div.topQuotes {
	position: absolute;
	top: 0; left: 0;
	background-image: url(http://static.interestfree4cars.co.uk/images/topQuotes.jpg);
	background-repeat: no-repeat;
	width: 66px;
	height: 49px;
}

div.testimonialEntry p strong {
	color: #4a872c;
}

div.faqHolder div.question {
	display: block;
	padding: 10px 10px 15px 20px;
	background-image: url(http://static.interestfree4cars.co.uk/images/questionBG.jpg);
	background-position: 0 4px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #adcc9e;
}

div.faqHolder div.answer {
	display: block;
	padding: 10px 10px 15px 20px;
	background-image: url(http://static.interestfree4cars.co.uk/images/answerBG.jpg);
	background-position: 0 6px;
	background-repeat: no-repeat;
}

ul.default {
	margin: 20px 10px 20px 50px;
}

ul.default li {
	padding: 5px;
}

body.cardetails div#mainLeft {
	width: 400px;
}

body.cardetails div#mainRight {
	width: 300px;
}

td.linkbox a {
	color: #49882a;
	float: left;
	display: block;
	background-color: #FFFFFF;
	padding: 3px;
	text-align: center;
	margin-left: 40px;
	width: 150px;
}

td.linkbox a:hover {
	background-color: #49882a;
	color: #FFFFFF;
}

body.cardetails div#mainContent select,
div#mainContent table.table select {
	padding: 2px;
	font-size: inherit;
	font-family: inherit;
	border: 1px solid #a7a6aa;
	width: 80px;
}
div.topBanner {
	float: left;
	width: 460px;
	height: 100px;
	margin: 0 10px 0 10px;
}

.breadcrumbs {
	font-size: 11px;
	color: #babdc1;
	padding: 5px 0 5px 0;
}

.breadcrumbs a {
	color: #5184bd;
	font-weight: bold;
}

div.carImages {
	float: left;
	width: 185px;
	height: 200px;
	margin-right: 10px;
}

div.carSpecs strong {
	color: #4a862e;
}

div.carSpecs span {
	color: #a7a6aa;
}


div.monthlyPayment {
	float: left;
	font-weight: bold;
	font-size: 110%;
	color: #ff0000;
	margin-bottom: 20px;
}

.carButtons {
	clear: both;
	padding: 10px;
}

hr.line {
	border-top:  2px solid #4a862e;
	clear: both;
	position: relative;
}

.carButtons ul {
	list-style: none;
}

.carButtons ul li {
	display: inline;
}

.carButtons ul li a {
	margin: 0 4px 0 4px;
}

div.enquiry {
	border-bottom: 2px solid #4a872c;
}

div.enquiry form div {
	float: left;
	margin-right: 15px;
}

body.cardetails div#mainLeft {
	width: 425px;
}

body.cardetails div#mainRight {
	width: 262px;
}

div.box h3 {
	text-align: right;
	margin: 0 10px 0 0;
}

div.applyOnline {
	position: absolute;
	right: 60px;
	top: -15px;
	width: 101px;
	height: 31px;
}

div.applyOnline a {
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(http://static.interestfree4cars.co.uk/images/applyOnline.jpg);
	background-repeat: no-repeat;
	width: 101px;
	height: 31px;
}

div.applyOnline a:hover {
	background-image: url(http://static.interestfree4cars.co.uk/images/applyOnlineActive.jpg);
}

.green {
	background-color: #e6f1fd;
	border:1px solid #babdc1;
	color: #999999;
}
.green em b {
	color: #255993;
}

.yellow {
	background-color: #e6f1fd;
	border:1px solid #babdc1;
	color: #999999;
}
.yellow em b {
	color: #255993;
}

.white {
	background-color: #ffffff;
}
.white em b {
	color: #ffffff;
}

.box {
	position: relative;
	margin: 0 auto;
	padding-top: 5px;
	margin-bottom: 10px;
	background-color: #a4c6ec;
	color: #0f3b6c;
	padding: 10px;
}

.curvy p {
	position: relative;
	z-index: 100; 
	padding: 5px 10px 5px 10px;
}


.white .ctl,
.white .cbl, 
.white .ctr, 
.white .cbr {
	background: #4a872c; 
}

.box h2 {
	font-weight: bold;
	font-size: 13px;
	font-family: tahoma;
	letter-spacing: normal;
	border-bottom: 1px solid #e7f1fb;
	margin: 0 0 10px 0;
	color: #5184bd;
}

ul.simularVehicles {
	position: relative;
	z-index: 100;
	padding: 0 0 5px 0;
	margin: 5px 0 5px 0;
	border-top: 1px solid #FFFFFF;
}

ul.simularVehicles li {
	list-style: none;
}

ul.simularVehicles li a {
	padding: 8px 8px 5px 8px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	clear: both;
	height: 42px;
}

html>body ul.simularVehicles li a {
	height: auto;
	min-height: 42px;
}

ul.simularVehicles li a img {
	float: left;
	margin-right: 5px;
}

ul.simularVehicles li a:hover {
	color: #4a872c;
	background-color: #FFFFFF;
}

#specsHolder {
	margin: 10px 0 10px 0;
}

#specTabs {
	list-style: none;	
}

#specTabs li {
	display: inline;
}

#specTabs li a {
	background-color: #ffbe00;
	color: #999999;
	padding: 5px 10px 4px 10px;
}

#specTabs li a.active {
	background-color: #4a872c;
	border: 1px solid #4a872c;
	color: #000000;
	border-bottom: 0;
}

.specsCopy {
	background-color: #4a872c;
	border: 1px solid #4a872c;	
	padding: 10px;
}

.specsCopy strong {
	color: #ffbe00;
}

.specsCopy div strong {
	color: #ffbe00;
}

.specsCopy div {
	margin-left: 30px;
	color: #FFFFFF;
}

a.tooltip b { 
	/* tooltips */
	display: none; 
}

div#both a.tooltip {
	/* the link */
	color: #000000;
}

a.tooltip:hover {
	/* position the box */
	border: 0; 
	position: relative; 
	z-index: 500; 
	text-decoration: none;
}

a.tooltip:hover b {
	/* show the box */
	display: block; 
	position: absolute; 
	top: 20px; 
	left: 0; 
	padding: 5px; 
	font-weight: normal;
	text-align: center; 
	border: 1px solid #000000; 
	background-color: #b8dda7; 
	color: #000000;
	width: 120px;
}
a.tooltip:hover b em {
	/* show the arrow arrow */
	position: absolute; 
	left: 6px; 
	top: -6px; 
	width: 11px; 
	height: 6px; 
	background: url(..http://static.interestfree4cars.co.uk/images/tooltip.gif) 0 0; 
	display: block; 
	font-size: 1px;
}

fieldset {
	border: 1px solid #CCCCCC;
	margin: 10px auto;
	padding: 5px;
}

legend {
	font-size: 13px;
	text-align: center;
	color: #5184bd;
	font-weight: bold;
	padding: 0 10px 0 10px;
	margin-left: 5px;
}

fieldset p label {
	width: 150px;
	font-weight: bold;
}

body#admin div#header {
	background-image: none;
	height: 55px;
}

body#admin div#header ul {
	left: 380px;
	top: 28px;
}

body#admin .curvy p strong {
	font-size: 13px;
}

body#admin .curvy form p input {
	padding: 4px;
	font-size: 12px;
}

body#admin div#mainContent {
	margin-left: 10px;
	margin-top: 5px;
}

body#admin div#leftSide {
	margin-left: 10px;
	width: 200px;
}

body#admin div#header h1 {
	background-image: none;
	font-size: 18px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	top: 15px;
}

body#admin div#header h1 strong {
	color: #49882b;
}

ul#leftNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; 
	margin: 10px 0 10px 20px;
	padding-bottom: 20px;
	z-index: 150;
	position: relative;
}
	
ul#leftNav  li {
	position: relative;
	list-style:none;
}
	
ul#leftNav li ul {
	position: absolute;
	left: 160px; 
	top: 0;
	display: none;
	visibility: hidden;
	padding-bottom: 10px;
}

ul#leftNav li a {
	display: block;
	padding: 5px 2px 5px 2px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

* html ul#leftNav li { float: left; height: 1%; }
* html ul#leftNav li a { height: 1%; }

ul#leftNav li ul li a { 
	padding: 2px 5px; 
	width: 130px; 
	font-size: 10px;
	font-weight: normal;
	position: relative;
	color: #000000;
	position: relative; 
	z-index: 150;
}

ul#leftNav li:hover ul, ul#leftNav li.over ul { display: block; visibility: visible; } /* The magic */

.menu .ctl, .menu .cbl {
	background-color: #4a872c;
}

div#mainContent #simular a {
	color: #FFFFFF;
}

div#mainContent #simular a:hover {
	color: #000000;
}

.noCapID {
	background-color: #FF0000;
}

.tableTitle h2 {
	font-size: 13px;
	text-align: center;
}

div#mainContent table#searchTable tr.tableTitle a {
	color: #FFFFFF;
	text-transform: capitalize;
}

body.adminlogin div#leftSide,
body.adminlogin div#header,
body.adminlogin div#greenBar {
	visibility: hidden;
	display: none;
}

h1 small {
	font-size: 12px;
	letter-spacing: -1px;
	margin-left: 30px;
}

.green a {
	color: #255993;
}

.yellow a {
	color: #255993;
}

div#detailsHolder {
	position: relative;
	margin-top: -5px;
}

div#detailsLeft {
	width: 425px;
}

div#detailsRight {
	width: 265px;
	position: absolute;
	top: 0;
	right: 0;
}

.topBottom10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

div#detailsImages {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 185px;
}

div#detailsInfo {
	float: left;
	margin-left: 10px;
	margin-top: 7px;
}

div#detailsInfo span {
	color: #bababa;
}

div#detailsInfo strong {
	color: #5184bd;
}

div#detailsInfo strong span {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

div#smallImages {
	margin: 5px 0 5px 8px;
	text-align: center;
}
#details {
	height: 375px;
	margin-bottom: 8px;
}

#contactForm p {
	clear: both;
	height: 1%;
}

#contactForm p label {
	float: left;
	width: 70px;
}

.applyBtn {
	display: block;
	margin: 0 auto 10px auto;
}

div#applyButton {
	width: 262px;
	height: 60px;
	position: relative;
	margin-bottom: 10px;
}

div#applyButton a {
	background-image: url(http://static.interestfree4cars.co.uk/images/buttons/applyforfinance.jpg);
	width: 262px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
}

div#DelMap {
	background-image: url(http://static.interestfree4cars.co.uk/images/deliveryMap.jpg);
	width: 176px;
	height: 283px;
	margin: 0 auto;
	margin-bottom: 10px;
	position: relative;
	font-size: 1px;
	letter-spacing: -5px;
	line-height: -18px;
}

div#DelMap a {
	position: absolute;
	text-decoration: none;
	top: 0;
	left: 0;	
	width: 176px;
	height: 283px;
}

div#carHolder {
	clear: both;
	margin: 20px 0;
}

div#carLeft {
	float: left;
	margin-right: 10px;
	width: 220px;
}

div#carRight {
	float: left;
	width: 500px;
}

div#carImage {
	text-align: center;
	padding: 5px;
	border: 1px solid #babdc1;
}

div#carBasicInfo {
	border: 1px solid #babdc1;
	margin: 10px 0 10px 0;
	border-top: 0;
}

div#carBasicInfo p {
	clear: both;
	border-top: 1px solid #babdc1;
	padding: 7px 0 0 5px;
}

div#carBasicInfo p label {
	font-weight: bold;
	float: left;
	width: 130px;
	color: #5184bd;
}

ul#tabs {
	list-style: none;
}

ul#tabs li {
	display: inline;
}

ul#tabs li a {
	float: left;
	padding: 5px 10px 5px 10px;
	border: 1px solid #babdc1;
	border-bottom: 0;
	margin-right: 2px;
	font-weight: bold;
	background-color: #5184bd;
	color: #e7f1fb;
}

ul#tabs li a.active {
	color: #5184bd;
	background-color: #e7f1fb;
}

#tabbedContentCopy {
	clear: both;
	border: 1px solid #babdc1;
	padding: 10px;
	margin-bottom: 2em;
	background-color: #e7f1fb;
}

input#deposit {
	padding: 3px;
	width: 200px;
}

div#mainContent h1 { 
	font-size: 28px;
	color: #5b8cc6;
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #316294;
}

div#mainContent h2 { 
	font-size: 20px;
	color: #5b8cc6;
	margin: 5px 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #babdc1;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 20px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
}

form#leftSearch select {
	width: 180px;
	padding: 3px;
}

form#leftSearch input.keywords {
	width: 170px;
	padding: 3px;

}

.basic {
	border:0;
	background-color:#FFFFFF;
	padding: 0;
	background-image: none;
}

div#contentHolder h1 {
	font-family: Arial, Sans-Serif;
	letter-spacing: -1px;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 18px;
	color: #5184bd;
	border-bottom: 1px solid #316294;
	padding-bottom: 5px;
}

body.cardetails div#contentHolder h1 {
	border-bottom: 1px solid #babdc1;
	padding-bottom: 5px;
}

div#contentHolder h1 span.hide {
	visibility: visible;
}

div#mainContent a {
	color: #5184bd;
	font-weight: bold;
	text-decoration: none;
}

div#mainContent a:hover {
	color: #000000;
}

.attention {
	padding: 1%;
	margin-bottom: 2%;
	border: 1px solid #c5af79;
	background-color: #f4e2b8;
	color: #987f41;
	font-size: 12px;
}

ul#carLinks {
	list-style: none;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

ul#carLinks li {
	display: block;
	border-bottom: 1px solid #FFFFFF; /* ie */
}

ul#carLinks li a {
	display: block;
	background-image: url(http://static.interestfree4cars.co.uk/images/buttons/sexy-btns.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 24px;
	width: 150px;
	text-align: center;
	line-height: 24px;
	margin: 0 0 5px 50px;
}

ul#carLinks li a:hover {
	background-image: url(http://static.interestfree4cars.co.uk/images/buttons/sexy-btns.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

form.applicationForm {
	width: 80%;
	margin: 20px auto;
}

form.applicationForm p {
	clear: both;
	padding: 5px 0 10px 0;
	font-size: 12px;
}

form.applicationForm p label {
	float: left;
	font-weight: bold;
	width: 400px;
}

.error {
	font-weight: bold;
	color: red;
	font-size: 12px;
}

#quick-search {
	float: left;
	width: 220px;
	height: 84px;
	padding: 5px 0 0 20px;
	font-size: 12px;
}

#quick-search select {
	width: 220px;
}

#quick-search-small {
	float: right;
	margin-top: 6px;
	color:#FFFFFF;
}

#quick-search-small select {
	padding: 0;
	width: 200px;
}

ol li {
	margin: 0 0 20px 20px;
}

ol li strong {
	font-weight: bold;
	font-family: 'PT Sans Caption', arial, serif;
	font-size: 20px;
	letter-spacing: -1px;
}

.search_vehicle_holder {
	display: block;
	clear: both;
	background: #fff;
	padding: 10px;
	border-bottom: 5px solid #fff;
}

.alternate { background: #e2edf8; }
.alternate-odd { background: #f0f6fb; }

.alternate:hover { background: #ccdeef; }
.alternate-odd:hover { background: #d9e9f6; }

.search_vehicle_table {
	display: block;
	clear: both;
}

.search_vehicle_table table {
	border: 1px solid #babdc1;
	padding: 1px;
	background: #fff;
}

.search_vehicle_table table td {
	padding: 5px;
	text-align: center;
	color: #5184bd;
}

.search_vehicle_table table .selected {
	background: #336699;
	font-weight: bold;
	color: #fff !important;
}

.search_vehicle_image {
	float: left;
	width:150px;
	margin: 0 10px 5px 0;
}

.search_vehicle_info {
	float: left;
	width: 550px;
}

.search_vehicle_info p {
	float: left;
	width: 250px;
}

.search_vehicle_info p label {
	float: left;
	font-weight: bold;
	width: 100px;
}

.search_vehicle_info h3 { margin: 0 0 10px 0; font-weight: bold; }

.divider {
	display: block;
	height: 50px;
	clear: both;
}

#hiw-steps {
	display: block;
}

#hiw-steps li {
	float: left;
	width: 220px;
	height: 100px;
	background: red;
	color: #fff;
}

ol.steps {
	display: block;
	position: relative;
	width: 328px;
	height: 328px;
	margin: 10px auto;
}

ol.steps li {
	display: block;
	float: left;
	margin: 0;
	width: 164px;
	height: 164px;
	position: relative;
}

ol.steps li a {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999em;
	overflow: hidden;
}

ol.steps li.step1 a { background: url(/images/if4c_steps.jpg) 0 0; }
ol.steps li.step1 a:hover { background: url(/images/if4c_steps.jpg) 0 -326px; }

ol.steps li.step2 a { background: url(/images/if4c_steps.jpg) 164px 0; }
ol.steps li.step2 a:hover { background: url(/images/if4c_steps.jpg) 164px -326px; }

ol.steps li.step3 a { background: url(/images/if4c_steps.jpg) 0 -164px; }
ol.steps li.step3 a:hover { background: url(/images/if4c_steps.jpg) 0 -490px; }

ol.steps li.step4 a { background: url(/images/if4c_steps.jpg) 164px -164px; }
ol.steps li.step4 a:hover { background: url(/images/if4c_steps.jpg) 164px -490px; }

#part_exchange_form input[type=text] {
	font: inherit;
	display: block;
	width: 200px;
	padding: 5px;
}

#part_exchange_form textarea {
	font: inherit;
	display: block;
	width: 250px;
	height: 8em;
	padding: 5px;
}

.request label { font-weight: bold; }
.request input[type=text] {
	font: inherit;
	width: 175px;
	padding: 5px;
}
.request select {
	font: inherit;
	width: 175px;
	padding: 5px;
	display: block;
}
.request textarea {
	font: inherit;
	width: 230px;
	height: 15em;
	padding: 5px;
}

#steps_holder {
	display: block;
	margin: 20px 0;
	padding: 10px;
	border: 1px solid #babdc1;
	background: #e7f1fb;
}

.q-and-a {
	display: block;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #babdc1;
	padding: 10px 0;
}

.q-and-a h3 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 0;
}

#mainContent .q-and-a a {
	float: right;
	background: green;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
}

strong { font-weight: bold; }

#most_popular {
	background: #ddeafa;
}

#most_popular a {
	color: #3469a3;
}

#made_easy {
	font-size: 14px;
}

#made_easy h2 { 
	font-size: 16px;
}

#made_easy a { color: #000; }
