﻿.header_top
{
    border-bottom: 10px solid #D6D6D6;
}

.tdginput
{
    height: 32px;
}

.ginput
{
    background: transparent;
    border: 1px solid #D6D6D0;
    color: #696763;
    padding: 5px;
    margin-bottom: 5px;
}
.ginput[disabled]
{
    background: #F0F0E9;
}


.header-middle .container .row
{
    border-bottom: 1px solid #D6D6D0;
}
h2.title:after
{
    border: 1px solid #D6D6D0;
}
.check_out
{
    margin: 0px;
}
.cart_pager
{
    height: 50px;
    border: 1px solid #D6D6D6;
}
.cart_pager table > tbody > tr > td > span, .cart_pager table > tbody > tr > td > a:hover
{
    background: #FE980F;
    color: #fff;
    margin-right: 4px;
    padding: 4px 10px;
}
.cart_pager table > tbody > tr > td > a
{
    background: #F0F0E9;
    color: #696763;
    margin-right: 4px;
    padding: 4px 10px;
}
.cart_pager table > tbody > tr > td
{
    border: 0px solid #D6D6D6;
}

.cart_info table tr td
{
    border: 1px solid #D6D6D6;
}

.table-condensed > tbody > tr > th
{
    font-weight: bold;
}
.table-condensed > tbody > tr > th a
{
    color: White;
    text-decoration: underline;
    font-weight: bold;
}
#do_action .chose_area
{
    border: 1px solid #D6D6D6;
}
.footer-bottom
{
    background-color: #D6D6D6;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
    border: 1px solid #D6D6D6;
}


#cart_items .cart_info
{
    margin-bottom: 0px;
}

.modalBackground
{
    background-color: gray;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.thModal
{
    background: #FE980F;
    color: #fff;
    font-size: 16px;
    font-family: tahoma , sans-serif;
    font-weight: normal;
    padding: 5px;
}
