﻿
.switch-button {
    margin: 5px;
    padding: 5px;
    opacity: 0.8;
    cursor: pointer;
}

.switch-button:hover {
    opacity: 1.0;
}

.switch-button-selected {
    opacity: 1.0;
}
.item-list {
    line-height: normal;
    padding: 0px;
}

.item-list, .item-grid {
    list-style: none;
    margin: 5px 5px 20px 5px;
    display: block;
}

.item-list li {
    border-bottom: 1px solid #E0E0E0;
    padding: 20px;
    position: relative;
    /*height: 150px;*/
}

.item-list .item-img {
    float: left;
    margin-right: 20px;
    min-width: 150px;
    min-height: 150px;
    text-align: center;
}

.item-list .item-info {
    float: left;
    margin-right: 20px;
    padding-top: 5px;
    width: 65%;
    font-weight: bold;
    font-size: 1.2em;
}

.item-list .item-desc {
    float: left;
    width: 63%;
    min-height: 100px;
    padding: 3px 0 0 10px;
}

.item-list .item-sale {
    float: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 120px;
    min-height: 50px;
    text-align: right;
}

.item-list .item-price {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 1.4em;
}
        
.item-list li:hover {
    border: 1px solid #E0E0E0;
    padding: 19px 19px 20px 19px;
    -moz-box-shadow: 0px 3px 6px #a1a1a1;
    -webkit-box-shadow: 0px 3px 6px #a1a1a1;
    box-shadow: 0px 3px 6px #a1a1a1; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#a1a1a1')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#a1a1a1');
}

.item-list > li::after, .user-list > li::after, .download-list > li::after {
    content: " 0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}


.item-grid {
    line-height: normal;
    padding: 10px 12px 0px 0px;
    margin-left: 10px;
}

.item-grid li {
    float: left;
    width: 200px;
    height: 250px;
    margin: 0px 10px 15px 0px;
    padding: 2px;
    position: relative;
    text-align: center;
    background: #fff;
}

.item-grid .item-img {
    margin: 40px 5px 0px 5px;
    line-height: 170px;
    height: 170px;
    background: #fff;
}

.item-grid .item-img img {
    vertical-align: middle;
}

.item-grid .item-info {
    margin-top: -205px;
    height: 30px;
}

.item-grid .item-desc {
    display: none;
    background: url("../../../images/bg_wht_85.png");
    position: absolute;
    top: 40px;
    height: 170px;
    width: 200px;
    overflow: hidden;
}

.item-grid .item-desc span {
    opacity: 1.0;
}

.item-grid .item-sale {
    margin-top: 180px;
    text-align: right;
}

.item-grid .item-sale .item-price{
    font-weight: 600;
    font-size: 1.1em;
}


.item-grid li:hover {
    border: 1px solid #E0E0E0;
    padding: 1px;
    -moz-box-shadow: 0px 3px 6px #a1a1a1;
    -webkit-box-shadow: 0px 3px 6px #a1a1a1;
    box-shadow: 0px 3px 6px #a1a1a1; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#a1a1a1')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#a1a1a1');
}

.item-grid li:hover .item-img img, .item-grid li:hover .item-img span {
    /*zoom: 1.05;*/
}

.item-grid li:hover .item-desc {
    display: block;
}

.item-grid:after {
    content: " 0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.item-nav-top-div {
    background: #DEDEDE; 
    width: 96%; 
    height: 30px;
    margin: 18px auto 1% auto; 
    padding: 5px;
}

.item-nav-bottom-div {
    background: #DEDEDE; 
    width: 96%; 
    height: 30px;
    margin: 1% auto; 
    padding: 5px;
}

.item-switch-button-div {
    margin: 5px;
    float: left;
}

.item-nav-page-location {
    width: 120px;
    margin: 4px 4px 0px 0px;
    float: right;
    text-align: right;
}

.item-pager-table {
    width: 350px; 
    margin: 3px auto; 
}

.item-pager-table-pn-col {
    text-align: left;
    width: 10%;
}

.item-pager-table .searchBtn {
    margin: 3px;
}

.item-grid-small li {
    width: 120px;
    height: 170px;
}

.item-grid-small .item-img {
    margin: 40px 5px 0px 5px;
    line-height: 100px;
    height: 100px;
    background: #fff;
}

.item-grid-small .item-desc {
    display: none;
    background: url("../../../images/bg_wht_85.png");
    position: absolute;
    top: 40px;
    height: 130px;
    width: 120px;
    overflow: hidden;
}

.item-grid-small .item-info {
    margin-top: -140px;
    height: 30px;
}

.item-grid-small .item-sale {
    margin-top: 122px;
    text-align: right;
}