div.favorites {position: relative;text-align: right;}
div.favorites img { vertical-align: bottom; }
div.favorites div.holder { display: none; position: absolute; right: 0px; top: 16px; z-index: 10000 }
div.favorites:hover div.holder { display: block; padding: 10px 0px 0px 0px; }
div.favorites div.holder img.arrow { position: absolute; top: 0px; right: 20px; }
div.favorites div.holder div.inner { background: #F0F0F0; padding: 10px; box-shadow: 2px 2px 7px #AAAAAA; }
div.favorites ul { text-align: left; }
div.favorites ul li { margin: 3px 0px; }
div.favorites form { background: #d2955a; color: #F0F0F0; margin: 10px -10px -10px -10px; padding: 10px; }
div.favorites form input.text { width: 100px; }
a.favorite { font-size: 12px; line-height: 16px; text-decoration: none; color: #AAAAAA; padding: 0px 0px 0px 20px; }
a.favorite.onlist { color: #A76322; background: transparent url('../image/ok.png') left top no-repeat; }
a.favorite.loading { background: transparent url('../image/loading_mini.gif') left top no-repeat; }