
.trigger img { border:none;float: right; }

.cart_panel {
position: absolute;
top: 0px;
right: 10px;
display: none;
background: #414141;
border-rightt:1px solid #FFF;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
width: 330px;
height: 220px; padding: 3px 30px 3px 3px;
}


a.trigger{
position: absolute;
height:220px;
text-decoration: none;
top: 0px; right: 0;
color:#fff;
padding: 3px 3px 3px 3px;
background:#414141 url(plus.png) 50% 200px no-repeat;
border:0px 0px 1px 1px solid #999999;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
display: block;
}

a.trigger:hover{
position: absolute;
text-decoration: none;
top: 0px; right: 0;
padding: 3px 3px 3px 3px;
background:#414141 url(plus.png) 50% 200px no-repeat;
border:0px 0px 1px 1px solid #FFFFFF;
display: block;
}

a.active.trigger {
background:#414141 url(minus.png) 50% 200px no-repeat;
}

.content_cart_panel {
color:#FFFFFF;
clear: both;
width: 325px;
height:200px;
border-right:1px solid #999999;
overflow:hidden;
}


