#basket {
position: fixed;
right: 30px;
bottom: 30px;
opacity: 0.9;
filter:alpha(opacity=90);
background: #000;
padding: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #F9AE31;
padding: 10px;
text-align: left;
color: #fff;
width: 200px;
z-index: 5;
}

#basket h3 {
color: #fff;
border-bottom: 1px solid #fff;
font-size: 14pt;
}

#basket a.basket, #basket a.checkout {
font-size:12pt;
margin-top:5px;
padding-left:25px;
color:#AAFF00;
}

#basket a.basket:hover , #basket a.checkout:hover {
color:#fff;
}

#basket dl {
border-bottom:1px solid #EEEEEE;
margin:5px 3px 8px;
padding:0;
}

#basket dt, #basket dt a, #basket dd.price {display: inline; font-size: 11pt;}

#basket dd.qty {
font-size:smaller;
margin:5px 0 10px;
}

#basket dd.price {
color:#FFFFFF;
}

#basket a.remove {color: #ff0000;}
#basket a.remove:hover {color: #ff9999;}
