body {
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 80%;
    background-color: #fff;
}


table#srl iframe {
    margin: 0;
    padding: 0;
    width: 100%;
}


/* LINKS */
a:link, a.anchor:link, a.anchor:visited {
    color:#00f;
}

a:visited {
    color:#039;
}

a:hover, a.anchor:hover {
    color:#f60;
}

a:active{
    color:#f00;
}

/* HEADINGS */
h1 {
    font-size: 2.4em;
    margin: 0 0 .6em 0;
}

h2 {
    font-size:1.8em;
    margin-bottom:.5em;
}

h2 a:link, h2 a:hover, h2 a:visited, h2 a:active {
    font-size:1em;
    text-decoration:none;
}

h3 {
    font-size: 1.3em;
    margin: 0 0 1em 0;
}

h3.nonbold {
    font-weight: normal;
}

h4, h6 {
    font-size:1.2em;
}

h4.non-bold {
    font-size:1.2em;
    font-weight:normal;
}

h5 {
    font-size: 1em;
    margin: 0;
}

h5.nonbold {
    font-weight: normal;
}

/* LISTS */
ul.navList li{
    list-style:none outside;
    margin-left:-1.3em;
    padding-top:.25em;
    text-align:left;
}

ul li {
    list-style:disc outside;
}

ul li.list-head{
    list-style:none;
    margin-left:-1.2em;
    padding-bottom:1.2em;
    text-align:left;
}

ul li.list-head h5{
    list-style:none;
    margin-bottom:-1.5em;
    text-align:left;
}

ul.linklist {
    margin: 0 0 1.5em 0;
}

ul.linklist li {
    list-style-type: none;
    margin: 0;
}

ul.infolist {
    margin: 0 0 1.5em 0;
}

ul.infolist li {
    list-style-type: none;
    margin: 0 0 1.5em 0;
}

ol {
    list-style:inside decimal;
}

ol li {
    font-weight:bold;
}

ol li p {
    font-weight:normal;
}

dt {
    font-size:10pt;
    font-weight:bold;
    margin-left:1.2em;
    margin-top:1.7em;
}

dd {
    margin-left:1.3em;
}

dd h4 {

    font-size:10pt;
    margin:.7em 0 -.7em 0;
}

dl.infolist, dl.infolist dt {
    margin: 0;
}

dl.infolist dd {
    margin: 0 0 1.5em 0;
}

dl.infolist dd div p {
    margin-top:0;
}

dl.infolist dd div ul {
    margin-bottom: 1.5em;
}

/* FORM ELEMENTS */
form fieldset label {
    font-weight:bold;
    width: 10em;
    text-align: left;
}

fieldset {
    border:none;
}

label.labelRight{
    font-weight:normal;
    width: 30em;
    text-align: left;
}


input.labelRight {
    margin: .5em 0 0 8.9em;
    float: left;
}

iframe {
    border-width:0;
    margin:0;
    padding:0;
}

/* TABLES */
td {
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 1em;
}

tr.oddrow {
    background-color: #e5e5e5;
}

tr.evenrow {
    background-color: #fff;
}

/* HTML Elements */
cite {
    font-size:.9em;
    font-style:normal;
    padding:0 .8em 0 1.6em;
}

/* CLASSES */
p.list-head {
    font-size:10pt;
    font-weight:bold;
    margin:0 0 -1.3em 1.8em;
    padding:0;
}
div.catlink {
    margin: .5em 0;
}

.clear {
    clear:both;
}

.required {
    font-size:1em;
    color:#f00;
    line-height:.1em;
}

.cms, .access {
    display:none;
}

/* IMAGES */
img {
    border:none;
}

/* NEW LEADERBOARD PLACEMENT */
#leaderboardContainer {
    padding: 5px 0 5px 20px;
    margin: 0;
    /* These two lines are commented as per CR 36534 LeaderBoard Optimization last changed: Saritha Prasad*/
    /*background: #e5e5e5;
    border-bottom: 1px #666 solid;*/
}

/* HEADER */
#autotrader-header {
background:#fff url(/img/header/main-header-orange-bg.jpg) repeat-x top;
}

div#autotrader-header div.container {
    width: 100%;
    margin: 0;
    text-align: left;
    position: relative;
}

div#autotrader-header div#header-logos {
    width: 990px;
    height:60px;
}

div.container {
    width: 970px;
    margin: 0 0 0 20px;
    text-align: left;
    position: relative;
}

/* IE treats this fixed height as a minimum; Firefox min-height is set in hack below -- hidden from IE */
div.container #content {
    width: 77%;
    min-height: 600px;
    height: auto !important;
    height: 620px;
    margin: 0;
}

.container div#tower {
    position: absolute;
    margin-top: -13px;
    top: 0;
    right: 0;
    width: 160px;
}
/*  Star hack to fix left margin for ad tower on home page in IE */
* html #homepage div#tower *{
float:left;
margin-left:0;
padding:0;
position:relative;

}

* html #homepage div#tower p{
float:right;
}

* html .container div#tower {
    float:right;
    margin-top: 10px;
    margin-left:10px;
    width: 160px;
}

div.headcrumb div.container {
    position: static;
}

#logo {
    padding: .85em 0 0 0;
}


/* --- Main Navigation Style ---*/
ul#mainnav {
    background:#fff url(/img/header/main-header-links-bg.jpg) repeat-x bottom;
    padding:5px 0;
    margin:0;
    position:relative;
    width:100% !important;
    min-height:11px;
    height:auto !important; /*IE6 workaround for min-height*/
    height:11px;
}

/*IE7 hack to fix bug for floated lists using text resize or zoom*/
ul#mainnav li {
    display:inline-block;
}

ul#mainnav li {
    display: inline;
    list-style-type: none;
    white-space: nowrap;
}

ul#mainnav a {
    font-size:.865em;
    font-family:verdana, arial, sans-serif;
    font-weight:bold;
    text-decoration: none;
    color: #25358E;
    padding:0 1em;
    position: relative;    
    border-right:1px solid #000;
    background-image:none;
    background-color:transparent;
    line-height:normal;
  }


ul#mainnav a:hover {
    color: #F17C0E;
}

#mainnav .current a span {
    /*color: #f60;*/
 }

.headcrumb {
    padding: 0 0 .8em 0;
    margin: 1px 0 1em 0;
}

#no-ad-here {
    font-size: 8px;
}

#visitor {
    position: absolute;
    right: 9.2em;
    }

ul.crumb {
    margin: 0;
    padding: .8em 0 0 0;
    font: normal .8em arial, sans-serif;
    position: relative;
    width: 965px;
    }

ul.crumb li {
    display: inline;
    list-style-type: none;
    white-space: nowrap;
}

ul.crumb a {
    color: #039;
}

ul.crumb .current {
    color: #f60;
}

.opinionlab {
    position: absolute;
    right: 10px;
    top: 5px;
    }

.leaderboard {
    text-align:left;
    margin: 0;
    margin-bottom:20px;

}

 .safariFix{
     position:absolute;
    top:15px;
    left:-595px;
}

.safariFixAlpha{
    position:absolute;
    top:60px;
    left:-595px;
}

.leaderboard div.advertisement{
    
    width: 728px;
}
div#tower {
width: 300px;
}

div#350Tower {
width: 350px;
}
div#tower #towerAd {
width: 160px;
}

/* THIS WILL BE THE ONLY AD TAG EVENTUALLY */
.advertisement{
    text-align: right;
    color: #666;
    font-size: .8em;  
    margin-bottom:.1em;
    /*width: 300px; WIDTH WAS CAUSING THE HOMEPAGE TO BREAK.*/
    
}
/* FOOTER */
.footcrumb {
    margin:0;
    padding:0;
    background: url(/img/header/footer-bg.jpg) repeat-x;
    width: 100%;
}

/* IE treats this fixed height as a minimum; Firefox min-height is set in hack below -- hidden from IE */
.footcrumb .container {
    min-height: 25px;
    height:auto !important;
    height:25px;
}

ul.footlinks {
    margin: 5px 0 5px -4px;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

ul.footlinks li {
    display: inline;
    list-style-type: none;
    border-right: 1px solid #999;
    padding: 0 .4em;
    margin: 0;
    white-space: nowrap;                                                                          
    font: normal .8em arial, sans-serif;
}

.footlinks .last {
    border: none;
}

#copyright {
    font:normal .8em arial, sans-serif;
    text-align:left;
    margin: 14px 0 30px 0;
}

/* MYATC MODULE */
.hdrMyAtcOut {
    font-family:arial, verdana, sans-serif !important;
    width: 272px;
    height: 52px;
    font-size: 11px;
    background:url(/img/findacar/home_myatc_bg_out.gif) no-repeat;
    position: absolute;
    top: 5px;
    right: 10px;
}


span#joinMyAtc {
    padding-left: 18px;
    background: url('/img/myatc/orange_arrows_15x9.gif') center left no-repeat;
}

.hdrMyAtcOut a, .hdrMyAtcIn a {
    font-size: 9.86667px !important;
}

.hdrMyAtcOut select, .hdrMyAtcIn select {
    font-famil: Arial;
}

.hdrMyAtcOut td, .hdrMyAtcIn td {
    vertical-align:middle;
}

.hdrMyAtcOut a:link, .hdrMyAtcIn a:link {
    color: #03f;
}

.hdrMyAtcOut a:visited, .hdrMyAtcIn a:visited {
    color: #03f;
}
select.my-atc-select-menu {
    margin-right:.2em;
}
.hdrMyAtcOut a:hover, .hdrMyAtcIn a:hover {
    color: #f60;
}

.hdrMyAtcOut a:active, .hdrMyAtcIn a:active {
    color: #03f;
}

.hdrMyAtcIn {
    position:absolute;
    top: 5px;
    right: 10px;
    width:345px;
    height:52px;
    font-family:arial, verdana, sans-serif !important;   
    font-size:11px;
    background:url(/img/findacar/home_myatc_bg_in.gif) no-repeat;
}

.hdrMyAtcIn #hdrUser {
    position:absolute;
    top:3px;
    left:12px;
    font-weight:bold;
    text-align:left;
}

.hdrMyAtcIn #hdrSign {
    position:absolute;
    top:3px;
    left:275px;
    text-align:right;
    font-size: 10px;
}

.hdrMyAtcIn #myatcCounts {
    position:absolute;
    top:17px;
    left:12px;
    text-align:left;
    line-height: 12px;
}

.hdrMyAtcIn #myatcDropNav {
    position:absolute;
    top:20px;
    left:145px;
}

.hdrMyAtcIn #myatcDropNav input, .hdrMyAtcIn #myatcDropNav select {
    font-size: 11px;
    height:17px;
}

.hdrMyAtcIn #myatcDropNav select {
    width: 125px;
    border: 1px solid #809EBA;
}

* html body td#atcPagesGo {
    padding-top:4px;
}

/* Price Drop Visual Indicator */

.pdvi {
    font-size: 12px;
    font-weight:bold;
    color: #f60;
}


/*-----    Clearfix - (http://www.positioniseverything.net/easyclearing.html for documentation)*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*-----   End Clearfix - (http://www.positioniseverything.net/easyclearing.html for documentation*/) 