/* 
    Document   : admire
    Created on : Jan 19, 2012, 2:16:45 PM
    Author     : youri
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#avail_cap ul { 
    display: inline-block;
    min-height: 240px;
    min-width: 200px;
    vertical-align:top;
}
#icon-sf{
    background: transparent url('images/sf-32.png') no-repeat;
}

#avail_cap li { 
    margin-left: 16px;
}

#avail_cap li input[type='checkbox']{
    display: none;
}

#avail_cap li input[type='checkbox'] + label{ 
    display:block;
    padding-left: 18px;
    /*content: url('images/not.png');*/
    background-image: url('images/not.png');
    background-repeat: no-repeat;
    height: 18px;
}
#avail_cap li input[type='checkbox']:checked + label{
    /*content: url('images/ok.png');*/
    background-image: url('images/ok.png');
}