﻿
/** list view **/
ul.list {
    list-style: none;
    width: 100%;
        padding-left: 15px;
    text-align: -webkit-left !important;
}

ul.list list.detail {
    display:block;
 
}


ul.list li {
    display: block;
    background: #eaeaea;
    /*padding: 10px 15px;*/
}

ul.list li.alt {
    background: #d7dfe0;
}

ul.list li section.left {
    display: block;
    float: left;
    width: 250px;
    position: relative;
    padding-left: 20px;
}

ul.list li section.right {
    display: block;
    float: right;
    margin-right: 10px;
    width: 250px;
    text-align: right;    
}

ul.list li section.detail {   
    display:block;    
}
ul.list li section.buttonDis { 
text-align:right;
}
ul.list li section.left img.thumb {
    float: left;
    margin-right: 10px;
}

ul.list li section.left img.featured-banner {
    position: absolute;
    left: -18px;
    top: 35px;
}


/** grid view **/
ul.grid {
    list-style: none;
    margin: 0 auto;
    padding-left: 25px;
    text-align: -webkit-center !important;
     
}
ul.grid.detail {    
     display:none;
}

ul.grid li {
    position: relative;
    display: block;
    float: left;
    width: 285px;
    border-right: 1px solid #b6bdbe; 
    padding: 5px 22px;
    margin-bottom: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul.grid li.third {
    border: 0;
}

ul.grid li section.left {
    position: relative;
}

ul.grid li section.right { /* nothing */
                     
}


ul.grid li section.detail { 
 display:none; 
}

ul.grid li section.buttonDis { 
text-align:center;
}

.toolbar {
    display: inline-block;
    width: 100%;
    float: left;
}



.pager {
    background: #f4f4f4;
    margin: 5px 0;
    text-align: center;
    padding: 0 15px;
}


   .list-add {
    padding: 0;
    text-align: center;
}

    .list-part {
    display: inline-block;    
    float: left;
    font-size: 0.9rem;
    height: 14px;
    margin-bottom: 5px;
    color: #353535;
    font-size: 12px;
}
    .list-name {
    padding: 0;
    text-align: left;
}