﻿html, body
{
    margin: 0;
    padding: 0;
    height: 99.7%;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}

body
{
    background-image: url('../../Images/gator_bg.gif' );
    background-repeat: repeat-y;
    background-position: left top;
    text-align: center;
}

.slider_rail
{
    position: relative;
    height: 5px;
    width: 180px;
    background: #FFFFFF;
}
.slider_handle     
{
    position: absolute;    
    height: 5px;    
    width: 22px;
}
.conf_on, .conf_off
{
    width: 90%;
    padding: 3px;
    border: 1px solid #FF0000;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
}

.custinfoconf_on, .custinfoconf_off
{
    width: 90%;
    padding: 3px;
    border: 1px solid #FF0000;
    background-color: #F4F4F4;
    color: #000000;
    font-weight: bold;
}
.custinfoconf_on, .conf_on
{
    display: block;
}
.custinfoconf_off, .conf_off
{
    display: none;
}
.prodpreview
{
    background-color: #000000;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.prodimg
{
    text-align: center;
    color: #FFFFFF;
}

.menu
{
    font-size: 10pt;
    margin-bottom: 8px;
    padding-top: 2px;
    padding-bottom: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #F0F0F0;
    background-color: #C0C0C0;
    color: #000000;
    text-align: left;
}
.menu A
{
    color: #000000;
    text-decoration: none;
}
.menu A:hover
{
    text-decoration: underline;
}
.updateProgress
{
    position: absolute;
    width: 159px;
    height: 78px;
}

.progress_pnl
{
    border: 0px solid #000000;
    padding: 0px;
    margin: 0px;
    background-position: left top;
    width: 159px;
    background-image: url(Images/saving_box_bg.png);
    background-repeat: no-repeat;
    height: 62px;
}

.progress_div
{
    background-image: url(Images/activityanimation.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 80%;
}

#tbl_ProdInfo
{
    margin-left: 10px;
    color: #FFFFFF;
}

#tbl_ProdInfo td.prodimg
{
    padding-right: 10px;
}

#tbl_ProdInfo img.img_prodimg
{
    border: 1px solid #FF0000;
}

#tbl_ProdInfo td.prodinfotxt
{
    border-left-style: dashed;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
    padding-left: 5px;
    color: #FFFFFF;
    text-align: left;
}

#tbl_ProdInfo .lbl_ProdTitle, #tbl_ProdInfo .lbl_ProdPrice
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

#tbl_ProdInfo .lbl_ProdPrice
{
    font-style: normal;
    color: #FFFF80;
}
#tbl_ProdInfo .ProdDescription
{
    font-size: 10pt;
}
.new_left_menu, .new_left_menu:hover
{
    cursor: pointer;
    background-color: #FF0000;
    color: #FFFFFF;
    margin: 5px 0px 0px 0px;
    width: 158px;
    font-family: 'Arial Narrow';
    font-size: 12pt;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    text-transform: uppercase;
}

.new_left_menu:hover
{
    background-color: #D90000;
}

#ctl00_ContentPlaceHolder1_CheckoutDetails1_pnl_ErrorMsg .content
{
    border: 1px solid #FF0000;
    background-color: #FFFFFF;
    width: 400px;
    height: 100px;
}

#ctl00_ContentPlaceHolder1_CheckoutDetails1_pnl_ErrorMsg .header
{
    background-position: 5px center;
    background-color: #000000;
    color: #FFFFFF;
    text-transform: capitalize;
    font-weight: bold;
    font-variant: small-caps;
    padding-left: 26px;
    height: 20px;
    background-image: url('../../images/Error.png');
    background-repeat: no-repeat;
    vertical-align: middle;
}

#ctl00_ContentPlaceHolder1_CheckoutDetails1_pnl_ErrorMsg .body
{
    padding: 5px;
    background-color: #FFFFFF;
}

#ctl00_ContentPlaceHolder1_OrderForm1_pnl_ErrorMsg .content
{
    border: 1px solid #FF0000;
    background-color: #FFFFFF;
    width: 400px;
    height: 100px;
}

#ctl00_ContentPlaceHolder1_OrderForm1_pnl_ErrorMsg .header
{
    padding: 2px 3px 2px 4px;
    background-color: #000000;
    color: #FFFFFF;
    text-transform: capitalize;
    font-weight: bold;
    font-variant: small-caps;
    height: 18px;
}

#ctl00_ContentPlaceHolder1_OrderForm1_pnl_ErrorMsg .body
{
    padding: 5px;
    background-color: #FFFFFF;
}
.OrderHistory_header
{
    background-position: left top;
    background-color: #FF0000;
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    font-variant: small-caps;
    padding-left: 19px;
    margin-top: 4px;
    cursor: pointer;
    background-image: url('../../images/left_arrow.gif');
    background-repeat: no-repeat;
    height: 19px;
    vertical-align: absmiddle;
}