#bottom-cart {
        height: 35px;
        bottom: 0;
        z-index: 100;
        background: transparent url('../layout/bottom-cart-bg.png');
        position: fixed;
        width: 100%;
        text-align: center;
        padding-top: 8px;
        font-family: Arial;
	line-height: 1;
        }

* html #bottom-cart {
	position: absolute;
  	top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop
  	+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
  	width: expression(eval(document.body.clientWidth)+'px'); 
	}

#bottom-cart table { position: relative; z-index: 101; } /* IE6 */

#bottom-cart table td { padding: 0 5px; }

#bottom-cart-text-field {
        border: 1px solid #fff;
        padding: 5px 0 0 4px;
        height: 17px;
        cursor: pointer;
        position: relative;
        width: 450px;
	background: #fff url('../layout/input-bg.gif') top repeat-x; 
        }

.up { background: #fff none !important; }

#bottom-cart-text {
        float: left;
        display: block;
        color: #fff;
        font-size: 15px;
        padding-top: 1px;
        }

#bottom-cart-item-text { 
	color: #444;
	float: left;
	}

#select-arrow {
        display: block;
        background: transparent url('../layout/arrow-black-up.gif') no-repeat;
        float: right;
        width: 8px;
        height: 7px;
        margin-top: 3px;
        margin-right: 5px;
        }

.select-arrow-down { background: transparent url('../layout/arrow-black.gif') no-repeat !important; }

#bottom-cart-item-list {
        position: absolute;
        bottom: 22px;
        left: -1px;
	cursor: default;
        width: 446px;
        padding: 8px 4px 0 4px;
        border: 1px solid #fff;
        border-bottom: none;
        background: #fff url('../layout/bottom-cart-list-bg.gif') top repeat-x;
	display: none;
        }

#bottom-cart-item-list ul {
        margin: 0 0 5px 0;
        padding: 8px 0 7px 0;
       	list-style: none;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
        }

#bottom-cart-item-list ul li { float: left; width: 100%; }

#bottom-cart-item-list ul li a {
        display: block;
        padding: 3px 0 3px 14px;
	float: left;
	line-height: 1.2em;
	background: #fff url('../layout/arrow-black-right.gif') 2px 7px no-repeat;
        }

#bottom-cart-item-list ul li a:hover { color: #6b990d; }

span.bottom-cart-amount-indicator { 
	padding: 5px 0 0 5px; 
	color: #444;
	float: left; 
	}

#bottom-cart-heading { 
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 1px 0 5px 0;
	color: #444;
	}

.mobile #bottom-cart {
	position: static;
	}
