#shopStub {
 margin: 0;
 padding:0;
 float: right;
 height:16px;
 line-height:16px;
 width:100%;
}
.cartStub
{
 font-size: 12px;
 text-decoration: none;
 color: #444444;
}

.cartFloater
{
 background-color: #FFFFFF;
 visibility: hidden;
 position:absolute;
 float: right;
 clear:both;
 margin: 2px 0 0 0;
 padding: 0;
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 z-index: 10;
 width: 1 px;
 height: 1 px;
}
a, a:link, a:hover, a:active, a:visited {
 font-size: 10px;
 color: #444444;
 text-decoration: none;
}

a:active,
a:hover {
 color:#000000;
}

