/* ------------------------- attribute_quickies -------------------------------------- */
.attribute_quickies_box {
    padding: 6px;
    margin-bottom: 10px;
    color: #505050;
    line-height: 1.5em;
}

.attribute_quickies.icon.plugin {
    background: url(../../../images/plugin.png) no-repeat 3px center;
}

.attribute_quicky_list {
	margin-top: 1.5em;
}

/* ------------------------- context menue ------------------------------------------- */

a.attribute_quicky {
	padding: 0px 0px 0px 17px;
}

a.attribute_quicky.disabled {
	padding: 0px 0px 0px 17px;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

a.attribute_quicky:before {
	content: '\23E9';
	margin: 0px 0px 0px -17px;
}
