a:link {
    COLOR: #008080;
    TEXT-DECORATION: none
}

a:visited {
    COLOR: #904070;
    TEXT-DECORATION: none
}

a:active {
    COLOR: #800000;
    TEXT-DECORATION: none
}

a:hover {
    COLOR: red;
    TEXT-DECORATION: underline
}

body {
    background-image: url(../img/icon/back.jpg);
    color: #000000;
    margin: 0;
}

#divtoplist {
    padding-bottom: 0.5em;
}

.hl_minwidth {
    min-width: 980px;
}

.hl_nowrap {
    white-space: nowrap;
}

.hl_fontbold {
    font-weight: bold;
}

.hl_title {
    font-weight: bold;
    padding-top: 0.25em;
    margin-bottom: 0.5em;
}

.hl_valigntop {
    vertical-align: top;
}

.hl_floatleft {
    float: left;
}

.hl_clearfix {
    *zoom: 1
}

.hl_clearfix:before {
    display: table;
    content: " "
}

.hl_clearfix:after {
    clear: both
}

.hl_caption img {
    vertical-align: top;
}

.hl_pointlargeimg {
    width: 100%;
    max-width: 100px;
    height : auto;
    vertical-align: top;
}

.hl_pointlargeimg {
    width: 100%;
    max-width: 45px;
    height : auto;
    vertical-align: top;
}

.hl_itemlist ul {
    list-style: none outside none;
    margin: 0;
    padding: 0
}

.hl_itemlist ul li {
    border-collapse: collapse;
}

/*ul-pics*/
.hl_itemlist ul .hl_smalliconlist,
.hl_itemlist ul .hl_largeiconlist {
    width: 115px;
    padding: 1em;
    border: solid transparent;
    border-bottom-color: #e4e4e4;
}

.hl_itemlist ul .hl_smallicon,
.hl_itemlist ul .hl_largeicon {
    max-width: 115px;
    height: 115px;
}

/*ul-hl_list*/
.hl_itemlist ul .hl_list {
    display: list-item;
    position: relative;
    padding: 9px 0;
    margin: 0;
    left: 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #e4e4e4;
    width: 100%;
    min-height: 150px;
}

.hl_itemlist ul .hl_list .hl_listicon {
    width: 33%;
    max-width: 225px;
    max-height: 225px;
    margin: 0 2% 3px 0;
    height: auto;
    display: block;
}

.hl_itemlist ul .hl_list .hl_itemprices {
    width: 13%;
    color: #333;
    line-height: 1.1;
    padding: 1% 1% 0 0;
}

.hl_itemlist ul .hl_list .hl_itemdetails {
    width: 50%;
    font-size: 16px;
    line-height: 1.1;
    padding: 1% 0 1em 1%;
}

.hl_itemlist ul .hl_list .itemtitle {
    word-wrap: break-word;
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
    position: relative;
    top: -2px;
}

/*number and desc*/
.hl_itemnumbertitle {
    font-size: 16px;
    color: #224422;
}

.hl_itemnumber {
    font-size: 20px;
    color: #224422;
    padding-bottom: 5px;
}

.hl_itemdesc {
    font-size: 16px;
    color: #333333;
}

/*prices and sold*/
.hl_itemprice {
    font-size: 20px;
    padding-bottom: 5px;
    white-space: nowrap;
}

.hl_itemsold {
    font-size: 18px;
    white-space: nowrap;
}

.hl_itemsearch {
    font-size: 16px;
    padding-top: 1em;
}

/*to top button*/
#idgototop {
    right: -50px;
    bottom: 50px;
    z-index: 100;
    position: fixed;
    width: 32px;
    height: 33px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    display: none;
}

/*details-panel*/
#id_itemdetails_panel {
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

#id_itemdetails_panel .hl_itemdetails_cls {
    z-index: 1;
    position: fixed;
    height: 48px;
    top: 0;
    right: 20px;
    width: 60px;
    background-color: #ffffff;
    border: 0 none;
    border-radius: 0 0 5px 5px;
    box-shadow: 1px 1px 10px #333333;
    color: #333333;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

#id_itemdetails_panel .hl_itemdetails {
    background-image: url(../img/icon/back.jpg);
    width: 90%;
    height: 90%;
    margin: 2.5% auto auto;
    overflow: auto;
}

#id_itemdetails_panel .hl_itemimg {
    max-width: 100%;
    text-align: center;
    vertical-align: top;
}

/*itemlist by iframe*/
.hl_ifrbody .hl_itemlist {
    width: auto;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
