﻿h4.cart_header
{
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    color: inherit;
    text-rendering: optimizelegibility;
}

[class^="icon-"],
[class*=" icon-"]
{
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("/Imgs/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;
}

.icon-info-sign
{
    background-position: -120px -96px;
    vertical-align: middle;
}

.modal-backdrop
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade
    {
        opacity: 0;
    }

        .modal-backdrop,
        .modal-backdrop.fade.in
        {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

.modal
{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    overflow: auto;
    width: 560px;
    margin: -250px 0 0 -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    /* IE6-7 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

    .modal td
    {
        line-height: 20px;
    }

    .modal.fade
    {
        -webkit-transition: opacity .3s linear, top .3s ease-out;
        -moz-transition: opacity .3s linear, top .3s ease-out;
        -o-transition: opacity .3s linear, top .3s ease-out;
        transition: opacity .3s linear, top .3s ease-out;
        top: -25%;
    }

        .modal.fade.in
        {
            top: 50%;
        }

.modal-header
{
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

    .modal-header .close
    {
        margin-top: 2px;
    }

    .modal-header h3
    {
        margin: 0;
        line-height: 30px;
        font-family: Tahoma, Verdana, Arial, sans-serif;
    }

.modal-body
{
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
}

    .modal-body .buttons2, .modal-body .buttons2 a
    {
        font-size: 1.0em;
        font-family: Tahoma, Verdana, Arial, sans-serif;
        color: #333333;
        line-height: 20px;
    }

    .modal-body .text div,
    .modal-body .text,
    .modal-body br,
    {
        font-family: Tahoma, Verdana, Arial, sans-serif;
        color: #333333;
        line-height: 20px;
    }

        .modal-body .text table td
        {
            font-family: Tahoma, Verdana, Arial, sans-serif;
            color: #333333;
            vertical-align: middle;
        }

            .modal-body .text table td b
            {
                font-family: Tahoma, Verdana, Arial, sans-serif;
                color: #333333;
            }

.modal-form
{
    margin-bottom: 0;
}

.modal-footer
{
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    *zoom: 1;
}

    .modal-footer:before,
    .modal-footer:after
    {
        display: table;
        content: "";
        line-height: 0;
    }

    .modal-footer:after
    {
        clear: both;
    }

    .modal-footer .btn + .btn
    {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn
    {
        margin-left: -1px;
    }

.close
{
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover
    {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

button.close
{
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.hide
{
    display: none;
}

.show
{
    display: block;
}

.invisible
{
    visibility: hidden;
}

.fade
{
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in
    {
        opacity: 1;
    }

.hidden
{
    display: none;
    visibility: hidden;
}

#measures thead td
{
    border-bottom: solid windowtext 1.0pt;
}

#measures table tr td b
{
    font-family: Tahoma,Verdana,Arial,sans-serif;
}

td.click, th.click
{
    background-color: #EEE;
}

td.hover, tr.hover
{
    background-color: #EEE;
}

th.hover, tfoot td.hover
{
    background-color: ivory;
}

td.hovercell, th.hovercell
{
    background-color: #ccc;
}

td.hoverrow, th.hoverrow
{
    background-color: #6df;
}

.auto-style1
{
    width: 85px;
    height: 26px;
}

th.right
{
    text-align: right;
}
