/*------------------------------------------------------------------------------
Reset Spacing
------------------------------------------------------------------------------*/
*
{
    margin: 0;
    padding: 0;
}

/*------------------------------------------------------------------------------
Body Styles
------------------------------------------------------------------------------*/

h1
{
    width: 790px;
    color: #000000;
    font-size: 22px;
    margin: 0;
    padding: 0px 0 10px 0px;
    text-align: left;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    font-family: Verdana;
}

h2
{
    width: 790px;
    color: #000000;
    font-size: 20px;
    margin: 0;
    padding: 0px 0 10px 0px;
    text-align: left;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    font-family: Verdana;
}

html,body
{
    height: 100%;
}

body
{
    margin: 0px;
    background-color: #FFFFFF;
}

strong
{
    font-weight: bold;
}

/*Note: If your are NOT using the Navbar template xsl then do not use
the border class e.g. class="border" on the body tag.*/

.border
{
    background: url(../images/singlepixelbg.png) 189px 0px repeat-y;
}

/*------------------------------------------------------------------------------
Top Banner
------------------------------------------------------------------------------*/

#header
{
    background: #35302C url("../images/banner_image.png") no-repeat;
    width:960px;
    padding:0px;
    margin:0px;
    height: 80px;
    position: relative;
    white-space:nowrap;
}

#printHeader
{
    background: url("../images/print_banner_image.png") no-repeat;
    width:675px;
    padding:0px;
    margin:0px;
    height: 80px;
    position: relative;
    white-space:nowrap;
}

/*------------------------------------------------------------------------------
Page Contents
------------------------------------------------------------------------------*/
#page
{
    min-height: 100%;
}

#pageContainer
{
    overflow: hidden;
    padding-bottom: 83px;
    width: 960px;
}

/* Note: If your are NOT using the Navbar template xsl, use the
id="pageContent" instead of id="pageContentWithNav".*/

#pageContent
{
    float: left;
    margin: 0;
    padding-top: 30px;
    padding-left: 30px;
    background: #FFFFFF;
    position: relative;
    font-family: Arial,Helvetica,sans-serif;
}

#pageContentWithNav
{
    padding-top: 30px;
    padding-left: 30px;
    background: #FFFFFF;
    float: left;
    left: 190px;
    top: 0;
    font-family: Arial,Helvetica,sans-serif;
    width: 740px;
}

fieldset
{
    border: 0px;
    font-size: 14px;
    padding: 0px;
}

/*------------------------------------------------------------------------------
Enter Details
------------------------------------------------------------------------------*/


.ccdetails
{
    width: 600px;
    font-size: 14px;
}

.slash
{
    font-size: 15px;
}

.card_detail_style
{
    font-size: 14px;
    vertical-align: middle;
}

.card_example_style
{
    font-size: 11px;
    display: inline;
    padding-left: 15px;
}

.expiry_card_example_style
{
    font-size: 11px;
    display: inline;
    padding-left: 65px;
}

.enter_details
{
    font-size: 15px;
    border: 0;
    width: 692px;
}

ul.formItems
{
    list-style: none;
    overflow: hidden;
    margin-left: 0;
    padding: 0px;
    font-size: 14px;
}

ul.formItems label
{
    display: block;
    float: left;
    width: 200px;
    height: 20px;
    font-weight: bold;
}

ul.formItems li
{
    overflow: hidden;
    margin-top: 16px;
}

ul.formItems li.sendReceipt
{
    overflow: hidden;
    line-height: 20px;
}

ul.formItems li.emailSent
{
    margin-top: 6px;
    margin-left: 200px;
}

ul.formItems li.sendReceipt a
{
    overflow: hidden;
    line-height: 15px;
}

.surchargeInfoBox
{
    font-size: 15px;
    width: 600px;
    border: 1px solid #000000;
    padding: 6px;
    margin-top: 20px;
    margin-bottom: 28px;
}

ul.surchargeInfoList li
{
    list-style-type:disc;
    list-style-position:inside;
}

/*------------------------------------------------------------------------------
Confirmation
------------------------------------------------------------------------------*/

.confirmation_details
{
    font-size: 15px;
    border: 0;

}

.confirmation_style
{
    font-size: 14px;
    vertical-align: middle;
    width: 600px;
}

.confirmation_cell_style
{
    height: 25px;
}

ul.confirmationFormItems
{
    list-style: none;
    overflow: hidden;
    margin-left: 0;
    padding: 0px;
    font-size: 14px;
}

ul.confirmationFormItems label
{
    display: block;
    float: left;
    width: 200px;
    height: 18px;
    font-weight: bold;
}

ul.confirmationFormItems li
{
    overflow: hidden;
    line-height: 22px;
    margin-top: 10px;
}

.surchargeAcceptBox
{
    font-size: 15px;
    width: 600px;
    border: 1px solid #000000;
    padding: 6px;
    margin-top: 5px;
    margin-bottom: 10px;

}

/*------------------------------------------------------------------------------
Receipt
------------------------------------------------------------------------------*/

.receipt_style
{
    font-size: 14px;
    vertical-align: middle;
    margin-bottom: 6px;
    margin-top: 6px;
    width: 700px;
    padding-bottom: 60px;
}

.receipt_cell_style
{
    height: 25px;
    text-align: left;
}

.receipt_details
{
    font-size: 17px;
    border: 0;
    padding-bottom: 17px;
    text-align: left;
    vertical-align: top;
}

.receipt_buttons
{
    margin-top: 20px;
}

/*------------------------------------------------------------------------------
Buttons
------------------------------------------------------------------------------*/

.btnPayment
{
    background: #009900 url(../images/btn_bg_medium.gif) no-repeat scroll 0 0;
    font-size: 13px;
    width: 130px;
    height: 16px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    border: none;
    margin-right: 10px;
    padding: 3px 0px 5px 0px;
    cursor: pointer;
    display: block;
    float: left;
    text-align: center;
    line-height: 16px;
}

.btnDisabled
{
    background: #999999 url(../images/btn_bg_medium.gif) no-repeat scroll 0 0;
    font-size: 13px;
    width: 130px;
    height: 16px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
    border: none;
    margin-right: 10px;
    padding: 3px 0px 5px 0px;
    cursor: default;
    display: block;
    float: left;
    text-align: center;
    line-height: 16px;
}

.btnSmall
{
    background: #2E2A26 url(../images/btn_bg_small.gif) no-repeat scroll 0 0;
    font-size: 13px;
    width: 80px;
    height: 16px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    border: none;
    margin-right: 10px;
    padding: 3px 0px 5px 0px;
    cursor: pointer;
    display: block;
    float: left;
    text-align: center;
    line-height: 16px;

}

.btnMedium
{
    background: #2E2A26 url(../images/btn_bg_medium.gif) no-repeat scroll 0 0;
    font-size: 13px;
    width: 130px;
    height: 16px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    border: none;
    margin-right: 10px;
    padding: 3px 0px 5px 0px;
    cursor: pointer;
    display: block;
    float: left;
    text-align: center;
    line-height: 16px;
}

.buttons1
{
    visibility: visible;
    position: relative;
    padding-bottom: 20px;
}


/*------------------------------------------------------------------------------
Left Navbar
------------------------------------------------------------------------------*/

#navbar
{
    float: left;
    width: 190px;
}

#navbar a
{
    text-decoration:underline;
}
#navbar a:active
{
    color:#000000;
}
#navbar a:visited
{
    color:#000000;
}
#navbar a:link
{
    color:#000000;
}


/*------------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------*/

#footer
{
    background:transparent url(../images/border_footertop_8b_a.png) no-repeat scroll left top;
    padding:13px 0 0;
    width: 960px;
    position: relative;
    float: left;
    margin-top: -83px;
    height: 70px;
    clear:both;
}

.footer-contents
{
    background-color:#EEEDEC;
    padding: 5px 0px 15px 5px;
    position: relative;
    height:auto;
    display: block;
}

.credits
{
    margin: 20px 10px 10px 20px;
    padding: 0px;
    color: #000000;
    font-size: 13px;
    text-align: center;
}