

/*** ITEM LIST ***/


.Item-List {
    position: relative;
    float: left;
    margin: 10px 0 0 0;
    width: 771px;
    height: auto;
}

.Item-List .Item-List-Header{
    position: relative;
    float: left;
    width: 100%;
    line-height: 35px;
}

.Item-List .Item-List-Header h1{
    float: left; 
    padding: 0 0 0 15px;
    font-size: 1.0em;
    color: #004d93;
    width:100%;
}

.Item-List .Item-List-Content{
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

.Item-List .Item-List-Content p {
    margin-left: 14px;
}

.Item-List .Item-List-Footer{
    position: relative;
    float: left;
    width: 100%;
    height: 35px;
    line-height: 35px;
}
#Category-Banners {
    float:right;
    width: 771px;
    height: 139px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.14); 
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.14); 
    box-shadow: 0 2px 2px rgba(0,0,0,.14);
}


/*** PAGING ***/


.Item-List .Paging {
    position: relative;
    float: right;
    padding: 0 30px 0 15px;
    color: #666666;
    font-size: 0.8em;
    text-align: right;
}
.Item-List .Item-List-Header .Paging {
    position: absolute;
    top:0;
    right:0;
}
.Item-List .Paging a, .Item-List .Paging span {
    color: #666666;
    text-decoration: none;
    margin: 0 3px;
}
.Item-List .Paging a b {
    color: #D64B03;
}

.Item-List .Paging a:hover { text-decoration: underline; }


/*** CONTROLS ***/


.Item-List .Controls {
    position: relative;
    float: left;
    padding: 0 10px 0 15px;
    color: #666666;
    font-size: 0.8em;
    text-align: right;
}

.Item-List .Controls a, .Item-List .Controls span {
    color: #666666;
    text-decoration: none;
    margin: 0 3px;
}
.Item-List .Controls .Selected {
    color: #d64b03;
    font-weight: bold;
}


.Item-List .Controls a:hover { text-decoration: underline; }

.View.Gallery{
    padding: 0 0 0 22px;
    background-image: url(https://images.esellerpro.com/2650/images/objects/grid.png);
    background-repeat: no-repeat;
    background-position: left;
}

.View.List{
    padding: 0 0 0 22px;
    background-image: url(https://images.esellerpro.com/2650/images/objects/list.png);
    background-repeat: no-repeat;
    background-position: left;
}


/*** SORT FILTER ***/


.Sort-Filter {
    position: relative;
    float: left;
    padding: 0;
    font-size: 0.8em;
    text-align: left;
    width: 215px;
}
.Sort-Filter2 {
    position: relative;
    float: left;
    padding: 0;
    font-size: 0.8em;
    text-align: left;
    width: 220px;
}

.Sort-Filter form{
    display: block;
}

.Sort-Filter ul {
    list-style: none;
}

.Sort-Filter ul li {
    display: block;
    float: left;
    margin: 0;
    position:relative;
}

.Sort-Filter ul li label {
    color: #666666;
}

.Sort-Filter .SortSelect{
    margin: 5px 0 0 5px;
}

.Sort-Filter2 form{
    display: block;
}

.Sort-Filter2 ul {
    list-style: none;
}

.Sort-Filter2 ul li {
    display: block;
    float: left;
    margin: 0;
    position:relative;
}

.Sort-Filter2 ul li label {
    color: #666666;
}
.Sort-Filter2 .GradeFilter {
    margin: 5px 0 0 5px;
}
/* setting the width and height of the SELECT element to match the replacing graphics */
select.select{
    position:relative;
    z-index:10;
    width:160px !important;
    height:27px !important;
    line-height:26px;
    float:right;
}

/* dynamically created SPAN, placed below the SELECT */
span.select{
    position:absolute;
    bottom:0;
    float:left;
    left:0;
    width:160px;
    height:27px;
    line-height:27px;
    text-indent:2px;
    background:url(https://images.esellerpro.com/2650/images/objects/select-bg.jpg) no-repeat right 0;
    cursor:default;
    z-index: 1;
    color: #666666;
    border-left: 1px solid #b6b6b6;
}


/*** CATEGORIES ***/

#Categories{
    float: left;
    width: 801px; 
    margin: 8px 0 0 8px;
    list-style: none;
}

#Categories li{
    float: left;
    border: 1px solid #ccc;
    width: 150px;
    margin: 8px 0 0 8px;
}

#Categories li > a{
    width: 150px;
    float: left;
    height: 100px;
    text-align: center;
    padding: 5px 0;
}

#Categories li a img{
    border: 0;
    max-width: 150px;
    max-height: 100px;
}

#Categories li h3{
    width: 100%;
    float:left; 
    text-align: center;
    line-height: 26px;
    background-color: #ccc;
}

#Categories li h3 a{
    text-decoration: none;
}












