/*
    Document   : fe
    Created on : 12-mag-2012, 13.18.54
    Author     : ale
    Description:
        PowerTags FE styles
*/
.pwtags_list {
    font-size: 0.9em;
    color: #333;
    clear: both;
}

.pwtags_list ul {
    list-style-type: none !important;
    display: inline;
    padding-left: 0.5em !important;
}

.pwtags_list ul li {
    display: inline-block;
    margin-right: 0.5em !important;
    white-space: nowrap;
}

ul.pwtags_menu li img,
div.pwtags_list img {
    vertical-align: middle; /* set to middle for nice-looking on certain templates */
    padding: 0;
    margin: 0;
}

/* cloud */

ul.pwtags_cloud {
	list-style-type: none;
	text-align: center;
}

li.pwtags_cloud_tag {
	display: inline-block;
	margin: 0.25em;
}
