.rebate-section{
    margin: 0 22px 15px 0;
    display: block;
    overflow: auto;
}
.rebate-border{
    border: #1975b0 dashed 4px;
    padding: 10px;
    background-color: #F1F8FE;
    margin-bottom: 5px;
}
.rebate-zip-selection{
    display: block;
    background: #0a4f78;
    margin: 2px 2px 0 2px;
}

#page_content .rebate-zip-selection h3{
    display: block;
    padding: 12px 15px 0px 60px;
    color: white;
    margin:0;
    font-size: 1.9em;
}

#page_content .rebate-zip-selection h3 label{
    display: inline-block;
    padding: 10px 15px 5px 0px;
    color: white;
    margin:0;
    font-size: 1.0em;
    line-height: 1.0em;
    font-weight: bold;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
}

.rebate-zip-selection input{
    margin: 0px 0px 12px 0px;
    background: #1875ae;
    border: none;
    padding: 8px;
    color:white;
    font-size: 1.0em;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    line-height: 1.0;
    text-align: center;
}

#page_content .rebate-zip-selection a{
    text-transform: uppercase;
    color:black;
    font-size: .6em;
    line-height: 1.0em;
    margin: 0px 8px 8px 10px;
    background: #d4d2d3;
    border: none;
    padding: 10px 12px 8px 12px;
    border-radius: 5px;
}

#page_content .rebate-list
{
    margin:10px 5px 10px 10px;
    font-size: 1.6em;
    font-weight: bold;
    height: 100px;
    overflow-y: hidden;
}

#page_content .rebate-row
{
    margin-right:10px;
    border-bottom: solid 1px #ddd;
    overflow: auto;
    padding-bottom: 20px;
    margin-top: 20px;

}

#page_content .rebate-row.first
{

}

.rebate-section .expand-button{
    display: block;
    text-transform: uppercase;
    min-width:220px;
    font-size: 1.0em;
    font-weight: bold;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    background:#ceebf9;
    border: solid 1px #65a9cd;
    text-align: center;
}

#page_content .rebate-section .expand-button a{
    display: block;
    text-transform: uppercase;
    color:black;
    padding: 8px 12px;
}

#page_content  div.view_product_details{
    float:right;
    color: black;
    font-size: 1.1em;
    margin: 0px 8px 3px 0px;
    background: #d0cecf;
    border: none;
    box-shadow: 2px 2px 2px #888888;
    padding: 10px 25px 8px 25px;
    border-radius: 5px;
}
#page_content  div.view_product_details a{
    color:black;
    font-weight:bold;
}


.rebate_field {
    margin-left: 10px;
}

.rebate_field.product {
    width: 200px;
    display: inline;
    float: left;
    margin-right: 0px;
}

.rebate_field.product .value {
    width: 200px;
    color: #b94897;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    float: left;
    display: inline;
    margin-right: 0px;
}

.rebate_field.incentive_type .value {
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-weight: normal;
    float: left;
    display: inline;
    font-size: .9em;
    width: 390px;
}

.rebate_field.incentive_type .value a {
    font-weight: bolder;
}

.rebate_field.incentive_amount .value {
    width: 140px;
    color: #b94897;
    font-family:  "Roboto",Helvetica,Arial,sans-serif;
    padding-bottom: 10px;
    margin-right: 10px;
    margin-left: 0px;
    float: right;
}

.rebate_field.incentive_amount {
    width: 140px;
    display: inline;
}

.rebate_field.contact-info .value {
    width: 260px;
}

.rebate_field.more_info_link {
    float: right;
    font-weight: normal;
    display: inline;
    font-size: .9em;
}

.rebate_field.more_info_link a {
    width: 100px;
    font-size: .9em;
}

.rebate_field.contact .value {
    display: block;
    width: 365px;
    font-weight: normal;
}

.rebate_field.contact div > div {
    display: block;
    clear: both;
}

.rebate_field.zipcodes {
    display: none;
    padding-top: 10px;
    clear: both;
}

.contact-location-row {
    margin-top: 5px;
}

.program-description {
    padding: 5px;
    padding-top: 10px;
    font-style: italic;
    font-family:Helvetica, Arial, sans-serif;
    color: #666666;
    clear: both;
    display: none;
}

#learnmorebutton {
    background: #1875ae none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #888888;
    font-size: 1.1em;
    float: right;
    display: inline;
    margin: 8px 0px 3px 0;
    padding: 8px 10px 8px 10px;
    font-family:  "Roboto",Helvetica,Arial,sans-serif;
}

#learnmorebutton span {
    color: #ffffff;
}

#page_content .no-rebate-section
{
    padding: 5px 10px 20px 5px;
}

#page_content .no-rebate-section a
{
    font-size: 1.3em;
    text-decoration: underline;
    font-style: italic;
    font-family:Helvetica, Arial, sans-serif;
}

#zipCodeNotFound
{
    font-size: 1.1em;
    font-weight:bold;
    color:inherit;
}
