/*******************************************************************************
   $Id: custom-skinr.css 31 2012-01-09 23:23:06Z jackncoke $
   $Rev: 31 $
   $Author: jackncoke $
   $Date: 2012-01-10 01:23:06 +0200 (Tue, 10 Jan 2012) $
   $header$
  (c) 2011 - 2011 jackncode <http://www.jackncode.com>
*******************************************************************************/

/* BLOCK LISTS */
#screenshot .hi-block-user-list {
  background: url(../images/skinrpreview/block-background.png) no-repeat;
}

.hi-user-list {}

.hi-user-list ol,
.hi-user-list ul {
    margin:0;
}

.hi-user-list ol li,
.hi-user-list ul li {
    background: url("../images/icons/user.png") no-repeat scroll left top transparent;
    list-style: none outside none;
    margin-bottom: 5px;
    padding-left: 25px;
}

.hi-user-list ol li a,
.hi-user-list ul li a {
    
}

/* block margin retouch */
.hibernate-zero-bottom {
    margin-bottom: 0 !important;
}