/*GENERAL LAYOUT*/
body {
	margin: 0px;
	padding: 0px;
   font-family: Arial, Helvetica, sans-serif;
   background: #881502 url(/autobuzz/Templates/Art/tile_at.gif);
}

.leftColumn {
   background: #071E3E;
	width: 130px;
	height: 100%;
}

.rightColumn {
   background: #071E3E;
	width: 130px;
	height: 100%;
}

.middleColumn {
   border-bottom: solid 1px #071E3E;
	width: 515px;
	height: 100%;
	background: #FFFFFF;
}

/*IMAGES*/
.headertd {
	background: #171411 url(/autobuzz/Templates/Art/sew_header.gif);
	height: 64px;
	width: 755px;
}

.featured_logo {
	background: #171411 url(/autobuzz/Templates/Art/featured_sew.gif);
	width: 110px;
	height: 59px;
}


a:link {
  color: #F58220;
  text-decoration: underline;
}

a:visited {
  color: #F58220;
  text-decoration: underline;
}

a:active {
  color: #F58220;
  text-decoration: none;
}

a:hover {
  color: #F58220;
  text-decoration: none;
}

/*REVIEW CONTENT*/
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	padding:10px;
}
.bodyhead {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #211F56;
}
.bodybyline {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
.issue_date {
	font-size: 10px;
	color: #999999;
}

.invalid {
  font-family: Verdana, Arial, Helvetica, sans serif;
  font-size: 13px;
  color: #000000;
  padding: 10px;
}


/*PHOTO/DETAILS BOX*/
.details {
	background: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 10px;

	width: 150px;
	text-align: left;
	align: center;
}

.backlink {
	text-align: left;
	padding-left: 10px;
	line-height: 16px;
	font-size: 12px;
}

/*FOOTER*/
.footer1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
        width: 590px;
        padding: 5px;
}

.footer1 a {
        font-family: Arial, Helvetica, sans-serif;
        color: #F58220;
        font-weight: bolder;
        font-size: 11px;
        padding: 3px;
}
.footer1 a:hover {
        text-decoration: none;
}
.footer1 a:visited {
        color: #F58220;
}
.bottomNav a {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #F58220;
        font-weight: bolder;
        font-size: 9px;
        text-decoration: none;
}
.bottomNav a:hover {
        text-decoration: underline;
}

/*RIGHT COLUMN CONTENT*/
.rightText {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #F58220;
  font-size: 11px;
  line-height: 16px;
} 

.localTable {
  border: solid 1px ;
}

/*SEARCH RESULTS PAGE*/
.dealers {
   font-family: Arial, Helvetica, sans-serif;
	background: #EEEEEE;
	border: 1px solid #071E3E;
	padding: 5px;
	font-size:12px;
	color: #666666;
}

.searchResults {
        font-family: Arial, Helvetica, sans-serif;
        color: #666666;
        font-size: 12px;
        padding: 7px;
        margin: 0px;
}

.searchResults a {
        color: #F58220;
        font-weight: bolder;
        text-decoration: underline;
}

.searchResults a:hover {
        text-decoration: none;
}

/*LEFTNAV*/
.leftnav {
   background-color:#071E3E;
	width:130px;
}

.leftnav a {
	display:block;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform:uppercase;
	color:#F58220;
	text-decoration:none;
	font-weight:bold;
	padding: 3px;
	border-bottom: solid 1px #071E3E;
	border-left: solid 1px #071E3E;
	background-color: #071E3E;
	background-image:url(/autobuzz/Templates/Art/navbg_at.jpg);
	background-repeat: repeat-y;
}


.leftnav a:hover {
	background-image:none;
	background-color:#071E3E;
	color:#FFFFFF;
}

.leftnav a:visited {
	text-decoration:none;
}
