.hide {
    position: absolute !important;
    left: -9999em !important;
}
.separator { margin: 0 5px; }
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.clear { clear: both; }
.fltLeft { float: left; }

a.more, a.arrow_g, a.seeall, a.external, a.green_link {
    /*background: url("../images/bullet_arrow.gif") no-repeat scroll 0 4px transparent;*/
    color: #367C2B !important;
    font-size: 13px;
    line-height: normal;
    padding: 0 0 0 9px;
    text-decoration: none !important;
}
a.more:hover, a.arrow_g:hover, a.seeall:hover, a.external:hover ,  a.green_link:hover{ text-decoration: underline !important; }

table.highlight tr.bglight { background-color: #f1f1ed; }

#mantis_report_button{
    background-color: #f4f7f0;
    background-image: url('../images/bug.png');
    background-position: 8px 9px;
    background-repeat: no-repeat;
    border: 1px solid #dcdcdc;
    color: #333333;
    display: block;
    font-weight: bold;
    padding: 10px;
    padding-left: 30px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
}
#mantis_report_button:hover{ text-decoration: underline; }

#textContainer object embed { max-width: 100%; }


.container {
    background: #ffffff;
    margin: 0 auto;
    position: relative;
    width: 990px;
}


#header {
    /*background: url("../images/bg-header-band.png") repeat-x bottom;*/
    overflow: hidden;
    padding: 24px 24px 30px;
    position:relative;
}
#logo {
    background: url("../images/logo-john-deere.png") no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    height: 45px;
    width: 236px;
    text-indent: -9999em;
}
.construction #logo{
    background-image: url("../images/logo-john-deere-black.gif");
    background-position: center;
}
#distrib-mention {
    color: #999999;
    display: inline-block;
    font-size: 15px;
    margin: 18px 0 0 20px;
    text-transform: uppercase;
}
#header-links {
    color: #999999;
    font-size: 11px;
    float: right;
    position: relative;
    top: -10px;
    right: 10px;
}
#top-menu {
    clear: both;
    float: right;
    margin-top: 12px;
}
#top-menu li {
    float: left;
    padding: 0 18px;
    border-right: 1px solid black
}
#top-menu li.last {
    padding-right: 0;
    border: none;
}
#top-menu a {
    color: #000000;
    font-size: 16px;
}


#content { padding: 0 24px; }
#content.space { padding-top: 7px; }

#main-content {
    float: right;
    padding-bottom: 30px;
    padding-left: 179px;
    width: 100%;
}
#main-content .info-line {
    font-size: 13px;
    overflow: hidden;
    padding-bottom: 10px;
}

#main-content .info-line .name {
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    width: 50%;
}
#main-content .info-line .breadcrumbs {
    float: right;
    line-height: normal;
    text-align: right;
    width: 50%;
}


#sidebar {
    float: left;
    margin-right: -170px;
    width: 162px;
}


#textContainer {
    margin-top: 34px;
    width: 100%;
}

#textContainer:after {
    clear: both;
    content: '';
    display: block;
}

.no-hero #textContainer { margin-top: 0; }
#descriptionContainer {
    float: left;
    width: 516px;
}
#descriptionContainer h1 {
    font-weight: normal;
    text-align: left;
    text-transform: none;
}
#descriptionContainer a { color: #367c2b; }
#descriptionContainer table.renderedtable img { max-width: 100%; }
#descriptionContainer table.renderedtable td { text-align: left; }

#rightRailContainer {
    font-size: 14px;
    float: right;
    width: 224px;
}
#rightRailContainer .cc-placeholder {
    font-size: 12px;
}
#rightRailContainer .cc-paceholder-title h3{
    font-size: 18px;
    padding: 0 0 10px 0;
}
.block-center {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.rightRail {
    padding: 19px 13px;
    background-color: #E5E7E6;
    margin-bottom: 10px;
}
.rightRail #distributor_address p {
    word-wrap: break-word;
}
.rightRail a {
    color: #367C2B !important;
    text-decoration: none !important;
}
.rightRail a.more {
    /*background: url("../images/bullet_arrow.gif") no-repeat scroll 0 4px transparent;*/
    color: #367C2B !important;
    font-size: 13px;
    line-height: normal;
    padding: 0 0 0 14px;
    text-decoration: none !important;
    position: relative;
}
.rightRail a.more:after {
    content: "";
    position: absolute;
    height: 0;
    left: 0;
    top: 4px;
    width: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #367c2b;
}
.rightRail .title { margin-bottom: 10px; }
.rightRail img { margin-bottom: 10px; }

.rightRailDistrib {
    text-align: center;
    word-break: break-word;
}
.rightRailMap {
    padding: 0;
    height: 252px;
    position: relative;
    background: white;
}
.mapContainer {
    width: 100%;
    height: 100%;
}
.mapLoader {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}


#footer {
    background-color: #e5e6e6;
    color: #666666;
    clear: both;
    font-size: 11px;
    line-height: 13px;
    padding: 24px 24px 38px 24px;
    text-align: center;
}
#footer a { color: #666666; }


/* BUTTONS */
.button {
    background: #ffffff;
    border: solid 1px #c6c6c6;
    cursor: pointer;
    position: relative;
    outline: none;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
}
a.button.grey {
    background: -webkit-gradient(linear, 0 0, 0 70%, from(#c6c6c6), to(#ebebeb));
    background: -moz-linear-gradient(#c6c6c6, #ebebeb 70%);
    background: linear-gradient(#c6c6c6, #ebebeb 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6c6c6', endColorstr='#ebebeb');
    border: solid 1px #c6c6c6;
    color: #323232;
    font-weight: bold;
}
a.button.grey:hover {
    color: #323232;
    background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ffffff));
    background: -moz-linear-gradient(#ebebeb,  #ffffff 70%);
    border: solid 1px #c6c6c6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff');
    text-decoration: none;
}
a.button.yellow {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc800), to(#ffe562));
    background: -moz-linear-gradient(#ffc800,  #ffe562 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc800', endColorstr='#ffe562');
    border: solid 1px #ffc800;
    color: #595959;
}
/* END BUTTONS */