#allPluginsUl {
list-style-type:none;
width:752px;
margin:0 auto;
padding:0;
}

#allPluginsUl li {
list-style-type:none;
margin-bottom:5px;
min-height:60px;
}

.pluginBox {
display:block;
position:relative;
margin:0 auto;
padding:5px;
padding:18px;
border-radius:3px;
}

.pluginStar {
display:inline-block;
width:28px;
height:18px;
float:left;
cursor:pointer;
margin-top:8px;
}

div.pluginIcon {
display:inline-block;
width:33px;
height:33px;
float:left;
margin-left:10px;
border-radius:2px;
background-position:center center;
background-repeat:no-repeat;
cursor:pointer;
}

.pluginInfo {
display:inline-block;
width:590px;
min-height:40px;
float:left;
margin-left:10px;
}

.pluginMove {
display:inline-block;
width:18px;
height:18px;
float:right;
margin-right:10px;
cursor:move;
}

.pluginName {
display:block;
font-size:12pt;

}

.greenPlugin .pluginName a{
text-decoration:none;
color:#1a1a1a;
}

.greenPlugin .pluginName a:hover{
color:#955500;
}

.greyPlugin .pluginName a{
text-decoration:none;
color:#9E9E9E;
}

.greyPlugin .pluginName a:hover{
color:#505050;
}

.greyPlugin img.pluginIcon{

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.greyPlugin .pluginDescription {
display:block;
font-size:9pt;
margin-top:8px;
color:#A3A3A3;
}

.greenPlugin .pluginDescription {
display:block;
font-size:9pt;
margin-top:8px;
color:#6B6B6B;
cursor:default;
}

.goToPluginEditor {
display:inline-block;
visibility:hidden;
font-size:9pt;
}

.pluginName:hover .goToPluginEditor {
visibility:visible;
}

.greenPlugin{background-color:#D6F3CE; border:2px solid #B2BEAC;}
.greyPlugin{background-color:#E0E0E0; border:2px solid #ccc;}

