
/* ---------------------- 
Stylesheet Guide
-------------------------

01. Reset

02. Basic Elements
	1. Clearfix
	2. General Classes
	3. Login Form
	4. Dropcaps
	5. Dividers
	6. Ordered / Unordered List Styles
	7. Buttons
	8. Forms
	9. Alert Boxes

03. Layout

04. Header
	1. Main Navigation

05. Home
	1. Top Panel
	2. Flex Slider
	3. Search Panel
	4. Table Compare Listings
	5. Sales Reps
	6. Pricing Table
	7. 404 Page

06. Content
	1. Widgets
		- Recent
		- Pagination

07. Blog
	1. Alternative Blog
	2. One Item
	3. Bio
	4. Related
	5. Comments

09. Contact Us

10. Sidebar
	1. Widgets
		- Loan Calculator
		- Recent
		- Categories
		- Archive
		- Links
		- Custom Menu

11. Footer
	1. Widgets
		- Links
		- Text Widget
		- Our Contacts
		- Social Icons
		- Gmap

12. Widgets + Shortcodes
	1. Search
	2. Content Tabs
	3. FAQ Toggle

13. Media Queries

 */

/* ---------------------------------------------------------------------- */
/*	Reset
/* ---------------------------------------------------------------------- */
	
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display: block;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

dt,dd {display: inline-block;}

a {
    margin:0;
    padding:0;
    font-size:100%;
	outline: none;
	text-decoration:none;
    background:transparent;
	vertical-align:baseline;
}

a, a > * {
	color: #7b7b7b;
	text-decoration: none;
}

.not-ie a, .not-ie a > * {
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	   -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		 -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
			transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

a:hover, a > *:hover {color: #bd0a11; color: #00468c; }

ul li {
	list-style: none;
}

img {
    border: 0;
	height: auto;
	max-width: 100%;
    -ms-interpolation-mode: bicubic;
}

/* ---------------------------------------------------------------------- */
/*	Basic Elements
/* ---------------------------------------------------------------------- */
html {
	overflow-x: hidden;
}
body {

/* 	line-height: 1.5; */ 
/*dpss*/
	color: #7d7d7d;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif !important;
	background: url(/images/fullscreen-bg.jpg) top center no-repeat #000;
}

/*
body.text-1 { font-family: Arial; }
body.text-2 { font-family: Tahoma; }
body.text-3 { font-family: Verdana; }
*/

p {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.6em;
}

h1 { font-size: 35px; }
h2 { font-size: 29px; }
h3 { font-size: 19px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

/*
.h-style-1 h1, .h-style-1 h2, .h-style-1 h3, .h-style-1 h4, .h-style-1 h5, .h-style-1 h6 {font-family: 'PT Sans Narrow', sans-serif;}
.h-style-2 h1, .h-style-2 h2, .h-style-2 h3, .h-style-2 h4, .h-style-2 h5, .h-style-2 h6 {font-family: 'Open Sans', sans-serif;}
.h-style-3 h1, .h-style-3 h2, .h-style-3 h3, .h-style-3 h4, .h-style-3 h5, .h-style-3 h6 {font-family: 'Electrolize', sans-serif;}
*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 16px 0;
	color: #002e62;
}

h6 {line-height: 1.5em;}


h1 { font-size: 36px; font-weight: bold; }
h2 { font-size: 20px; font-weight: bold; }
h3, h4 { font-size: 14px; 
	 font-weight: bold; 
	 text-transform: uppercase; 
/*
	 border-bottom: 1px solid #eee; 
	 margin: 0 0 20px 0;
	 padding-bottom: 10px;
*/
   }

h4 { font-size: 12px; font-weight: bold; }

h1.white, h2.white, h3.white, h4.white		{ color: #fff;    }
h1.blue, h2.blue, h3.blue, h4.blue			{ color: #00468c; }
h1.grey, h2.grey, h3.grey, h4.grey			{ color: #333;    }
h1.red, h2.red, h3.red, h4.red				{ color: #ff3100; }

h1.underline, h2.underline, h3.underline, h4.underline {
	 border-bottom: 1px solid #eee; 
	 margin: 0 0 20px 0;
	 padding-bottom: 10px;
}

	/* -------------------------------------------------- */
	/*	Clearfix
	/* -------------------------------------------------- */

	.clear {   
		clear: both;
		display: block;
		height: 0;
		overflow: hidden;
		visibility: hidden;
		width: 0;
	}

	.clearfix:after {
		clear: both;
		display: block;
		visibility: hidden;
		height: 0;
		content: ".";
	}

	/* -------------------------------------------------- */
	/*	Custom Classes
	/* -------------------------------------------------- */

	.block {display: block;}
	.bold {font-weight: 700;}
	.text-orange {color: #fc7241;}
	.italic {font-style: italic;}
	.add-margin {margin: 3px 0;}
	.hidden { display: none !important; }
	
	/* -------------------------------------------------- */
	/*	General Classes
	/* -------------------------------------------------- */
	
	blockquote {
		margin-bottom: 20px;
		padding: 5px 20px;
		border-left: 1px solid #bd0a11;
		color: #bd0a11;
		font-weight: 700;
		font-style: italic;

		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}

	blockquote.quote-left {
		float: left;
		margin-right: 35px;
		width: 45%;
	}

	blockquote.quote-right {
		float: right;
		margin-left: 35px;
		width: 45%;	
	}

	.aligncenter {text-align: center;}
	
	.aligncenter > img {
		display: inline;
		text-align: center;
	}

	.alignleft {float:left;}

		img.alignleft {margin: 0 20px 10px 0;}

	.alignright {float:right;}

		img.alignright {margin: 0 0 10px 20px;}
		
	.single-image,
	.video-image {
		position: relative;
		display: block;
		margin-bottom: 10px;
		cursor: pointer;
	}
	
	.video-image {display: inline-block;}
	
	.single-image.alignleft {margin-right: 20px;}
	.single-image.alignright {margin-left: 20px;}
	
		.single-image img {display: block;}
		
		.video-icon .curtain:after,
		.single-image .video-icon,
		.single-image .picture-icon {
			position: absolute;
			z-index: 2;
			width: 23px;
			display: block;
			height: 23px;
			background-repeat: no-repeat;
			content: "";
		}
		
		.single-image.video .video-icon,
		.single-image.picture .picture-icon,
		.video-image.video-icon .curtain:after {background-image: url(/images/icons/thumb-icons.png);}
		
		.single-image.video .video-icon,
		.single-image.picture .picture-icon {bottom: 10px;}
		
		.single-image.video .video-icon {
			right: 10px;
			background-position: 0 0;
		}
		
		.single-image.picture .picture-icon {
			right: 10px;
			background-position: 0 bottom;
		}
			
	.video-image.video-icon .curtain:after {
		top: 50%;
		left: 50%;
		margin: -12px 0 0 -12px;
	}
			
		.curtain {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 100%;
			height: 100%;
			background-color: rgba(255,255,255,.6);
			opacity: 0;
			filter: alpha(opacity=0);
			text-indent: -9999px;
		}
		
		.ie8 .curtain {background-color: #fff;}

		.single-image:hover .curtain,
		.video-image:hover .curtain {
			opacity: 1;
			filter: alpha(opacity = 40);
		}

	.main a { color: #00468c; }
	.main a:hover { color: #1b58ac; text-decoration: underline; }

	/* -------------------------------------------------- */
	/*	Login Form
	/* -------------------------------------------------- */
	
	.account-wrapper {
		position: fixed;
		z-index: 99;
		top: 140px;
		right: -220px;
		width: 220px;
	}
	
		.form-reg {
			position: relative;
			padding: 20px 20px 15px;
			-webkit-border-radius: 3px;
			   -moz-border-radius: 3px;
					border-radius: 3px;
			background-color: #bd0a11;
		}

			.form-reg .log {
				position: absolute;
				top: 20px;
				left: -70px;
				padding: 6px 10px 6px 10px;
				width: 50px;
				-webkit-border-radius: 3px 0 0 3px;
				   -moz-border-radius: 3px 0 0 3px;
						border-radius: 3px 0 0 3px;
				background-color: #bd0a11;
				background-image: url(/images/icons/log-icons.png);
				background-position: right top;
				background-repeat: no-repeat;
				color: #fff;
				font-weight: 700;
			}
			
			.form-reg .log.active {background-position: right bottom;}
			
			.form-reg > p {
				margin-bottom: 5px;
				width: 185px;
			}
			
				.form-reg label {display: block; color: #fff;}
				
				.form-reg .input-medium {
					width: 100%;
					border-color: #ea4307;
				}
				
				.ie7 .form-reg .input-medium { width: 95% }
				
				.form-reg .forgot-pass {padding: 7px 0 12px;}

					.form-reg .forgot-pass a {
						color: #fff;
						font-style: italic;	
					}
				
				.form-reg .enter-btn {margin: 0;}
				
				.form-reg .enter-btn:hover {
					border-bottom: 1px solid #313131;
					background: #444343 !important; /* Old browsers */
				}
	
	/* -------------------------------------------------- */
	/*	Dropcaps
	/* -------------------------------------------------- */
	
	.dropcap {
		color: #D9DADB;
		float: left;
		font-size: 38px;
		font-weight: 700;
		line-height: 1em;
		margin: 0 15px 0 0;
	}

	.dropcapspot {
		float: left;
		margin: 0 12px 0 0;
		width: 45px;
		height: 45px;
		color: #fff;
		text-align: center;
		font-weight: 700;
		font-size: 38px;
		line-height: 45px;
	}
	
	/* -------------------------------------------------- */
	/*	Dividers
	/* -------------------------------------------------- */

	.divider {
		clear: both;
		margin: 25px 10px;
		height: 1px;
		background-color: #dddcdc;
	}
	
	/* -------------------------------------------------- */
	/*	Ordered / Unordered List Styles
	/* -------------------------------------------------- */
	
	ul.list,
	ol.list {
		margin: 0 0 30px 0;
		font-weight: 700;
	}
	
	.addthis-toolbox li {margin-bottom: 5px;}
	.entry-body ul.list {margin: 0 0 20px 20px;}
	
		ul.list > li,
		ol.list > li {padding: 3px 0;}

		ol.list.type-1 > li {
			list-style: decimal inside;
			color: #bd0a11;
		}

		ol.list.type-2 > li {
			list-style: decimal-leading-zero inside;
			color: #7b7b7b;
		}

			ol.list.type-1 b,
			ul.list.type-1 b,
			ul.list.type-1 span {color: #7b7b7b;}
			
			ul.list.type-1 span {font-weight: 100;}
			
			ol.list.type-2 b,
			ul.list.type-2 b {
				color: #bd0a11;
				font-weight: 700;
				font-style: italic;
			}
			
			ul.list.type-1 > li {
				list-style: square inside;
				color: #bd0a11;
			}
			
			ul.list.type-2 > li {
				list-style: square inside;
				color: #bd0a11;
			}
			
			ul.list.type-3 > li {
				padding-left: 33px;
				background-image: url(/images/icons/sprite-list.png);
				background-position: 0 0;
				background-repeat: no-repeat;
				color: #bd0a11;
			}

	ul.basic-list, ul.basic-list-disc { position: relative; margin-bottom: 20px; }

	ul.basic-list li ul.basic-list { position: relative; margin-top: 20px; }

	ul.basic-list li {
		list-style: none;
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 1.5em 0;
	}

	ul.disc li {
		list-style: disc;
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 1.5em 1.5em;
	}

	ul.no-space li { margin-bottom: 0; }

	ul.half-space li { margin-bottom: 0.75em; }

	input, select, textarea { -webkit-font-smoothing: antialiased !important; }

	.hero-image {
		position: relative;
		display: block;
		max-width: 730px;
		width: 100%;
/* 		height: 250px; */
		padding-bottom: 20px;
	}

	/* -------------------------------------------------- */
	/*	Buttons
	/* -------------------------------------------------- */
	
	a.see {
		display: inline-block;
		margin-bottom: 1.5em;
		padding-right: 20px;
		color: #bd0a11;
		font-weight: 700;
		background-image: url(/images/rightarrowclass.png);
		background-position: right -29px;
		background-repeat: no-repeat;
	}
	
	a.see:hover {text-decoration: underline;}
	#footer a.see {background-position: right -52px;}
	
/*
	.button {
		display: inline-block;
		margin-bottom: 1.5em;
		padding: 5px 10px 5px;
		outline:none;
		color: #fbfafa;
		vertical-align: baseline;
		text-align:center;
		text-decoration: none;
		font: 13px Arial;
		cursor:pointer;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			    border-radius: 3px;
	}
*/

	.button {
		display: inline-block;
		margin: 0;
		padding: 0;
		outline: none;
		background: #f7f7f7;
		color: #999;
		font-size: 12px;
		font-weight: bold;
		border: 1px solid #ccc;
		font-family: Arial, Helvetica;
		
	}

	.not-ie .button {
		-webkit-transition: none;
		   -moz-transition: none;
			-ms-transition: none;
			 -o-transition: none;
				transition: none;
	}

	.button:hover {color: #fff;}
	
	.orange {
		border-bottom: 1px solid #d64511;
		background-color: #bd0a11;
	}

	.orange:hover {
		border-bottom: 1px solid #313131;
		background: #444343; /* Old browsers */
		background: -moz-linear-gradient(top,  #444343 0%, #3a3a3a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444343), color-stop(100%,#3a3a3a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* IE10+ */
		background: linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444343', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-9 */
	}
	
	.dark {
		border-bottom: 1px solid #313131;
		background: #444343; /* Old browsers */
		background: -moz-linear-gradient(top,  #444343 0%, #3a3a3a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444343), color-stop(100%,#3a3a3a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* IE10+ */
		background: linear-gradient(top,  #444343 0%,#3a3a3a 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444343', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-9 */	
	}
	
	.dark:hover {
		border-bottom: 1px solid #d64511;
		background: #bd0a11 !important;
	}

	.align-btn-left {float: left;}
	.align-btn-right {float: right;}

	/* -------------------------------------------------- */
	/*	Forms
	/* -------------------------------------------------- */

	button,
	input[type="button"],
	input[type="reset"]{
		cursor: pointer;
		-webkit-appearance: button;
	}

	button {border: none;}
	
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		vertical-align: baseline;
	}

	label {display: inline-block; cursor: pointer;}
	
	input[type="text"],
	input[type="password"],
	textarea, select {
		display: inline-block;
		color: #8f8f8f;
		font: 12px/1.5 Arial, sans-serif;
		padding: 6px 10px;
		border-width: 1px;
		border-style: solid;
		border-color: #dddcdc;
		background-color: #fff;
	}
	
	input[type="text"],
	input[type="password"],
	textarea,
	select {

		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	
	input[type="checkbox"] {padding: 0; border: none;}
	
	textarea:focus,
	input:focus {border-color: #acaaaa;}
	
/* 	select {padding: 5px;} */
	textarea {padding: 10px; resize: both;}
	
	.not-ie input,
	.not-ie textarea,
	.not-ie select {
		-webkit-transition: all .25s linear;
		   -moz-transition: all .25s linear;
			-ms-transition: all .25s linear;
			 -o-transition: all .25s linear;
				transition: all .25s linear;	
	}
	
	.input-block {margin-bottom: 10px;}
	
		.input-block:after {
			clear: both;
			display: block;
			visibility: hidden;
			height: 0;
			content: ".";
		}
	
		.input-block label {
			display: block;
			float: left;
			width: 137px;
			vertical-align: top;
		}
	
		.contact-form input[type="text"],
		.comments-form input[type="text"] {width: 80%;}
		
		.contact-form textarea,
		.comments-form textarea {
			height: 160px;
			max-width: 80% ;
			max-height: 220px;
			min-width: 80%;
			min-height: 160px;
			resize: both;
			overflow: hidden;
		}
		
		.ie8 .contact-form textarea,
		.ie8 .comments-form textarea {
			min-width: 77%;
			max-width: 77%;
		}
		
		
		.wrong-data {border-color: #bd0a11;}
		
		.contact-form iframe {display: inline-block; vertical-align: middle;}
		.contact-form input.verify {width: 77px; vertical-align: top;}
		
		.contact-form button[type="submit"],
		.comments-form button[type="submit"] {border: none; vertical-align: top;}

	/* Fix for Mobile Safari */
	input[type="checkbox"] { -webkit-appearance: checkbox; }
	input[type="radio"] { -webkit-appearance: radio; }

	/* Chrome, Safari */
	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #8f8f8f; line-height: 1.5; }

	/* Firefox */
	input:-moz-placeholder, textarea:-moz-placeholder { color: #8f8f8f; line-height: 1.55; }


	/* ---------------------------------------------------------------------- */
	/*	Alert Boxes
	/* ---------------------------------------------------------------------- */

	.error,
	.success,
	.info,
	.notice {
		position: relative;
		display: block;
		padding: 13px 10px 13px 60px;
		border-color: #dddcdc;
		border-style: solid;
		border-width: 1px;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
		background-color: #f4f4f4;
		color: #7d7d7d;
		font-weight: 700;
		font-size: 14px;
	}
	
	.success:before,
	.error:before,
	.info:before,
	.notice:before {
		position: absolute;
		top: 3px;
		left: 4px;
		display: block;
		width: 40px;
		height: 40px;
		border-color: #dddcdc;
		border-style: solid;
		border-width: 1px;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;	
		background-color: #efefef;
		background-image: url(/images/icons/sprite-notifications.png);
		background-repeat: no-repeat;
		-webkit-box-shadow: inset 0 20px 15px rgba(255,255,255,.7);
		   -moz-box-shadow: inset 0 20px 15px rgba(255,255,255,.7);
		         box-shadow: inset 0 20px 15px rgba(255,255,255,.7);
		content: '';
	}
	
	.success:before {background-position: 0 0;}
	.error:before {background-position: 0 -40px;}
	.info:before {background-position: 0 -80px;}
	.notice:before {background-position: 0 -120px;}

/* ---------------------------------------------------------------------- */
/*	Layout
/* ---------------------------------------------------------------------- */

.wrap {
	margin: 0 auto;
	width: 1020px;
}

	.main {
		margin-top: 20px;
		margin-bottom: 25px;
		padding: 0 0 20px;

		/* column divider is displayed by default */
		background: #fff url(/images/dot-eeeeee.gif) 250px 0 repeat-y;

		min-height: 300px;
		height: auto !important;
		height: 300px;

		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
	}

	.main.no-divider { background-image: none; }

		section.container { padding-top: 20px; }

	
/* ---------------------------------------------------------------------- */
/*	Header
/* ---------------------------------------------------------------------- */

#header {
	position: relative;
	z-index: 9;
	width: 100%;
/* 	padding: 30px 0 20px 0; */
	padding: 0;
	background: pink;
	background: url(/images/header-bg.png) repeat;
	height: 150px;

	-webkit-border-bottom-right-radius: 3px;
	 -webkit-border-bottom-left-radius: 3px;
	    -moz-border-radius-bottomright: 3px;
	     -moz-border-radius-bottomleft: 3px;
            border-bottom-right-radius: 3px;
             border-bottom-left-radius: 3px;
}

	#logo-info-box {
		position: relative;
		width: 100%;
	}

	#logo {
		positive: relative;
		float: left;
		display: block;
		width: 300px;
		padding: 0;
		margin: 30px 0 0 25px;
	}

	#head-right {
		position: absolute;
		left: 380px;
		top: 40px;
	}

	#head-right	#header-number {
		height: 30px;
		color: #fff !important;
		font-size: 20px;
		font-weight: bold;
		line-height: 30px;
		padding: 0 0 0 40px;
		background: url(/images/icons/search-sprite-icons.png) 0 4px no-repeat;
	}

	#head-right	#header-number a { color: #fff; }

	#head-right span {
		display: none;
	}

	#header-auctions {
		position: absolute;
		width: 382px;
		top: 15px;
		right: 20px;
	}
	
	#header-auctions a { display: block; }

	/* -------------------------------------------------- */
	/*	Main Navigation
	/* -------------------------------------------------- */

	.navigation {
		clear: both;
		margin: 0;
		height: 40px;
	}

	.menu-1 .navigation {
		position: absolute;
		right: 0;
		background: #00468c;
		bottom: 0;
	}

	.menu-2 .navigation {
		background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
	}
	
		.navigation > ul > li {
			position: relative;
			float: left;
			margin: 0;
			list-style: none;
		}

			.navigation > ul > li > a {
				position: relative;
				display: block;
				padding: 0 15px;
				border-right-width: 1px;
				border-right-style: solid;
				vertical-align: top;
				text-align: center;
				font: 12px;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				line-height: 40px;

				-webkit-transition: none;
				   -moz-transition: none;
					-ms-transition: none;
					 -o-transition: none;
						transition: none;

			}
			
			.menu-1 .navigation > ul > li > a,
			.menu-1 .navigation {
				border-color: #1b58ac; 
				color: #fff; 
				border-bottom-width: 0;
			}

			.menu-2 .navigation > ul > li > a,
			.menu-2 .navigation {border-color: #d7d7d7; color: #585757; border-bottom-width: 0;}

				.navigation > ul > li:hover > a,
				.navigation > ul > li.current-menu-item > a {color: #fff;}

				.menu-1 .navigation > ul > li:hover > a,
				.menu-1 .navigation > ul > li.current-menu-item > a,
				.menu-1 .navigation > ul > li.current-menu-parent > a,
				.menu-1 .navigation > ul > li.current-menu-ancestor > a {
					background: #1b58ac;
					-webkit-transition: none;
					   -moz-transition: none;
						-ms-transition: none;
						 -o-transition: none;
							transition: none;
				}

				.menu-2 .navigation > ul > li:hover > a,
				.menu-2 .navigation > ul > li.current-menu-item > a,
				.menu-2 .navigation > ul > li.current-menu-parent > a,
				.menu-2 .navigation > ul > li.current-menu-ancestor > a {
					background: #f9f9f9; 
				}
				
				.navigation > ul > li:first-child:hover > a,
				.navigation > ul > li.current-menu-item:first-child > a {

				} 

				.menu-1 .navigation ul li.last a { border: 0 !important; }

			/* Dropdown */

			.ie8 .navigation li:hover > ul,
			.ie8 .navigation li:hover > ul {top: 55px;}

			.navigation ul ul {
				position: absolute;
				left: 0;
				z-index: 99;
				display: none;
				padding-right: 5px;
				width: 300px;
			}
			
			.not-ie .navigatin ul ul {top: 70px;}
			
			.menu-1 .navigation ul ul {
/*				-webkit-box-shadow: inset 0 10px 18px rgba(0,0,0,.3);
				   -moz-box-shadow: inset 0 10px 18px rgba(0,0,0,.3);
						box-shadow: inset 0 10px 18px rgba(0,0,0,.3);*/
						border-left: 1px solid #666666;
						border-right: 1px solid #666666;
						border-bottom: 1px solid #666666;
						background:#f1f1f1;
			}
			
			.menu-2 .navigation ul ul {
/*				-webkit-box-shadow: inset 0 10px 18px rgba(255,255,255,.9);
				   -moz-box-shadow: inset 0 10px 18px rgba(255,255,255,.9);
						box-shadow: inset 0 10px 18px rgba(255,255,255,.9);*/
			}

			.not-ie .navigation ul ul {
				-webkit-transition: all .2s ease-in-out;
				   -moz-transition: all .2s ease-in-out;
					-ms-transition: all .2s ease-in-out;
					 -o-transition: all .2s ease-in-out;
						transition: all .2s ease-in-out;
						
				-webkit-border-radius: 0 0 3px 3px;
				   -moz-border-radius: 0 0 3px 3px;
						border-radius: 0 0 3px 3px;
			}

				.navigation ul ul li {
					position: relative;
				}
				
				.menu-1 .navigation ul ul li {
					background-color: #f4f4f4;
				}
				
				.menu-2 .navigation ul ul li {
					background-color: #f1f1f1;
				}

				.navigation ul ul li:last-of-type > a {border-bottom: none;}

					.navigation ul ul a {
						display: block;
						margin: 0 20px;
						padding: 5px 0;
						border-bottom-width: 1px;
						border-bottom-style: solid;
						text-align: left;
						color: #002E62;
						font-size: 15px;
					}
					
					.menu-1 .navigation ul ul a {
						border-color: #424242;
					}
					
					.menu-2 .navigation ul ul a {
						border-color: #d7d7d7;
					}
					
					.navigation .rightarrowclass {
						position: absolute;
						top: 50%;
						right: 20px;
						margin-top: -2px;
						width: 3px;
						height: 5px;
						background: url(/images/rightarrowclass.png) no-repeat;
					}
					
					.menu-1 .navigation > ul ul li:hover > a,
					.menu-1 .navigation ul ul li.current-menu-item > a,
					.menu-1 .navigation ul ul li.current-menu-parent > a,
					.menu-1 .navigation ul ul li.current-menu-ancestor > a {color: #bd0a11;}
					
					.menu-2 .navigation > ul ul li:hover > a,
					.menu-2 .navigation ul ul li.current-menu-item > a,
					.menu-2 .navigation ul ul li.current-menu-parent > a,
					.menu-2 .navigation ul ul li.current-menu-ancestor > a {color: #585757;}
					
					.menu-1 .navigation > ul ul li:hover .rightarrowclass {background-position: 0 -15px;}
					.menu-2 .navigation > ul ul li:hover .rightarrowclass {background-position: 0 -75px;}


			/* Sub Dropdown */

			.navigation ul ul ul {
				top: 0 !important;
				left: 170px;
				margin-top: 0;
			}
			
			.ie8 .navigation ul > li:hover ul li:hover ul,
			.ie9 .navigation ul > li:hover ul li:hover ul {
				left: 165px !important;
			}

			.not-ie .navigation ul ul ul {
				-webkit-border-radius: 3px;
				   -moz-border-radius: 3px;
						border-radius: 3px;
			}

	/* Nav Responsive  */

	.navigation .nav-responsive {
		position: relative;
		display: none;
/*
		margin: 15px 20px;
		padding: 4px 8px;
*/

		width: 95%;
		border-color: #fff;
/*
		background-color: #fff;
		background-image: url(/images/bg-grey-trans.png);
		background-position: right center;
		background-repeat: no-repeat;
*/
	}

	/* -------------------------------------------------- */
	/*	Mobile menu
	/* -------------------------------------------------- */

	#mobile-header {
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
		border-bottom: 1px solid #002f5c;
	}
	#mobile-logo {
		position: relative;
		float: left;
		display: block;
	}
		#mobile-logo a {
			position: relative;
			display: block;
			width: 136px;
			height: 50px;
			background: url(/images/mobile-logo.gif) 15px 12px no-repeat;
			background-size: 96px 28px;
		}
	#mobile-times {
		position: absolute;
		top: 8px;
	}
	#mobile-times ul { 
		position: relative;
	}
	#mobile-times li {
		color: #ddd;
		font-size: 10px; 
		line-height: 12px;
	}
	#mobile-menu-btn {
		position: relative;
		float: right;
		display: block;
	}
		#mobile-menu-btn a {
			position: relative;
			display: block;
			color: #fff !important;
			font-size: 12px;
			font-weight: bold;
			line-height: 50px;
			padding: 0 15px;
			border-left: 1px solid #003e76;
		}
		#mobile-menu-btn a:hover, 
		#mobile-menu-btn a.active, 
		#mobile-menu-btn a:active {
			background: #003e76;	
		}
	#mobile-menu-box {
		position: relative;
		display: block;
		clear: both;
		width: 100%;
		background: #003e76;
		background-color:rgba(0,62,118,.98);
		border-top: 1px solid #002f5c;
		z-index: 98765;
	}
	#mobile-menu-box ul {
		position: relative;
		display: block;
		width: 100%;
	}
	#mobile-menu-box ul li {
		position: relative;
		display: block;
		width: 100%;
		height: 52px;
		border-bottom: 1px solid #002F5C;
/* 		background: #003e76; */
	}
	#mobile-menu-box ul li a {
		position: relative;
		display: block;
		width: 100%;
		height: 52px; /*50px*/
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		line-height: 52px;
/* 		background: #003e76; */
		padding-left: 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	#mobile-menu-box ul li a:hover, 
	#mobile-menu-box ul li a.active, 
	#mobile-menu-box ul li a:active {
		background: #1b58ac;
	}

	#shadow {
		position: absolute;
		display: block;
		width: 100%;
		height: 10000px;
		top: 0;
		left: 0;
		background: url(/images/header-bg.png) repeat;
	}

/* ---------------------------------------------------------------------- */
/*	Home
/* ---------------------------------------------------------------------- */

	/* -------------------------------------------------- */
	/*	Top Panel
	/* -------------------------------------------------- */

	.top-panel {
		position: relative;
		margin: 40px 0 20px;
		overflow: hidden;

		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}

		/* -------------------------------------------------- */
		/*	Search Panel
		/* -------------------------------------------------- */

		.top-panel #home-search {
			position: relative;
			width: 500px;
			height: 415px;
			background: url(/images/bg-blue-trans.png);

			-webkit-border-radius: 3px;
			   -moz-border-radius: 3px;
		 		    border-radius: 3px;
		}

		.top-panel #slider2_container {
			position: absolute !important; 
			right: 0 !important;
		}

		.top-panel #home-search, 
		.top-panel #slider2_container {
			position: relative !important;
			display: block !important;
			float: left;
			width: 500px;
			margin-right: 20px;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
					box-sizing: border-box;
		}
		.top-panel #slider2_container {
			margin: 0 !important;
		}

		#home-search #hs-container {
			position: relative;
			margin: 20px;
			margin-top: 15px;
		}

		.top-panel .widget_custom_search {
			float: left;
		}


		/* -- Home Search -- */
		#boxpanel {
			position: relative;
			width: 480px;
			overflow: hidden;
			margin-left: -20px;
		}

		/* unnecessary? */
		.Homesearch-divider {
			height: 45px;
			clear: both;
		}

		/* Search tabs */
		#home-search-tabs {
			margin-bottom: 25px;
			border-bottom: 1px solid #0077ce;
		}
		#home-search-tabs ul {
			display: block;
			height: 40px;
		}
		#home-search-tabs ul li {
			position: relative;
			float: left;
			display: block;
			height: 40px;
		}
		#home-search-tabs ul li a {
			display: block;
			height: 40px;
			color: #fff;
			font-size: 14px;
			font-weight: bold;
			line-height: 40px;
			padding: 0 15px;
			margin-right: 10px;
			background: none;
		}
		#home-search-tabs ul li a.selected, 
		#home-search-tabs ul li a:hover {
			background: #0064b2;
		}

		.Homesearch-select {
			position: relative;
			display: block;
			float: left;
			width: 220px;
			height: 38px;
			margin: 0 0 15px 20px !important;
			background: #fff;
		}

		.Homesearch-select div.hs-box {
			position: relative;
			display: block;
			float: left;
			width: 220px;
			height: 38px;
			overflow: hidden;
		}

			.Homesearch-select div.hs-box select {
				position: relative;
				display: block;
/* 				width: 246px !important; */
				width: 100%;
				height: 30px; /* globalise FF 25.0.1 for all browsers */
				color: #003466;
				border: 0;
				margin: 5px 0 0 0; 
				outline: 0;
				text-indent: 0.01px;
				text-overflow: clip;
				background: url(/images/icon-dropdown-arrow.png) right 12px no-repeat;
				cursor: pointer;

				-webkit-appearance: none !important;
				   -moz-appearance: none !important;

				-webkit-border-radius: 0;
				   -moz-border-radius: 0;
						border-radius: 0;

				-webkit-transition: none;
				   -moz-transition: none;
					-ms-transition: none;
					 -o-transition: none;
						transition: none;

			}

		.Homesearch-select.full-width, 
		.Homesearch-select #bodytypesearch, 
		.Homesearch-select div.full-width {
			width: 460px !important;
		}

		.Homesearch-select.full-width div.full-width select {
			width: 460px !important;
/* 			background: url(/images/icon-dropdown-arrow.png) 440px 12px no-repeat; */
		}

			/* input cover */
			.Homesearch-select div.hs-box .ie-cover {
				position: absolute;
				display: block;
				width: 38px;
				height: 38px;
				top: 0;
				right: 0;
				background: #f00;
			}

		@-moz-document url-prefix(){
			.Homesearch-select div.hs-box select {
				padding-top: 7px;
				color: transparent;
				text-shadow: 0 0 0 #003466;
			}
		}

		/* home page search buttons */
		.form-panel #home-search-btn-holder {
			float: right;
		}

			.form-panel .submit-search, 
			.form-panel .reset-search {
				display: block;
				color: #fff;
				font-size: 16px;
				font-family: Arial, Helvetica;
				font-weight: bold;
				text-align: left;
				width: 220px; 
				height: 42px;
				border: 0; 
				padding-left: 10px;
				background: url(/images/btn-home-search-bg.jpg) top left repeat-x;

				-webkit-appearance: none;
				   -moz-appearance: none;

				-webkit-border-radius: 0;
				   -moz-border-radius: 0;
						border-radius: 0;
			}
			.form-panel .reset-search {
				position: absolute; 
				width: 42px;
				font-size: 12px;
				line-height: 42px;
				top: 0;
				right: 0;
				text-align: center;
				border-left: 1px solid #bb3b1f;
				padding: 0;
			}
			.form-panel .reset-search:active, 
			.form-panel .reset-search:hover, 
			.form-panel .submit-search:active,
			.form-panel .submit-search:hover {

				background: #ff2e00;

				-webkit-transition: none;
				   -moz-transition: none;
					-ms-transition: none;
					 -o-transition: none;
						transition: none;

				-webkit-border-radius: 0;
				   -moz-border-radius: 0;
						border-radius: 0;
			}

		/* unnecessary? */
		.Homesearch-divider-button {
			clear: both;
			height: 45px;
			text-align: left;
			width: 100%;
		}

/* -- End Home Search -- */


		/* -------------------------------------------------- */
		/*	Home page banner (#featured-box)
		/* -------------------------------------------------- */

		#featured-box {
		}

		#featured-holder {
			width: 100%;
		}

		/* -------------------------------------------------- */
		/*	Featured Vehicles for this week
		/* -------------------------------------------------- */

		#slider1_container {}

		#slider-container {}

			.featured-slider {}

			/* the whole item */
			.featured-slider div.entry-box {
				width: 230px !important;
				height: 140px !important;
				text-decoration: none !important;
				overflow: hidden;
			}
			.featured-slider div.entry-box a.entry-linka {
				position: absolute;
				display: block;
				width: 230px !important;
				height: 140px !important;
				top: 0;
				left: 0;
				background: blue;
			}
			.featured-slider div.entry-box .entry-text {
				position: relative;
				display: none;				/* starts off disabled */
				color: #fff !important;
				font-size: 12px;
				font-family: Arial, Helvetica, sans-serif;
				text-align: left;
			}
			.featured-slider div.entry-box a.entry-link { display: block}
			.featured-slider .entry-text p {
				positon: relative;
				display: block;
				width: 100%;
				font-size: 12px;
				margin: 0;
				padding: 5px 10px;

				-webkit-box-sizing: border-box;
				   -moz-box-sizing: border-box;
						box-sizing: border-box;
			}
			.featured-slider .entry-text .view-btn {
				position: absolute;
				display: block;
				width: 100%;
				height: 30px;
				color: #fff;
				font-size: 10px;
				line-height: 30px;
				font-weight: bold;
				text-transform: uppercase;
				bottom: 0;
				padding: 0 10px;
				background: url(/images/bg-blue-trans.png) 0 0 repeat;

				-webkit-box-sizing: border-box;
				   -moz-box-sizing: border-box;
						box-sizing: border-box;
			}

			.featured-slider .entry-text p.title {
				font-size: 14px;
				font-weight: bold;
				text-decoration: none !important;
			}

			.featured-slider div.entry-box:hover { background: #333; }

			.featured-slider div.entry-box:hover .entry-text {
				display: block;
				text-decoration: none !important;
			}

			.main .featured-slider a { text-decoration: none !important; }

			/* image */
			.featured-slider a div img {}

		#featured-nav {
			position: absolute !important;
			display: block;
			width: auto !important;
			height: 34px !important;
			top: -65px;
			right: 0 !important;
			left: auto !important;
			padding-right: 1px;
			overflow: hidden;
		}

			.featured-nav-box {
				position: relative !important;
				display:inline-block;
				width: 32px !important;
				height: 32px !important;
				font-size: 11px !important;
				line-height: 32px !important;
				text-align: center;
				border: 1px solid #eee;
				left: 0px !important; 
				margin: 0;
				margin-right: -1px;
				background: #fff;
				cursor: pointer;
				z-index: 0;

				-webkit-transition: none !important;
				   -moz-transition: none !important;
					-ms-transition: none !important;
					 -o-transition: none !important;
						transition: none !important;
			}
			.featured-nav-box:hover {
				color: #ccc;
				border-color: #eee;
				background-color: #fff;
			}

			.featured-nav-box.pav {
				color: #fff;
				border-color: #00468c;
				background-color: #00468c;
				text-decoration: none;
			}


		/* -------------------------------------------------- */
		/*	Flexslider
		/* -------------------------------------------------- */

		.flexslider { 
			width: 500px; 
			height: 415px; 
			border: 1px inset #fafafa;
		}

		/* -------------------------------------------------- */
		/*	Newsletter signup
		/* -------------------------------------------------- */

		#desktop-newsletter {
			min-height: 50px;
			height: auto !important;
			height: 50px;
		}

		#home-newsletter {
			padding: 0;
			height: 32px;
			font-size: 14px;
			font-style: italic;
			line-height: 32px;
			background: #fff;

			-webkit-border-radius: 3px;
			   -moz-border-radius: 3px;
					border-radius: 3px;
		}
		#home-newsletter input {
			float: right;
			display: block;
			height: 32px;
			margin-top: 0;
			color: #999;

			-webkit-appearance: none !important;
			   -moz-appearance: none !important;

			-webkit-border-radius: 0;
			   -moz-border-radius: 0;
			        border-radius: 0;
		}
		#home-newsletter .form-text {
			font-weight: 100;
			font-style: italic;
			width: 240px;

			border-right: 0;
			padding: 0 10px;
		}
		#mobile-newsletter .button:hover, 
		#home-newsletter .button {
			border: 1px solid #dddcdc;
			padding: 0 15px;
		}

		#mobile-newsletter .button:hover, 
		#home-newsletter .button:hover {
			background: #dddcdc;
		}

		/* -------------------------------------------------- */
		/*	Sidebar???
		/* -------------------------------------------------- */

		#sidebar { margin: 0 !important; background: #fff; }

		.top-panel .widget_custom_search .widget-title,
		#sidebar .widget_custom_search .widget-title {padding: 0; border-width: 0;}

		#sidebar .widget_custom_search {
			border: 1px solid #dddcdc;
			background-color: #f4f4f4;
			/*dpss*/
			border: none;
			background: none;
		}

			#sidebar .search-heading {
				padding: 17px 20px;
				border-bottom: 1px solid #dddcdc;
			}

			#sidebar .search-heading {
				background: #ffffff; /* Old browsers */
				background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */	
			}
			
				#sidebar .search-heading h3 {margin: 0;}

			#sidebar .widget_custom_search .search-entry {
				padding: 25px 19px;
				padding: 0; /*dpss*/
			}

		/* each refine search option entry/item */
		.form-panel fieldset {
			position: relative;
			float: left;
			margin-bottom: 8px;
/* 			margin-right: 30px; */	/*dpss*/
		}
		
		.form-panel fieldset a { color: #7d7d7d; }
		.form-panel fieldset a:hover { text-decoration: none; }
		
		.top-panel .form-panel fieldset:first-of-type {float: none;}
		
		.top-panel .form-panel fieldset:nth-child(2n-1) {margin-right: 0;}
		#sidebar .form-panel fieldset:nth-child(2n) {margin-right: 0;}
			
			.form-panel fieldset > label {
				display: block;
				margin-bottom: 6px;
				color: #777676;
				font-weight: 700;
			}
			
			#sidebar .form-panel fieldset:last-of-type {
				width: 100%;
				margin-bottom: 20px;
			}
			
			.top-panel .form-panel fieldset:first-child select,
			#sidebar .form-panel fieldset:last-of-type select {
				float: none;
				width: 100%;
			}
			
			.form-panel fieldset select {width: 114px;}
			
			.not-active select {background-color: #f6f6f6;}
		

			#sidebar .submit-search {float: left;}

			#sidebar .form-panel .advanced {
				float: right;
				text-decoration: underline;
				line-height: 2.8em;
			}

		/* refine search section labels */
		#sidebar fieldset label {
			color: #333;
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 5px;
		}

		#sidebar fieldset a { #7d7d7d !important; }

		/* clear button */
		#sidebar fieldset a.clear-btn {
			position: absolute;
			color: #ccc;
			font-size: 10px;
			line-height: 10px;
			top: 0;
			right: 0;
			padding: 5px;
		}

		#sidebar fieldset a.clear-btn:hover {
			color: #fff;
			background:#00468c;
		}

		/* clear all button */
		#sidebar #clear-all-box {
			float: right;
			top: -53px;
		}

		#sidebar #clear-all-box a {
			width: 56px;
			color: #00468c;
		}

		#sidebar #clear-all-box a:hover {
			color: #fff;
		}

		/* vertically align the check/radio boxes */
		#sidebar fieldset td {
			height: 25px;
			line-height: 25px;
		}

		/* drop-down menus */
		#sidebar fieldset .table-dd tr {
			position: relative;
			width: 100%;
		}
		#sidebar fieldset .table-dd td {
			position: relative;
			width: 100%; 
			height: 30px;
			line-height: 30px;
			padding: 0;
			margin: 0;
		}
		#sidebar fieldset .table-dd .dd-left  { float: left;  }
		#sidebar fieldset .table-dd .dd-right { float: right; }

		/* drop-down menus */
		#sidebar fieldset .refine-dd-box {
			position: relative;
			display: block;
			width: 100px;
			height: 30px;
			overflow: hidden;
			background: url(/images/refine-dropdown-bg.gif) right top no-repeat;
			border: 1px solid #dedede;
		}

		#sidebar fieldset .refine-dd-box .refine-dd {
			width: 130px !important;
			height: 30px;
			margin: 0;
			border: 0;
			outline: 0;
			background: none;

				-webkit-appearance: none !important;
				   -moz-appearance: none !important;
		}

/*
		#sidebar fieldset #list-submit-btn-box {
			position: relative;
			width: 100%;
			height: 38px;
			font-size: 10px;
			font-weight: bold;
			line-height: 38px;
			text-transform: uppercase;
			text-align: center;
			background: #fafafa;
			border: 1px solid #dedede;
			margin-right: 1px;
			cursor: pointer;

			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
					box-sizing: border-box;
		}
		#sidebar fieldset #list-submit-btn-box:hover {
			background: #00468c;
		} 
		#sidebar fieldset #list-submit-btn-box:hover * {
			color: #fff !important;
		}
*/

		#sidebar fieldset #list-submit-btn-box {
			position: relative;
			display: block;
		}
		#sidebar fieldset #list-submit-btn-box a {
			position: relative;
			display: block;
			width: 100%;
			height: 38px;
			font-size: 10px;
			font-weight: bold;
			line-height: 38px;
			text-transform: uppercase;
			text-align: center;
			background: #fafafa;
			border: 1px solid #dedede;
			margin-right: 1px;
			cursor: pointer;

			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
					box-sizing: border-box;
		}

		#sidebar fieldset #list-submit-btn-box a:hover {
			color: #fff !important;
			background: #00468c;
		}

		@-moz-document url-prefix(){
			#sidebar fieldset .refine-dd-box .refine-dd {
				color: transparent;
				text-shadow: 0 0 0 #8f8f8f;
			}
		}

		/* Sidebar submenu */
		.sidebar-menu {
			position: relative;
			display: block;
			width: 210px;
		}

		.sidebar-menu li {
			position: relative;
			display: block;
			width: 210px;
			margin-bottom: 1px;
		}

		.sidebar-menu li a {
			position: relative; 
			display: block;
			width: 200px;
			height: 32px;
			color: #333;
			font-weight: bold;
			line-height: 32px;
			padding-left: 10px;
		}

		.sidebar-menu li a.active, 
		.sidebar-menu li a:hover {
			color: #fff;
			background: #1b58ac;
			text-decoration: none;
		}

		.side-banner {
			position: relative;
			display: block;
			margin-top: 20px;
		}

		/* -------------------------------------------------- */
		/*	Table Compare Listings
		/* -------------------------------------------------- */		
			
		.compare-table {
			margin-bottom: 30px;
			width: 100%;
			color: #7b7b7b;
			text-align: left;
		}
		
			.compare-table .col {
				border-top-width: 1px;
				border-bottom-width: 1px;
				border-right-width: 1px;
				border-style: solid;
				border-color: #dddcdc;
				float: left;
			}

			.compare-table .col.features {
				border-left-width: 1px;
				width: 238px;
			}
			
			.compare-table .col {width: 349px;}

				.compare-table .heading {
					padding: 15px 20px;
					min-height: 23px;
					background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top, #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%); /* IE10+ */
					background: linear-gradient(to bottom, #ffffff 0%,#ececec 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
				}
				
				.compare-table .viewport {
					padding: 20px;
					min-height: 163px;
					border-top: 1px solid #dddcdc;
				}

					.compare-table h3 {
						margin: 0;
						padding: 0;
						border-width: 0;
					}

					.compare-table .viewport figure {margin-bottom: 15px;}

						.compare-table .viewport figure > img {margin-bottom: 10px;}
						.compare-table .viewport figure > figcaption {color: #585757; font-weight: 700;}
						.compare-table .viewport .button {margin: 0;}

				.compare-table li {
					padding: 5px 20px;
					border-top: 1px solid #dddcdc;
				}
				
				.compare-table .features li {
					padding: 5px 8px;
					text-align: right;
					font-weight: 700;
				}
		
				.compare-table ul li:nth-child(odd) {background-color: #f4f4f4;}
				
		/* -------------------------------------------------- */
		/*	Sales Reps
		/* -------------------------------------------------- */
		
		/*.sales-reps .row {margin-right: -20px;}*/
		
			.sales-reps .item {
				float: left;
				margin-right: 20px;
				margin-bottom: 20px;
				width: 300px;
				border: 1px solid #dddcdc;

				-webkit-border-radius: 3px;
				   -moz-border-radius: 3px;
						border-radius: 3px;

				-webkit-box-sizing: border-box;
				   -moz-box-sizing: border-box;
						box-sizing: border-box;
			}
			
			.sales-reps .item.last {margin-right: 0;}
			
				.sales-reps li {
					padding: 6px 10px;
					border-top: 1px solid #dddcdc;
				}
				
				.sales-reps li:nth-child(odd) {background-color: #f4f4f4;}
				
				.sales-reps li:first-child {
					padding: 16px 20px;
					border-top: none;
					-webkit-border-radius: 3px 3px 0 0;
					   -moz-border-radius: 3px 3px 0 0;
							border-radius: 3px 3px 0 0;
					background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top, #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%); /* IE10+ */
					background: linear-gradient(to bottom, #ffffff 0%,#ececec 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */					
				}
				
				.sales-reps li:last-child {
					-webkit-border-radius: 0 0 3px 3px;
					   -moz-border-radius: 0 0 3px 3px;
							border-radius: 0 0 3px 3px;
				}
				
					.sales-reps li h3 {margin: 0;}
					
					.sales-reps figure {
						display: block;
						margin: 20px 0;
						text-align: center;
					}
					
					.sales-reps li > span {color: #bd0a11;}
					.sales-reps li:last-child {text-align: center;}
						.sales-reps li:last-child a {margin: 0;}
						
		/* -------------------------------------------------- */
		/*	Pricing Table
		/* -------------------------------------------------- */
	
		.pricing-table {
			position: relative;
			height: 100%;
			margin: 0 -20px 40px 0;
		}

		.pricing-table.col2 .col {width: 458px;}
		.pricing-table.col3 .col {width: 298px;}
		.pricing-table.col4 .col {width: 218px;}

		.pricing-table .col {
			float: left;
			margin: 0 20px 20px 0;
			padding: 0;
			border: 1px solid #dddcdc;
			-webkit-border-radius: 3px;
			   -moz-border-radius: 3px;
					border-radius: 3px;
			-webkit-transition: all .25s linear;
			   -moz-transition: all .25s linear;
				-ms-transition: all .25s linear;
				 -o-transition: all .25s linear;
					transition: all .25s linear;
		}

		.pricing-table .col:hover,
		.pricing-table .col.featured {
			-webkit-transform: scale(1.05);
			   -moz-transform: scale(1.05);
				-ms-transform: scale(1.05);
				 -o-transform: scale(1.05);
					transform: scale(1.05);
			-webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
			   -moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
					box-shadow: 0 0 25px rgba(0,0,0,.1);
		}

			.pricing-table .header {
				padding: 24px 18px 16px;
				border-bottom: 1px solid #dddcdc;
				-webkit-border-radius: 3px 3px 0 0;
				   -moz-border-radius: 3px 3px 0 0;
						border-radius: 3px 3px 0 0;
			}

			.pricing-table .header {
				background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
			}

				.pricing-table .header h2 {
					margin-bottom: 0;
					color: #bd0a11;
					border: none;
					line-height: 1;
				}

				.pricing-table .header h3 {
					margin: 0;
					color: #585757;
					line-height: 1;
				}

			.pricing-table .heading {
				padding: 20px 18px;
				border-bottom: 1px solid #313131;
				color: #fff;
				-webkit-box-shadow: inset 0 10px 10px 0 rgba(0,0,0,.2);
				   -moz-box-shadow: inset 0 10px 10px 0 rgba(0,0,0,.2);
						box-shadow: inset 0 10px 10px 0 rgba(0,0,0,.2);
			}

			.pricing-table .heading {
				vertical-align: top;
				background: -moz-linear-gradient(top,  #434343 0%, #3a3a3a 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434343), color-stop(100%,#3a3a3a)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #434343 0%,#3a3a3a 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #434343 0%,#3a3a3a 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #434343 0%,#3a3a3a 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #434343 0%,#3a3a3a 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-9 */
			}
			
			.pricing-table dd {
				vertical-align: top;
			}
			
			.pricing-table dt {
				vertical-align: bottom;
			}

				.pricing-table .heading .currency {
					font-size: 44px;
/* 					font-family: 'Open Sans', sans-serif; */
					font-weight: 600;
					line-height: 1;
				}

				.pricing-table .heading .int {
					font-size: 72px;
/* 					font-family: 'Open Sans', sans-serif; */
					font-weight: 700;
					line-height: 1;
				}

				.pricing-table .heading .sup {
					position: relative;
					font-size: 44px;
/* 					font-family: 'Open Sans', sans-serif; */
					font-weight: 600;
					vertical-align: top;
					line-height: 1.2;
				}

				.pricing-table .heading .sup:before {vertical-align: top; content: ".";}

				.pricing-table .heading .sup:after {
					position: absolute;
					top: 55px;
					left: 15px;
					display: table;
					content: attr(data-month);
					color: #9e9e9e;
					font-size: 12px;
					vertical-align: top;
					line-height: 1;
				}
				
				.ie8 .pricing-table .heading .sup:after {top: 55px; right: -5px;}
				.ie9 .pricing-table .heading .sup::before {top: 15px !important; right: -5px;}

				.pricing-table .features li {
					padding: 5px 20px;
					list-style-type: square;
					list-style-position: inside;
					border-bottom: 1px solid #dddcdc;
					color: #bd0a11;
					font-weight: 700;
				}

				.pricing-table .features li:first-child {border-top: 1px solid #dddcdc;}
				.pricing-table .features li:nth-child(odd) {background-color: #f4f4f4;}

					.pricing-table .features li > span {color: #7b7b7b;}

			.pricing-table .footer {
				padding: 10px 20px 0;
				background-color: #f4f4f4;
			}

		/* -------------------------------------------------- */
		/*	404 Page
		/* -------------------------------------------------- */

		.error404 {
			position: relative;
			margin: 40px auto;
			width: 59%;
		}

			.error404 .e404 {
				position: absolute;
				left: 0;
				top: 5%;		
				margin-top: 5%;
				padding: 0 15%;
				width: 70%;
				text-align: center;
			}

				.error404 h1 {
					margin: 0;
					color: #bd0a11;
					font-weight: 700;
					font-size: 108px;
/* 					font-family: 'Open Sans', sans-serif; */
					line-height: 1;
				}

				.error404 .title-error {
					color: #1a1a1b;
					text-transform: uppercase;
					font-size: 30px;
					font-weight: 600;
/* 					font-family: 'Open Sans', sans-serif; */
				}	
				
/* ---------------------------------------------------------------------- */
/*	Content
/* ---------------------------------------------------------------------- */

	.main .container.sbr { min-height: 0 !important; }
	.sbr #content { float: left;  margin-left:  0; }
	.sbl #content { float: right; margin-right: 0; }
	
	/* -------------------------------------------------- */
	/* Form Account
	/* -------------------------------------------------- */	
	
	.form-account {
		border: 1px solid #dddcdc;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
				border-radius: 2px;
	}

		.form-heading {
			padding: 17px 20px;
			border-bottom: 1px solid #dddcdc;
		}
	
		.form-heading {
			background: #ffffff; /* Old browsers */
			background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
		}
		
			.form-heading h3 {margin-bottom: 0;}
	
			.form-title {
				clear: both;
				margin-bottom: 20px;
				padding-bottom: 4px;
				border-bottom: 1px solid #dddcdc;
			}
			
				.form-title h5 {
					margin: 0;
					color: #fd7442;
					font-size: 17px;
				}
				
				.form-title h6 {
					margin: 0;
					color: #fd7442;	
				}
			
		.form-entry {padding: 20px;}
		
			.form-entry label {
				display: block;
				margin-bottom: 4px;
			}
		
			.form-entry input[type="text"],
			.form-entry input[type="password"],
			.form-entry select,
			.form-entry textarea {width: 100%;}
			
			.form-entry .type input[type="password"] {
				margin-right: 15px;
				width: 185px;
			}
			
			.form-entry textarea {
				min-height: 225px;
				margin-bottom: 5px;
			}
			
			.wrong,
			.rememberme,
			.check {
				color: #bd0a11;
				font-style: italic;
			}
			
			.form-entry .check {
				display: block;
				margin-bottom: 20px;
			}
			
			.check sup {color: #797878;}
			
			.form-entry .button {margin: 0;}
			
			.rememberme,
			.check {vertical-align: middle;}
			
			.rememberme input[type="checkbox"],
			.check input[type="checkbox"] 
			{
				margin-right: 10px; vertical-align: sub;
			}
			
			/* Form Entry Columns */
			
			.container .form-entry .eight.columns {width: 439px;}

	/* -------------------------------------------------- */
	/* Cart Holder
	/* -------------------------------------------------- */
	
		ul.cart-items {margin-bottom: 25px;}

			ul.cart-items li {
				position: relative;
				float: left;
				display: block;
				padding: 15px 0;
				width: 25%;
				border-left-width: 1px;
				border-style: solid;
				border-left-color: #fbfafa;
				border-bottom-width: 6px;
				border-bottom-color: #d0d0d0;

				-webkit-box-sizing: border-box;
				   -moz-box-sizing: border-box;
						box-sizing: border-box;
			}
			
			ul.cart-items li {
				background: #d1d0d0; /* Old browsers */
				background: -moz-linear-gradient(top,  #d1d0d0 0%, #b2b1b1 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d0d0), color-stop(100%,#b2b1b1)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #d1d0d0 0%,#b2b1b1 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #d1d0d0 0%,#b2b1b1 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #d1d0d0 0%,#b2b1b1 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #d1d0d0 0%,#b2b1b1 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d0d0', endColorstr='#b2b1b1',GradientType=0 ); /* IE6-9 */
			}
			
			ul.cart-items li:first-child {
				border-left: none;
				-webkit-border-radius: 2px 0 0 0;
				-moz-border-radius: 2px 0 0 0;
				border-radius: 2px 0 0 0;
			}
			
			ul.cart-items li:last-child {
				-webkit-border-radius: 0 2px 0 0;
				-moz-border-radius: 0 2px 0 0;
				border-radius: 0 2px 0 0;
			}
			
			ul.cart-items li.step-now {
				border-bottom-color: #bd0a11;
				background: #515151; /* Old browsers */
				background: -moz-linear-gradient(top,  #515151 0%, #3f3f3f 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#515151), color-stop(100%,#3f3f3f)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #515151 0%,#3f3f3f 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #515151 0%,#3f3f3f 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #515151 0%,#3f3f3f 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #515151 0%,#3f3f3f 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-9 */
			}
			
			ul.cart-items li.step-error {
				background: #fd8459;
				border-bottom-color: #bd0a11;
			}
			
			ul.cart-items li.step-success {
				background: #3dd853;
				border-bottom-color: #009036;
			}
			
				ul.cart-items li .cart-title {
					margin: 0;
					color: #fbfafa;
					font-size: 17px;
					text-align: center;
				}
				
				ul.cart-items li .circle {
					position: absolute;
					z-index: 2;
					left: 50%;
					bottom: -15px;
					margin-left: -12px;
					display: block;
					width: 24px;
					height: 24px;
					background-color: #d0d0d0;
					color: #fbfafa;
					font-size: 15px;
					text-align: center;
					line-height: 24px;
				}
				
				ul.cart-items li .circle {
					-webkit-border-radius: 50%;
					   -moz-border-radius: 50%;
							border-radius: 50%;
				}
				
				ul.cart-items li.step-now .circle,
				ul.cart-items li.step-error .circle {background-color: #bd0a11;}
				
				ul.cart-items li.step-success .circle {background-color: #009036;}
				
				.cart-content p {margin-bottom: 1.5em !important;}
	
		.cart-content.step-1 .five.columns {width: 286px;}
		.cart-content.step-1 .three.columns {width: 133px;}
		
		.cart-content.step-2 .four.columns {width: 209px;}
		
			.cart-content .input-check input[type="checkbox"] {
				margin-right: 15px;
				vertical-align: sub;
			}
			
			/* Upload Holder */
			
			.upload-holder {margin-bottom: 20px;}
			
				.upload-holder input[type="text"] {width: 265px;}
				.upload-holder a.button {padding: 6px 10px;}
				.upload-holder i {color: #585757;}
	
	/* -------------------------------------------------- */
	/*	Widgets
	/* -------------------------------------------------- */
	
		/* ---------------------------------------- */
		/*	List Contact
		/* ---------------------------------------- */
			
		ul.contact-items li {margin-bottom: 6px;}
	
		/* ---------------------------------------- */
		/*	Sort
		/* ---------------------------------------- */
	
		.sort {
			margin-bottom: 20px;
			padding: 7px 14px;
			border: 1px solid #dddcdc;
		}
		
		.sort {
			background: #ffffff; /* Old browsers */
			background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
		}
		
			.sort p.half {
				width: 49%;
				display: inline-block;
				margin: 0;
			}
			
			.sort p.align-right {text-align: right;}

			.sort select {margin-left: 7px; width: 70%;}
			
			.sort a.delete {
				display: inlne-block;
				text-align: right;
				padding: 5px 0;
				font-weight: 700;
				color: #bd0a11;
			}
			
		/* ---------------------------------------- */
		/*	Item Grid
		/* ---------------------------------------- */
	
		.item-grid,
		.item-list {margin-bottom: 15px;}

			.item-grid article {
				    border-bottom: 1px dotted;
					display: inline-block;
					margin-bottom: 25px;
					margin-right: 25px;
					padding-bottom: 20px;
					vertical-align: top;
					width: 210px;
			}

			.item-grid article:nth-child(3n) {}
			

				.item-grid .detailed { position: relative; }
				
					.item-grid .list-entry { margin-bottom: 15px; }
					
						.item-grid .list-entry li { display: inline; margin-right: 3px; }
						.item-grid .list-entry li:last-child { display: block; }
						
						.item-grid .list-entry li:after { content: ","; }
						.item-grid .list-entry li:last-child:after { content: ""; }

							.item-grid .list-entry .label { display: none; }
					
					.item-grid article .detailed .cost {
						position: absolute;
						top: 0;
						right: 0;
					}
			
					#change-items .price {
						color: #bd0a11;
						font-size: 17px;
						line-height: 1.3;
					}
					
					.item-grid .title-item { 
						display: block;
						float: left;
						width: 130px;
					}
					
					.item-grid .price { float: right; }
					
					.item-grid .compare {
						vertical-align: middle; 
						padding-top: 3px;
					}
					
						.compare { margin-right: 10px; }
					
						.compare input {
							height: auto;
							vertical-align: middle;
							margin-right: 10px;
						}
					
					.item-grid .button { float: right; margin: 0 0 0 20px; }
						
		/* ---------------------------------------- */
		/*	Item List
		/* ---------------------------------------- */	
		
			.item-list article {
				position: relative;
				padding: 20px 0;
				border-top: 1px solid #dddcdc;
				width: 100%;
			}
			
			.item-list article:after {
				clear: both;
				display: block;
				visibility: hidden;
				height: 0;
				content: ".";
			}
			
			#change-items article:first-child {
				padding-top: 0;
				border-top: none;
			}

			#change-items article:last-of-type {}
				
				.item-list .button { 
					float: right;
					margin: 0 0 0 20px;

				}
				
				.item-list .compare {
					/*position: absolute;
					bottom: 25px;
					right: 70px;*/
				}
				
				/* List Entry */
				
				ul.list-entry li { display: block; }
				
					ul.list-entry .label { margin-right: 4px; }

		/* ---------------------------------------- */
		/*	Item List (v2) -- details
		/* ---------------------------------------- */

		/* set widths of both views */
		#tab1 ul.item-list { width: 730px; }
		#tab2 ul.item-grid { width: 740px; }

		/* set item view containers */
		#tab1 ul.item-list li.detail-view div.item-box {
			position: relative;
			display: block;
			width: 730px;
			overflow: hidden;
		}
		#tab1 ul.item-list li.detail-view {
			margin-bottom: 20px;
		}

		/* set float of LI for gallery view */
		#tab2 ul.item-grid li, 
		#tab2 ul.item-grid li div.item-box {
			position: relative; 
			display: block;
			width: 240px;
			height: 260px;

		}

		#tab2 ul.item-grid li {
			float: left;
			overflow: hidden;
			margin: 5px 5px 0 0;
			background: none;
		}

		/* set hover state for gallery view */
		#tab2 ul.item-grid li a { 
			display: block; 
			background: #f6f6f6; 
		}

		#tab2 ul.item-grid li a:hover { 
			background: #1b58ac; 
			text-decoration: none;
		}

		#tab2 ul.item-grid li a:hover * {
			color: #eee;
			text-decoration: none;
		}

		/* --- Titles --- */

			/* detailed view title bar container */
			#tab1 div.item-box div.title-bar {
				position: relative; 
				display: block;
				background: #f6f6f6;
				width: 730px;
				height: 34px;
				line-height: 34px;
				margin-bottom: 10px;
			}

			/* title of car */
			#tab1 div.item-box div.title-bar span {
				position: relative;
				text-transform: uppercase;
				margin-left: 10px;
			}

				#tab1 div.item-box div.title-bar span a { 
					color: #666; 
					font-size: 16px;
					font-weight: bold;
				}
				#tab1 div.item-box div.title-bar span a:hover { 
					color: #333; 
					text-decoration: none;
				}

			/* "view" button */
			#tab1 div.item-box div.title-bar div.view-btn a {
				position: absolute;
				top: 0; right: 0;
				display: block;
				height: 34px;
				color: #fff;
				font-size: 12px;
				font-weight: bold;
				line-height: 34px;
				background: #00468c;
				padding: 0 20px;
			}

				#tab1 div.item-box div.title-bar div.view-btn a:hover { 
					background: #1b58ac; 
					text-decoration: none;
				}

			#tab2 span.title-gallery-item {
				display: block;
				color: #666;
				font-size: 14px;
				font-weight: bold;
				padding: 10px;
			}

		/* --- Images --- */

			/* container */
			div.image-box {
				position: relative;
				display: block;
				width: 356px;
				height: 152px;
			}

			div.image-box a {
				border: 0;
				outline: 0;

				-webkit-transition: none;
				   -moz-transition: none;
				    -ms-transition: none;
				     -o-transition: none;
				        transition: none;
			}

			div.image-box img { 
				margin: 0;
				border: 0;
				padding: 0;
				outline: 0;
				border: 1px solid #eee;
			}

			/* hero image - detailed view only */
			div.image-box .image-1 {
				position: relative;
				display: block;
				width: 240px;
				height: 150px;
			}

				span.picture-icon { right: 125px !important; }

			/* smaller images - detailed view only */
			div.image-box .image-2,
			div.image-box .image-3 {
				position: absolute;
				right: 0;
				width: 105px;
				height: 70px;
			}

			div.image-box .image-2 { top: 0;}
			div.image-box .image-3 { bottom: 0; }

			/* hero image - gallery view only */
			#tab2 img.gv-img {
				position: relative;
				display: block;
				width: 240px;
				height: 150px;
			}

			#tab2 span.picture-icon { right: 15px !important; }

		/* --- Car info --- */

			/* container */
			div.detailed {
				position: absolute;
				display: block;
				top: 44px;
				right: 0;
				width: 355px;
				height: 152px;
			}

			/* quick info + icons */
			div.detailed ul.quick-info {
				position: relative;
				display: block;
				width: 285px;
			}

			div.detailed ul.quick-info li {
				position: relative;
				float: left;
				display: block;
				width: 140px;
				height: 38px;
				line-height: 38px;
				background: url(/images/quick-info-icons.gif) no-repeat;
			}

				ul.quick-info li.qi-engine  { background-position: 0 0 !important; }
				ul.quick-info li.qi-mileage { background-position: 0 -70px !important; }
				ul.quick-info li.qi-colour  { background-position: 0 -35px !important; }
				ul.quick-info li.qi-trans   { background-position: 0 -105px !important; }

				ul.quick-info li.qi-colour span { text-transform: capitalize; }

			div.detailed ul.quick-info li span {
				margin-left: 35px;
			}

			div.qi-desc {
				position: absolute;
				display: block;
				width: 355px;
				top: 80px;
				font-size: 12px;
				line-height: 18px;
			}

			#tab2 span.quick-info {
				display: block;
				color: #7b7b7b;
				font-size: 12px;
				padding: 0 10px 10px;
			}

		/* ---------------------------------------- */
		/*	Pagination
		/* ---------------------------------------- */	

		#top-pagination { 
			display: none; 
			border-top: 0;
		}

		#bottom-pagination {
			padding-bottom: 20px !important;
		}

		.wp-pagenavi {
			margin-bottom: 30px;
			padding-top: 20px;
			border-top: 1px solid #dddcdc;
			/*dpss*/
			margin-bottom: 0;
			padding-top: 10px;
			border-top: 1px solid #eee;
		}
		
			.wp-pagenavi span,
			.wp-pagenavi a {
				display: inline-block; 
				vertical-align: middle;
			}

			.wp-pagenavi span.pages {
				display: none;
			}

			.wp-pagenavi span a,
			.wp-pagenavi a.page,
			.wp-pagenavi span.current,
			.wp-pagenavi a.nextpostslink,
			.wp-pagenavi a.prevpostslink {
				width: 32px;
				height: 32px;
				font-size: 11px;
				line-height: 32px;
				text-align: center;
				border-width: 1px;
				border-style: solid;
				margin: 0;
				margin-right: -1px;
				z-index: 0;

				-webkit-transition: none !important;
				   -moz-transition: none !important;
					-ms-transition: none !important;
					 -o-transition: none !important;
						transition: none !important;
			}

			.wp-pagenavi span a { 
				content: "\003e \0031 \0030";
			}

			.wp-pagenavi span a,
			.wp-pagenavi a.page,
			.wp-pagenavi a.nextpostslink,
			.wp-pagenavi a.prevpostslink {
				color: #ccc;
				border-color: #eee;
				background-color: #fff;
			}

			.wp-pagenavi span a:hover,
			.wp-pagenavi a.page:hover, 
			.wp-pagenavi a.nextpostslink:hover, 
			.wp-pagenavi a.prevpostslink:hover, 
			.wp-pagenavi span.current {
				color: #fff;
				border-color: #00468c;
				background-color: #00468c;
				text-decoration: none;
				z-index: 1;
			}

			.wp-pagenavi a.nextpostslink,
			.wp-pagenavi a.prevpostslink {
				background-image: url(/images/list-page-pagination.gif);
				background-repeat: no-repeat;
			}

				.wp-pagenavi a.nextpostslink { background-position: right top; }
				.wp-pagenavi a.prevpostslink { background-position: left  top; }
				.wp-pagenavi a.nextpostslink:hover { background-position: right bottom; }
				.wp-pagenavi a.prevpostslink:hover { background-position: left  bottom; }
				
/* ---------------------------------------------------------------------- */
/*	Blog
/* ---------------------------------------------------------------------- */

article.entry {margin: 20px 0;}
article.entry:first-child {margin-top: 0;}
.single article.entry {margin-bottom: 0;}

	.entry-image {
		display: block;
		float: left;
		margin: 0 20px 15px 0;
	}
	
	/*.not-ie .entry-body {display: table;}*/
	
	.ie8 .entry-body {overflow: hidden;}
	
	.entry-meta {margin-bottom: 10px;}
	
	.single .entry-meta {margin-bottom: 15px;}
	
		.entry-meta li {
			display: inline-block;
			margin-right: 13px;
		}
		
			.entry-meta li > a {color: #bd0a11; font-style: italic;}
			.entry-meta li a:hover {color: #7d7d7d;}
			
		.entry-meta li.tags a:after {content: ", ";}
		.entry-meta li.tags a:last-child:after {content: " ";}
		
		.entry-body h6.title {margin-bottom: 10px;}
		
		h2.title {
			margin-bottom: 15px;
			padding-bottom: 6px;
			border-bottom: 1px solid #dddcdc;
		}
		
	footer.meta {
		margin-top: 20px;
		padding: 6px 10px;
		border: 1px solid #dddcdc;
	}
	
	footer.meta {
		background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	}
	
		footer.meta a.icon-comments {
			display: inline-block;
			float: left;
			padding: 5px 0 4px 30px;
			background-image: url(/images/icons/icon-comments.png);
			background-position: 0 90%;
			background-repeat: no-repeat;
			color: #bd0a11;
		}
		
		footer.meta a.icon-comments:hover {text-decoration: underline;}

		footer.meta a.button {
			float: right;
			margin: 0;
		}
		
	/* -------------------------------------------------- */
	/*	Alternative Blog
	/* -------------------------------------------------- */
	
	.entry.secondary {
		margin: 0; 
		padding: 20px 0;
		border-top: 1px solid #dddcdc;
	}
	
	.entry.secondary:first-of-type {padding-top: 0; border-top: none;}
	
		/*.secondary .entry-image {margin-bottom: 0;}*/
		
			.entry .date {
				display: inline-block;
				margin-bottom: 8px;
				padding: 3px 8px;
				background-color: #bd0a11;
				color: #fff;
			}

				.entry .date a {color: #fff; font-style: italic;}

			.entry.secondary h6.title {margin-bottom: 2px;}

			.entry .details,
			.comment-reply-link {
				color: #bd0a11;
				font-weight: 700;
			}

			.entry .details:after,
			.comment-reply-link:after {content: "]";}
			
			.entry .details:before,
			.comment-reply-link:before {content: "[";}	
			
			.entry .details:hover,
			.comment-reply-link:hover,
			.comment .author a:hover {color: #7d7d7d;}
			
	/* -------------------------------------------------- */
	/*	One Item
	/* -------------------------------------------------- */
	
	.item .gallery {
		float: left;
		margin-right: 20px;
		margin-bottom: 10px;
		width: 460px;
	}
	
		.item .list-image {margin: 10px 0 0;}
	
			.item .list-image li {
				display: block; 
				float: left;
				margin: 0 11px 11px 0;
			}
			
				.item .gallery img {display: block;}

	.not-ie .item .extra {display: table;}
	.ie8 .item .extra {overflow: hidden;}

		.item b.heading {display: block; color: #bd0a11;}
		.item .entry-item b.heading {margin-bottom: 5px;}
		
		.item .extra span.cost {
			display: block;
			margin-bottom: 10px;
			font-size: 24px; 
			color: #bd0a11;
		}
		
	.item .entry-item {clear: both;}
	
		.entry-item .video-box {margin-bottom: 10px;}

	.slideshow-box {
		position: relative;
		display: block;
		padding-bottom: 20px;
	}

	#detail-info-box {
		position: relative;
		display: block;
/*
		padding-top: 20px;
		margin-top: 20px;
*/
	}


	/* -------------------------------------------------- */
	/*	Buying/Selling/Contact page table
	/* -------------------------------------------------- */

	#table-main-content {
		position: relative;
		display: block;
		width: 100%;
		padding-bottom: 20px;
	}
	#table-main-content tbody { width: 100%; }

	#table-main-content tr {
		width: 100%;
		padding-bottom: 5px;
	}

	#table-main-content td { 
		width: auto;
		border: 1px solid #eee; 
	}

	#table-main-content td.row-header {
		line-height: 18px;
		background: #fafafa;

		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}

	#table-main-content td.row-header span, 
	#table-main-content td.row-content div.box { 
		display: block; 
		line-height: 20px;
		padding: 15px 15px 0; 
	}

		#table-main-content td.row-header span {
			display: block;
			width: 200px;
			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
			padding-bottom: 15px;

			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
					box-sizing: border-box;
		}

	#table-main-content td.row-content {
		width: 100%;

		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}

	/* -------------------------------------------------- */
	/*	Details Page
	/* -------------------------------------------------- */

	/* container for left side, i.e. info box and checklist */
	#sd-info-checklist-box {
		position: relative;
		display: block;
		float: left;
		width: 376px;
	}

		/* Information panel */
		#sd-info-box {
			position: relative;
			display: block;
			width: 377px;
			margin-left: -19px;
			margin-bottom: 20px;
		}
			#sd-info {
				position: relative;
				display: block;
				width: 376px;
				border-top: 1px solid #eee;
			}

			#sd-info li {
				position: relative;
				display: inline-block;
				width: 188px;
				height: 40px;
				border-right:  1px solid #eee;
				border-bottom: 1px solid #eee;
				margin: 0;
				margin-right: -4px;
				padding: 0;
				background-image: url(/images/quick-info-icons.gif);
				background-repeat: no-repeat;
			}

				#sd-info .sd-engine { background-position: 14px 2px;    }
				#sd-info .sd-colour { background-position: 14px -33px;  }
				#sd-info .sd-rego 	{ background-position: 14px -138px; }
				#sd-info .sd-seats 	{ background-position: 14px -173px; }
				#sd-info .sd-odo 	{ background-position: 14px -68px;  }
				#sd-info .sd-trans 	{ background-position: 14px -103px; }
				#sd-info .sd-drive 	{ background-position: 14px -208px; }
				#sd-info .sd-fuel 	{ background-position: 14px -243px; }

				#sd-info .sd-colour span { text-transform: capitalize; }

			#sd-info li span {
				color: #666;
				font-size: 12px;
				line-height: 40px;
				margin-left: 60px;
			}

		/* Checklist */
		#sd-info-checklist-box #ppc {
			position: relative;
			display: block;
			width: 354px;
		}

		#ppc ul { margin-bottom: 20px; }

		#ppc ul#ppc-links li {
			margin-bottom: 5px;
		}

		#ppc ul#ppc-links li a:before {
			content: "\00BB \0020 \0020";
			vertical-align: 0px;
		}

		#ppc ul#ppc-links li a {
			color: #7d7d7d;
			color: #00468c;
			font-weight: bold;
		}

		#ppc ul#ppc-links li a:hover { color: #00468c; }

	/* Text information */
	#text-info-box {
		position: relative;
		display: block;
		float: right;
		width: 340px;
		margin-right: 10px;
	}

	#text-info-box p {
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 2.5em 0;
	}

	/* Disclaimer */
	.disclaimer {
		clear: both;
		font-size: 10px;
		line-height: 18px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#list-page .disclaimer { display: none; }

	/* Similar vehicles */
	#similar-cars {
		
	}

	#similar-cars a span { display: none; }

	#similar-cars .latest-entry a {
		color: #00468c;
	}


	/* -------------------------------------------------- */
	/*	Bio
	/* -------------------------------------------------- */	
	
	.bio {
		margin-bottom: 30px;
		padding: 15px 20px 5px;
		border: 1px solid #dddcdc;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
		background-color: #f4f4f4;
	}
	
		.bio .section-title {
			margin-bottom: 5px;
			border-bottom: none;
		}
		
		.avatar {
			float: left;
			margin-right: 20px;
			border: 1px solid #dddcdc;
		}
		
		.bio .bio-info {display: table;}
		
	/* -------------------------------------------------- */
	/*	Related
	/* -------------------------------------------------- */	
	
	.related {margin-bottom: 25px}
	
		.related li {
			display: inline-block;
			margin-right: 20px;
			width: 191px;
		}

		.related li:after {
			clear: both;
			display: block;
			visibility: hidden;
			height: 0;
			content: ".";	
		}

		.related li:nth-child(3n) {margin-right: 0;}
		
			.related li img {
				display: block;
				margin-bottom: 13px;
			}
			
			.related li h6 {margin-bottom: 2px;}
			.related .heading {color: #bd0a11}

	/* -------------------------------------------------- */
	/*	Comments
	/* -------------------------------------------------- */
	
	#comments h3 {color: #bd0a11;}

	.comments-list {
		margin: 20px 0 15px;
		overflow: hidden;
	}

		.comment {
			margin: 0;
			padding: 20px 0 0;
			list-style: none;
			border-top: 1px solid #dddcdc;
		}

		.comment:first-child {
			margin-top: 0;
			padding-top: 0;
			border-top: none;
		}

			.comment > article {
				margin: 0;
				overflow: hidden;
			}

				.comment-body {display: table;}
				
					.comment .comment-meta {margin-bottom: 10px;}

				.comment .comment-meta .date {margin-right: 13px;}

					.comment .date,
					.comment .author {
						display: inline-block;
					}
					
					.comment .date span,
					.comment .author a {
						color: #bd0a11;
						font-style: italic;
					}

			.comment .children {
				margin: 0;
				padding: 0 0 0 80px;
				border-top: 1px solid #dddcdc;
			}

				.comment .children .comment {
					padding: 20px 0 0;
				}

				.comment .children .comment:first-child {margin-top: 0;}

/* ---------------------------------------------------------------------- */
/*	Contact Us
/* ---------------------------------------------------------------------- */

#map {
	position: relative;
	margin: 0;
	width: 100%;
	height: 500px;

	-webkit-box-border: 3px 3px 0 0;
	   -moz-box-border: 3px 3px 0 0;
			box-border: 3px 3px 0 0;
}

#locate {
	position: relative;
	margin: 0 0 20px 0;
	width: 100%;
	height: 350px;	
}

#map img,
#gMap img,
#locate img {max-width: none;}

/* ---------------------------------------------------------------------- */
/*	Sidebar
/* ---------------------------------------------------------------------- */

	.sbr #sidebar {float: right;}

	.sbl #sidebar {float: left;}

	/* -------------------------------------------------- */
	/*	Widgets
	/* -------------------------------------------------- */

		/* ---------------------------------------- */
		/*	Loan Calculator
		/* ---------------------------------------- */

		.widget_loan_calculator {
			border: 1px solid #dddcdc;
			
			-webkit-border-radius: 3px;
			   -moz-border-radius: 3px;
					border-radius: 3px;
		}
		
			.widget-head {
				padding: 15px;
				border-bottom: 1px solid #dddcdc;
				background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* IE10+ */
				background: linear-gradient(top,  #ffffff 0%,#ececec 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
			
				-webkit-border-radius: 3px 3px 0 0;
				   -moz-border-radius: 3px 3px 0 0;
						border-radius: 3px 3px 0 0;	
			}
		
				#sidebar .widget_loan_calculator .widget-title {
					margin-bottom: 0;
					padding: 5px 0 5px 30px;
					border: none;
					background: url(/images/icons/calc.png) no-repeat left center;
				}
			
			.widget_loan_calculator .entry-loan {
				padding: 15px;
				background-color: #f4f4f4;
			}
			
				.widget_loan_calculator .entry-loan table {width: 100%;}
				
					.widget_loan_calculator .entry-loan label {vertical-align: top;}
				
					.widget_loan_calculator .entry-loan table td {padding: 0 3px;}

						.widget_loan_calculator input[type="text"] {
							padding: 6px 5px;
							width: 60px;
							margin: 0 0 10px 9px;
						}
				
		/* ---------------------------------------- */
		/*	Recent, Categories, Archive, Links, Menu
		/* ---------------------------------------- */
		
		.widget_recent_entries ul,
		.widget_categories ul,
		.widget_archive ul,
		.widget_nav_menu ul,
		.widget_links ul {
			margin-bottom: 15px;
			border-bottom: 1px solid #dddcdc;
		}

			.widget_recent_entries ul li,
			.widget_categories ul li,
			.widget_archive ul li,
			.widget_nav_menu ul li,
			.widget_links ul li {
				margin-bottom: 20px;
				padding-left: 17px;
				background: url(/images/rightarrowclass.png) no-repeat 0 -108px;
			}
			
		/* ---------------------------------------- */
		/*	Latest
		/* ---------------------------------------- */	
			
		.widget_latest li {
			margin-bottom: 20px;
		}
		
		.widget_latest li:after {
			clear: both;
			display: block;
			visibility: hidden;
			height: 0;
			content: ".";
		}
		
			.latest-entry {display: table;}
			
/*
				.widget_latest .thumb {
					display: block;
					float: left;
					margin-right: 20px;
				}
*/

				.widget_latest li p:last-of-type { margin: 0; }

		/* ---------------------------------------- */
		/*	Contact form (details/sidebar)
		/* ---------------------------------------- */

		#contact-form {
			position: relative;
			display: block;
			width: 250px;
			margin-left: -20px;
			background: #eee;
		}

		#contact-form.white {
			background: #fafafa; 
		}

		#contact-form #cf-inner {
			width: 210px;
			padding: 20px;
		}

			#contact-form h3 { 
				border: 0; 
				margin: 0; 
				padding-bottom: 10px; 
			}

			#contact-form div.cf-input {
				position: relative;
				display: block;
				width: 210px;
				min-height: 30px;
				height: auto !important;
				height: 30px;
				margin-bottom: 1px;
			}

			#contact-form div.cf-input input { 
				position: relative;
				display: block;
				width: 210px;
				color: #999;
				font-style: italic;
				border: 0;
				padding: 10px; 

				-webkit-appearance: none !important;
				   -moz-appearance: none !important;
				-webkit-border-radius: 0;
				   -moz-border-radius: 0;
						border-radius: 0;
			}

			#contact-form div.cf-input textarea {
				position: relative;
				display: block;
				width: 210px;
				color: #999;
				font-style: italic;
				border: 0;

				-webkit-appearance: none !important;
				   -moz-appearance: none !important;
				-webkit-border-radius: 0;
				   -moz-border-radius: 0;
						border-radius: 0;
			}

			#contact-form.white .cf-input {
				margin-bottom: -1px;
				border: 1px solid #eee !important;
			}

			#contact-form div.submit { 
				position: relative;
				display: block;
				width: 210px; 
				margin-top: 15px;
			}

			#contact-form div.submit input {
				position: relative;
				display: block;
				height: 36px;
				color: #878787;
				font-size: 12px;
				background: #eaeaea;
				border: 1px solid #ccc; 
				outline: 0;
				cursor: pointer;

				-webkit-appearance: none !important;
				   -moz-appearance: none !important;
				-webkit-border-radius: 0;
				   -moz-border-radius: 0;
						border-radius: 0;
			}
			#contact-form div.submit input:hover {
				background: #ddd;
			}
			#contact-form div.submit input:active {
				color: #fff;
				background: #1b58ac;
				border: 1px solid #1b58ac;
			}
			#contact-form div.submit .btn-submit {
				width: 210px;
				text-align: left;
			}
			#contact-form div.submit .btn-reset {
				position: absolute;
				top: 0;
				right: 0;
				width: 40px;
				font-size: 10px;
			}


/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
	width: 100%;
	background-color: #012147;
	background-color: #333;
	color: #aeadad;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

	#footer h1, 
	#footer h2, 
	#footer h3 { border: 0; }

	#footer .container { padding-top: 20px; }
	
	#footer .container a { color: #fff; }
	#footer .container a:hover { color: #0064b2; }

		.adjective {
			border-top: 1px solid #696969;
			clear: both;
			margin: 0;
			padding: 20px 0 0;
		}

			#footer-links {
				padding-bottom: 0px;
			}

			.copyright {
				font-weight: bold;
			}

	#footer #footer-search {
		position: absolute;
		display: block;
		right: 0;
		bottom: 90px;
	}

	#footer #footer-search input {
		-webkit-appearance: none;
		   -moz-appearance: none;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		        border-radius: 0;
	}

	#footer #footer-search .sutStock {
		float: right;
		display: block;
		width: 240px;
		height: 32px;
		color: #999;
		font-weight: normal;
		font-style: italic;
		border-right: 0;
		margin-top: 12px;	
		padding: 0 10px;
	}
	#footer #footer-search .ButtonStock {
		float: right;
		display: block;
		height: 32px;
		color: #999;
		margin-top: 12px;
		padding: 0 15px;
	}
	/* -------------------------------------------------- */
	/*	Widgets
	/* -------------------------------------------------- */

		#footer .widget-container { margin-bottom: 20px;}

			#footer .widget-title {
				color: #fff;
				font-size: 20px;
				font-weight: bold;
				margin-bottom: 0;
				padding: 0 0 15px 0;
			}
			
				#footer .widget-title > span {}

		/* ---------------------------------------- */
		/*	Links
		/* ---------------------------------------- */

		#footer .widget_links li {
			padding: 7px 0 6px 0;
		}

		#footer .widget_links li:first-child { padding-top: 0; }

			#footer .widget_links li a { color: #1c7fbd;}

			#footer .widget_links li:hover a { color: #606163; }

		/* ---------------------------------------- */
		/*	Textwidget / Our Hours
		/* ---------------------------------------- */

		.widget_text .hours li { color: #fff; line-height: 20px; }
		.hours li span { font-weight: bold; }

		/* ---------------------------------------- */
		/*	Find Us
		/* ---------------------------------------- */
		
		.footer-find-us { color: #fff; }
		.footer-find-us ul { margin-bottom: 20px; }
		.footer-find-us li { line-height: 20px;}

		/* ---------------------------------------- */
		/*	Our Contacts
		/* ---------------------------------------- */

		.widget_contacts .our-contacts > li {
			position: relative;
			margin-bottom: 20px;
			padding-left: 30px;
		}

		.widget_contacts li.address:after,
		.widget_contacts li.phone:after {
			position: absolute;
			left: 0;
			top: 5px;
			width: 19px;
			height: 24px;
			background-image: url(/images/icons/sprite-contacts.png);
			background-position: 0 0;
			background-repeat: no-repeat;
			content: '';
		}

		.widget_contacts li.phone:after {top: 0; background-position: 0 -26px;}

			#footer .widget_contacts b {color: #fff;}
			.widget_contacts a:hover {text-decoration: underline;}

		/* ---------------------------------------- */
		/*	Social Icons
		/* ---------------------------------------- */

		ul.social-icons li {
			float: left;
			margin-right: 10px;
		}

			ul.social-icons li a {
				display: block;
				width: 22px;
				height: 22px;
				background-image: url(/images/icons/social-icons.png);
				background-repeat: no-repeat;
				cursor: pointer;
				text-indent: -9999px;
			}
			
			ul.social-icons li.twitter a {background-position: 0 0;}
			ul.social-icons li.facebook a {background-position: 0 -27px;}
			ul.social-icons li.rss a {background-position: 0 -53px;}
		
	/* ---------------------------------------- */
	/*	Google Maps Footer
	/* ---------------------------------------- */

	#gMap {
		margin-top: 5px;
		width: 100%;
		height: 170px;
	}

/* ---------------------------------------------------------------------- */
/*	Widgets
/* ---------------------------------------------------------------------- */

	.container .widget-container {margin-bottom: 30px;}

	#sidebar .widget-container {margin-bottom: 30px;}
	
		.widget-title,
		.section-title {
			margin-bottom: 20px;
			padding-bottom: 7px;
			color: #002e62;
			color: #00468c;
			font-size: 20px;
			font-weight: bold;
		}
		
		.page-header {
			position: relative; 
			margin: 0;
			padding: 0;
		}

			#sidebar h2.column-title,
			.page-header h2.column-title {
				padding-bottom: 18px !important;
				border-bottom: 1px solid #eee;
/* 				text-transform: uppercase; */
			}

			#sidebar h2.column-title a {
				color: #00468c;
				font-size: 12px; 
			}

			#sidebar h2.column-title a:hover {
				text-decoration: underline;
			}

			.page-header .section-title {
				float: left;
				margin: 0;
				border: none;
			}

			.page-header .layout-switcher { 
				position: absolute; 
				top: 3px; 
				right: 0; 
			}
			
			.layout-switcher a {
				display: inline-block;
				width: 26px;
				height: 26px;
				background-image: url(/images/list-page-view-icons.gif);
				background-position: right top;
				background-repeat: no-repeat;
				vertical-align: top;
				text-indent: -9999px;
				font-size: 0;
			}

			.layout-switcher a.layout-grid { margin-right: 3px; margin-right: 0; }
			.layout-switcher a.layout-list { background-position: left top; }

			.layout-switcher a.layout-grid:hover, 
			.layout-switcher a.layout-grid.active { background-position: right bottom; }
			.layout-switcher a.layout-list:hover, 
			.layout-switcher a.layout-list.active { background-position: left bottom; }

			.tab-content-entry { display: none; }

				.widget-title > span,
				.section-title > span {}

		/* ---------------------------------------- */
		/*	Search
		/* ---------------------------------------- */
		
		.widget_search {float: right; text-align: right;}
		
		.widget_search .call,
		.widget_search .adds {
			padding: 5px 0 5px 28px;
			background-image: url(/images/icons/search-sprite-icons.png);
			background-repeat: no-repeat;
			color: #757373;
			text-align: right;
		}
		
		.widget_search .call {font-size: 17px;}
			
			.widget_search .call > span {}

		.widget_search .adds {background-position: 0 bottom;}
		
		.widget_search #searchform {margin: 20px 0 0 0;}
		
		.widget_search input[type="text"] {
			width: 175px;
			border: none;
			background-color: #fff;
			font-size: 12px;
			line-height: 1.2;
			
			-webkit-box-shadow: inset 0 1px 0 #c7c7c7;
			   -moz-box-shadow: inset 0 1px 0 #c7c7c7;
                     box-shadow: inset 0 1px 0 #c7c7c7;
			
			-webkit-border-radius: 3px;
			   -moz-border-radius: 3px;
					border-radius: 3px;

			-webkit-transition: all .25s linear;
			   -moz-transition: all .25s linear;
				-ms-transition: all .25s linear;
				 -o-transition: all .25s linear;
					transition: all .25s linear;
		}
		
		.ie8 .widget_search input[type="text"] {
			line-height: 1.35;
		}

		.widget_search input::-moz-input-placeholder {color: #7d7d7d;}
		.widget_search input::-webkit-input-placeholder {color: #7d7d7d;}

		.widget_search button[type="submit"] { 
			position: relative;
			right: 0;
			width: 38px;
			height: 27px;
			border: none;
			background-color: #bd0a11;
			background-image: url(/images/search-btn.png);
			background-position: 50% 50%;
			background-repeat: no-repeat;
			cursor: pointer;
			vertical-align: top;
			
			-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
			   -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
					box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
			
			-webkit-border-radius: 3px;
			   -moz-border-radius: 3px;
					border-radius: 3px;
			
			-webkit-transition: all .25s linear;
			   -moz-transition: all .25s linear;
				-ms-transition: all .25s linear;
				 -o-transition: all .25s linear;
					transition: all .25s linear;
		}

		.widget_search button:hover {background-color: #757373;}
		
	/* ---------------------------------------- */
	/*	Back to Top
	/* ---------------------------------------- */

	#back-top {
		position: fixed;
		right: 20px;
		bottom: 80px;
		z-index: 50;
		display: none;
		width: 36px;
		height: 35px;
		background-image: url(/images/back-to-top.png);
		background-repeat: no-repeat;

/*
		border-bottom: 1px solid #d64511;
		background-color: #bd0a11;
*/

		background-color: #1b58ac;
		border-bottom: 1px solid #1b58ac;

		text-indent: -9999px;

		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;

		-webkit-transition: all .2s linear;
		   -moz-transition: all .2s linear;
			-ms-transition: all .2s linear;
			 -o-transition: all .2s linear;
				transition: all .2s linear;
	}

		#back-top:hover {
			border-bottom: 1px solid #0064b2;
			background-color: #0064b2;
		}

	/* ---------------------------------------- */
	/*	Content Tabs
	/* ---------------------------------------- */
	
	.entry-tabs {margin-bottom: 25px;}

	ul.tabs-nav {
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 100%;
		list-style: none;
	}

		.tabs-nav li {
			position: relative;
			float: left;
			overflow: hidden;
			margin: 0 1px 0 0;
			padding: 0;
		}

			ul.tabs-nav li a {
				display: block;
				padding: 6px 20px;
				outline: none;
				border-color: #dddcdc;
				border-style: solid;
				border-width: 1px;
				color: #606163;
				text-decoration: none;
				font-weight: 700;
			}
			
			ul.tabs-nav li a {
				-webkit-border-radius: 3px 3px 0 0;
				   -moz-border-radius: 3px 3px 0 0;
						border-radius: 3px 3px 0 0;
			}
			
			ul.tabs-nav li a {
				background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
			}

			ul.tabs-nav li.active a {
				background: #f4f4f4 !important;
				filter: none;
				color: #bd0a11; 
				border-bottom-color: #f4f4f4;
			}
			
	.tabs-container {
		overflow: hidden;
		margin: -1px 0 0;
		width: 100%;
		border: 1px solid #dddcdc;
		background-color: #f4f4f4;
		-webkit-border-radius: 0 0 3px 3px;
		   -moz-border-radius: 0 0 3px 3px;
				border-radius: 0 0 3px 3px;
	}

		.tab-content {
			display: none;
			padding: 15px 10px;
		}
		
			.tab-content ul.list,
			.tab-content ol.list {margin: 0;}
			
	/* ---------------------------------------- */
	/*	Listings Tabss
	/* ---------------------------------------- */	
		
	.tab-content-list {display: none;}
			
	/* ---------------------------------------- */
	/*	FAQ Toggle
	/* ---------------------------------------- */			
				
	.box-toggle {
		position: relative;
		margin-bottom: 10px;
	} 

		.box-toggle .trigger {
			position: relative;
			display: block;
			padding: 9px 20px 9px 50px;
			border: 1px solid #dddcdc;
			-webkit-border-radius: 3px;
			   -moz-border-radius: 3px;
					border-radius: 3px;
			color: #5d5d5d;	
			text-decoration: none;
			font-weight: 100;
			font-size: 14px;
			cursor: pointer;
			background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
		}
		
		.box-toggle .trigger:after {
			position: absolute;
			left: 10px;
			top: 50%;
			margin-top: -13px;
			width: 26px;
			height: 26px;
			background-image: url(/images/collapse.png);
			background-repeat: no-repeat;
			content: "";
		}

		.box-toggle .trigger:hover,
		.box-toggle .trigger.active {color: #bd0a11;}

		.box-toggle .trigger.active:after {background-position: 0 -40px;}

		.box-toggle .toggle-container  {
			position: relative;
			display: none;
			margin-top: -3px;
			padding: 15px 20px 0 20px;
			border-width: 0 1px 1px 1px;
			border-style: solid;
			border-color: #dddcdc;
			-webkit-border-radius: 0 0 3px 3px;
			   -moz-border-radius: 0 0 3px 3px;
					border-radius: 0 0 3px 3px;
		}

			
/* ---------------------------------------------------------------------- */
/*	Media Queries
/* ---------------------------------------------------------------------- */

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 480px) {

	/* ---------------------------------------------------------------------- */
	/*	Layout
	/* ---------------------------------------------------------------------- */

		body { background-image: none; width: 100%; }

		.wrap { width: 100%; }

		.main { 
			background-image: none; 
			margin: 0;
			padding: 0;
		}

		.container {}

		.main, 
		#header {
			-webkit-border-radius: 0;
			   -moz-border-radius: 0;
					border-radius: 0;
		}

		/* -------------------------------------------------- */
		/*	Header
		/* -------------------------------------------------- */

			#header { 
				height: 50px; 
				background: none;
				border-bottom: 1px solid #536F83;
			}

			#logo {
				float: none;
				margin: 0 auto;
				padding-top: 15px;
				text-align: center;
			}

			#navigation { width: 100%; height: 50px; }

			#header-right, 
			#header-auctions,
			.navigation .nav-responsive { display: none; }


		/* -------------------------------------------------- */
		/*	Footer
		/* -------------------------------------------------- */

			footer#footer { margin: 0 !important; }

			#mobile-footer {
				position: relative;
				width: 100%;
			}

				#mobile-footer ul#primary-links {
					overflow: hidden;
					border-bottom: 1px solid #444;
				}

				#primary-links li {
					position: relative;
					float: left;
					width: 33.33%;
					height: 40px;
					border-right: 1px solid #444;

					-webkit-box-sizing: border-box;
					   -moz-box-sizing: border-box;
							box-sizing: border-box;
				}

				#primary-links li.last { border-right: none; }

				#primary-links li a {
					position: relative;
					display: block;
					width: 100%;
					height: 40px;
					color: #fff;
					font-size: 12px;
					font-weight: bold;
					line-height: 40px;
					text-transform: uppercase;
					text-align: center;
				}

				#primary-links li a:hover, 
				#primary-links li a:active {
					background: #444;
				}

				#mobile-footer #second-links {
					position: relative;
					display: block;
					width: 100%;
					padding: 20px 0;
					text-align: center;
				}

				#second-links ul { padding-bottom: 15px; }

				#second-links ul li {
					display: inline-block;
					color: #fff;
					font-size: 12px;
					margin-right: 5px;
				}

				#second-links ul li.last { margin: 0; }

				#second-links ul li a { color: #fff; }

				#second-links p { 
					color: #fff;
					font-weight: bold;
					margin: 0; 
				}

		/* -------------------------------------------------- */
		/*	General Classes
		/* -------------------------------------------------- */

		.scrolllock { 
			overflow: hidden !important; 
		}

		.single-image {
			float: none;
			margin: 0 0 20px 0 !important;
			text-align: center;
		}
	
			.single-image img { display: inline-block; }

		a#back-top { display: none !important; }

		.add-padding { 
			display: block;
			padding: 0 16px;

			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
		}

		.mobile-hide {
			display: none !important;
		}

		#mobile-sub-header .sh-btn {
			background: #666;
		}
		#mobile-sub-header .sh-btn:active,
		#mobile-sub-header .sh-btn:hover {
			background: #00468c;
			text-decoration: none;
		}

		/* -------------------------------------------------- */
		/*	Home page
		/* -------------------------------------------------- */

		/* Used car selector */
		.top-panel { 
			margin:0;
		}

		.top-panel #home-search {
			position: relative;
			float: none;
			width: 100%;
			height: auto;
			background: url(/images/mobile-home-search-bg.jpg) center -2px no-repeat;
			background-size: 512px 400px;

			-webkit-border-radius: 0;
			   -moz-border-radius: 0;
			        border-radius: 0;
		}

		.top-panel #slider2_container {
			float: none;
		}

		.top-panel #home-search #hs-container { 
			width: 100%;
			margin: 0; 
		}

		.top-panel #home-search #hs-container h1 {
			font-size: 24px;
			margin: 0;
			padding: 16px;
		}

			/* search tabs */
			.top-panel #home-search #home-search-tabs {
				margin-bottom: 0;
				border-bottom: 0;
			}
			.top-panel #home-search #home-search-tabs ul {
				width: auto;
				overflow: hidden;
			}

			.top-panel #home-search #home-search-tabs ul li {
				width: 136px; 
				margin-left: 16px;
			}

			.top-panel #home-search #home-search-tabs ul li a {
				width: 100%;
				padding: 0;
				text-align: center;
				background: #0064b2;
			}
			.top-panel #home-search #home-search-tabs ul li a:hover {
				text-decoration: none;
			}
			#home-search #home-search-tabs ul li a.selected {
				background: url(/images/bg-blue-trans.png) 0 0 repeat;
			}

		/* search form */
		.top-panel #home-search #boxpanel,
		#mobile-refine #boxpanel {
			width: 100%;
			height: auto;
			margin: 0;
			padding: 16px;
			background: url(/images/bg-blue-trans.png) 0 0 repeat;
			overflow: hidden;

			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
					box-sizing: border-box;
		}

		.top-panel #home-search #boxpanel .Homesearch-select,
		#mobile-refine #boxpanel .Homesearch-select {
			display: block;
/*  			width: 45%; */
			margin: 0 16px 8px 0 !important;

			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
					box-sizing: border-box;
		}
		.top-panel #home-search #boxpanel .Homesearch-select.ucc-right,
		#mobile-refine #boxpanel .Homesearch-select.ucc-right {
			margin: 0 !important;
		}
		.top-panel #home-search #boxpanel .hs-box,
		#mobile-refine #boxpanel .hs-box {
			width: 100%;

			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
					box-sizing: border-box;
		}
		.top-panel #home-search #boxpanel .hs-box select,
		#mobile-refine #boxpanel .hs-box select {
			width: 100%;
		}

		.top-panel #home-search #boxpanel #home-search-btn-holder,
		#mobile-refine #boxpanel #home-search-btn-holder{
			width: 100%;
			margin: 0 !important;
		}

		.top-panel #home-search #boxpanel #home-search-btn-holder input,
		#mobile-refine #boxpanel #home-search-btn-holder input {
			-webkit-appearance: none !important;
			   -moz-appearance: none !important;

			-webkit-border-radius: 0;
			   -moz-border-radius: 0;
			        border-radius: 0;
        }

		.top-panel #home-search #boxpanel #home-search-btn-holder input.submit-search,
		#mobile-refine #boxpanel #home-search-btn-holder input.submit-search {
			width: 100%;
			text-align: left;
			padding: 0;
			padding-left: 10px;
		}

		.Homesearch-select div.full-width,
		.Homesearch-select.full-width {
			width: 100% !important;
		}

		.top-panel #home-search #boxpanel #bodytypesearch .hs-box select,
		#mobile-refine #boxpanel #bodytypesearch .hs-box select {
			width: 100% !important;
		}

		/* Slider */
		#slider {
			margin-bottom: 0 !important;
		}

		/* Newsletter */
		#mobile-newsletter {
			position: relative;
			display: block;
			width: 100%;
			padding: 16px;
			background: #fff;
			z-index: 1;

			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;

			-webkit-border-radius: 0;
			   -moz-border-radius: 0;
			        border-radius: 0;
		}

		#mobile-newsletter input {
			display: block;
			height: 38px;
			margin: 0;

			-webkit-appearance: none !important;
			   -moz-appearance: none !important;

			-webkit-border-radius: 0;
			   -moz-border-radius: 0;
			        border-radius: 0;
		}

		#mobile-newsletter input.form-text {
			position: relative;
			display: block;
			float: none;
			font-style: italic;
			width: 100%;
			padding-left: 5px;
			z-index: 88887;
		}

		#mobile-newsletter input.button { 
			position: absolute;
			right: 16px;
			z-index: 88888;
			padding: 0 16px;
		}

		/* Featured Vehicles */
		#featured-vehicles {
			width: 100%;
			padding: 16px;

			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
		}

		/* -------------------------------------------------- */
		/*	Featured Vehicles
		/* -------------------------------------------------- */

		#mobile-featured {
			position: relative;
			display: block;
			overflow:hidden;

			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
		}

		#mobile-featured .mobile-fv-item {
			display: block;
			width: 100%;
		}

		#mobile-featured .mobile-fv-item a {
			display: block;
		}

		#mobile-featured .mobile-fv-item .mfv-info-box {
			display: block;
			width: 100%;

		}
		#mobile-featured .mobile-fv-item,
		#mobile-featured #mobile-featured-box,
		#slider3_container .slider3,
		#slider3_container {
			overflow: visible !important;
		}
		#slider3_container {
			background: #f7f7f7;
		}
		#slider3-nav { display: none; }

			#mobile-featured-box { }

			#mobile-featured-box .mfv-info-box {
				width: 100%;
			}

			#mobile-featured-box .mfv-info-box .detailed {
				position: relative;
				display: block;
				width: 100%;
				height: auto;
				top: auto;
				right: 0;
				bottom: 0;
			
				-webkit-box-sizing: border-box;
				   -moz-box-sizing: border-box;
						box-sizing: border-box;
			}
			#mobile-featured-box .mfv-info-box .mfv-title {
				position: relative;
				width: 100%;
				display: block;
				color: #00468c;
				font-size: 16px;
				font-weight: bold;
				line-height: 24px;
				padding: 10px;

				-webkit-box-sizing: border-box;
				   -moz-box-sizing: border-box;
						box-sizing: border-box;
			}
			#mobile-featured-box .mfv-info-box .detailed .quick-info { 
				margin-top: -4px;
				width: 100%; 
				overflow: hidden;
			}

			#mobile-featured-box .mfv-info-box .detailed li { 
				display: block;
				width: 50%;
				height: 40px;
				font-size: 12px;
				line-height: 40px;
				background-position-x: 5px !important;
			
				border: 1px solid #eee;
				border-top: 0;
				border-left: 0;
			
				-webkit-box-sizing: border-box;
				   -moz-box-sizing: border-box;
						box-sizing: border-box;
			}

		/* -------------------------------------------------- */
		/*	Secondary pages (buying/selling/T&C/contact)
		/* -------------------------------------------------- */

		/* this is needed due to manually restricting bootstrap to 2 states */
		.sbl #content { 
			display: block;
			float: none;
			padding: 0 16px;

			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
		}

		#sidebar { 
			float: none;
			width: 100%;
			padding: 0;

			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
		}

		/* class 'white' means hidden text, so don't display it */
		#sidebar h2.white { display: none; }

		#sidebar .widget-container { margin: 0; }

		#sidebar .side-banner { margin-top: 0; }

		#contact-form {
			width: 100%;
			margin-left: 0;
		}

		#contact-form #cf-inner { 
			width: 100%;
			padding: 16px;
			border-bottom: 1px solid #ccc;

			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
		}

		#contact-form .cf-input,
		#contact-form .cf-input input,
		#contact-form .cf-input textarea,
		#contact-form .submit,
		#contact-form .submit .btn-submit {
			width: 100% !important;
		}

		/* -------------------------------------------------- */
		/*	List page / Inventory page
		/* -------------------------------------------------- */

		#list-page { padding-top: 0; }
		#list-page.container { width: 100% !important; }

		#list-page #content,
		#list-page #sidebar { 
			width: 100% !important; 
			padding: 0 !important;
		}

			/* Sub-header */
			#list-page #mobile-sub-header {
				position: relative;
				display: block;
				width: 100%;
				height: 50px;
				background: #f7f7f7;
				border-bottom: 1px solid #ccc;
			}
	
			#list-page #mobile-sub-header span {
				color: #666;
				font-size: 14px;
				font-weight: normal;
				line-height: 50px;
				margin-left: 16px; 
			}
	
			#list-page #mobile-sub-header #refine-btn {
				position: absolute;
				display: block;
				height: 32px;
				right: 15px;
				top: 9px;
				color: #fff;
				font-size: 12px;
				font-weight: bold;
				line-height: 32px;
				padding: 0 10px;
			}

			/* List entries */

			/* for mobile, we only use the list-view */
			#list-page #tab1 { display: block !important; }
			#list-page #tab2 { display: none !important; }

			#list-page #tab1 .view-btn, 
			#list-page #tab1 .qi-desc { display: none; }

			#list-page #tab1 .item-list, 
			#list-page #tab1 .item-box { width: 100% !important; }
			#list-page #tab1 .item-box { padding-bottom: 20px; }
			#list-page #tab1 .title-bar {
				width: auto; 
				height: auto !important; 
				line-height: 18px;
				margin: 0;
				background: none !important;
			}
			#list-page #tab1 .item-list p#list-error {
				display: block;
				padding: 0 16px;

				-webkit-box-sizing: border-box;
				   -moz-box-sizing: border-box;
						box-sizing: border-box;
			}
			#list-page #tab1 .item-list .detail-view {
				display: block;
				margin-bottom: 0;
				border-bottom: 1px solid #eee;
			}
			#list-page #tab1 .item-list .detail-view:hover {}
			#list-page #tab1 .title-bar .title-list-item { 
				width: auto;
				margin-left: 0 !important; 
			}
			#list-page #tab1 .title-bar .title-list-item a { 
				display: block;
				color: #00468c; 
				padding: 16px;
			}
			#list-page #tab1 .item-list .detailed {
				position: relative;
				display: block;
				width: 100%;
				height: auto;
				top: auto;
				right: 0;
				bottom: 0;
				padding: 0 16px;
			
				-webkit-box-sizing: border-box;
				   -moz-box-sizing: border-box;
						box-sizing: border-box;
			}
			#list-page #tab1 .image-box { 
				position: relative;
				display: inline-block;
				width: 100%;
				height: auto;
				margin-left: 0;
				padding: 0 16px;
				z-index: 8; /*set to go behind menu*/
			
				-webkit-box-sizing: border-box;
				   -moz-box-sizing: border-box;
						box-sizing: border-box;
			}
			#list-page #tab1 .image-box .image-1 {
				width: 100%;
				height: auto; 
			}
			#list-page #tab1 .image-box .single-image {
				margin: 0 !important;
				padding: 0 !important;
			}
			#list-page #tab1 .image-box .single-image img { 
				width: 100%;
				height: auto;
				border: none;
			}
			#list-page #tab1 .detail-view .detailed .quick-info { 
				margin-top: -4px;
				width: 100%; 
				overflow: hidden;
			}
			#list-page #tab1 .image-box .picture-icon,
			#list-page #tab1 .image-box .secondary-images {
				display: none;
			}
			#list-page #tab1 .detail-view .detailed li { 
				display: block;
				width: 50%;
				height: 40px;
				font-size: 12px;
				line-height: 40px;
				background-position-x: 5px !important;
			
				border: 1px solid #eee;
				border-top: 0;
				border-left: 0;
			
				-webkit-box-sizing: border-box;
				   -moz-box-sizing: border-box;
						box-sizing: border-box;
			}

			ul.quick-info li.qi-engine  { background-position: 0 2px    !important; }
			ul.quick-info li.qi-mileage { background-position: 0 -68px  !important; }
			ul.quick-info li.qi-colour  { background-position: 0 -33px  !important; }
			ul.quick-info li.qi-trans   { background-position: 0 -103px !important; }

			#list-page #tab1 .detail-view .detailed li:nth-child(odd) { 
				width: 50%;
				border-left: 1px solid #eee;
			}
			#list-page #tab1 .detail-view .detailed li span { margin-left: 45px; }
			#list-page #tab1 .detail-view .mobile-hitarea { 
				position: absolute;
				display: block;
				width: 100%;
				height: 100%;
				top: 0;
				background: none;
				text-decoration: none;
			}
			#list-page .disclaimer { display: none; }
			#list-page .wp-pagenavi { 
				border: 0; 
				padding: 0;
			}

			#list-page #tab1 .detailed2 {}

		#list-page #bottom-pagination {
			padding: 0 16px 20px !important;

			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
					box-sizing: border-box;
		}
		#list-page #bottom-pagination a {
			margin-top: -2px;
		}

		#list-page #sidebar { 
			position: absolute; 
			display: block;
			width: 100%;
			top: -51px; 
			background: url(/images/bg-grey-trans.png) 0 0 repeat; 
			z-index: 99999;
		}

		#list-page #sidebar h2 { 
			display: block; 
			padding-top: 25px;
			margin-left: 16px;
		}

		#list-page #sidebar #refine-close {
			position: absolute; 
			top: 16px; 
			right: 16px;
		}

		#list-page #sidebar #refine-close a {
			position: relative; 
			display: block; 
			color: #fff; 
			font-size: 11px; 
			font-weight: bold; 
			padding: 10px 12px; 
			background: #666; 
		}
		#list-page #sidebar #refine-close a:hover { text-decoration: none; }
		#list-page #mobile-refine { 
			position: relative;
			width: 100%;
		}
		#list-page #mobile-refine #home-search-tabs { 
			margin-bottom: 0; 
			border-bottom: 1px solid #7f7f7f;
			z-index: 2;
		}
		#list-page #mobile-refine #home-search-tabs ul { 
			display: block;
			padding: 0 0 0 16px;

			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
					box-sizing: border-box;
		}
		#list-page #mobile-refine #home-search-tabs ul li {
			margin-left: 0; 
		}
		#list-page #mobile-refine #home-search-tabs ul li a { 
			width: 107px;
			text-align: center;
			background: #7f7f7f; 
			border: 1px solid #7f7f7f;

			-webkit-border-radius: 3px 3px 0 0;
			   -moz-border-radius: 3px 3px 0 0;
			        border-radius: 3px 3px 0 0;
		}
		#list-page #mobile-refine #home-search-tabs ul li a.selected {
			background: #666;
			border: 1px solid #7f7f7f;
		}
		
		#list-page #mobile-refine #home-search-tabs a:hover { text-decoration: none; }
		#list-page #mobile-refine #boxpanel {
			background: #666;
			padding-top: 25px;
			z-index: 1;
		}

		/* -------------------------------------------------- */
		/*	Details page
		/* -------------------------------------------------- */

		#details-page { padding-top: 0; }
		#details-page.container { width: 100% !important; }

		#details-page #content,
		#details-page #sidebar { 
			width: 100% !important; 
			padding: 0 !important; 
		}

			/* Sub-header -- back/refine/share */
			#details-page #mobile-sub-header {
				position: relative;
				display: block;
				width: 100%;
				height: 50px;
				background: #f7f7f7;
				border-bottom: 1px solid #ccc;
			}

			#details-page #mobile-sub-header a:hover {
				text-decoration: none;
				cursor: pointer;
			}

			#details-page #mobile-sub-header span {
				font-size: 14px;
				line-height: 50px;
				margin-left: 16px; 
				color: #00468c;
				font-weight: bold;
			}

			#details-page #mobile-sub-header #email-btn, 
			#details-page #mobile-sub-header #enquire-btn {
				position: absolute;
				display: block;
				height: 32px;
				top: 9px;
				color: #fff;
				font-size: 12px;
				font-weight: bold;
				line-height: 32px;
			}

			#details-page #mobile-sub-header #email-btn {
				width: 32px;
				padding: 0; 
				right: 85px;
				background-image: url(/images/icon-email.png);
				background-position: center center;
				background-repeat: no-repeat;
			}

			#details-page #mobile-sub-header #enquire-btn {
				right: 15px;
				padding: 0 10px;
			}

			/* Entry */
			#details-page .page-header h2 {
				margin: 0 !important;
				padding: 16px !important;
			}

			/* slideshow box */
			#details-page .slideshow-box { padding: 0; }
			#details-page .slideshow-box .slider1 .slider1 .slider1-T { 
/* 				display: none; */
			}

			#details-page #thumb-navigator {
				top: -1000px;
			}

			#details-page #detail-info-box,
			#details-page #sd-info-checklist-box,
			#details-page #sd-info-box,
			#details-page #sd-info {
				width: 100%;
			}

			#details-page #sd-info-box {
				margin: 0;
				padding-bottom: 40px;
			}

			#details-page #sd-info { margin: 0; }
			#details-page #sd-info li { width: 50%; }

			#details-page #ppc {
				width: 100%;
				padding-bottom: 40px;
			}

			#details-page #text-info-box {
				margin: 0;
				width: 100%;
			}

			#details-page #text-info-box p,
			#details-page .disclaimer {
				display: block;
				padding: 0 16px;
			}
			#details-page .disclaimer {
				padding: 20px 16px;
				border-top: 1px solid #eee;
				background: #f7f7f7;
			}
			#details-page #text-info-box p.info-box {
				line-height: 20px; 
			}

		#details-page #sd-info-checklist-box { float: none; overflow: hidden; }
		#details-page #sd-info-box { padding: 0; }

		#details-page #info-selector {
			position: relative;
			display: block;
			width: 100%;
			height: 60px;
			background: #f7f7f7;
			border-bottom: 1px solid #eee;
			margin-bottom: 20px;
		}

		#details-page #info-selector ul {
			position: relative;
			display: block;
			width: 100%;
			height: 40px;
			top: 19px;
			padding: 0 16px;
			margin: 0 auto;

			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
		}

		#details-page #info-selector ul li {
			position: relative;
			float: left;
			display: block;
			height: 40px;

			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
		}
		#details-page #info-selector ul li.first {
			margin-right: 16px;
		}
		#details-page #info-selector ul li a {
			display: block;
			width: 104px;
			height: 40px;
			color: #7d7d7d;
			font-size: 13px;
			font-weight: bold;
			line-height: 40px;
			text-align: center;
			padding: 0 15px;
			background: #ddd;
			border: 1px solid #ddd;
			border-bottom: 0px solid #eee;

			-webkit-border-radius: 3px 3px 0 0;
			   -moz-border-radius: 3px 3px 0 0;
					border-radius: 3px 3px 0 0;
		}

		#details-page #info-selector ul li a:hover,
		#details-page #info-selector ul li a.selected {
			color: #666;
			background: #fff;
			border: 1px solid #eee;
			border-bottom: 1px solid transparent;
			text-decoration: none;
		}

		#details-page #sidebar {
			position: absolute;
			top: 51px;
			z-index: 5;
		}

		#details-page #sidebar h3.blue {
			padding-top: 16px;
		}

		#sidebar #sd-enquiry #contact-form {
			background: #fff;
		}

		#sidebar #sd-enquiry .cf-input input,
		#sidebar #sd-enquiry .cf-input textarea {
			border: 1px solid #eee;
		}

		#sidebar #sd-enquiry .cf-input input { margin-bottom: 5px; }

		#sidebar #sd-enquiry h3 {
			color: #00468c;
		}
		#contact-form #cf-inner { border-bottom: 0; }

		/* -------------------------------------------------- */
		/*	Buying/Selling/Contact table
		/* -------------------------------------------------- */

		#table-main-content tbody,
		#table-main-content td, 
		#table-main-content tr { 
			display: block; 
			width: 100%; 
		}

		#table-main-content td,
		#table-main-content tr { 
			margin-bottom: -1px;
			padding-bottom: 0;
		}
		#table-main-content td.row-header span { width: 100%; }

		/* -------------------------------------------------- */
		/*	One Item
		/* -------------------------------------------------- */

		.item .gallery {
			float: none;
			margin-right: 0;
			width: 100%;
		}
		
			#gallery div.slideshow-container {height: 205px; }

				.item .list-image li {width: 124px;}
				
				.item .list-image li:nth-child(2n) {margin-right: 0;}

					.item .gallery .advance-link img {width: 260px;}	
					
					div.slideshow a.advance-link {width: 260px !important;}

		/* ---------------------------------------- */
		/*	Item List
		/* ---------------------------------------- */	
			
		.item-list .picture {
			float: none;
			width: 100%;
		}
		
			.item-list .detailed {
				float: none;
				padding-right: 0;
				margin-bottom: 0;
				width: 100%;
			}
		
		/* ---------------------------------------- */
		/*	Sort
		/* ---------------------------------------- */
		
		.sort select {
			margin: 5px 0 0 0;
			width: 100%;
		}
		
		/* -------------------------------------------------- */
		/*	Related
		/* -------------------------------------------------- */

			.related li {
				width: 100%;
				margin-right: 0;
			}
			
	/* -------------------------------------------------- */
	/* Cart Holder
	/* -------------------------------------------------- */
	
			ul.cart-items li {width: 100%;}		
			
			/* Upload Holder */
			
			.upload-holder input[type="text"] {width: 140px;}
					
	/* ---------------------------------------------------------------------- */
	/*	Widgets
	/* ---------------------------------------------------------------------- */
	
		/* -------------------------------------------------- */
		/*	Content Tabs
		/* -------------------------------------------------- */
		
		.tabs-nav li {margin-bottom: 2px;}
		
			ul.tabs-nav li a {
				-webkit-border-radius: 3px;
				   -moz-border-radius: 3px;
						border-radius: 3px;
				padding: 6px 7px;
			}	
			
			ul.tabs-nav li.active a {border-bottom-color: #dddcdc;}

}










/* ---------------------------------------------------------------------- */
/*	Added Custom styles
/* ---------------------------------------------------------------------- */

	#thumbs_car { visibility: hidden; height: 25px; }



/* ---------------------------------------------------------------------- */
/*	VISIBLE - HIDDEN STUFF
/* ---------------------------------------------------------------------- */


	.visible-phone   { display: none !important;    }
	.visible-tablet  { display: none !important;    }
	.hidden-desktop  { display: none !important;    }
	.visible-desktop { display: inherit !important; }


/*
	@media (min-width: 768px) and (max-width: 1040px) {

		.hidden-desktop  { display: inherit !important; }
		.visible-desktop { display: none !important;    }

		.visible-tablet  { display: inherit !important; }
		.hidden-tablet   { display: none !important;    }
	}
*/


	@media (max-width: 480px) {

		.hidden-desktop  { display: inherit !important; }
		.visible-desktop { display: none !important;    }

		.visible-phone   { display: inherit !important; }
		.hidden-phone    { display: none !important;    }
	}