﻿/** FB Lists **/


.lists th {
     text-align: left;
     padding: 3px 10px 3px 10px;
     background: #46222E;
}

.lists .spacer {
     background: none;
     border: none;
     padding: 0px;
     margin: 0px;
     width: 10px; 
}

.lists th h4 { padding: 0px; margin: 0px; float: left; color: white; font-size: 12px; }
.lists th a { float: right; font-weight: normal; color: #d9dfea; }
.lists th a:hover { color: white; }

.lists td {
     margin:0px 10px;
     padding:0px;
     vertical-align:top;
}

.lists .list {
     background:white none repeat scroll 0%;
     border-color:-moz-use-text-color #BBBBBB;
     border-style:none solid;
     border-width:medium 1px;
}

.lists .list .list_item { border-top:1px solid #E5E5E5; padding: 10px; }
.lists .list .list_item.first { border-top: none; }

.lists .see_all {
     background:white none repeat scroll 0%;
     border-color:-moz-use-text-color #BBBBBB rgb(187, 187, 187);
     border-style:none solid solid;
     border-width:medium 1px 1px;
     text-align:left;
}

.lists .see_all div { border-top:1px solid #E5E5E5; padding:5px 10px; }
