@import url(default.css); 

.users .users_list {width: 560px; margin: 10px auto;font-size: 11px;}
.users .users_list td {height: 18px; border-bottom: 1px solid #F0F0F0; padding-top:5px;}
.users .users_list tr:hover {background-color: #F5F5F5;}
.users .suma {font-style: italic;text-align: right;}
.users table.filter {line-height: 20px;background-color: #F5F5F5;padding:1px;width:100%;border-top: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5;}

.users .users_list tr.header td {font-weight: bold; border-bottom: 1px solid #A0A0A0; text-align: center; background-image: none; background-color: #F5F5F5;}

.users .users_list td.order {width:30px; text-align: center;}
.users .users_list td.username {width:130px; font-weight: bold;}

.users .users_list td.registered {width:90px; text-align: center;}
.users .users_list td.spend {width:150px; text-align: center;}
.users .users_list td.logged {width:75px; text-align: center;}
.users .users_list td.comments {width:85px; text-align: center;}
.users div.no_users {text-align: center; padding: 5px; font-color: 12px;}


.users .top_field {height: 80px;}
