body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #666666;
    /*background-image:url(../img/bg/starsmedium.gif);*/
    /*background-image:url(../img/bg/fade.top.grey.bot.blue.png);*/
    background-image:url(../img/bg/fade.center.blue.png);
    background-repeat:repeat-x;
    /*background-position:bottom;*/
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
}
.oneColFixCtrHdr #container {
    width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    margin-top: 10px;
    border: 2px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
    /*ML*/
    /*padding:2px;*/
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    /*        background-image: url(/img/skins/green/fade.green.jpg);
            background-repeat: no-repeat;
            background-position: 0px -135px;*/
}
#logo {
    position: relative;
    top: -10px;
    left: -40px;
    z-index: 50;
}
.oneColFixCtrHdr #header {
    height: 63px;
    padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    /*	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;*/
    background-image:url(../img/bg/head.stripe.png);
    background-repeat:repeat-x;
    border-top-left-radius:10px; 	-moz-border-radius-topleft:10px; 	-webkit-border-top-left-radius:10px;
    border-top-right-radius:10px; 	-moz-border-radius-topright:10px; 	-webkit-border-top-right-radius:10px;
}
.oneColFixCtrHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
    padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    /*background: #FFFFFF;*/
    position: relative;
    z-index: 50;
}
#flashMessage {
    padding: 0 20px;
}
.oneColFixCtrHdr #footer {
    padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    /*background:#FFF;*/
    height:51px;
    padding-top:15px;
    background-image:url(../img/bg/head.stripe.bottom.png);
    background-repeat:repeat-x;
    /*ML*/
    border-bottom-right-radius:10px; 	-moz-border-radius-bottomright:10px; 	-webkit-border-bottom-right-radius:10px;
    border-bottom-left-radius:10px; 	-moz-border-radius-bottomleft:10px; 	-webkit-border-bottom-left-radius:10px;
}
.oneColFixCtrHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
tr.alt td {
    /*background:#F9F9F9;*/
    background:#eee;
    /*          -moz-opacity:.90;
            filter:alpha(opacity=90);
            opacity:.90;*/
}
tr.highlight td {
    background: #E2E2E2;
    /*        -moz-opacity:.90;
            filter:alpha(opacity=90);
            opacity:.90;*/
}
#query_input {
    width:200px;
    /*display:inline;*/
    border:1px solid #006;
    margin:0;
    padding:0;
    padding-top:5px;
    padding-bottom:2px;
    height:20px;
    background:#CCC;
    position: relative;
    /*margin-top:15px;*/
}
#query_btn {
    /*	border:0;
	margin:0;*/
}
#search {
    /*	border:1px solid #333;
	width:200;
	height:30px;*/
}
.submit {
    display:inline;
    border:0;
    margin:0;
    padding:0;
    height:25px;
    top:-20px;
}
#search_form {
    /*width:250px;*/
    /*	display:inline;*/
}
#search_form_table, #search_form_table tr, #search_form_table tr td {
    /*width:250px;*/
    border:none;
}
#search_form_table {
    position: absolute;
    top: 20px;
    right: -30px;
    width:250px;
    height:25px;
    padding: 4px 0;
    float:right;
    z-index: 100;
}
#searchResultsTable {
    border:none;
    width:100%;
}
#searchResultsTable tr td {
    margin-bottom:25px;
    /*border-bottom:1px solid #039;*/
    padding: 4px 0;
}
#searchResultsTable tr {
    margin-bottom:65px;
}
#searchResultsTable th {
    /*background:#999;*/
}
.thumb_link {
    padding:0;
    margin:0;
    background-image:url(../img/thumbnail_border.logo.png);
    background-repeat:no-repeat;
    width:104px;
    height: 94px;
    position: relative;
    z-index: 1;
    text-align:left;
}
.thumb_count {
    display:block;
    font-size:10px;
    text-align:center;
    margin-left:-8px;
}
.thumbnail_display {
    /*        height: 92px;
            width: 193px;
	position: relative;
            z-index: 100;*/
}
.empty {
    color:#999;
}
.hide {
    display:none;
}
#advanced_search_div {
    position:relative;
    float:left;
    /*	width:280px;
	font-size:20px;*/
    margin-right:10px;
    margin-bottom:5px;
    margin-top: 14px;
}
#advanced_search_div div.submit {
    margin-right: -2px;
}
#advanced_search_div h3 {
    padding-left: 1.5em;
}
#advanced_search_form_table {
    position: relative;
    z-index: 500;
    margin-top: 12px;
}
#advanced_search_form_table label {
    display:none;
}
#advanced_search_form_table select {
    padding:1px;
    width:100%;
    /*margin-left:-2px;*/
}
#advanced_search_form_table option {

}
#advanced_search_form_table input {
    padding:1px;
    padding-left:5px;
}
#flashMessage{
    margin-bottom: 5px;
}
#runStatus {
    /*   position: relative;
       top:-32px;
       left:-20px;
       float: left;*/
    color: #CCFFCC;
    font-size: 90%;
    font-weight: bold;
    font-style: italic;

}
#status {
    position:relative;
    left:220px;
    top:-36px;
    clear: both;
    /*    border: 1px solid #8FB38F;*/
}
#icon {
    /*    width: 16px;
        height: 16px;
        display: inline;
        float: left;*/

}
#dealerName {
    font-size: 25px;
}
#dealerDistance {
    font-style: italic;
}
#dealerCars {
    font-size: 30px;
    color: #0F7900;
}
#dealerAddress{
    font-weight: bolder;
    font-size: 22px;
    /*background: #17C400;*/
}
.dealerModule{
    margin-bottom: 5px;
}
#distanceString{
    color: green;
}
.mainPageHeader {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
}
.hr {
    clear: both;
    margin: 5px 0;
    height: 1px;
    border-top: 1px solid black;
}
#tire-tread-left, #tire-tread-right {
    position: absolute;

    overflow: visible;
    background-image: url(/img/tire-tread.large.1455.png);
    height: 100%;
    height: 1450px;
    width: 300px;
    background-repeat: no-repeat;
    z-index: 49;
}
#tire-tread-left {
    top: 0;
    left: 0;
    background-position:  0 -200px;
}
#tire-tread-right {
    top: 0;
    right: 0;
}
#tagline {
    position: relative;
    /*    background-image: url(/img/claw-mark.small.png);
        background-repeat: no-repeat;
        background-position: 340px 0px;*/
    overflow: visible;
    top: -4.1em;
    left: 270px;
    height: 120px;
    /*font-size: 15px;*/
    font-weight: bold;
    /*color:#5F5F9E;*/
    /*color:#ff9d00;*/
    /*    color:#ef2d0e;
        color:#f35109;
        color:#95bf26;
        color:#e9fa29;
        color:#ffa000;*/
    color:#c4f3ff;
    text-shadow: #00009E 2px 2px 2px;
    z-index: 0;
}
#claw-marks {
    background-image: url(/img/claw-mark.small.png);
    position: relative;
    height: 110px;
    width: 60px;
    overflow: visible;
    background-repeat: no-repeat;
    left: 350px;
    top: -50px;
}
#tabs {
    font-size: 16px;
    margin-bottom: 5px;
}
#contentHeader {
    text-align: right;
    font-size: 23px;
    background-image: url(/img/tire-tread.small.228.png);
    background-repeat: no-repeat;
    background-position: right top;
    overflow: visible;
    padding: 10px 0;
    padding-bottom: 16px;
    color: #427a24;
    font-weight: bold;
    /*text-shadow: #666 2px 2px 2px;*/
}
#flashMessage {
    /*padding-left: 0;*/
}
#advanced_search_wrapper {
    position: relative;
    z-index: 52;
    /*top: 10px;
    margin-top: 20px;
    margin-bottom: -10px*/
    -moz-opacity:.95;
    filter:alpha(opacity=95);
    opacity:.95;
}

#carmonsterSays {
    position: relative;
    margin-left: 420px;
    margin-top: 30px;
    /*    left: 250px;
        top: 70px;*/
}
#carmonsterSaysLogo {
    float: right;
    margin-top: -50px;
}
#speech_bubble {
    float: right;
    background-image: url(/img/speech_bubble.c.281.png);
    background-repeat: no-repeat;
    width: 300px;
    height: 132px;
    padding: 10px;
    font-size: 12px;
    position: relative;
    /*margin-left: 165px;*/
    margin-top: -130px;
    margin-right: 115px;
}
#speech_bubble p {
    width: 200px;
    margin-left: 5px;
}
#monsterHeadline {
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
#decoration {
    position: absolute;
    margin-top: 23px;
    height: 236px;
    margin-right: 10px;
    margin-left: 23px;
    z-index: 100;
}
/*#decoration-1off {
    background-image: url(/img/banner.flag.png);
    background-repeat: no-repeat;
    position: absolute;
    float: left;
    margin-top: -22px;
    margin-left: 692px;
    width: 350px;
    height: 267px;
    margin-right: 10px;
    z-index: -3;
}
#decoration-1NOT {
    background-image: url(/img/banner.flag.lr.png);
    background-repeat: no-repeat;
    position: absolute;
    float: left;
    margin-top: -22px;
    margin-left: 692px;
    width: 350px;
    height: 267px;
    margin-right: 10px;
    z-index: -3;
}
#headerDecoration {
    background-image: url(/img/mercedes.grill.b.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 288px;
    height: 70px;
    overflow: visible;
    float: right;
    margin-top: -60px;
    margin-left: 330px;
    z-index: -2;
}
#headerDecoration-1{
    background-image: url(/img/banner.honda.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 107px;
    height: 56px;
    overflow: visible;
    float: right;
    margin-top: -53px;
    margin-left: 226px;
    z-index: -2;
}
#headerDecoration-2{
    background-image: url(/img/banner.honda.sports.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 266px;
    height: 114px;
    overflow: visible;
    float: right;
    margin-top: -75px;
    margin-left: 585px;
    z-index: -2;
}
#headerDecoration-3{
    background-image: url(/img/banner.lexus.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 188px;
    height: 106px;
    overflow: visible;
    float: right;
    margin-top: -68px;
    margin-left: 805px;
    z-index: -2;
}*/
#mytv-logo {
    /*    background-image: url(/img/mytv_logo.74x52.png);
        background-repeat: no-repeat;*/
    position: absolute;
    width: 93px;
    height: 66px;
    overflow: visible;
    margin-top: -5px;
    margin-left: 966px;
}
#serp-message {
    -moz-opacity:.90;
    filter:alpha(opacity=90);
    opacity:.90;
}
#rowTwo {
    width: 960px;
    height: 214px;
}
#tagline {
    background-image: url(/img/skins/green/tagline.words.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 686px;
    height: 37px;
    overflow: hidden;
    top: 20px;
    left: 280px;
    z-index: -2;
}
#disclaimer {
    font-size: 10px;
}
#bottom-nav {
    font-size: 15px;
    text-align: center;
    margin-top: -5px;
}
#video-links {
    width: 223px;
    height: 270px;
    position: relative;
    float: left;
    left: 12px;
}
#flashMessage {
    margin-top: 25px;
}
#location_info {
    padding: 0;
    position: absolute;
    width: 950px;
    height: 23px;
    padding-top: 3px;
    margin-top: -4px;
    text-align: right;
    padding-right: 2px;
    /*            margin-left: -194px;
                padding-left: 194px;*/
    border-top: 1px solid black;
    background-image: url(/img/search_results_top_bg.a.png);
    background-repeat: repeat-x;
    font-weight: bold;
}
.ui-state-override-big-notice {
    font-size: 20px;
    font-weight: bold;
    color: #cc0033;
    background-image: url(/img/ui-state-override-success-check.png);
    background-repeat: no-repeat;
    /*    background-position: 10px 10px;;*/
    height: 60px;
}
#flashMessage .ui-state-override-big-notice {
    padding-top: 15px;
    padding-left: 70px;;
}
#disclaimer {
    position: relative;
    top: -5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*width: 1000px;*/
    font-size: 10px;
}
#bottom-menu {
    position: relative;
    top: -5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px;
    font-size: 12px;
    text-align: center;
}
#magazine-front {
    width: 223px;
    height: 270px;
    position: relative;
    float: left;
    left: 12px;
}
