﻿.clear
{
    clear: both;
}
.mini-cart
{
    position: absolute;
    right: 0;
    top:150px;
    height:41px;
    width: 392px;
    overflow: hidden;
    z-index: 10;
}
.mini-cart-open
{
    height: 318px;
}
.mini-cart-closed
{
    height: 41px;
}
.mini-cart .tab
{
    position: absolute;
    width: 392px;
    top: -274px;
}
.mini-cart .expanded
{
    top: 0;
    background: url('images/mini-cart-bg.png') no-repeat left bottom;
}
* html .mini-cart .expanded
{
    background-image: url("images/mini-cart-bg.gif");
}
.mini-cart .tab .body
{
    padding: 0 11px;
    font-size: .75em;
    
}
.mini-cart .tab .heading
{
    margin: 0 0 0 179px;
    text-transform: uppercase;
    padding: 0 0 4px;
    background: #fff;
}
.mini-cart .login .heading
{
    margin: 0 179px 0 0;
    color: #be0f34;
    font-weight: normal;
    font-size: 1.8em;
}
.mini-cart .heading a, .mini-cart .heading a:link, .mini-cart .heading a:active, .mini-cart .heading a:focus
{
    display: block;
    width: 190px;
    height: 34px;
    text-indent: -9999px;
    background: url('images/buttons-backgrounds.png') no-repeat left -1036px;
    outline: none 0;
}
.mini-cart .retail .heading a, .mini-cart .retail .heading a:link, .mini-cart .retail .heading a:active, .mini-cart .retail .heading a:focus
{
    background-position: left -1070px;
}
.mini-cart .tab .contents
{
    height: 159px;
    background: #fff;
    padding-top: 6px;
    overflow: hidden;
}
.mini-cart .retail .contents
{
    height: 141px;
}
.mini-cart .tab table
{
    table-layout: fixed;
    width: 100%;
    font-size: 12px;
    border-bottom: solid 1px #e0e0e0;
}
* html .mini-cart .tab table
{
    table-layout: auto;
}
*:first-child + html .mini-cart .tab table
{
    table-layout: auto;
}
.mini-cart .tab caption
{
    display: none;
}
.mini-cart .tab thead
{
    display: none;
}
.mini-cart .tab td
{
    padding: 4px 5px;
    border-top: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
}
.mini-cart .tab td.image
{
    width: 46px;
    text-align: center;
    border-right: none 0;
}
.mini-cart .tab td img
{
    vertical-align: middle;
}
.mini-cart .tab td.item-name
{
    vertical-align: top;
}
.mini-cart .tab td.item-name p
{
    height: 38px;
    overflow: hidden;
}
.mini-cart .tab td.item-name a
{
    color: #17326b;
    text-decoration: none;
}
.mini-cart .tab td.item-name a:hover
{
    text-decoration: underline;
}
.mini-cart .tab td.qty
{
    width: 40px;
    text-align: center;
}
.mini-cart .tab td.price
{
    width: 78px;
    text-align: right;
    border-right: none 0;
}
.mini-cart .tab td.price span.abbr
{
    float: left;
}
.mini-cart .login .total
{
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    background: #f3f5f7;
}
.mini-cart .retail .total
{
    height: 48px;
}
.mini-cart .retail .total .cart-summary
{
    font-size: 11px;
    background-color: #f3f5f7;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    padding: 5px;
    text-align: right;
}
.mini-cart .retail .total div.cart-total
{
    text-align: right;
    padding: 6px 5px 1px;
}
.mini-cart .retail .total div.cart-total strong.cart-total
{
    margin-left: 26px;
}
.mini-cart .tab .actions
{
    height: 41px;
    position: relative;
}
.mini-cart .tab .body a, .mini-cart .tab .body a:link, .mini-cart .tab .body a:active, .mini-cart .tab .body a:visited
{
    color: #000;
}
.mini-cart .tab .total a, .mini-cart .tab .total a:link, .mini-cart .tab .total a:active, .mini-cart .tab .total a:visited
{
    color: #065099;
}
.mini-cart .login .body .contents p.not-logged-in, .mini-cart .login .body .contents p.no-bids, .mini-cart .retail .body .contents p.no-items
{
    text-align: center;
    font-size: 12px;
    margin: 0 5px 5px 8px;
}
.mini-cart .login .body .contents table th
{
    padding: 7px 10px;
}
.mini-cart .login .body .contents table thead th
{
    background: #edeff2;
    text-align: left;
    border-bottom: solid 1px #e0e0e0;
}
.mini-cart .tab .body .contents tr.hover td
{
    background-color: #d9e8f1;
    cursor: pointer;
}
.mini-cart .login .body .contents table th.image
{
    border-left: solid 1px #edeff2;
}
.mini-cart .login .body .contents table tr td p.closes
{
    margin-top: 10px;
    font-size: 11px;
    color: #999;
}
.mini-cart .login .body .contents table tr td.description
{
    vertical-align: top;
    font-size: 12px;
    line-height: 14px;
}
.mini-cart .login .body .contents table tr td.description p
{
    height: 44px;
    overflow: hidden;
}
.mini-cart .login .body .contents table tr td.status
{
    width: 64px;
    padding: 4px;
    font-size: 11px;
    line-height: 1em;
    border-right: none 0;
    text-align: center;
}
.mini-cart .login .body .contents table tr td.current-bid
{
    background: url("images/buttons-backgrounds.png") no-repeat;
    width: 93px;
    text-align: left;
    vertical-align: top;
    padding: 4px 5px 4px 17px;
}
* html .mini-cart .login .body .contents table tr td.current-bid
{
    background: url("images/mini-cart-bid-bg.gif") no-repeat;
}
.mini-cart .login .body .contents table tr.hover td.current-bid
{
    background-color: #d9e8f1;
}
.mini-cart .login .body .contents table tr td.winning
{
    background-position: left -1104px;
}
* html .mini-cart .login .body .contents table tr td.winning
{
    background-position: left top;
}
* html .mini-cart .login .body .contents table tr.hover td.winning
{
    background-position: left -62px;
}
.mini-cart .login .body .contents table tr td.partial-win, .mini-cart .login .body .contents table tr td.losing
{
    background-position: -133px -1104px;
}
* html .mini-cart .login .body .contents table tr td.partial-win, * html .mini-cart .login .body .contents table tr td.losing
{
    background-position: -133px top;
}
* html .mini-cart .login .body .contents table tr.hover td.partial-win, * html .mini-cart .login .body .contents table tr.hover td.losing
{
    background-position: -133px -62px;
}
.mini-cart .login .body .contents table tr td.losing span.price, .mini-cart .login .body .contents table tr td.partial-win span.price
{
    color: #f00;
}
.mini-cart .login .body .contents table tr td.losing a.small-button
{
    text-align: center;
    padding: 0;
    display: block;
    width: 50px;
    height: 16px;
    margin: 4px auto 0;
    background: url('images/buttons-backgrounds.png') no-repeat -120px -548px;
    text-indent: -9999px;
}
.mini-cart .login .body .contents table tr td.losing a.small-button:hover
{
    background-position: -120px -564px;
}
.mini-cart .login .body .total
{
    font-size: 11px;
}
.mini-cart .login .body .total span.count
{
    font-weight: bold;
}
.mini-cart .tab .actions ul
{
    list-style-type: none;
}
.mini-cart .tab .actions li.my-grays
{
    position: absolute;
    right: 10px;
    padding: 8px 0;
}
.mini-cart .tab .actions li.close
{
    position: absolute;
    bottom: 0;
}
.mini-cart .tab .actions li.close a, .mini-cart .tab .actions li.close a:link, .mini-cart .tab .actions li.close a:active, .mini-cart .tab .actions li.close a:visited
{
    display: block;
    padding: 5px 7px 5px 24px;
    color: #fff;
    text-decoration: none;
}
.mini-cart .tab .actions li.close a:hover
{
    text-decoration: underline;
}
.mini-cart .tab .actions li.view-cart
{
    position: absolute;
    left: 161px;
    padding: 8px 0;
}
.mini-cart .tab .actions li.view-cart a, .mini-cart .tab .actions li.view-cart a:link, .mini-cart .tab .actions li.view-cart a:active, .mini-cart .tab .actions li.view-cart a:visited
{
    color: #000;
}
.mini-cart .tab .actions li.view-cart a:hover
{
    text-decoration: none;
}
.mini-cart .tab .actions li.checkout
{
    position: absolute;
    right: 10px;
    padding: 8px 0;
}
.mini-cart .tab .summary a
{
    display: block;
    height: 33px;
    width: 120px;
    padding: 0 35px 10px 47px;
    line-height: 33px;
    background: url('images/mini-cart-bg.png') no-repeat;
    color: #000;
    text-align: center;
    font-size: 14px;
    float: right;
    text-decoration: none;
}
* html .mini-cart .tab .summary a
{
    background-image: url("images/mini-cart-bg.gif");
}
.mini-cart .tab a:active, .mini-cart .tab a:focus
{
    border: none 0;
    outline: none 0;
}
.mini-cart .tab .summary span.count
{
    font-weight: bold;
}
.mini-cart .login .summary a strong
{
    color: #be193f;
}
.mini-cart .login-collapsed
{
    z-index: 11;
    right: 190px;
    background: none;
}
.mini-cart .login-expanded
{
    z-index: 10;
    background-position: left bottom;
}
.mini-cart .login-collapsed .summary a
{
    background-position: right -86px;
    overflow: hidden;
}
.no-js .mini-cart .login-collapsed .summary a
{
    background-position: right -172px;
}
.mini-cart .login-expanded .summary a
{
    background-position: right top;
    float: left;
}
.mini-cart .login .summary span
{
    color: #BE0F34;
}
.mini-cart .retail-collapsed
{
    z-index: 10;
    left: 190px;
    background-position: -392px bottom;
}
.mini-cart .retail-expanded
{
    z-index: 10;
    background-position: -392px bottom;
}
.mini-cart .retail-collapsed .summary a
{
    background-position: right -129px;
    float: left;
}
.no-js .mini-cart .retail-collapsed .summary a
{
    background-position: right -215px;
}
.mini-cart .retail-expanded .summary a
{
    background-position: right -43px;
}
.mini-cart .retail .summary span.count
{
    color: #17326b;
}
.js .mini-cart .retail .summary a span.my-cart
{
    display: none;
}
.search-form
{
    width: 317px;
    height: 22px;
    border: solid 1px #ccc;
    padding: 2px;
    background-color: #fff;
}
.search-form .text-box
{
    border-style: none;
    width: 230px;
    height: 20px;
    padding: 0;
    margin: 0 3px 0 0;
    font-size: 14px;
}