﻿.listingBiz .status
{
    float:left;
    width:45px;
}

.listingBiz .details
{
    float:left;
    width:450px;
}

.listingBiz .details .desc
{
    padding:3px 0px 10px 0px;
}

.listingBiz .details select
{
    width:200px;
}

.listingBiz .details .purchased > span
{
    padding-right:20px;
}

.bizCart h3
{
    height:19px;
    padding-left:25px;
    font-size:14px;
    background: url('icon-bizCart.png') no-repeat;
}
.bizCart table
{
    border:none;
    margin:10px 0px;
}
.bizCart table td,
.bizCart table th 
{
    background-color:White;
    border:none;
    vertical-align:top;
    line-height:18px;
}
.bizCart table tbody tr:hover td
{
    background-color:#ebebeb !important;
}
.bizCart tbody
{
    border-bottom:1px solid #e5e5e5;
    border-top:1px solid #e5e5e5;
}

.bizCart table .checkoutBtn
{
    text-align:right;
    border:none;
}

.bizCart .btnRemove
{
    float:left;
    margin:0px 4px 0px 0px;
}

.invoiceWin h3
{
    color:#2896e0;
    font-size:14px;
    margin:0px 0px 5px 0px;
}

.scheduledBilling
{
    margin:5px;
}

.listingBiz .countDown
{
    padding-left:20px !important;
    padding-right:20px !important;
}


.bizCheckout .bizCart th.svc
{
    width:250px;
}

.bizSect
{
    margin:30px 0px;
}

.bizSect h2
{
    font-size:14px;
    font-weight:bold;
    margin:15px 0px;
}


.ecommerceProductInventory .btnRemove
{
    margin-top:2px;
}

.ecommerceProductInventory .prodSKU
{
    width:60px;
}


.ecommerceProductInventory .prodName
{
    width:255px;
}


.ecommerceProductInventory .prodPict
{
    width:40px;
}


.ecommerceProductInventory .prodPrice
{
    width:45px;
}



.ecommerce > .header
{
    margin-bottom:10px;
}


.ecommerceOrders table td
{
    height:25px;
    line-height:25px;
}

.orderStatus
{
    width:150px;
}

.orderPlaced
{
    color:#da072f;
}

.orderItemDescription
{
    width:300px;
}