/* marketingDocumentation - trainingSlides */
#marketingDocumentation, #trainingSlides {
    background: url(../images/bg-marketing-documentation.gif);
    color: #000;
    font-size: .9em;
    margin: -25px -35px -11px;
    position: relative;
}
#marketingDocumentation ul, #trainingSlides ul { margin-bottom: 0px; overflow: hidden; }
* html #marketingDocumentation ul, * html #trainingSlides ul { height: 1%; }
#marketingDocumentation ul li, #trainingSlides ul li { float: left; width: 180px; }
#marketingDocumentation ul li .Image, #trainingSlides ul li .Image {
    background: url(../images/bg-marketing-documentation-image.gif) no-repeat center bottom;
    height: 148px;
    margin-bottom: 30px;
    padding-top: 46px;
    text-align: center;
}
#marketingDocumentation ul li .Image img, #trainingSlides ul li .Image img { vertical-align: top; }
#marketingDocumentation ul li .Content, #trainingSlides ul li .Content { height: 231px; padding: 0 9px 0 41px; }
#marketingDocumentation ul li .Content h3, #trainingSlides ul li .Content h3 {
    border-bottom: #b3b3b3 solid 1px;
    color: #666;
    font-size:  1.2em;
    height: 35px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 15px 0 5px;
}
#marketingDocumentation ul li .Content ul, #trainingSlides ul li .Content ul { overflow: visible; }
#marketingDocumentation ul li .Content ul li, #trainingSlides ul li .Content ul li {
    background: url(../images/bg-marketing-documentation-arrow.gif) no-repeat left 2px;
    float: none;
    padding-left: 16px;
    width: auto;
}
#marketingDocumentation ul li .Content ul li a:link,
#marketingDocumentation ul li .Content ul li a:visited,
#trainingSlides ul li .Content ul li a:link,
#trainingSlides ul li .Content ul li a:visited { color: #000; }
#marketingDocumentation ul li .Content ul li a:hover,
#trainingSlides ul li .Content ul li a:hover { color: #003480; text-decoration: none; }

/* dealerMarketing - instructions */
#dealerMarketing, #instructions { font-size: .9em; padding: 20px 0; }
#dealerMarketing table, #instructions table {border-collapse: collapse; width: 100%; }
#dealerMarketing table th, #dealerMarketing table td,
#instructions table th, #instructions table td { padding: 6px 4px; text-align: center; }
#dealerMarketing table th, #instructions table th {
    background-color: #003480;
    border-right: #fff solid 1px;
    color: #fff;
    font-weight: normal;
}
#dealerMarketing table th.Last, #instructions table th.Last { border-right: none; }
#dealerMarketing table td, #instructions table td { background-color: #fff; }
#dealerMarketing table tr.Even td, #instructions table tr.Even td { background-color: #e3e3e3; }

/* projectionCalculator */
#projectionCalculator { background-color: #fff; padding-bottom: 30px; }
#projectionCalculator .Support {
    background: #999 url(../images/bg-support.gif) no-repeat 5px center;
    color: #fff;
    font-size: .9em;
    font-weight: bolder;
    padding: 5px 5px 5px 25px;
}
#projectionCalculator fieldset {
    border-bottom: #000 solid 1px;
    margin: 0 auto;
    padding: 10px 20px 20px;
    width: 350px;
}
#projectionCalculator fieldset div { padding-top: 15px; }
#projectionCalculator fieldset div label { font-size: 1.15em; font-weight: bolder; margin-right: 5px; }
#projectionCalculator fieldset div select { width: 150px; }
#projectionCalculator fieldset div em { display: block; font-size: .9em; font-style: normal; margin-top: 3px; }

/* flashVideos */
#flashVideos { font-size: .9em; margin: -25px -35px; position: relative; padding-bottom:10px; }
#flashVideos #video {
    background: url(../images/bg-videos.gif) no-repeat left bottom;
    padding: 20px;
    text-align: center;
    height: 292px;
}
#flashVideos ul {
    background: #fff url(../images/bg-videos-list.gif) no-repeat left bottom;
    overflow: hidden;
    padding: 10px 20px 20px;
}
* html #flashVideos ul { height: 1%; }
#flashVideos ul li {
    background: url(../images/bg-videos-list-arrow.gif) no-repeat left 7px;
    float: left;
    padding: 5px 0 5px 16px;
    width: 30%;
}
#flashVideos ul li.Selected { font-weight:bold; }
#flashVideos ul li a:link, #flashVideos ul li a:visited { color: #000; }
#flashVideos ul li a:hover { font-weight:bold; text-decoration: none; }