/* DEFAULT HTML STYLES */
/*
	light gray: bbb
*/
body {
  text-align: center;
  background: black url(cssimgz/bckTile.jpg) bottom left repeat-x fixed;
  margin: 20px;
  font:  11px "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

table {
/*
  font:  11px Verdana, Arial, Helvetica, sans-serif;
*/
  font: inherit;
  color:#FFFFFF
}
table img{
	border:none;
}

h1, h2, h3, h4 {
/*
  margin: 0px;
*/
  margin-top: 0px;
  font-size:13px;
  color:#FFFFFF;
}

a {
  color: white;
  text-decoration: none;
}
a:hover {
	color: #bbb;
}


/* END GLOBAL HTML STYLES */

/* global page layout */

div.global {   
/* main container */
  text-align: left;
  width: 800px;
  height: auto;
/*
  margin-left: auto;
  margin-right: auto;
*/
  margin: 0 auto;
  background: #535353 url(cssimgz/sidenav_tile.jpg) 0px 194px repeat-y;
}

div.hed a {
/* main header image */
  width: inherit;
  display: block;
  height: 119px;
  background: url(cssimgz/00header.jpg) no-repeat top left;
}

/* navigation [horizonal-top]*/
div.topnav {
/* nav container */
  height: 74px;
  color: white;
  background: url(cssimgz/subnav.jpg) bottom left repeat-x;
  text-align: center;
  list-style: none; 
}

.makenav {
  background: url(cssimgz/navback.jpg) bottom left repeat-x;
  height: 19px;
  margin: 0 auto;
}
.makenav ul {
  width: 650px;
  padding: 0 0 0 50px;
  margin: 0px;
}
.makenav ul li {
  display: inline;
  float: left;
  margin: 0px;
  padding: 0px;
}
.makenav ul a {
  display: block;
  padding: 0px;
  margin: 0px;
 /* background: url(cssimgz/0navblock.jpg) center left no-repeat; */
  height: 19px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  width: 113px;
}

a.Jeep {
  background: url(cssimgz/0jeep.jpg) center left no-repeat;
}

a.Nissan {
  background: url(cssimgz/0nissan.jpg) center left no-repeat;
}

a.Toyota {
  background: url(cssimgz/0toyota.jpg) center left no-repeat;
}

a.Suzuki {
  background: url(cssimgz/0suzuki.jpg) center left no-repeat;
}

a.Other {
  background: url(cssimgz/0other.jpg) center left no-repeat;
}


div.subnav{
  text-transform: capitalize;
  color: white;
  font-weight: bold;
  height: 30px;
  padding-top: 8px;
  font-size: 10px;
}

/* END navigation [horizontal-top]*/


/* sidenav [vertical-side]*/
div.sidenav {
  text-align: left;
  height: inherit;
  width: 150px;
  float: left;
  padding-bottom: 20px;
/*  background: url(cssimgz/sidenav_tile.jpg) top left repeat-y; 
  border-right: 1px black solid; */
}

div.sidenav h1 {
  background: url(cssimgz/sidenavTitle.jpg) top left repeat-x;
  text-align: left;
  height: 17px;
  font-size: 11px;
  color: #bbb;
  padding-left: 10px;
  padding-top: 2px;
  text-transform: uppercase;
  font-weight: bold;

  padding-bottom: 0;
margin: 0;
}
div.sidenav ul {
	padding-left: 20px;
	margin: 7px 0;
}
div.sidenav li {
	margin: 0;
	padding: 0 0 5px 0px;
	font-size: 10px;
	font-weight: bold;
  color: #bbb;
  list-style: none; 
}
div.sidenav p {
  text-align: left;
  margin: 5px;
  padding-left: 7px;
  color: #bbb;
  margin-bottom: 15px;
}
div.sidenav a {
  font-weight: bold;
  color: #bbb;
}
div.sidenav a:hover {
  color: white;
}
.sidenavStyle {
  color: #bbb;
}
.sidenavStyleIn {
	font-size: 10px;
	width: 110px;
	background-color: silver;
	color: black;
}

.subcatnav {
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
}
.subcatnav li{
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
}
div.subcatnav form{
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
}
div.subcatnav input{
display: none;}
/* END subnav [vertical-side]*/


/* main content */
.content {
  position: relative;
  float: left;
  width: 650px;
  padding: 0px 8px 10px 8px;
  margin: 0;
/*
  z-index: 99;
*/
  color: white;
/*
  margin-top: 0px;
  padding-left: 10px;
  padding-right: 20px;
  width: 620px;
  margin-right:-10px;
*/
  /* top gray bar */
  background: url(cssimgz/main.jpg) repeat-x;
}
/* non-IE */
html>body .content {
  width: 634px;
}
.content table {
  padding: 0px;
}
.content td {
	font-size: 12px;
	font-weight: normal;
}
.content input {
	font-size: 12px;
}

.breadcrumb {
	padding-top: 2px;
}

table.productDetailSmall {
  width: 620px;
  color: #FFFFFF;
}
div.productDetailSmall {
  position: relative;
  float: left;
  width: 200px;
/*
  margin: 0;
  padding: 0;
*/
}
div.productDetailSmall img {
  width: 200px;
  height: 150px;
/*
  border: 3px solid #e1e1e1;
*/
}
/* torn frame on product thumbnails */
.prodTorn {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
/* container for title, description, price, add/view */
.prodListDetails {
	position: relative;
	width: 200px;
	height: 60px;
	margin: -2px 0 0 0;
	padding: 0;
}
/*  non-IE  */
html>body .prodListDetails {
	padding: 3px 0 0 0;
	margin: 0;
}
.prodTitle {
	color: white;
	font-weight: bold;
	font-size: 10px;
}
.brief-prod-description {
	font-size: 9px;
	line-height: 10px;
	color: #999999;
	padding-top: 1px;
/*
	padding-bottom:2px;
	height: 30px;
*/
}
.prodPrice {
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: bold;
}
.prodAddView {
	position: absolute;
	bottom: 0;
	right: 0;
}
/* vertical rule between thumbnails */
div.divider{
	float: left;
	border-right: 2px solid #444;
	margin-right: 7px;
	padding-right: 7px;
	height: 212px;
	width: 3px;
}
/* non-IE */
html>body div.divider {
	width: 0px;
}
/*  is this being used?
.Button {
  background-color:#999999;
  padding: 3px;
  border: 1px solid #CCCCCC;
  margin-top:-15px;
  color:#000000;
}
.Button a:hover {
  border: 1px solid #999;
  background-color: #e1e1e1;
  color: black;
}
*/

.header_image {
  position: absolute;
  top: -30px;
  left: 0;
  width: 634px;
  height: 365px;
  z-index: 1;
}

/* END main content */

div.footer {
  clear: both;
  position: relative;
  height: 40px;
  padding: 0;
  margin: 0;
  border-top: 1px black solid;
  background: url(cssimgz/footer.jpg) top left repeat-x;
  font-size: 10px;
}
div.powered {
  position: absolute;
  top: 16px;
  right: 5px;
}
/* END global page layout */


/*Shopping Cart ID's */
.ProductTitle{
	font-weight:bold;
}

.Detailed-Prod-Description {
	font-size: 12px;
	color: #CCCCCC;
}
.Cart-Note{
	font-size:11px;
	color:#999999;
}

.notes{
	font-size:11px;
	color:#CCCCCC;
}
.terms{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.reviewName {
	color: gray;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 10px;
}
.registerNote {
	margin: 10px 30px;
	padding: 5px;
	border: 1px solid black;
	background-color: silver;
	text-align: center;
	font-weight: bold;
	color: black;
}
.registerNote a {
	color: black;
	border-bottom: 1px solid #222;
	white-space: nowrap;
}
.registerNote a:hover {
	color: #333;
	border: 0;
}

.catTitle {
	text-align:right;font-size:14px;letter-spacing:5px;font-weight:bold;color:silver;background-color:black;padding:0 10px;
	margin: -4px -2px 0 0;
}
html>body .catTitle {
	margin:0;
}

.search {
	position: absolute;
	top: 0;
	right: 0;
	width: 84px;
	float: right;
	z-index: 99;
	background: url(cssimgz/sidenavTitle.jpg) top left repeat-x;
}
.searchForm {
	display: inline;
}
#RLsearchField {
	width: 98px;
}

/*  TelaFirma  */
.NoBorder {
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
}
.Thumbnail {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.prodImgBorder {
	border:2px solid silver;
}

.miniCartTopLinks {
	font-size: 9px;
	padding: 0 0 2px 0;
}

.preLoginShip {
	border:1px solid silver;background-color:#EEEEEE;padding:5px;margin-top:5px;line-height:18px;text-align:center;
}

.ProductDetailsTitle {
	font-size: 14px;
	color: silver;
	font-weight: bold;
}
.recOptTable {
	padding: 10px;
}
.recOptTable td {
/*
	padding-top: 10px;
*/
}

.prodTable td {
	font: inherit;
	font-size: 12px;
}
.prodDetPrice {
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}

.preview {
	background-color: #bbb;
	text-align: left;
	padding: 5px;
	margin: 5px;
}

.prodDetails {
	font-size: 16px;
	border-bottom: 1px solid silver;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.adminTable {
	padding: 10px;
	background-color: #535353;
}

.NavDialogTitle {
    font-size: 11px;
    font-weight: bold;
    color: silver;
}       
.NavDialogBorder {
    background-color: black;
}       
.NavDialogBox {
    background-color: #535353;
}     

.rlSitemap {
    width: 550px;
    font-size: 11px;
}       
.rlSitemap a {
    font-weight: bold;
}      
.rlSitemapHead {
    font-weight: bold; 
    font-size: 12px;
    padding: 10px 0;
    margin-left: -20px;
	color: #bbb;
	text-transform: uppercase;
}

#catFoot {
	border-top:1px solid #444;
	padding-top: 5px;
	margin-top: 10px;
	color:silver;
	font-size: 9px;
	text-align: center;
}
#catFoot a {
	color:silver;
}
#catFoot a:hover {
	color: white;
}
