﻿.ErrorMsg
{
    color: Red;
    border: solid 1px Red;
    font-size:large;
}
.store-address-block
{
    position:relative;
    margin:30px 0 10px 50px;
}
.store-address-block input,.store-address-block select
{
    margin:4px 0 4px 0;
}
.store-default-check input
{
    margin-right:4px;
}
.store-default-check label
{
    font-size:.8em;
}
.store-title
{
    font-weight:bold;
    font-size: 16px;
    
}
.store-offset
{
    position:absolute;
    left:-20px;
    top:-10px;
}
.button-match
{
    line-height:40px;
    font-size: 16px;
    font-weight:bold;
    font-style:normal;
}

.cart-summary
{
    width:100%;
}
.cart-summary td
{
    text-align:right;
    padding:6px 2px 6px 2px;
    background-color:#efefef;
    border-bottom:1px;
    border-bottom-style:solid;
    border-bottom-color:#fff;
}

.cart-summary .boldcell
{
    font-weight:bold;
}
.cart-summary-footer
{
    width:100%;
}
.cart-summary-footer td
{
    padding:6px 2px 6px 2px;
    background-color:#efefef;
}