﻿.underline { text-decoration:underline; }
.underlineno { text-decoration:none;}
.uppercase {text-transform:uppercase; }
.fBold { font-weight:bold; }
.fBolder { font-weight:bolder; }
.fBoldNo { font-weight:normal; }
.fNormal { font-weight:normal; }
.fBlack {color: #000;}
.fRed {color: red;}
.fDarkRed {color: #d60421;}
.fGreen {color: green;}
.CursorLink { cursor:pointer; }
.border0 { border: 0; }
.paddingmargin0 { margin: 0; padding:0; }
.fs8pt { font-size:8pt; }
.fs9pt { font-size:9pt; }
.fs8  { font-size:8px; }
.fs9  {	font-size:9px; }
.fs10 {	font-size:10px; }
.fs11 {	font-size:11px; }
.fs12 {	font-size:12px; }
.fs13 {	font-size:13px; }
.fs14 {	font-size:14px; }
.fs15 {	font-size:15px; }
.fs16 {	font-size:16px; }
.fs17 {	font-size:17px; }
.fs18 {	font-size:18px; }
.fs19 {	font-size:19px; }
.fs20 {	font-size:20px; }
.fs22 {	font-size:22px; }
.fs24 {	font-size:24px; }
.fArial { font-family: Arial,Helvetica,sans-serif; }
.fVerdana {	font-family: Verdana,Arial,Helvetica,sans-serif; }
.fTahoma { font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; }
.fTreb { font-family: Trebuchet MS,Arial,Helvetica;}
.height100pr { height: 100%  }
.height50pr { height: 100%  }
.lhnorm { line-height: normal; }
.lh10 { line-height: 10px; }
.lh12 { line-height:12px; }
.lh15 { line-height: 15px; }
.text {color: #000;}
.taligncenter {text-align: center;}
.talignleft {text-align: left;}
.talignright {text-align: right;}
.width100pr { height: 100%  }
.width50pr { height: 100%  }

.fs11Link  { font-size:11px;color:#d40724;text-decoration:underline; }

#LinksWide {
	clear: both;
    width: 100%;
    height: 25px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: 0px;

}
#LinksWide .LinkCell {
    float: left;
    height: 30px;
    line-height: 28px;
    text-align: left;
}

#LinksWide .LinkCellRight {
    float: right;
    height: 30px;
    line-height: 28px;
    text-align: right;
}

#LinksWide .LinkCellFirst {
    float: left;
    height: 30px;
    line-height: 28px;
    text-align: left;
}

#LinksWide .LinkCell {
    border-left: 0px solid;
}

div.LinkCellFirst {
	margin-left: 5px;
}

.Clear {
	clear: both;
}

/**************************************************************
   Pagination Styles (Common)
 **************************************************************/
 
*/

div.pagination {
	font: 11px Verdana, Tahoma, Arial;
	padding:3px;
	margin: 10px 10px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid;
	text-decoration: none; 
}

div.pagination a:active {
	border:1px solid;
}

div.pagination a:hover {
	border:1px solid;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid;
    font-weight: bold;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 0px;
	border: 1px solid;
}

span.GotoPage {
	font: 11px Verdana, Tahoma, Arial;
	font-weight: bold;
}


/**************************************************************
   Top Pagination
 **************************************************************/

#TopPagination {
	clear: both;
    width: 100%;
    height: 33px;
    border-top: 0px;
    border-bottom: 1px solid;
    margin-bottom: 22px;

}

#TopPagination .LinkCell2 {
    float: left;
    height: 30px;
    line-height: 28px;
    text-align: left;
}

#TopPagination .LinkCellRight {
	text-align: right;
	margin-top:5px;
	line-height: 21px;
    float: right;
}

#TopPagination .LinkCellFirst2 {
    float: left;
    height: 30px;
    line-height: 28px;
    text-align: left;
}

#TopPagination .LinkCell2 {
    border-left: 0px solid;
}


/**************************************************************
   Bottom Pagination
 **************************************************************/

#BottomPagination {
	clear: both;
    width: 100%;
    height: 12px;
    border-top: 0px;
    border-bottom: 1px solid;
    margin-bottom: 22px;
}

#BottomPagination .LinkCell2 {
    float: left;
    position:relative;
    height: 30px;
    line-height: 28px;
    text-align: left;
    margin-top:-20px;
}

#BottomPagination .LinkCellRight {
	text-align: right;
	position:relative;
	line-height: 21px;
	margin-top:-16px;
    float: right;
}

#BottomPagination .LinkCellFirst2 {
    float: left;
    position:relative;
    height: 30px;
    line-height: 28px;
    margin-top:-20px;
    text-align: left;
}

#BottomPagination .LinkCell2 {
    border-left: 0px solid;
}

div.LinkCellFirst2 {
	margin-left: 8px;
}

.BottomPaginationFtrd hr {
    height: 1px;
    border: 0;
  	width: 100%;
  	float:left;
  	margin-bottom:10px;
}


/* =Bottom Pagination Internet Explorer Hack
----------------------------------------------------------------------*/

* html #BottomPagination {
	clear: both;
    width: 100%;
    height: 0px;
    border-top: 0px;
    border-bottom: 1px solid;
    margin-bottom: 22px;
}


/**************************************************************
   Featured Inventory Page
 **************************************************************/

.featuredpricecol {
    border-top: 1px solid;
}

.hrinvdiv hr {
	height: 2px;
    border: 0;
  	width: 767px;
  	float:left;
}

.featuredcol th {
    border-bottom: 1px solid;
    width:60px;
}

.featuredcol td {
    border-bottom: 1px solid;
    width:170px;
}


/**************************************************************
   All page content except for footer
 **************************************************************/

#content {
	height: auto !important;
	height: 100%;
	min-height: 100%;
}


/**************************************************************
   Header (Top) Dealer Info
 **************************************************************/

#header {
	clear: both;
	position: relative;
	height: 5em;
	width: 850px;
	margin: 0 auto;
	border-bottom: 2px solid;
}

#header img {
	position: absolute;
	top: 5%;
	left: 10px;
}

#header ul {
	margin: 3.5em 1em 0 0 !important;
	margin: 3.5em 0.5em 0 0;
	padding: 0;
	float: right;
}

#header ul li {
	display: inline;
	list-style: none;
}

#header ul li a {
	float: left;
	padding: 0 1em;
	font: 400 1.1em arial, sans-serif;
	letter-spacing: 0.1em;
	line-height: 0.8em !important;
	line-height: 1em;
	border-right: 1px solid;
}

#header ul li a.last {
	padding-right: 0;
	border-right: 0;
}

.headertext11 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.headertext14 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}


/**************************************************************
   Header Image (Dealer Image)
 **************************************************************/

#headerImg {
	margin: 0 auto;
	height: 130px;
}

.logotext {
	font-size: 3em;
	font-weight: bold;
	height: 10em;
	z-index: auto
}



/**************************************************************
   Top Navigation Menu
 **************************************************************/

.solidblockmenu{
	margin: 0 auto;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	text-align: center;
    border-top: 7px solid;
    border-bottom: 15px solid;

}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	padding: 9px 11px;
	text-decoration: none;
	border-right: thin solid;
}

/* =Navigation IE Hacks
----------------------------------------------------------------------*/

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
	padding-top: 1em;
}


/**************************************************************
   Page Content
 **************************************************************/

#page {
	width: 850px;
	min-height: 420px;
	text-align: left;
	margin: 0 auto;
}

#columns {
	margin: 0 auto;
}


/* Column widths */
.widthmenu {
	width: 850px;
}

.width {
	width: 850px;
	margin-left: 100px;
}

.widthPad {
	width: 800px;
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
}

.width25 {
	width: 24%;
}

.width50 {
	width: 48%;
}

.width73 {
	width: 73%;
}

.width75 {
	width: 75%;
}

.width100 {
	width: 100%;
}


/**************************************************************
   Footer
 **************************************************************/


#footer {
	clear: both;
	float: left;
	width: 100%;
	height: 5em;
	margin-top: 0em;
}

#footer #bg {
	position: relative;
	height: 5em;
	margin: 0 auto;
}

#footer #bg ul {
	float: right;
	margin: 1.5em 14.5em 0 0 !important;
	margin: 1.5em 0.5em 0 0;
	padding: 0;
	padding-right: 10px;
	border-right: thin;
	border-right-style: solid;
}

#footer #bg ul li {
	display: inline;
	list-style: none;
}

#footer #bg ul li a {
	float: right;
	padding: 0 1em;
	font: 400 1em arial, sans-serif;
	letter-spacing: 0.1em;
	line-height: 0.9em !important;
	line-height: 1em;
	border-right: 1px solid;
}

#footer #bg ul li a.last {
	padding-right: 0;
	border-right: 0;
}

#footer #bg img {
	position: absolute;
	top: 30%;
	right: 2px;
}


/**************************************************************
   Inventory Filter
 **************************************************************/

#filter {
	position: relative;
	float: left;
	width: 100%;
	height: 5em;
	margin-top: -5em;
}

#filter #bg {
	position: relative;
	height: 5em;
	margin: 0 auto;
}

#filter #bg ul {
	float: right;
	margin: 3em 1em 0 0 !important;
	margin: 3em 0.5em 0 0;
	padding: 0;
}

#filter #bg ul li {
	display: inline;
	list-style: none;
}

#filter #bg ul li a {
	float: left;
	padding: 0 1em;
	font: 400 1em arial, sans-serif;
	letter-spacing: 0.1em;
	line-height: 0.8em !important;
	line-height: 1em;
	border-right: 1px solid;
}

#filter #bg ul li a.last {
	padding-right: 0;
	border-right: 0;
}

#filter #bg img {
	position: absolute;
	top: 6%;
	left: 10px;
}


/**************************************************************
   Inventory Posts
 **************************************************************/

.post {
	float: left;
	width: 100% !important;
	height: 11.5em;
	width: 99%;
	position: relative;
	margin-bottom: 2.2em;
	border-bottom: 1px solid;
}

.post .date {
	position: absolute;
	top: 0;
	left: 1px;
	width: 1.5em;
	text-align: right;
}

.post .price {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 10.9em;
	width: 11em;
	border-left: 1px solid;
	text-align: center;
}

.post .price table{
	width: 11em;}


.photo img {
	width: 110px;
	height: 83px;
}

.post .photo {
	position: absolute;
	top: 0px;
	left: 32px;
	height: 7em;
	width: 12em;
	text-align: center;
	font-size: xx-small;
	z-index:1;
}

.post .date .day {
	display: block;
	margin-top: -5px;
}

.post .title {
	display: block;
	padding: 0 0 5px 0;
	font-family: sans-serif verdana, arial; 
	font-weight: bold; 
	font-size: 13px;
	text-align: left;
}

.post .featured {
	padding: 0 2px 0 2px;
	font-family: sans-serif verdana, arial; 
	font-weight: bold; 
	font-size: 11px;
	text-align: left;
}

.search{  
	font-family: sans-serif verdana, arial; 
	font-weight: bold; 
	font-size: 13px; 
	text-align: left; 
	text-decoration:none;
}

.post hr {
    border: 0;
    width: 70%;
	height: 1px;
}

.post p {
	margin: 0 10.5em 0 2em;
	padding:  0 0 1em 1em;
	height: 10em;
	border-left: 1px solid;
	text-indent: 10em;
}

.post .test2 {
	position: absolute;
	top: 0px;
	left: 13.5em;
	height: 7em;
	width: 45.8em;
	text-align: left;
}

.post .price a:hover {
	text-decoration: underline;
}


/**************************************************************
   Right Column Submenu
 **************************************************************/

ul.submenu2 {
	margin: 0 0 20px 0;
	padding: 0;
}

ul.submenu1 {
	margin: 0 0 20px 0;
	padding: 0;
}

ul.submenu2 li{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.submenu1 li{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.submenu2 li a {
	display: block;
	height: auto !important;

  /* Start hide from IE Mac \*/
	height: 1%;
  /* End hide from IE Mac */

	padding: 1px 5px 1px 20px;
}

ul.submenu1 li a {
	display: block;
	height: auto !important;

  /* Start hide from IE Mac \*/
	height: 1%;
  /* End hide from IE Mac */

	padding: 1px 5px 1px 20px;
}


/**************************************************************
   Niftycube Styles
 **************************************************************/

ul.postnav li{
	margin: 1px 0;
	padding: 0;
	list-style-type: none;
	list-style: none
}

ul.postnav{
	margin: 2px 0;
	padding: 0;
	list-style-type: none;
}

ul.postnav li{
	float: left;
	width: 9em;
	font-size: 90%;
}

ul.postnav a{
	display: block;
	width: 8em;
	padding: 4px 0;
	font: bold 11px Verdana, Tahoma, Arial;
    text-decoration: none;
    text-align: center;
}


/**************************************************************
   Generic Display 
 **************************************************************/


.block {
	display: block;
}

.marginRight {
	margin-right: 15px;
}

.paddingLeft {
	padding-left: 5px;
}

.paddingRight {
	padding-right: 5px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignLeft {
	text-align: left;
	margin-top:10px;
	height: 3em;
	padding-left: 4px;
	width: auto;
    float: left;
}

.alignRight {
	text-align: right;
	margin-top:10px;
	height: 3em;
	padding-left: 4px;
	width: auto;
    float: right;
}

.alignTop {
	vertical-align: top;
}

.alignMiddle {
	vertical-align: middle;
}

.alignBottom {
	vertical-align: bottom;
}

.lightBlueBg {
	background-color: #eaf2f5;
}

.lightgrayBg {
	background-color: #efefef;
}

.checkbox {  
	border: 0px;
	border-style: solid;
} 

fieldset {
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px;
	border-style: solid;
}


/**************************************************************
   Hoverbox Code
 **************************************************************/

.hoverbox {
	clear: both;
	cursor: default;
	list-style: none;
}

.hoverbox a {
	cursor: default;

}

.hoverbox a .preview {
	display: none;
}

.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -18px;
	left: -9px;
	z-index: 2;
}

.hoverbox img {
	width: 110px;
	height: 83px;
}

.hoverbox div {
	color: inherit;
	display: inline;

	position: relative;
}

.hoverbox .preview {
	width: 200px;
	height: 150px;
	cursor: pointer;
}

/* =Internet Explorer Hacks
----------------------------------------------------------------------*/


* html .hoverbox a:hover {
	display: block;
	position: absolute;
	font-size: 100%;
	z-index: 2;
}

* html .hoverbox a:hover .preview {
	top: -18px;
	left:-10px;
}

* html .hoverbox div {
	position: static;
}

/* =Comparebox Code
----------------------------------------------------------------------*/

.comparebox {
	cursor: default;
	list-style: none;
}

.comparebox a {
	cursor: default;
}

.comparebox a .preview {
	display: none;
}

.comparebox a:hover .preview {
	display: block;
	position:absolute;
	top: 355px;
	z-index: 1;
}

.comparebox img {
	width: 110px;
	height: 83px;
}

.comparebox div {
	color: inherit;
	display: inline;
	position: relative;
}

.comparebox .preview {
	width: 200px;
	height: 150px;
	cursor: pointer;
}

/* =Comparebox Internet Explorer Hacks
----------------------------------------------------------------------*/

* html .comparebox a {
	position: relative;
}

* html .comparebox a:hover {
	font-size: 100%;
	z-index: 2;
}

* html .comparebox a:hover .preview {
	top: -0px;
	left:-60px;
}

* html .comparebox div {
	position: static;
}

#pic {
	left: 10px;
	position: relative;
	top: 10px;
	width: 300px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1:visited {
	border: 1px;
	border-style: solid;
	display: block;
	height: 83px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 110px;
}

#pic a.p1 {
	border: 1px;
	border-style: solid;
	display: block;
	height: 83px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 110px;
}

#pic a.p1:hover {
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px;
	border-style: solid;
	display: block;
	height: 150px;
	left: 150px;
	position: absolute;
	top: -60px;
	width: 200px;
}
