/* --- Import Sitewide Styles
-------------------------------------------------------*/
@import url("master.css");
@import url("about.css");



/* --- prim_cont Primary Content
-------------------------------------------------------*/
#cont .z_r {
    font-size: 11px;
    line-height: 18px;
    }

    #cont .z_r p,
    #cont .z_r h4 {
        float: left;
        width: 410px;
        }

    #cont .z_r p.f_r {
        float: right;
        width: 294px;
        }

    .z_r p {
        margin-bottom: 2em;
        }

    .z_r strong {
        font-size: 12px;
        font-weight: normal;
        }

    #cont .z_r div {
        float: left;
        width: 570px;
        }

        #cont .z_r div p {
            width: 100%;
            }

        #cont .z_r h5 {
            color: #e9256f;
            font-size: 14px;
            font-weight: bold;
            }

        #cont .z_r table {
            font-size: 11px;
            width: 568px;
            margin: 10px 0 35px 0;
            border-collapse: collapse;
            background: #fff url(/_images/module_general_fade_bg.gif) no-repeat left bottom;
            }

            #cont .z_r table th {
                color: #bebebe;
                font-weight: bold;
                text-align: left;
                padding: 0 5px 5px 3px;
                background: #fff;
                }

            #cont .z_r table td {
                padding: 5px;
                border-top: 1px solid #dfdfdf;
                border-bottom: 1px solid #dfdfdf;
                }

                #cont .z_r table tr:hover td {
                    background: #ebeaea;
                    }

            #cont .z_r table td.f { /* First td */
                padding-left: 8px;
                border-left: 1px solid #dfdfdf;
                }

            #cont .z_r table .l { /* Last td */
                padding-right: 8px;
                border-right: 1px solid #dfdfdf;
                }

            #cont .z_r table .c {
                color: #006990;
                font-size: 10px;
                font-weight: bold;
                text-align: center;
                width: 80px;
                }



/* --- t_g Ticket Guarantee
-------------------------------------------------------*/
#cont .t_g {
    width: 725px;
    margin-left: 15px;
    }

#cont .t_g p,
#cont .t_g h4 {
    float: left;
    width: 487px;
    }

#cont .t_g p.f_r {
    float: right;
    width: 227px;
    margin: 28px 0 0 10px;
    }

#cont .t_g img.p_d { /*Prcess Diagram */
    margin: 10px 0;
    }

#cont .t_g h5 {
    clear: left;
    color: #006990;
    font-size: 12px;
    margin-bottom: 10px;
    }
