.edit-comment-admin-links, .edit-comment-user-link {
	display: none;
}
.edit-comment-admin-links a, .ajax-edit-time-left, .aec-dropdown-container a{
	display: block;
    height: 16px;
	font-size: 12px;
	padding: 4px 0px;
	padding-left: 5px;
	float: left;
	margin-left: 10px;
	font-weight: bold;
}
.aec-icons {
	display: block;
    clear: left;
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    margin-bottom: 5px;
}
.aec_link_text, .aec_anon_text {
	display: block;
    float: left;
    margin-right: 6px;
}
.aec-icons {
	margin-right: 10px;
}
.affiliate_message {
	clear:left;
}
.affiliate_message a {
	display:inline;
	font:inherit;
	padding:0;
	float:none;
	margin:0;
}
.edit-comment-admin-links-no-icon a, .ajax-edit-time-left-no-icon{
	display: inline;
	float: none;
	font-size: 12px;
	padding: 2px 0px;
}
.ajax-edit-time-left {
	padding-left: 0;
}
 
.row-actions {
	clear: both;
}
.clearfix:after { /* from http://blue-anvil.com/archives/experiments-with-floats-whats-the-best-method-of-clearance*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} 
/* Begin dropdown */
.aec-dropdownarrow { 
	position: relative;
}
.aec-dropdown { display: none; padding-bottom:10px;}
.aec-dropdown-container {
	position: absolute;
	display: none;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
    text-align: left;
    z-index: 10;
}
.wp-admin .aec-dropdown-container {
	background: #EEE;
}
.aec-dropdown-container a {
	float: none;
    margin-left: 2px;
}
/* end dropdown */
/* Begin Images */
.aec-dropdownarrow span.aec-icons{
	background:url(themes/aesthetica-small/sprite.png) -32px 0px no-repeat;
}
.aec-dropdownlink-less span.aec-icons{
	background:url(themes/aesthetica-small/sprite.png) -48px 0px no-repeat;
}
span.blacklist-comment{
	background:url(themes/aesthetica-small/sprite.png) -192px 0px no-repeat;
}
span.email-comment{
	background:url(themes/aesthetica-small/sprite.png) -128px 0px no-repeat;
}
span.edit-comment{
	background:url(themes/aesthetica-small/sprite.png) -64px 0px no-repeat;
}
span.move-comment{
	background:url(themes/aesthetica-small/sprite.png) -144px 0px no-repeat;
}
span.moderate-comment{
	background:url(themes/aesthetica-small/sprite.png) -176px 0px no-repeat;
}
span.approve-comment{
	background:url(themes/aesthetica-small/sprite.png) -80px 0px no-repeat;
}
span.delete-comment{
	background:url(themes/aesthetica-small/sprite.png) -96px 0px no-repeat;
}
span.spam-comment{
	background:url(themes/aesthetica-small/sprite.png) -160px 0px no-repeat;
}
span.delink-comment{
	background:url(themes/aesthetica-small/sprite.png) -112px 0px no-repeat;
}
span.request-deletion-comment{
	background:url(themes/aesthetica-small/sprite.png) -96px 0px no-repeat;
}
.edit-comment-admin-links a, .edit-comment-user-link a, .edit-comment-admin-links-no-icon a, .aec-dropdown-container a {
	text-decoration: none;
}
/* Errors */
li.ajax-delete, div.ajax-delete { background: #F33; } /* todo Doesn't work for .alt comments */
li.ajax-approve, div.ajax-approve { background: #04cd33; }
li.ajax-unapprove, div.ajax-unapprove { background: #F96; }
