﻿
body {
    border: 0 none;
    color: #333333;
    /*font-family: museo-sans,Arial,Sans-Serif;*/
    font-family: Roboto,'Open Sans';
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    background: none;
}
ul {
    list-style:none;margin:0;
}
.section-header
{
	border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 1px;
}

.section-header .title
{
	color: rgb(102, 102, 102);
    display: inline;
    font-size: 19px;
    font-weight: 300;
}
.section-header .title a{
font-size:13px;
}
.section-header .options
{
	float: right;
	text-align: right;
}

.cph {
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    width: 650px;
}

#redeemForm {
    background: none repeat scroll 0 0 #FFFFFF;
    border: none;
    font-size: 16px;
    margin: auto;
    width: 100%;
}

.about {
    padding: 0;
    height:256px;
    width: 97%;
    border: 12px solid #EFEFEF;
}

#inpForm {
    font-size: 11px;
    padding: 10px;
    width: 450px;
}

.footerDesc {
    bottom: 0;
}

#inpForm input {
    border-bottom: 1px solid #000000;
    background: none;
    float: left;
    width: 250px;
}

.redeemDate {
    float: right;
    font-size: 11px;
    font-weight: bold;margin:0;
}

.wrapText {
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

 .option-ellipsis{
     display:block;
     white-space:nowrap;
     overflow:hidden;
     text-overflow:ellipsis;
 }

#priceTable {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

    #priceTable td {
        padding-bottom: 5px;
        text-align: right;
    }

    #priceTable .thead {
        font-weight: bold;
        color: #36c;
        background: #fff;
        vertical-align: bottom;
        padding-left: 20px;
    }

    #priceTable .ltalign {
        text-align: left;
        font-weight: bold;
        width: 200px;
    }

    #priceTable .nobold {
        font-weight: normal;
    }

    #priceTable .subItem {
        padding-left: 5px;
    }

    #priceTable .tfoot {
        height: 16px;
    }

    #priceTable .valignBot {
        vertical-align: bottom;
        font-weight: normal;
        color: #000;
    }

    #priceTable .thover {
        cursor: pointer;
    }

    #priceTable .thead.thover {
        background: #3d8ddb 0 -440px;
        color: #fff;
        text-decoration: underline;
    }

        #priceTable .thead.thover a {
            color: #FFF;
        }

    #priceTable .tfoot.thover {
        background: #3d8ddb -130px -485px;
    }

    #priceTable .active, .step3 .tfoot.active {
        background: #fff;
        font-weight: bold;
    }

    #priceTable .tfoot.active {
        border-bottom: 1px solid #fff;
    }

    #priceTable .thead.active {
        background: #3d8ddb repeat-x top left;
        color: #fff;
        text-decoration: none;
    }

        #priceTable .thead.active a {
            color: #FFF;
        }

table.details {
    color: #666;
    font-size: 13px;
    background: #fff;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 3px;
}

    table.details td {
        border: 1px solid #EFEFEF;
        padding: 6px 8px;
        white-space: -moz-pre-wrap !important;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        white-space: pre-wrap;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal;
    }

        table.details td:first-child {
            background: #EFEFEF;
            width: 140px;
        }

        table.details td span {
            display: block;
        }

        .redemptionwidth{
           max-width: 800px !important;
           width: 100%;
        }

@media (max-width: 767px) {
     .redemptionwidth{
           width: auto !important;
     }
}
@media print {
  .redemptionwidth{
           width: 700px !important;            
        }
}