﻿/* ---------------------------------------------
Title:      Custom New Homes Site - Main Styles
Author:     Jason Becker, jbecker@builderhomesite.com
Updated:	Jul 23 2010
----------------------------------------------- */

/* Eric Meyer's Css Reset Rules */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus
{
    outline: 0;
}
body
{
    line-height: 1.2;
    color: black;
    background: white;
}
ol, ul
{
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td
{
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}
blockquote, q
{
    quotes: "" "";
}
/* END Css Reset Rules */

body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 62.5%;
    color: #333;
    background-color: #473324;
}
#cnhModalBody
{
    background-color: #fff;
}
p
{
    font-size: 1.2em;
    padding: 6px 0;
}
strong, b
{
    font-weight: bold;
}
em, i
{
    font-style: italic;
}
a, a:link
{
    color: #356aa0; /*#407bb7;*/
}
td, th
{
    font-size: 1.2em;
}
textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.cnhReader
{
    left: -2000px;
    position: absolute;
    width: 100px;
}
.cnhReaderAlt
{
    display: none;
}
.cnhClear
{
    clear: both;
}

#cnhContainer
{
    width: 975px;
    margin: 0 auto;
    background: #fff;
}

#cnhHeader
{
    float: left;
    width: 975px;
    height: 75px;
    border: 0px solid #000;
    background: url(../images/bg_header.gif) repeat-x top left;
}
.cnhHeaderTitle
{
    float: left;
}
.cnhHeaderTitle a
{
    border: 0;
    margin: 0;
    padding: 61px 0 0 0;
    overflow: hidden;
    display: block;
    height: 0 !important;
    height: 61px;
    width: 397px;
    background: transparent url(../images/cnh_logo.gif) no-repeat scroll center top;
}
.cnhHeaderNav
{
    float: right;
}
.cnhHeaderNav ul
{
    float: left;
    padding: 24px 35px 0 0;
    list-style: none;
}
.cnhHeaderNav ul li
{
    float: left;
    margin: 0;
    padding: 0;
}
.cnhHeaderNav
{
    color: #fff;
}
.cnhHeaderNav a
{
    padding: 5px 12px;
    display: block;
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #9a7c57;
    text-transform: uppercase;
}
.cnhHeaderNav li.liLast a
{
    border: 0;
}

/* =Main Content
-----------------------------*/

#cnhMain
{
    float: left;
    width: 975px;
    border: 0px solid #000;
}

#cnhContent
{
    padding: 30px 25px 30px 25px;
}
#cnhHelpContent
{
    padding: 30px 25px 30px 25px;
    line-height: 1.6;
}

#cnhAdTop
{
    margin: 0 auto;
    width: 728px;
    height: 90px;
    border: 0px solid;
    background-color: #ccc;
}
#cnhAdRight2
{
    margin: 35px 0 25px 0;
    width: 160px;
    height: 600px;
    border: 0px solid;
    background-color: #ccc;
}

/* =Homepage 
----------------------------*/
#cnhHomeAd300
{
    float: right;
    margin: 25px 25px 0 0;
    padding: 10px 0 0 10px;
    width: 310px;
    height: 280px;
    background: url(../images/bg_ad_300.gif) repeat-x top left;
}
#cnhHomeCopy
{
    float: left;
    width: 575px;
    margin: 25px 0 0 0;
    padding: 0 0 25px 25px;
}
#cnhHomeCopy h3
{
    font-size: 1.3em;
    font-weight: bold;
}
#cnhHomeCopy .cnhHomeBold
{
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px 0;
}
#cnhHomeCopy ul
{
    margin: 6px 0 0 20px;
    list-style-type: disc;
}
#cnhHomeCopy ul li
{
    font-size: 1.3em;
    margin: 0 0 10px 0;
}
#cnhHomeFormBox
{
    width: 975px;
    height: 266px;
    border: 0px solid #000;
    background: url(../images/bg_home_search.gif) repeat-x top left;
}
#cnhHomeForm
{
    float: left;
    width: 600px;
    margin: 75px 0 0 158px;
    padding: 22px 30px;
    border: 0px solid;
}
#cnhHomeForm h2
{
    font-size: 2.4em;
    font-family: Trebuchet MS, Geneva, sans-serif;
    font-weight: normal;
    color: #473a30;
    margin: 0;
    padding: 0;
}
#cnhHomeFormP
{
    margin: 6px 0 0 0;
    padding: 0;
}
#cnhHomeFormP select
{
    font-size: 1.4em;
    color: #473a30;
    margin: 8px 0 0 0;
}
#cnhHomeForm #ddlState
{
    width: 200px;
}
#cnhHomeForm #ddlCity
{
    width: 260px;
}
.btnSearch
{
    border: 0;
    cursor: pointer;
    width: 108px;
    height: 38px;
    margin: 0;
    overflow: hidden;
    padding: 38px 0 0 0;
    background: url(../images/buttons/btn_home_search.gif) no-repeat top left;
    vertical-align: top;
}
.btnSend
{
    border: 0;
    cursor: pointer;
    width: 94px;
    height: 38px;
    margin: 0;
    overflow: hidden;
    padding: 38px 0 0 0;
    background: url(../images/buttons/btn_send.gif) no-repeat top left;
    vertical-align: top;
}
.btnRegister
{
    border: 0;
    cursor: pointer;
    width: 117px;
    height: 38px;
    margin: 0;
    overflow: hidden;
    padding: 38px 0 0 0;
    background: url(../images/buttons/btn_register.gif) no-repeat top left;
    vertical-align: top;
}
.btnChangeProduct
{
    border: 0;
    cursor: pointer;
    width: 186px;
    height: 38px;
    margin: 0;
    overflow: hidden;
    padding: 38px 0 0 0;
    background: url(../images/buttons/btn_change_product.gif) no-repeat top left;
    vertical-align: top;
}
.btnProceedCheckout
{
    border: 0;
    cursor: pointer;
    width: 220px;
    height: 38px;
    margin: 0;
    overflow: hidden;
    padding: 38px 0 0 0;
    background: url(../images/buttons/btn_proceed_checkout.gif) no-repeat top left;
    vertical-align: top;
}

/* =Account 
---------------------------*/
.cnhLeftCol
{
    float: left;
    width: 450px;
    border: 0px solid;
}
.cnhRegLeftCol
{
    float: left;
    width: 550px;
}
.cnhRightCol
{
    float: right;
    width: 450px;
    border: 0px solid;
}
.cnhRegRightCol
{
    float: right;
    width: 350px;
}

#cnhAccount
{
    float: left;
    width: 925px;
    padding: 30px 25px 30px 25px;
}
#cnhModalContact
{
    background: #fff;
    padding: 30px 25px 30px 25px;
}
.cnhTitle, #cnhAccount .cnhTitle
{
    font-size: 1.8em;
    font-weight: bold;
}
#cnhAccount p.cnhTitle
{
    font-size: 1.4em;
}
#cnhHelpContent .cnhTitle
{
    font-size: 1.8em;
    font-weight: bold;
    font-family: Trebuchet MS, Geneva, sans-serif;
}
#cnhHelpContent .cnhTitleSiteIndex
{
    font-size: 2.5em;
    font-weight: bold;
    font-family: Trebuchet MS, Geneva, sans-serif;
}
#cnhHelpContent ul
{
    list-style-type: disc;
    margin: 10px 0;
    padding: 0 0 0 20px;
    font-size: 1em;
}
#cnhHelpContent ol
{
    list-style-type: decimal;
    margin: 10px 0;
    padding: 0 0 0 25px;
    font-size: 1em;
}
#cnhHelpContent ol li
{
    padding: 0 0 5px 0;
}
.cnhAccountForm
{
    width: 440px;
}
.cnhAccountForm td
{
    padding: 4px 2px;
}
.cnhAccountForm p
{
    font-size: 1.4em;
    margin: 10px 0;
    color: #281a10;
}
.cnhAccountForm label
{
    font-size: 1.1em;
    font-weight: bold;
}
.cnhAccountForm .cnhCheckBox
{
    width: auto;
}
.cnhAccountForm input[type='text'], .cnhAccountForm input[type='password']
{
    width: 236px; /*193px;*/
}
.cnhAccountForm select
{
    width: 242px; /*196px;*/
}
.cnhAccountForm .cnhBtn
{
    width: auto;
}
.cnhAccountTextArea
{
    width: 191px;
}
.cnhAccountOrderBox
{
    margin: 20px 0;
    padding: 10px 0;
    border: 1px solid #999;
    width: 550px;
}

.cnhSiteHtmlTable
{
    width: 925px;
}
.cnhSiteHtmlTable td
{
    padding: 2px;
}

.cnhAddImageTable
{
    width: 600px;
}
.cnhAddImageTable td
{
    padding: 2px;
}
.cnhGalleryTable
{
    width: 925px;
    border: 1px solid #281a10;
    border-width: 2px 0px 0 0px;
}
.cnhGalleryTable td
{
    border-bottom: 1px solid #281a10;
}
.cnhGalleryTable th
{
    font-weight: bold;
    color: #fff;
    background: #9a7c57;
}
.cnhGalleryTable td, .cnhGalleryTable th
{
    border-right: 0px solid;
    margin: 0;
    padding: 4px;
}
.cnhGalleryTable label
{
    float: left;
    display: block;
    margin: 2px 3px 0 0;
    width: 75px;
    text-align: right;
}
.cnhGalleryTable img
{
    display: block;
    height: 75px;
}
.images_whileDrag
{
    background: #dedede url(../images/bg_table_row.gif) top left;
}
.images_dragHandle
{
    background-image: url(../images/updown2.gif);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: move;
}
.cnhAccountInfo
{
    padding: 10px;
    background: #fafaf8;
    border: 2px solid #c8bf8c;
}
.cnhAccountInfo .cnhTitle
{
    font-size: 1.4em;
}
.cnhAccountInfoCol1
{
    float: left;
    width: 450px;
}
.cnhAccountInfoCol2
{
    float: right;
    width: 450px;
}
.cnhAccountInfoCol3
{
    float: left;
    width: 610px;
}
.cnhAccountCalloutBox
{
    float: right;
    width: 350px;
    padding: 6px 10px;
    border: 1px solid #999;
}
#cnhAccount ol
{
    font-size: 1.2em;
    list-style-type: decimal;
    margin: 0 0 20px 25px;
}
#cnhAccount ol li
{
    margin: 0.45em 0;
}
#cnhAccount ul
{
    font-size: 1.2em;
    list-style-type: disc;
    margin: 0 0 20px 16px;
}
#cnhAccount ul li
{
    margin: 0.45em 0;
}
#cnhAccountLogo img
{
    margin: 10px 0 10px 155px;
}

#cnhSubMenuContainer, #cnhBuilderSubMenu
{
    float: left;
    width: 925px;
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: 1px solid #9a7c57;
}
#cnhSubMenuContainer ul, #cnhBuilderSubMenu ul
{
    float: left;
    margin: 0 0 -1px 0;
    padding: 0 35px 0 0;
    list-style: none;
    font-size: 1.2em;
}
#cnhSubMenuContainer ul li, #cnhBuilderSubMenu ul li
{
    float: left;
    margin: 0 0 0 5px;
    padding: 0;
}
#cnhSubMenuContainer, #cnhBuilderSubMenu
{
    color: #000;
}
#cnhSubMenuContainer a, #cnhSubMenuContainer span, #cnhBuilderSubMenu a, #cnhBuilderSubMenu span
{
    margin: 0;
    padding: 5px 12px;
    display: block;
    background: #9a7c57;
    border: 1px solid #9a7c57;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
#cnhSubMenuContainer span, #cnhBuilderSubMenu span, #cnhSubMenuContainer a.cnhSubMenuActive, #cnhBuilderSubMenu a.cnhSubMenuActive
{
    background: #fff;
    border: 1px solid #9a7c57;
    border-bottom-color: #fff;
    color: #000;
}

#cnhEcommOrderCol
{
    float: left;
    width: 565px;
}
#cnhEcommInfoCol
{
    float: right;
    width: 355px;
    font-family: Trebuchet MS, Geneva, sans-serif;
}
#cnhEcommInfoCol .cnhEcommTitle
{
    padding-bottom: 12px;
    font-size: 1.6em;
    font-weight: bold;
    font-family: Trebuchet MS, Geneva, sans-serif;
}
#cnhEcommInfoCol ul
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    list-style-type: disc;
    padding: 0 0 0 15px;
}
#cnhEcommInfoCol ul li
{
    padding: 0 0 12px 0;
}
#cnhEcommInfoCol .cnhEcommListTitle
{
    padding-bottom: 12px;
    font-size: 1.4em;
    font-weight: bold;
    font-family: Trebuchet MS, Geneva, sans-serif;
}

#cnhEcommOfferCol
{
    float: left;
    width: 500px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    margin: 0 0 25px 0;
    padding: 0 0 10px 30px;
    border: 0px solid;
}
#cnhEcommOfferCol .cnhEcommListTitle
{
    font-weight: bold;
    padding: 15px 0 0 40px;
}

#cnhEcommOfferCol .cnhEcommOfferTitle
{
    font-weight: bold;
    font-size: 1.8em;
    padding: 15px 0 0 40px;
}

#cnhEcommOfferCol ul
{
    list-style-type: disc;
    padding: 5px 0 5px 60px;
}
#cnhEcommOfferCol .cnhEcommListDetail
{
    border-style: dashed;
    border-width: 3px;
    border-color: #356aa0;
    background-color: #dfe9f2;
    width: 240px;
    padding: 8px 5px;
    margin: 10px 0 5px 100px;
    text-align: center;
    float: left;
    font-size: 1.2em;
}
#cnhEcommOfferCol .cnhEcommListOrder
{
    float: left;
    margin: 5px 0 0 20px;
}
#cnhEcommOfferCol .cnhEcommOfferDetail
{
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #BB0000;
    font-weight: bold;
    font-style: italic;
}
#cnhEcommOfferCol .cnhEcommOfferDetailTitle
{
    font-family: Trebuchet MS, Geneva, sans-serif;
    font-size: 2.2em;
    color: #BB0000;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px 0;
}

.cnhOrderSummaryTable
{
    width: 530px;
    margin-left: 12px;
    table-layout: fixed;
    font-family: Arial;
}
.cnhOrderSummaryTable td
{
    padding: 2px;
}
.cnhOrderSummaryTable td.ar
{
    text-align: right;
    padding-right: 15px;
}
.cnhOrderSummaryHeading1
{
    font-weight: bold;
    color: #fff;
    background: #9a7c57;
    text-indent: 3px;
}
.cnhOrderSummaryHeading2
{
    background: #f2f2f2;
}


/* =Footer 
--------------------------------*/
#cnhFooter
{
    float: left;
    width: 905px;
    margin: 0;
    padding: 65px 35px 25px 35px;
    background: #473324 url(../images/bg_footer.gif) repeat-x top left;
    color: #917d69;
    font-size: 1.0em;
}

#cnhFeaturedMarkets
{
    float: left;
    margin: 0 0 25px 0;
    padding: 0 0 35px 0;
    width: 905px;
    border-bottom: 1px solid #645547;
    font-size: 1.2em;
    color: #b2a58b;
}
#cnhFeaturedMarkets .cnhFeaturedTitle
{
    margin-bottom: 15px;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
}
#cnhFeaturedMarkets ul
{
    float: left;
    width: 290px;
    margin: 0 10px 0 0;
    border: 0px solid #000;
}
#cnhFeaturedMarkets ul li
{
    margin: 0 0 6px 0;
}
#cnhFeaturedMarkets a
{
    color: #b2a58b;
    font-weight: bold;
    text-decoration: none;
}

#cnhFooterMenu ul
{
    float: left;
    margin: 0 0 12px 0;
    padding: 0;
    list-style: none;
}
#cnhFooterMenu ul li
{
    float: left;
    margin: 0 12px 0 0;
    padding: 0;
}
#cnhFooterMenu a
{
    display: block;
    padding: 3px 7px;
    background-color: #382b21;
    color: #fff;
    text-decoration: none;
}

/* =Detail Market
----------------------------*/

#cnhDetail, #cnhDetailBuilder
{
    padding: 0 25px 30px 25px;
}

#cnhDetailMarketLeftColumn
{
    float: left;
    margin: 0;
    padding: 75px 0 0 0;
    width: 160px;
}
#cnhDetailMarketMainColumn
{
    border-left: 1px solid #e8e8e8;
    float: right;
    margin: 0;
    padding: 20px 0;
    width: 750px; /*#E7DEBC; #D9C2AD;*/
}
.cnhDetailMarketTitleBar
{
    float: left;
    margin: 20px 0 10px 0;
    padding: 5px 8px;
    width: 734px;
    background: #24170c url(../images/bg_heading.gif) repeat-x bottom left;
    font-family: Trebuchet MS,Geneva,sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    color: #eabb44;
    border-bottom: 2px solid #24170c;
}
.cnhDetailMarketTitleBar h2
{
    float: left;
}
.cnhMarketFormHeading
{
    font-family: Trebuchet MS,Geneva,sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    color: #24170c;
    padding: 0;
}
#cnhMarketFormBox
{
    border: 0px solid;
}
#cnhMarketFormBox select
{
    margin: 0 0 6px 0;
    width: 160px;
    font-size: 1.4em;
    color: #473a30;
}
#cnhMarketFormBox .btnSearch
{
    float: right;
}

.cnhMarketBuilderResults
{
    float: left;
    width: 750px;
    margin: 0 0 4px 0;
    padding: 9px 0 0 0;
    background: #c9b7a0 url(../images/bg_texture_1.gif) 4px 4px;
}
.cnhMarketBuilderBox
{
    border: 1px solid #24170C; /*#d9c2ad;*/
    float: left;
    height: 260px;
    margin: 0 0 9px 9px;
    padding: 5px;
    width: 226px;
    background: #fff;
    cursor: pointer;
}
.cnhMarketBuilderImage
{
    width: 226px !important;
    height: 170px !important;
}
.cnhMarketBuilderInfo 
{
	float: left;
	width: 225px;
	height: 90px;
    overflow: hidden;
}
.cnhMarketBuilderName
{
    position: relative;
    margin: 0;
    padding: 6px 0 0 0;
    font-size: 1.4em;
    font-weight: bold;
}

/* Detail Builder
----------------------------*/

#cnhDetailBuilderMainColumn
{
    border-left: 0px solid #e8e8e8;
    float: left;
    margin: 0;
    padding: 20px 0 20px 0;
    width: 925px;
}
#cnhBuilderImageCol
{
    float: left;
    width: 607px;
}
#cnhBuilderImageGallery
{
    float: left;
    width: 605px;
    margin: 0;
    padding: 0; /*border: 1px solid #d9c2ad;*/
    background: #fff; /*#847966; #f7f7ef;*/
}
.cnhBuilderGalleryBox
{
    float: left;
    width: 302px;
    padding: 8px 0 0 0;
    text-align: center;
    border: 0px solid;
}
#cnhBuilderImageGallery p
{
    font-size: 1.3em;
    font-weight: bold;
}
.cnhBuilderGallerySingle
{
    float: left;
    width: 605px;
    padding: 8px 0 0 0;
    text-align: center;
}
.cnhBuilderGallerySingle img
{
    /*width: 580px; 	height: 435px;*/
    border: 4px solid #24170C; /*#356aa0;*/
}
.cnhBuilderGalleryBox img
{
    /*width: 226px; 	width: 170px;*/
    border: 4px solid #24170C; /*#356aa0;*/
}
#cnhBuilderAdditionalInfo
{
    float: left;
    width: 607px;
}
.cnhBuilderMoreLinks
{
    border-top: 1px solid #24170c;
    margin: 12px 0 0 0;
    padding: 12px 0 6px 8px;
    font-size: 1.3em;
    font-weight: bold;
}
#cnhBuilderRightCol
{
    float: right;
    width: 312px;
}
#cnhBuilderInfoColumn
{
    float: right;
    padding-bottom: 4px;
    background: #c9b7a0 url(../images/bg_detail_box.gif) 50% bottom;
}
#cnhBuilderInfoColInner
{
    border: 1px solid #24170C; /*#d9c2ad;*/
    border-bottom: 0;
    background: #c9b7a0; /*#f7f7ef;*/
    width: 300px;
    margin: 0;
    padding: 0 5px 0 5px;
    color: #24170C;
}
#cnhBuilderInfoColumn p
{
    font-size: 1.3em;
}
#cnhBuilderHeadline h2
{
    font-family: Trebuchet MS,Geneva,sans-serif;
    font-size: 2.4em;
    font-weight: bold;
    padding: 0 0 4px 0;
}
#cnhBuilderLogoBox
{
    /*border-bottom: 1px solid #d9c2ad; 	margin: -5px -5px 0 -5px;*/
    padding: 8px 0;
    background: #fff;
    text-align: center;
}
.cnhBuilderLogoLink
{
    display: block;
    margin-top: 4px;
    font-size: 1.3em;
    font-weight: bold;
}
.cnhBuilderContactForm
{
    border: 0px solid;
    margin: 0 0 15px 0;
    padding: 0;
}
.cnhBuilderPrivacy
{
    font-size: 9px;
    display: block;
    text-align: center;
}
.cnhBuilderContactForm input, .cnhBuilderContactForm textarea
{
    width: 294px;
}
.cnhBuilderContactForm textarea
{
    height: 100px;
}
.cnhBuilderContactForm .btnSubmit
{
    width: auto;
}
#cnhBuilderDescriptionBox
{
    margin-top: 8px;
}
#cnhBuilderInfoColumn .cnhBuilderContactForm .cnhBuilderHeading, #cnhBuilderAddressBox .cnhBuilderHeading, #cnhBuilderDescriptionBox .cnhBuilderHeading, #cnhBuilderAwardsBox .cnhBuilderHeading, #cnhBuilderTestimonialsBox .cnhBuilderHeading
{
    margin: 0;
    padding: 6px 8px 5px 8px;
    background: #24170c url(../images/bg_heading.gif) repeat-x bottom left;
    font-family: Trebuchet MS,Geneva,sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    color: #eabb44;
    border-bottom: 2px solid #24170c;
}
#cnhBuilderInfoColumn .cnhBuilderContactForm .cnhBuilderHeading, #cnhBuilderAddressBox .cnhBuilderHeading
{
    margin: 0 -5px;
    padding: 6px 5px 5px 5px;
    color: #eabb44; /*#24170c;*/
    background: #24170c url(../images/bg_heading.gif) repeat-x bottom left; /*#d9c2ad;*/
    border-bottom: 2px solid #24170c;
}
#cnhBuilderInfoColumn .cnhBuilderContactForm .cnhBuilderHeading
{
    margin-bottom: 8px;
}

#cnhBuilderDescriptionBox .cnhBuilderDesc
{
    font-size: 12px;
    line-height: 1.6em;
    padding: 12px 8px 16px 8px;
}
#cnhBuilderDescriptionBox .cnhBuilderDesc p
{
    font-size: 12px;
    line-height: 1.6em;
}
#cnhBuilderAwardsBox p
{
    padding: 6px 8px;
}
#cnhBuilderAwardsBox .cnhBuilderAward
{
    float: left;
    clear: both;
    width: 599px;
    border-top: 0px solid #eabb44;
    line-height: 1.6em;
    padding: 6px 8px 8px 0;
}
#cnhBuilderAwardsBox .cnhBuilderAward p
{
    line-height: 1.6em;
}
#cnhBuilderAwardsBox .cnhBuilderAwardName
{
    font-family: Trebuchet MS,Geneva,sans-serif;
    font-size: 1.4em;
}
#cnhBuilderTestimonialsBox
{
    line-height: 1.6em;
}
#cnhBuilderTestimonialsBox .cnhBuilderHeading
{
    margin-bottom: 10px;
}
#cnhBuilderTestimonialsBox p.cnhBuilderTestimonialP
{
    font-size: 1.3em;
    line-height: 1.4em;
    padding: 6px 8px 8px 8px;
}
.cnhBuilderTestimonialAuthor
{
    margin-left: 8px;
}
#cnhBuilderAwardsBox img
{
    float: left;
    width: 75px;
    margin: 6px 16px 6px 8px;
}

#cnhInactiveLeftColumn
{
    float: left;
    width: 460px;
}
#cnhInactiveRightColumn
{
    float: right;
    width: 435px;
    padding-left: 25px;
    border-left: 1px solid;
}
#cnhInactiveLeftColumn ul li
{
    font-size: 1.2em;
}
#cnhInactiveRightColumn #cnhMarketFormBox .btnSearch
{
    float: left;
}



/* =Pagination Related
----------------------------*/
.cnhPagingBar
{
    clear: both;
    float: left;
    width: 750px;
    margin: 0 0 8px 0;
}
.cnhPagingBar p
{
    font-size: 1.2em;
}
.cnhPagingSummary
{
    float: left;
    margin: 0 0 0 8px;
    padding: 10px 0;
    font-size: 1.2em;
}
.cnhPagingSummary h2
{
    display: inline;
    font-size: 1em;
    font-weight: bold;
}
.cnhPagingLinks
{
    float: right;
    margin: 5px 8px 0 0;
}
.cnhPagingBar a
{
    border: 1px solid #356aa0;
    margin: 0 0 0 4px;
    padding: 0 5px;
    color: #356aa0;
    text-decoration: none;
}
.cnhPagingBar span.disabled
{
    border: 1px solid #8aaccf;
    color: #8aaccf;
    margin: 0 0 0 4px;
    padding: 0 5px;
}
.cnhPagingBar a:hover, .cnhPagingBar span.current
{
    background-color: #356aa0;
    border: 1px solid #356aa0;
    color: #fff;
    margin: 0 0 0 4px;
    padding: 0 5px;
}
a.cnhMarketModalLink, a.cnhMarketModalLink:hover
{
    float: left;
    display: block;
    margin: 0 0 0 20px;
    padding: 2px 0 5px 60px;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: underline;
    background: url(../images/bg_gallery_icon.jpg) no-repeat top left;
    border: 0;
    color: #356aa0;
}


/* =Builder Slide Show Related
----------------------------*/
.cnhGalleriaImageCol
{
    float: right;
    width: 650px;
}
.galleria_wrapper
{
    width: 580px;
    background: gray;
    padding: 2px;
    margin: 0 auto;
}
.galleria_wrapper img
{
    width: 580px;
    height: 435px;
}
.cnhGalleriaMenu
{
    float: left;
    width: 250px;
}
.cnhGalleria
{
    float: left;
}
.cnhGalleria li
{
    display: block;
    overflow: hidden;
    float: left;
    margin: 0 6px 10px 0;
}
.cnhGalleria li
{
    width: 68px;
    height: 50px;
    border: 2px double #fff;
    background: #000;
}
.cnhGalleria li img.thumb
{
    cursor: pointer;
    top: auto;
    left: auto;
    display: block;
    width: auto;
    height: auto;
}
.caption
{
    font-style: italic;
    color: #fff;
}
.cnhGalleria li div
{
    left: 240px;
}
.cnhGalleria li div .caption
{
}
.nav
{
    clear: both;
    width: 650px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.caption
{
    float: left;
    width: 650px;
    padding: 6px 0;
    display: block;
    text-align: center;
}


#showcaseModal
{
    display: none; /*visibility: hidden;*/
    position: fixed;
    top: 0;
    left: 0;
    border: 0px solid;
    width: 100%;
    height: 100%;
    padding-top: 130px;
}
#showcaseBg
{
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    border: 0px solid;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}
#showcase
{
    margin: 0 auto 0 auto;
    padding: 30px 10px 10px 10px;
    width: 930px; /*height: 450px;*/
    background: #000;
    position: relative;
    z-index: 999999;
}
a#showcaseClose
{
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-size: 14px;
    z-index: 9999;
}
#cnhCoolIrisBox
{
}


.cnhMessages
{
    font-size: 1.4em;
}
.cnhMessages .error
{
    color: Red;
    font-weight: bold;
    padding: 6px 0;
}
.cnhMessages .success
{
    display: block;
    width: 915px;
    margin: 5px 0 5px 0;
    padding: 6px 0 6px 10px;
    border: 1px solid #000;
    border-width: 1px 0;
    font-weight: bold;
    background: #00c800;
    color: #fff;
}

#cnhOffer
{
    float: right;
    margin: 0 0 25px 0;
    padding: 5px 10px;
    width: 400px;
    background-color: #e5dccf;
    color: #bb0000;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}
#cnhOffer .cnhOfferMarket
{
    font-size: 0.8em;
    color: #000000;
}
#cnhOffer .cnhOfferTitle
{
    font-size: 2.4em;
    font-style: normal;
    font-family: Trebuchet MS, Geneva, sans-serif;
}
#cnhOffer label
{
    font-size: 1.2em;
}
#cnhOffer #ddlCity
{
    width: 120px;
}
#cnhOffer #ddlState
{
    width: 120px;
}
#cnhOfferPromo
{
    font-size: 1.6em;
}

#cnhEcommOrderDetail
{
    font-size: 12px;
    text-align: center;
    margin: 0 0 10px 0;
}

.field-validation-error
{
    color: #ff0000;
    vertical-align: top;
}
.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}
.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.validation-summary-errors li
{
    font-size: 1.2em;
}

.cnhSubscriptionInfo td.fieldTitle
{
    font-size: 1.1em;
    font-weight: bold;
    text-align: right;
    padding: 5px;
}

.order-summary
{
    width: 920px;
    float: left;
    clear: left;
    padding:0 0 50px 0;
}
.order-summary-box
{
    width: 580px;
    float: left;
}

.view-my-account-btn
{
    width: 530px;
    text-align: center;
    padding-bottom: 40px;
}

.contactme-box
{
    width: 328px;
    float: right;
}
.contactme-box-top
{
    background: url(../images/contactme-top.gif) no-repeat top left;
    width: 328px;
    height: 27px;
}
.contactme-box-center
{
    background: url(../images/contactme-bg.gif) repeat-y top left;
    width: 328px;
    float: left;
}
.contactme-box-logo
{
    text-align:center;
    padding:0 0 20px 0;
}
.contactme-btn
{
    text-align:center;
    padding:25px 0;
}
.contactme-box-center p
{
    padding: 0 30px;
}
.contactme-box-bottom
{
    background: url(../images/contactme-bottom.gif) no-repeat top left;
    width: 328px;
    height: 28px;
    float: left;
}

.advertising-agreement
{
    width: 920px;
    float: left;
    clear: left;
    padding: 0 0 50px 0;
}

.bdxInfoLabel
{
    font-weight: bold;
}

#CCUpdateNotify
{
	padding: 10px 5px 0px 5px;
	width: 375px;
	max-width: 375px;
}

#CCUpdateNotify .success
{
	font-size: 1.2em;
    color: #00c800;
    font-style: italic;
    font-weight: bold;
    width: 375px;
    max-width: 375px;
}

#CCUpdateNotify .error
{
	font-size: 1.2em;
    color: #ff0000;
    font-style: italic;
    font-weight: bold;
    width: 375px;
    max-width: 375px;
}

.ccInfo
{
	border-style: solid; 
	border-width: 1px
}

.ccInfo td
{
	padding:5px;
}

.ccInfo th
{
	padding:5px;
	font-weight:bold;
}

.ccInfo td.border
{
	border-right:solid 1px;
}

.ccHighlight
{
	background-color: #E6DDD6;
}

.ccUpdate
{
	padding-top: 15px;
}

.ccUpdateInput
{
	padding:0 10px 0 10px;
	margin:0 5px 0 5px;
}

.ccInfo select#ddlMonth
{
	width:45px;
}

.ccInfo select#ddlYear
{
	width:75px;
}

.charsRemaining
{
	font-size:9px;
	display:block;
	width:677px;
	text-align:center;
}

#cnhModalContact ul
{
    font-size: 1.2em;
    list-style-type: disc;
}

#cnhModalContact .cnhMessages
{
	 font-size: 1.0em;
}