

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
  color: #000000;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
.default {
	background: #931e0e url(/public/images/default_bg.jpg) top center repeat-x fixed;
}
.default a {
  color: #e62900;
  text-decoration: none;
}
.default a:hover {
  color: #e62900;
  text-decoration: underline;
}
.default p {
  margin: 15px 0;
}
.default h1 {
  font-size: 20px;
  color: #931e0e;
  line-height: 24px;
  margin: 15px 0;
  padding: 0;
}
.default h2 {
  font-size:14px;
  color: #931e0e;
  line-height: 18px;
  margin: 15px 0 5px 0px;
  padding: 0;
}
.default h6 {
  font-size: 12px;
  color: #ffffff;
  line-height: 31px;
  margin: 1px 15px 0 15px;
  padding: 0;
}
.default #page-layout {
	margin: 0 auto;
  padding: 0;
  border: 0;
  width: 780px;
}
.default #page-layout td {
  font-size: 12px;
  line-height: 18px;
}
.default #page-layout td.left-separator {
  border-left: 1px solid #d0d0d0/*#931e0e*/;
}
.default td.page-border-right,
.default td.page-border-left {
  width: 10px;
  overflow: hidden;
}
.default td.page-left-column,
.default td.page-right-column {
  background: #ffffff;
  vertical-align: top;
}
.default td.page-left-column {
  width: 570px;
}
.default td.page-right-column {
  width: 190px;
}
.default div.content-wrapper {
  padding: 15px;
}
.default #auxnav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.default #auxnav li {
  margin: 0;
  padding: 0 0 0 11px;
  background: url(/public/images/bullet.gif) 0px 0px no-repeat;
  font-weight: bold;
}
.default div.menu-area {
  border: 1px solid #000000;
  background: url(/public/images/default_nav_bg.jpg) repeat-x;
  height: 32px;
  overflow: hidden;
  margin: 0 15px;
  padding: 0;
}
.default #mainnav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.default #mainnav li {
  font-weight: bold;
  border-left: 1px solid #000000;
  float: left;
  line-height: 30px;
  text-align: center;
}
.default #mainnav li a {
  text-decoration: none;
  display: block;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 10px 0 10px;
}
.default #mainnav li a:hover {
	background-color: #931e0e;
	color: #ffff99;
}
.default #nav-new-inventory {
  width: 100px;
}
.default #nav-pre-owned {
  width: 82px;
}
.default #nav-service {
  width: 60px;
}
.default #nav-parts {
  width: 50px;
}
.default #nav-contact-us {
  width: 63px;
}
.default #nav-rental {
  width: 53px;
}
.default #nav-enespanol {
  width: 67px;
}
.default .anim_float_right {
  float: right;
  padding: 0px 0px 0px 15px;
}
.default .page-footer {
  background: #ffffff;
}
.default .content-footer {
  font-size: 11px;
  color: #808080;
  line-height: 15px;
  padding: 15px;
}
.default table.data-sheet-layout {
	margin: 0;
  padding: 0;
  border: 0;
  width: 540px;
}
.default table.data-sheet-layout td.data-sheet-container {
  margin: 0;
  padding: 0;
  border: 0;
  width: 365px;
  vertical-align: top;
}
.default table.data-sheet-layout td.data-sheet-pictures {
  margin: 0;
  padding: 0;
  width: 175px;
  vertical-align: top;
}
.default table.data-sheet-table {
	margin: 0;
  padding: 0;
  border: 1px solid #b0b0b0;
  width: 365px;
}
.default table.data-sheet-table thead tr td {
  background: #666666;
  color: #ffffff;
  padding: 2px 4px;
}
.default table.data-sheet-table tbody tr th {
  padding: 2px 4px;
  text-align: right;
  color: #666666;
}
.default table.data-sheet-table tbody tr td {
  padding: 2px 4px;
  text-align: left;
}
.default table.data-sheet-table tbody tr th,
.default table.data-sheet-table tbody tr td {
  border-top: 1px solid #d0d0d0;
  vertical-align: top;
}
tr.even td,
tr.even th {
  background: #f0f0f0;
}
tr.odd td,
tr.odd th {
  background: #ffffff;
}
.default div.data-sheet-thumb {
  margin: 0 0 15px 15px;
  padding: 0px;
  width: 159px;
  height: 159px;
  overflow: hidden;
}
.default div.data-sheet-thumb a {
  display: block;
  width: 157px;
  height: 157px;
  border: 1px solid #b0b0b0;
  background: #f0f0f0 url(/public/images/icon_loading.gif) 50% 50% no-repeat;
}
.default div.data-sheet-thumb a:hover {
  display: block;
  width: 157px;
  height: 157px;
  border: 1px solid #e62900;
  background: #ffffff url(/public/images/icon_loading.gif) 50% 50% no-repeat;
}
.default div.search-results {
  margin: 15px 0;
  border-top: 1px solid #d0d0d0;
  padding: 10px 0 0 0;
}
.default div.featured-item {
  text-align: center;
}
.default div.featured-item img {
  border: 1px solid #b0b0b0;
}
.default #pagination {
  font-size: 11px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 15px;
  text-align: right;
}
table.form {
	border: 0px;
	background: transparent;
	padding: 8px;
}
tr.error td input,
tr.error td select,
tr.error td textarea {
	color: #cc0000;
	background: #fff6f0;
	border: 1px solid #cc0000;
}
input.md, input.lg, input.sm {
	color: #666666;
	background: #f0f0e4;
	border: 1px solid #d7d7cc;
	padding: 1px;
	font-family: Arial, sans-serif;
  font-size: 12px;
}
input.sm {
	width: 50px;
}
input.md {
	width: 150px;
}
input.lg {
	width: 250px;
}
textarea.md, textarea.lg, textarea.sm {
	font-family: Arial, sans-serif;
  font-size: 12px;
	color: #666666;
	background: #f0f0e4;
	border: 1px solid #d7d7cc;
	padding: 1px;
}
textarea.sm {
	width: 50px;
	height: 100px;
}
textarea.md {
	width: 150px;
	height: 100px;
}
textarea.lg {
	width: 250px;
	height: 200px;
}
input.btn-primary {
	font-weight: bold;
	padding: 1px 12px;
	font-family: Arial, sans-serif;
  font-size: 12px;
}
input.btn-secondary {
	font-weight: normal;
	padding: 1px 12px;
	font-family: Arial, sans-serif;
  font-size: 12px;
}
select {
	color: #666666;
	background: #f0f0e4;
	border: 1px solid #d7d7cc;
	padding: 1px;
	font-family: Arial, sans-serif;
  font-size: 12px;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: transparent;
}
input.focused, select.focused, textarea.focused {
	background: #ffffff;
	color: #333333;
	border: 1px solid #aca899;
}
#notification {
	margin: 0px;
	padding: 10px;
}
#notification ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
div.error {
	border-top: 1px solid #ff6666;
	border-right: 1px solid #ff6666;
	border-bottom: 1px solid #330000;
	border-left: 1px solid #330000;
	color: #ffffff;
}
div.success {
	line-height: 20px;
	font-size: 12px;
	border-top: 1px solid #00cc00;
	border-bottom: 1px solid #003300;
	color: #ffffff;
}
.default table.form th {
	padding: 2px 16px 2px 4px;
	vertical-align: top;
	text-align: right;
}
.default table.form td {
	vertical-align: top;
	text-align: left;
	padding: 1px;
}
.default tr.required th {
	background: url(/public/images/icon_required.gif) 100% 7px no-repeat;
}
.default tr.error th {
	background: url(/public/images/icon_error.gif) 100% 7px no-repeat;
	color: #cc0000;
}
.default div.error {
	background: #bb0000;
}
.default div.success {
	background: #007700;
}


/* SLIMBOX */

#lbox-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000 url(/public/images/bg.gif);
	cursor: pointer;
}
#lbox-center {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #ffffff;
}
#lbox-image {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #ffffff;
	background-repeat: no-repeat;
}
#lbox-prev-link, #lbox-next-link {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbox-prev-link {
	left: 0;
}
#lbox-prev-link:hover {
	background: transparent url(/public/images/lightbox_prev.png) no-repeat 0% 15%;
}
#lbox-next-link {
	right: 0;
}
#lbox-next-link:hover {
	background: transparent url(/public/images/lightbox_next.png) no-repeat 100% 15%;
}
#lbox-bottom-container {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #ffffff;
}
#lbox-bottom {
	text-align: left;
	border: 10px solid #ffffff;
	border-top-style: none;
	font-size: 11px;
	line-height: 11px;
	color: #606060;
}
#lbox-close-link {
	display: block;
	float: right;
	width: 80px;
	height: 20px;
	background: transparent url(/public/images/lightbox_close.gif) no-repeat center;
	margin: 5px 0 0 0;
}
#lbox-caption, #lbox-number {
	margin: 0 50px 0 0;
}
.lbox-loading {
	background: #ffffff url(/public/images/icon_loading.gif) no-repeat center;
}










.content {
	margin-left: auto;
	margin-right: auto;
}
#my-gallery
{
	width: 159px;
	height: 103px;
	z-index:5;
	display: none;
	border: 1px solid #999;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/public/images/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
	display: none;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
	display: none;
}

.jdGallery a.carouselBtn
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('/public/images/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .carousel .label
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('/public/images/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('/public/images/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('/public/images/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('/public/images/open.png') no-repeat center center; display: none;}

* html .withArrows a.open:hover { background: url('/public/images/open.gif') no-repeat center center;
	filter:alpha(opacity=80); display: none; }
	
