/*
Theme Name: Automotiv
Description: Premium Car Sales Theme
Version: 1.47
Author: Buchmann Design
Keywords: Car sales, auto sales, used car sales, car dealership, auto dealership, inventory search



#fbfbfb = almost white
#eeeeee = 5% gray
#cfcfcf = 15% gray
#afafaf = 30% gray
#949494 = 40% gray
gray = 50% gray
#333333 = 80% gray



************************************
RESET
************************************
*/
HTML, BODY, DIV, SPAN, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
BODY
{
	line-height: 1;
}
UL
{
	list-style: none;
}
BLOCKQUOTE, Q
{
	quotes: none;
}
:focus
{
	outline: 0;
}
#post-160 .your-message TEXTAREA
{
	width: 407px;
}
#post-160 INPUT.wpcf7-text
{
	width: 408px;
}
.servicestrip
{
	margin-left: 5px;
}
.salesstrip
{
	width: 953px;
}
.stripbox3 A
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: 6px;
	margin-top: 10px;
}
.stripbox2 A
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: 6px;
	margin-top: 10px;
}
.stripbox1 A
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: 6px;
	margin-top: 10px;
}
.stripbox1 A:Hover
{
	/*[empty]border-bottom:;*/
	border-bottom: 4px solid #4A4A4A;
	background-image: url(images/diagmid.jpg);
	display: block;
	background-position: center;
}
.bottomstrip
{
	height: 205px;
	background-image: url(images/diagmid.jpg);
	background-repeat: repeat-x;
	margin-bottom: 5px;
}
.topbrands
{
	height: 67px;
	background-image: url(images/topbrands.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 964px;
}
.topbanner
{
	height: 279px;
	background-image: url(images/topbanner.jpg);
}
INS
{
	text-decoration: none;
}
DEL
{
	text-decoration: line-through;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset

************************************
TYPOGRAPHY & COLORS
************************************
*/
BODY
{
	font-size: 62.5%;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: #FBFBFB;
	color: #333;
}
H1, H2, H3, H4, H5, H6
{
	margin-bottom: 10px;
	line-height: 1.2em;
/*font color defined in header.php. Taken from Theme Options*/
	color: #FEFDFD;
}
H1
{
	font-size: 3em;
}
H2
{
	font-size: 2.9em;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 15px;
	background: transparent url(/images/headerbackground.png) repeat-x left bottom;
	color: #F9F9F9;
}
H3
{
	font-size: 1.9em;
	color: #FCFCFC;
}
H3.nocufon
{
	font-size: 1.6em;
}
#columnswrapper H3.vehiclename
{
	margin-top: 5px;
}
H4
{
	font-size: 1.5em;
}
H5
{
	font-size: 1.4em;
}
H6
{
	font-size: 1.2em;
}
P
{
	font-size: 1.3em;
	color: #FFFFFF;
	line-height: 1.8em;
	margin-bottom: 15px;
}
CODE
{
	color: #C2C0C0;
	font-size: 1.4em;
}
CODE.block
{
	background: #EEE;
	padding: 5px;
	display: block;
	border: 1px solid #CFCFCF;
	margin: 20px 0;
	clear: both;
}
A
{
	outline: none;
}
BLOCKQUOTE
{
	margin: 0 50px;
	padding-left: 10px;
	border-left: 10px solid #CFCFCF;
}
A:link, A:visited
{
/*font color defined in header.php. Taken from Theme Options*/
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
.stripbox3 A:Hover
{
	border-bottom: 4px solid #4A4A4A;
}
.stripbox2 A:Hover
{
	border-bottom: 4px solid #4A4A4A;
}
PRE
{
	font-size: 2em;
}
.alignleft
{
	float: left;
	margin: 0 15px 10px 0;
}
.alignright
{
	float: right;
	margin: 0 0 10px 15px;
}
.aligncenter
{
	display: block;
	margin: 0 auto;
}
INPUT[type=submit], INPUT[type=button], A.button, BUTTON
{
	background: url(images/button.png) repeat-x 0 -10px;
	color: #0A0909;
	border: none;
	padding: 2px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,1);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 1);
}
A.button:link, A.button:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	padding-bottom: 5px;
	padding-bottom: 5px;
}
#intro UL LI, #content UL LI, #footer UL LI, #features UL LI, DL DT, #homerightcolumn UL LI, .sidebarwidget UL LI
{
	background: url(images/bullet.png) no-repeat left 5px;
	padding-left: 20px;
	color: #FDFDFD;
}
UL LI A:link, UL LI A:visited
{
	color: #FDFDFD;
}
.listoflinks A:link, .listoflinks A:visited, .latestlisting LI.vehiclename, .latestlisting LI.vehiclename2, .latestlisting LI.price, .latestlisting LI.twofeatures
{
	color: #FCFCFC;
}
#footer UL LI
{
	color: #FFFFFF;
}
#intro UL LI LI, #content UL LI LI, #footer UL LI
{
	background: url(images/bullet-small.png) no-repeat left 10px;
}
#intro LI, #content LI, #footer LI, #homerightcolumn LI, .sidebarwidget LI
{
	line-height: 1.5em;
	padding-bottom: 7px;
}
#content LI LI, #intro LI LI
{
	font-size: 1em;
}
#intro UL, #intro OL, #content UL, #content OL, #features OL, #features UL, #homerightcolumn UL, #homerightcolumn OL, .sidebarwidget UL, .sidebarwidget OL
{
	margin-bottom: 25px;
	font-size: 1.2em;
	color: #4F4F4F;
}
.sidebarwidget UL, .sidebarwidget OL
{
	margin-bottom: 0;
}
#footer UL, #footer OL
{
	font-size: 1.1em;
}
#intro UL UL, #intro OL OL, #content UL UL, #content OL OL, #features OL OL, #features UL UL, #homerightcolumn UL UL, #homerightcolumn OL OL, .sidebarwidget UL UL, .sidebarwidget OL OL
{
	font-size: 1em;
	margin-bottom: 0;
	margin-top: 10px;
}
#features UL
{
	margin-top: 15px;
	margin-bottom: 10px;
}
#intro OL, #content OL, #features OL
{
	margin-left: 20px;
}
#intro UL UL, #content UL UL, #features UL UL, #intro OL OL, #content OL OL, #features OL OL
{
	margin-bottom: 0;
	font-size: 1em;
}
DL
{
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 20px;
}
DL DT
{
	font-size: 1.1em;
}
DL DD
{
	margin-bottom: 10px;
	margin-left: 20px;
}
/*
************************************
STRUCTURE
************************************
*/
#pagewrapper
{
	width: 100%;
	/*[disabled]background-image:url(images/background.png);*/
	background-position: 0 0;
}
#wrapper
{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header
{
	height: 155px;
	background: url(images/banner.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 965px;
}
P#description
{
	text-indent: -9999px;
}
H1#logo A
{
	display: block;
	width: inherit;
	height: inherit;
	text-indent: -9999px;
}
DIV#logo2
{
	width: 200px;
	height: 55px;
	position: absolute;
	top: 10px;
	right: 0;
}
/*
************************************
CUSTOM SEARCH
************************************
*/
#customsearch
{
	width: 240px;
	height: 270px;
	background: url(images/qsearchbg.jpg) no-repeat 0 0;
	float: right;
	color: #FFFFFF;
}
#sidebar-left #customsearch
{
	float: none;
	color: #666;
	height: 290px;
}
#customsearch H3
{
	background: url(images/mag.png) no-repeat left center;
	padding-left: 40px;
	height: 27px;
	color: #FCFCFC;
}
#sidebar-left #customsearch H3
{
/*font color set in header.php. Taken from Theme Options.*/
	background: url(images/mag.png) no-repeat left center;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #FAFAFA;
}
#sidebar-left #customsearch .inner
{
	padding-top: 30px;
	color: #FCFCFC;
}
#customsearch .inner
{
	padding: 20px;
}
#customsearch DIV
{
	margin-bottom: 10px;
}
#customsearch LABEL
{
	display: block;
	padding-bottom: 5px;
}
#customsearch #enginesize, #customsearch #pricemin, #customsearch #year, #customsearch #mileage, #customsearch #bodytype, #customsearch #trans
{
	width: 100px;
	float: left;
}
SELECT#manufacturer_level1, SELECT#propertytype, SELECT#manufacturer_level2
{
	width: 180px;
}
DIV#bodytype
{
	float: left;
	width: 100px;
}
SELECT#propertytype
{
	width: 100px;
}
#customsearch INPUT[type="submit"]
{
	margin-top: 13px;
}
#enginesize SELECT, #trans SELECT, #pricemin SELECT, #pricemax SELECT, #bodytype SELECT, #mileage SELECT, #year SELECT
{
	width: 80px;
}
/*
************************************
BASIC SEARCH BOX & RSS
************************************
*/
#basicsearch
{
	position: absolute;
	top: 239px;
	right: 14px;
	background: #FFFFFF;
}
#basicsearch INPUT
{
	border: 0px solid #000000;
	padding: 2px 10px;
	position: relative;
	bottom: 2px;
}
#basicsearch INPUT#go
{
	position: relative;
	top: 3px;
}
A#rssicon
{
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/rss.png) no-repeat 0 0;
	position: absolute;
	top: 7px;
	right: 0;
}
/*
************************************
LATEST LISTINGS
************************************
*/
#latestlistings
{
	width: 240px;
	float: left;
	overflow: hidden;
	color: #FAFAFA;
}
#latestlistings .inner
{
	padding: 27px 20px 20px;
	overflow: hidden;
	color: #F7F7F7;
}
.latestlisting
{
	margin-bottom: 20px;
	margin-right: 10px;
	float: left;
	position: relative;
	color: #FCFCFC;
}
.latestlisting LI
{
	line-height: 1.5em;
	font-size: 1.1em;
	color: #FAFAFA;
}
.latestlisting UL
{
	margin-top: 5px;
}
.latestlisting LI.vehiclename
{
	font-size: 1.4em;
	margin-bottom: 5px;
	font-weight: bold;
	color: #FDFDFD;
}
.latestlisting LI.vehiclename2
{
	color: #FAFAFA;
}
.latestlisting LI.price
{
	font-size: 1.4em;
	color: #F9F9F9;
}
/*
************************************
CONTENT
************************************
*/
#intro
{
	width: 480px;
	float: left;
}
#intro .inner
{
	padding: 20px;
}
#introimage
{
	float: left;
	margin-right: 25px;
}
#introcaption
{
	font-size: 1.1em;
	line-height: 1.5em;
}
#content
{
	width: 710px;
	float: left;
	position: relative;
	margin-top: 15px;
}
#content H2, #content H3, #content H4, #content H5, #content H6
{
	clear: left;
}
H2#title
{
	color: #FBFAFA;
}
#content.norightsidebar
{
	width: 720px;
}
#content.fullwidth
{
	width: 960px;
}
#content.noleftsidebar
{
	width: 720px;
}
#content.twosidebars
{
	width: 475px;
}
#content .inner
{
	padding: 12px 20px;
}
.newsitem
{
	margin-bottom: 30px;
}
#content IMG, .latestlisting IMG, #intro IMG, IFRAME, #salesrepbox IMG
{
	padding: 3px;
	border: 1px solid #000000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0, .3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.wp-post-image
{
	margin-bottom: 10px;
}
#newsitems .wp-post-image
{
	margin-bottom: 30px;
	margin-right: 15px;
	float: left;
}
UL#features
{
	margin-top: 45px;
}
.postmetawrapper
{
	margin-bottom: 15px;
}
#columnswrapper
{
	overflow: hidden;
	clear: both;
	position: relative;
	top: 10px;
	background: url(images/trans_white_10.png);
	padding-bottom: 5px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
/*
#columnswrapper h3 {
margin-bottom: 15px;
}
*/
#nothome #columnswrapper
{
	top: 5px;
	padding-bottom: 30px;
}
/*
************************************
SIDEBARS
************************************
*/
#sidebar-right, #sidebar-left
{
	width: 240px;
	float: right;
}
#sidebar-right .inner, #sidebar-right .inner
{
	padding: 15px;
}
#sidebar-left
{
	float: left;
}
#sidebar-left H3, #sidebar-right H3
{
	font-size: 1.9em;
	color: #F9F9F9;
	font-style: italic;
}
/*
************************************
COLUMNS
************************************
*/
#columnswrapper.columns-1
{
	/*[disabled]background:transparent url(images/columns-1.png) repeat-y 0 0;*/
}
#columnswrapper.columns-2
{
	background: transparent url(images/columns-2.png) repeat-y 0 0;
}
/*
************************************
PROPERTY FEATURES
************************************
*/
#features
{
	width: 240px;
	position: absolute;
	right: 15px;
	top: 120px;
}
#features .inner
{
	margin: 0 25px 25px;
}
#features P
{
	margin: 0;
	font-size: 1.1em;
	line-height: 1.5em;
}
#features P.price
{
	font-size: 1.5em;
}
#features LI
{
	line-height: 1.3em;
	padding-top: 3x;
	padding-bottom: 3px;
}
#features LI LI
{
	font-size: 1em;
}
/*
************************************
HOMEPAGE SLIDER
************************************
*/
#slider
{
	height: 270px;
	width: 720px;
	position: relative;
/*z-index: 0;*/
	float: left;
	background: #FFFFFF;
	overflow: hidden;
}
#slider .sliderborder
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.slidertext
{
	width: 277px;
	top: 7px;
	position: absolute;
	right: 0;
	background-color: transparent;
	z-index: 2000;
}
.slidertext_inner
{
	padding: 25px 0 10px;
}
.sliderimage
{
	float: left;
	width: 720px;
}
.faderight
{
	width: 127px;
	height: 270px;
	position: absolute;
	background: url(images/faderight.png);
	left: 335px;
}
#slider UL
{
	margin-bottom: 10px;
}
#slider LI
{
	line-height: 1.8em;
	font-size: 1.4em;
}
#slider LI.price
{
	font-size: 2em;
	font-weight: bold;
}
#slider LI.twofeatures
{
	margin-top: 5px;
	margin-bottom: -5px;
}
#slider A.button
{
	font-size: 1.5em;
	padding-bottom: 7px;
	color: #FFFFFF;
	position: relative;
	z-index: 5000;
}
#slider A.button:hover
{
	text-decoration: none;
}
#slider H2
{
	margin-bottom: 0;
	border-bottom: none;
	background-image: none;
	padding-left: 0;
}
.slidernav
{
	position: absolute;
	top: 233px;
	left: 445px;
	z-index: 100;
}
.slidernav A
{
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	float: left;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.image
{
	overflow: hidden;
/*position: absolute;*/
}
.imagehover
{
	height: 300px;
	width: 436px;
	position: absolute;
	background: url(images/imagehover.png);
	top: 3px;
	left: 3px;
	display: none;
}
/*
************************************
SINGLE PAGE SLIDER
************************************
*/
.prevPage, .nextPage
{
	position: absolute;
	display: block;
	width: 16px;
	height: 25px;
	background: url(images/nav.png) no-repeat;
	top: 450px;
	z-index: 10;
	cursor: pointer;
}
.prevPage.disabled
{
	background-position: left bottom;
}
.nextPage.disabled
{
	background-position: right bottom;
}
.nextPage
{
	left: 435px;
	background-position: right top;
}
.prevPage
{
	background-position: left top;
}
/*
************************************
SALES REP BOX
************************************
*/
#salesrepbox
{
	background: transparent url(images/trans_white_50.png);
	overflow: auto;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #000000;
}
H3.salesrep
{
	background: transparent url(images/headerbackground.png) repeat-x left bottom;
	padding: 3px 3px 8px 15px;
	margin-bottom: 0;
}
.salesrepresults
{
	width: 328px;
	float: left;
	margin-right: 20px;
	position: relative;
}
.salesrepresults P
{
	margin-bottom: 10px;
}
.norightmargin
{
	margin-right: 0;
	margin-bottom: 20px;
}
/*
************************************
FOOTER
************************************
*/
.footerblock
{
	float: left;
	width: 220px;
	margin-right: 20px;
}
.footerblock .inner
{
	padding: 10px 0 0px 15px;
}
.footerblock.last
{
	margin-right: 0;
}
#footer .footerblock UL LI
{
	float: none;
}
#footer
{
	clear: both;
	overflow: hidden;
	color: #FFFFFF;
	background: url(images/trans_white_10.png);
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding-top: 20px;
	padding-bottom: 0px;
}
#footer A
{
	color: #FFFFFF;
}
#footer UL LI
{
	float: left;
	margin-left: 10px;
}
#footermenu
{
	float: right;
	margin: 10px 30px 0 0;
}
#copyright
{
	color: #FFFFFF;
	float: left;
	font-size: 1em;
	margin: 10px 0 0 20px;
}
#footer P
{
	font-size: 1.1em;
	color: #FFFFFF;
}
#footer H3
{
	color: #FFFFFF;
}
.contact_widget_name, .contact_widget_address, .contact_widget_city, .contact_widget_phone, .contact_widget_email, .contact_widget_statezip
{
	padding-bottom: 5px;
	padding-left: 26px;
	line-height: 20px;
	font-size: 1.1em;
}
.contact_widget_name
{
	background: transparent url(images/mini_icons.png) no-repeat scroll -179px -205px;
}
.contact_widget_phone
{
	background: transparent url(images/mini_icons.png) no-repeat scroll -138px -244px;
}
.contact_widget_email
{
	background: transparent url(images/mini_icons.png) no-repeat scroll -98px -282px;
	text-decoration: underline;
}
#belowfooter
{
	clear: both;
	width: 960px;
	margin: 0 auto;
}
#footermenu LI
{
	float: left;
	color: #FFFFFF;
	padding-left: 10px;
}
#footermenu LI A
{
	color: #FFFFFF;
}
/*
************************************
SEARCH RESULTS
************************************
*/
.searchresult, .taxonomyresult
{
	width: 213px;
	float: left;
	margin-right: 20px;
	position: relative;
}
/*.searchresult p, taxonomyresult*/
#INVALID-RULE
{
	margin-bottom: 10px;
}
.norightmargin
{
	margin-right: 0;
	margin-bottom: 20px;
}
.searchresult H3, .taxonomyresult H3
{
	margin-bottom: 0;
}
.searchresult SPAN.price, .taxonomyresult SPAN.price
{
	font-size: 1.3em;
	display: block;
}
.searchresult SPAN.vehiclename, .taxonomyresult SPAN.vehiclename
{
	margin-bottom: 10px;
}
.searchresult SPAN, .taxonomyresult SPAN
{
	display: block;
}
#content IMG.icon
{
	margin-bottom: 0;
	padding: 0;
	background: transparent;
	border: none;
	margin-top: 1px;
	position: absolute;
	top: 8px;
	left: 9px;
	background: #FFFFFF;
}
#content IMG.videoicon
{
	left: 36px;
}
.latestlisting IMG.icon
{
	background: transparent url(images/trans_white_50.png) repeat scroll 0 0;
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 1px;
}
.latestlisting IMG.videoicon
{
	left: 40px;
}
.wp-pagenavi
{
	font-size: 1.2em !important;
	position: relative;
	top: 15px;
}
.wp-pagenavi A, .wp-pagenavi SPAN
{
	background: url(images/trans_white_50.png);
}
#searchresults
{
	clear: both;
	margin-top: 30px;
	font-size: 1.3em;
	padding: 10px 5px;
	background: url(images/trans_white_50.png);
	overflow: auto;
}
#searchresults_prev
{
	float: left;
}
#searchresults_next
{
	float: right;
}
/*
******************************************************
SOCIAL ICONS
******************************************************
*/
#social
{
	clear: left;
	padding: 0px 5px;
	margin-bottom: 20px;
	/*[disabled]background:#FFFFFF;*/
	overflow: auto;
}
#footer #social
{
	background-color: transparent;
	margin-top: 15px;
}
#social A
{
	background: transparent url(images/socialicons-small.png) no-repeat top left;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	padding: 0;
	border-bottom: none;
	text-indent: -9999px;
}
#social A.twitter
{
	background-position: 0 0;
}
/*#social a:hover.twitter { background-position:0 -23px; }*/
#social A.stumbleupon
{
	background-position: -127px -24px;
}
#social A.reddit
{
	background-position: -152px -24px;
}
#social A.digg
{
	background-position: -76px -24px;
}
#social A.delicious
{
	background-position: -101px -24px;
}
#social A.facebook
{
	background-position: -25px -24px;
}
#social A.rss
{
	background-position: -200px -24px;
}
#social A.linkedin
{
	background-position: -177px -24px;
}
#social A.printbutton
{
	display: block;
	width: 19px;
	height: 19px;
	background: url(images/print.png);
	margin-left: 30px;
}
/*
****************************************
TOOLTIPS
****************************************
*/
.tipsy
{
	padding: 5px;
	font-size: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	background-image: url(images/tipsy.gif);
}
.tipsy-inner
{
	padding: 5px 8px 4px;
	background-color: #000000;
	color: #FFFFFF;
	max-width: 200px;
	text-align: center;
}
.tipsy-inner
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.tipsy-north
{
	background-position: top center;
}
.tipsy-south
{
	background-position: bottom center;
}
.tipsy-east
{
	background-position: right center;
}
.tipsy-west
{
	background-position: left center;
}
/*
****************************************
COMMENTS
****************************************
*/
.commentlist
{
	margin-left: 75px;
}
.commentlist .depth-1
{
/*border: 1px solid black;*/
	margin-left: 40px;
}
.commentlist .depth-2
{
/*border: 1px solid black;*/
	margin-left: 30px;
}
.commentlist .depth-3
{
/*border: 1px solid red;*/
	margin-left: 30px;
}
.commentlist .comment-body
{
	margin-bottom: 30px;
	position: relative;
	background: #FFFFFF;
	min-height: 150px;
	padding: 20px;
}
.commentlist IMG
{
	position: absolute;
	top: 0px;
	left: -115px;
}
.comment_pointer
{
	position: absolute;
	width: 28px;
	height: 31px;
	top: 25px;
	left: -14px;
	background: transparent url(images/commentpointer.png) no-repeat top left;
}
.comment-meta
{
	width: 100px;
	position: absolute;
	left: 1px;
	top: 90px;
	left: -115px;
	font-size: 0.8em;
	line-height: 13px;
}
.comment-meta A:link
{
	color: #808080;
}
.comment-meta A:hover
{
	color: #000000;
}
.commentlist P
{
	font-size: 1em;
}
CITE.fn
{
	font-weight: bold;
}
#content .commentlist LI
{
	background: none;
}
/*
*****************************************
SHORT CODES
*****************************************
*/
.one_quarter, .two_thirds, .one_third, .one_half, .three_quarters
{
	float: left;
	margin-bottom: 25px;
	margin-right: 15px;
	position: relative;
}
.fullwidth .one_quarter, .fullwidth .two_thirds, .fullwidth .one_third, .fullwidth .one_half, .fullwidth .three_quarters
{
	margin-right: 20px;
}
.fullwidth .one_quarter
{
	width: 208px;
}
.two_thirds
{
	width: 442px;
}
.fullwidth .two_thirds
{
	width: 603px;
}
.one_third
{
	width: 215px;
}
.fullwidth .one_third
{
	width: 290px;
}
.one_half
{
	width: 330px;
}
.fullwidth .one_half
{
	width: 447px;
}
.fullwidth .three_quarters
{
	width: 685px;
}
.last
{
	clear: right;
	margin-right: 0 !important;
}
.top
{
	float: right;
	text-align: right;
	display: block;
	border-bottom: 1px solid #CFCFCF;
	padding-bottom: 5px;
	margin-bottom: 20px;
	height: 10px;
}
.top:link, .top:visited
{
	color: #666666;
}
.top:hover
{
	background: transparent url(images/totop.png) no-repeat scroll 0 2px;
	padding-left: 15px;
}
.dropcap
{
	float: left;
	font-size: 45px;
	display: block;
	line-height: 40px;
	margin-right: 5px;
}
.pullquote
{
	display: block;
	width: 200px;
	font-size: 1.8em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pullquote.right
{
	float: right;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 10px solid #EEEEEE;
}
.pullquote.left
{
	border-right: 10px solid #EEEEEE;
	float: left;
	margin-right: 20px;
	padding-right: 20px;
}
.line
{
	margin: 0 0 20px;
	height: 2px;
	background: transparent url(images/line_overlight.png) repeat-x;
}
/*toggle box*/
H4.trigger
{
	background: transparent url(images/toggle.png) no-repeat 5px 5px;
	padding: 0 0 0 30px;
	margin: 0 0 5px;
	height: 25px;
	line-height: 25px;
	width: 95%;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 20px;
/*float: left;*/
}
H4.trigger A
{
	text-decoration: none;
	display: block;
}
H4.trigger A:hover
{
	color: #CCC;
}
H4.active
{
	background-position: 5px -43px;
}
/*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container
{
	margin: 0 0 20px 15px;
	padding: 0;
	border: 1px solid #E9E9E9;
	overflow: hidden;
	clear: both;
}
.toggle_container .block
{
	padding: 15px;
	background: #FFFFFF;
}
/*end short codes

************************************
LOAN CALCULATOR
************************************
*/
#loancalculator
{
	border: 0px solid #BE2929;
	padding: 10px 0;
	background: url(images/trans_black_40.png);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 205px;
	margin-bottom: 20px;
	color: #F5F4F4;
}
#sidebar-left #loancalculator .inner
{
	padding: 0 10px 10px;
}
#homerightcolumn #loancalculator .inner
{
	padding: 0 10px 10px;
}
#loancalculator INPUT[type=text]
{
	width: 50px;
}
#loancalculator INPUT[type=button]
{
	margin-bottom: 10px;
}
#sidebar-left #loancalculator
{
	margin-left: 15px;
}
#loancalculator H3
{
	letter-spacing: -0.02em;
	font-size: 1.9em;
}
#loancalculator TD
{
	padding-bottom: 5px;
}
H3.loancalculator
{
	height: 32px;
	background: url(images/calculator.png) no-repeat left 0;
	padding-left: 40px;
	padding-top: 7px;
}
COL.labels
{
	width: 100px;
}
/*
************************************
PAGINATION
************************************
*/
.pagination
{
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 11px;
	line-height: 13px;
}
.pagination SPAN, .pagination A
{
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px;
	text-decoration: none;
	width: auto;
	color: #FFF;
	background: #555;
}
.pagination A:hover
{
	color: #FFF;
	background: #3279BB;
}
.pagination .current
{
	padding: 6px 9px 5px;
	background: #3279BB;
	color: #FFF;
}
/*
************************************
MISC
************************************
*/
#threecolumnfeatures
{
	margin-bottom: 20px;
	overflow: auto;
}
#threecolumnfeatures A
{
	display: block;
	width: 203px;
	float: left;
	font-size: 1.3em;
	padding-left: 20px;
	background: url(images/bullet.png) no-repeat left 5px;
	color: #666666;
	line-height: 1.8em;
}
#featurecategories
{
	margin-bottom: 20px;
	overflow: auto;
}
.featuresblock
{
	width: 190px;
	float: left;
	/*[disabled]background:url(images/trans_white_60.png);*/
	padding: 10px;
	margin-right: 15px;
}
.featuresblock UL
{
	margin-bottom: 0px !important;
}
.lightsearchboxtext
{
	color: #999999;
}
.pp_gallery, .ppt
{
	display: none !important;
}
.salesrepcontent
{
	margin-bottom: 50px;
}
.note
{
	border: 5px solid #FF0000;
	padding: 10px;
	margin-bottom: 20px;
	background: #FFFFFF;
}
#searchresults
{
	clear: both;
	margin-top: 30px;
	font-size: 1.3em;
	padding: 10px 5px;
	background: url(images/trans_white_50.png);
	overflow: auto;
}
#searchresults_prev
{
	float: left;
}
#searchresults_next
{
	float: right;
}
/*business hours in footer*/
#footer #businesshours LI
{
	position: relative;
	border-bottom: 1px dotted #FFFFFF;
	padding-left: 0;
	padding-bottom: 17px;
	margin-left: 0px;
	margin-right: -197px;
}
#businesshours STRONG
{
	padding-right: 5px;
	bottom: -0.3em;
	position: absolute;
}
#businesshours SPAN
{
	right: 0;
	padding-left: 5px;
	bottom: -0.3em;
	position: absolute;
}
#col1, #col2
{
	width: 330px;
	float: left;
}
SPAN#price
{
	font-size: 2em;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 10px;
}
.sidebarwidget
{
	padding: 20px;
}
#sliderimage
{
	margin-top: 15px;
	position: relative;
	overflow: hidden;
}
.banner-small
{
	width: 70px;
	height: 69px;
	position: absolute;
	top: -2px;
	right: -2px;
	z-index: 20;
}
.searchresult .banner-small
{
	right: 0;
}
.banner-small.reduced
{
	background: url(images/reduced-small.png) no-repeat;
}
.banner-small.sold
{
	background: url(images/sold-small.png) no-repeat;
}
.banner-small.automatic
{
	background: url(images/automatic-small.png) no-repeat;
}
.banner-small.manual
{
	background: url(images/manual-small.png) no-repeat;
}
.banner-small.diesel
{
	background: url(images/diesel-small.png) no-repeat;
}
.banner-small.lowmileage
{
	background: url(images/lowmileage-small.png) no-repeat;
}
.banner-small.oneowner
{
	background: url(images/oneowner-small.png) no-repeat;
}
.banner-small.reserved
{
	background: url(images/reserved-small.png) no-repeat;
}
.banner-small.dieselauto
{
	background: url(images/dieselauto-small.png) no-repeat;
}
.banner-large
{
	width: 119px;
	height: 119px;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 20;
}
.banner-large.reduced
{
	background: url(images/reduced-large.png) no-repeat;
}
.banner-large.sold
{
	background: url(images/sold-large.png) no-repeat;
}
.banner-large.automatic
{
	background: url(images/automatic-large.png) no-repeat;
}
.banner-large.manual
{
	background: url(images/manual-large.png) no-repeat;
}
.banner-large.diesel
{
	background: url(images/diesel-large.png) no-repeat;
}
.banner-large.lowmileage
{
	background: url(images/lowmileage-large.png) no-repeat;
}
.banner-large.oneowner
{
	background: url(images/oneowner-large.png) no-repeat;
}
.banner-large.reserved
{
	background: url(images/reserved-large.png) no-repeat;
}
.banner-large.dieselauto
{
	background: url(images/dieselauto-large.png) no-repeat;
}
DIV.shadow-small
{
	width: 205px;
	height: 5px;
	background: url(images/shadow.png) no-repeat 0 0;
	top: -1px;
	position: relative;
}
DIV.shadow-large
{
	width: 436px;
	height: 18px;
	/*[disabled]background:url(images/shadow-large.png) no-repeat 0 0;*/
	position: relative;
	top: -1px;
}
.wp-caption
{
	font-size: 0.9em;
}
#contactsidebar
{
	float: right;
	width: 240px;
}
#contactsidebar .inner
{
	padding: 60px 15px 0 0;
}
#contactmap #map
{
	width: 215px;
	height: 250px;
}
#listinglocation
{
	width: 330px;
	padding: 3px;
	margin-bottom: 20px;
	clear: both;
	float: left;
	margin-right: 30px;
}
#listinglocation IFRAME
{
	border: 1px solid #000000;
	padding: 3px;
	background: #FFFFFF;
}
#listingcontact TEXTAREA
{
	width: 670px;
}
#videos IMG
{
	margin-right: 2px;
}
A.post-edit-link
{
	display: block;
	background: #008000;
	margin: 15px;
	padding: 10px;
}
A.post-edit-link:link, A.post-edit-link:visited
{
	color: #FFFFFF;
	clear: both;
}
#homerightcolumn
{
	width: 240px;
	float: right;
}
#homerightcolumn .inner
{
	padding: 27px 20px 0 10px;
}
LI#home
{
	background: url(images/home.png) no-repeat left center;
	text-indent: -9999px;
	margin-right: 15px;
}
#features H3
{
	font-size: 2em;
}
#videos
{
	overflow: auto;
	margin-bottom: 20px;
	height: 125px;
}
#manufacturer_level2_drop_down
{
	display: none;
}
.wpcf7-form P
{
	font-size: 1em;
}
.clearleft
{
	clear: left;
}
.clearright
{
	clear: right;
}
.postmeta
{
	font-size: 1.2em;
	background: url(images/line_overlight.png) repeat-x 100% 100%;
	border-width: 1px 0;
	padding: 5px;
}
#newsitems .postmeta
{
	border-color: #D3D3D3;
}
.readmore
{
	font-size: 1.2em;
	white-space: nowrap;
	margin-left: 10px;
}
SPAN#phone
{
	color: #FFFFFF;
	position: absolute;
	top: 55px;
	right: 10px;
	font-size: 3em;
}
.follow-responses-rss
{
	clear: both;
}
.demo
{
	clear: both;
	border: 1px solid #CFCFCF;
	font-size: 1em;
	position: relative;
	top: 15px;
	padding: 5px;
	margin-right: 15px;
}
.scrollable
{
	margin-bottom: 20px;
	width: 680px;
}
.scrollable IMG
{
	margin: 0 5px 5px 0;
}
/*
**********************************
LOGIN FORM
**********************************
*/
#slide-panel
{
	display: none;
	height: 102px;
	margin: auto;
	position: relative;
	z-index: 10000;
	padding-left: 15px;
}
.loginslide
{
	width: 960px;
	margin: auto;
}
.btn-slide:link, .btn-slide:visited
{
	color: #FFFFFF;
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	height: 14px;
	padding: 3px 0;
	line-height: 13px;
	text-align: center;
	text-decoration: none;
	width: 100px;
	background-color: #000;
	float: right;
	position: relative;
	z-index: 10000;
	margin-right: -2px;
}
.loginform
{
	width: 950px;
	margin: auto;
	color: #999;
}
.formdetails
{
	color: #FFF;
	font-size: 12px;
	padding: 5px 0;
}
.formdetails INPUT
{
	border: none;
	padding: 2px 5px;
	background-color: #EFEFEF;
}
.loginregister
{
	color: #999;
	padding: 5px 0;
}
.loginregister A:link, .loginregister A:visited
{
	color: #FFF;
	font-size: 11px;
	text-decoration: underline;
}
.loginform H2
{
	color: #FFFFFF;
	padding: 10px 10px 0 0;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: none;
	margin-bottom: 5px;
}
.loginform.logout H2
{
	margin-bottom: 15px;
}
.loginform UL LI
{
	display: inline;
}
.loginform UL LI A:link, .loginform UL LI A:visited
{
	color: #FFF;
	font-size: 12px;
	text-decoration: underline;
}
/*
**********************************
GOOGLE MAPS
**********************************
*/
IFRAME
{
	clear: both;
}
#map
{
	border: 8px solid #000000;
	width: 330px;
	height: 280px;
}
#locationmap
{
	margin-bottom: 20px;
}
#locationstreetview
{
	clear: both;
	margin-top: 20px;
}
#streetview
{
	border: 1px solid #000000;
	width: 330px;
	height: 280px;
	margin-bottom: 20px;
}
#map.mapnostreetview
{
	height: 550px;
}
#map IMG
{
	-moz-box-shadow: none;
}
/*contact us map*/
#contactmap
{
	margin-bottom: 20px;
}
#contactmap *
{
	margin: 0px !important;
	padding: 0px !important;
	font-size: 12px;
}
/*
***********************************
COLOR PICKER
***********************************
*/
.farbtastic
{
	position: relative;
}
.farbtastic *
{
	position: absolute;
	cursor: crosshair;
}
.farbtastic, .farbtastic .wheel
{
	width: 195px;
	height: 195px;
	margin-bottom: 15px;
}
.farbtastic .color, .farbtastic .overlay
{
	top: 47px;
	left: 47px;
	width: 101px;
	height: 101px;
}
.farbtastic .wheel
{
	background: url(images/wheel.png) no-repeat;
	width: 195px;
	height: 195px;
}
.farbtastic .overlay
{
	background: url(images/mask.png) no-repeat;
}
.farbtastic .marker
{
	width: 17px;
	height: 17px;
	margin: -8px 0 0 -8px;
	overflow: hidden;
	background: url(images/marker.png) no-repeat;
}
#colorschemechanger
{
	background: #FFFFFF;
	margin-right: 15px;
	width: 195px;
	padding: 10px;
	float: left;
	border: 1px solid #CFCFCF;
}
#colorschemechanger P
{
	margin-bottom: 0;
}
#colorschemechanger .button
{
	font-size: 1.3em;
	margin-top: 12px;
}
#resetcolorscheme
{
	display: block;
	margin-top: 10px;
}
/*Preloader*/
.preloader
{
	background: #FFFFFF url(images/loader1.gif) no-repeat center center;
	display: inline-block;
}
