﻿#cart-items-badge
{
    display: inline-block;
    position: absolute;
    right: 1px;
    top: 6px;
    z-index: 10000;
    background: url(images/cart-items-badge.png) no-repeat;
    color: #fff;
    line-height: 26px;
    width: 30px;
    height: 30px;
    font-weight: bold;
    text-align: center;
}

#cart-items-badge a, #cart-items-badge a:hover
{
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #000;
    font-size: 13px;
}


.popup-balloon
{
    z-index: 100000;
    display: none;
    width: 300px;
    color: #000;
    background: transparent;
   position: absolute;
}

.popup-shopping-cart
{
    right: -5px;
    top: 55px;
    
    
}

.card-code-help 
{
    margin-left: 33px;
}
.popup-balloon .top
{
    height: 17px;
    background: url(images/popup-top.png) no-repeat;
}

.card-code-help .top 
{
    background: url(images/popup-top-left.png) no-repeat;
}

.popup-balloon .wrap
{
    background-color: #eee;
    padding: 0 10px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    position: relative;
    overflow: auto;
}
.popup-balloon .bottom
{
    height: 13px;
    background: url(images/popup-bot.png) no-repeat;
}
.popup-shopping-cart h2
{
}

.popup-shopping-cart ul.items 
{
    margin: 10px 0;
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    list-style: none;
}



.popup-shopping-cart .right
{
    text-align: right;
}

.popup-shopping-cart .quantity 
{
    font-weight: bold;
}

.popup-shopping-cart a 
{
    color: #000;
    text-decoration: none;
}

.popup-shopping-cart a:hover
{
    color: #000;
    text-decoration: underline;
}

.popup-shopping-cart .subtotal 
{
    display: block;
    padding-bottom: 10px;
}

.popup-shopping-cart .close-popup-button
{
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #333;
    color: #FFF;
    height: 20px;
    padding: 0 5px;
    width: auto;
    overflow: visible;
}
.popup-shopping-cart .view-cart-button
{
    background: #3FAD36 url(images/orange_button_bg.gif) no-repeat 25% 50%;
    border: 1px solid #3FAD36;
    color: #fff;
    height: 20px;
    overflow: visible;
    padding: 0px 5px;
    width: auto;
}

.login-page 
{
    margin: 0;
    padding: 15px 50px;
}

.login-page .wrapper 
{
    overflow: hidden;
    width: 610px;
    padding: 0;
}

.login-page .wrapper div.box
{
    float: left;
    width: 295px;
    padding: 20px 10px 10px 0;
}

.login-page .wrapper div.returning.box
{
    padding-right: 0px;
    padding-left: 9px;
    border-left: 1px dotted #000;
}

.login-page .wrapper div.box.guest
{
    border-top: 1px dotted #000;
    width: 100%;
    margin-right: 10px;
    padding-right: 0;
}

.login-page .wrapper div input.registerbutton,
.login-page .wrapper div input.loginbutton
{
    clear: both;
    float: right;
}

.login-page div.returning.box table 
{
    width: 100%;
    border-collapse: collapse;
}

.login-page div.returning.box table  div
{
    margin-bottom: 10px;
}

.login-page div.returning.box table div label 
{
    display: inline-block;
    width: 110px;
}
.login-page .error 
{
    color: #B65626;
    font-weight: bold;
}
.login-page label
{
    font-weight: bold;
}

.login-page .textBox 
{
    width: 160px;
}

