#mat-minicompare { float: left; position: relative; margin: 0px 40px 0px 0px;}
#mat-minicompare-link { overflow: hidden; text-align: right; }
#mat-minicompare-link a:hover {
text-decoration: none;
cursor: pointer;
}
#mat-minicompare-panel { 
width: 250px;
position: absolute;
right: 0px;
text-align: left;
background-color: #FFF;
border-style: solid;
color: #777;
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
z-index: 1;
border-width: 6px 0px 0px;
padding: 20px;
}
#mat-minicompare-panel .block-title { display: none }
#mat-compare-items li.item {clear: both;display: block;width: 90%;}



#mat-minicompare .block .actions button.button span {
background-color: green;
color: #FFF;
height: 30px;
padding: 0px 0px 0px 0px;
font-size: 12px;
line-height: 30px;
margin: 10px 10px 10px 10px;
}
#mat-minicompare .block .actions a {
font-size: 12px;
font-weight: 600;
border-radius: 0px;
padding: 5px 10px;
background: #008000 none repeat scroll 0% 0%;
color: #FFF;
margin: 10px 10px 10px 10px;

}


.de_DE #mat-minicompare .block .actions a {
font-size: 12px;
font-weight: 600;
border-radius: 0px;
padding: 5px 5px;
background: #008000 none repeat scroll 0% 0%;
color: #FFF;
margin: 10px 10px 10px 10px;

}
.de_AT #mat-minicompare .block .actions a {
font-size: 12px;
font-weight: 600;
border-radius: 0px;
padding: 5px 5px;
background: #008000 none repeat scroll 0% 0%;
color: #FFF;
margin: 10px 10px 10px 10px;

}
