.quickie {
    text-align:right;
    position:absolute;
    top:200px;
    right:10px;
    font-size:120%;
}
.quickie .items {
    background:url(../images/cart-checkout.jpg) no-repeat;
    height:48px;
    width:175px;
    margin-top:10px;
    position:relative;
}

.quickie .items .count {
    position:absolute;
    top:12px;
    left:50px;
    font-size:18px;
    font-weight:bold;
    color:#90000e;
    font-family:helvetica,sans-serif;
}
.quickie .items a {
    position:absolute;
    top:10px;
    right:10px;
    padding:5px 9px;
    color:#ffffff;
    text-decoration:none;
    font-size:14px;
    
}

.quickie .items a:hover {
    text-decoration:underline;
}

.quickie .items {
    background:url(../images/cart-checkout.jpg) no-repeat;
    position:absolute;
    right:0;
    top:15px;
}

#userlinks {
    text-align:left;
}
#userlinks li,
#userlinks ul {
    list-style:none;
    padding:0;
    margin:0;
}
#userlinks li a {
    font-size:12px;
    color:#fff;
    
}

#userlinks .bd {
    border:3px solid #fff;
    background:#8B0317;
    width:200px;
    padding:5px;
}

/**************** checkout  ***********************/
.billing-method h4 {
    background:#E4EBCA;
}

#cart td.prodrow a {
    display:block;
}

/****************  quickie  ***********************/
a.removefromcart {
	background-image: url(../images/ecom/remove_from_cart.png);
	background-repeat: no-repeat;
	/*display: block;*/
	padding:1px 0 3px 20px;
}

a.addressbook {
	background-image: url(../images/ecom/addressbook.png);
	background-repeat: no-repeat;
	/*display: block;*/
	padding-left: 20px;
}

a.password {
	background-image: url(../images/ecom/lock.png);
	background-repeat: no-repeat;
	/*display: block;*/
	padding-left: 20px;
}

a.viewcart {
	background-image: url(../images/ecom/view_cart.png);
	background-repeat: no-repeat;
	/*display: block;*/
	padding-left: 20px;
}

a.checkout {
    background-image:url(../images/ecom/checkout.png);
    background-repeat:no-repeat;
    padding-left:20px;
}

.store.quick-links .login {
    background:transparent url(../images/ecom/lockoverlay.png) no-repeat scroll 0 50%;
    padding:2px 0 2px 20px;
}

a.logout {
	padding-left:20px;
	background:url(../images/ecom/logout.png) no-repeat 0 50%;
}

a.profile {
	background-image: url(../images/ecom/personal.png);
	background-repeat: no-repeat;
	/*display: block;*/
	padding-left: 20px;
}
a.checkoutnow {
	background-image: url(../images/ecom/checkout.png);
	background-repeat: no-repeat;
	/*display: block;*/
	padding-left: 20px;
}

a.vieworders {
	background-image: url(../images/ecom/view.png);
	background-repeat: no-repeat;
	/*display: block;*/
	padding-left: 20px;
}
a.backtolist {
	background: url(../images/ecom/backtolist.png) 0px 50%;
	background-repeat: no-repeat;
	/*display: block;*/
	padding-left: 20px;
}


