body {
    background-color: #ecf0f6;
    font-family: calibri, serif, sas-serif, verdana, arial;
}
#hous {
    /*background-color: white;*/
}
#home {
    margin-top: 40px;
    margin-bottom: 15px;
}
#home .oes {
    font-size: 20px;
    font-weight: bold;
}
#home .oes .trending {
    float: left;
    background-color: #dd5725;
    color: white;
    border: solid #dd5725;
    border-width: 2px;
    padding: 0 10px;
}
#home .oes .adprice {
    float: right;
}
#home .oes2 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #15302b;
    background-color: white;
    width: 320px;
    padding: 2px 15px;
    border-radius: 10px 10px 0 0;
    /*border-bottom: solid black;*/
    border-top: solid black;
}
.stage1 {
    /*background-color: white;*/
    width: 100%;
    padding: 10px 0;
}
.stage1 .thumbnail {
    height: 200px;
}
.stage1 .thumbnail img {
    max-height: 190px;
}
.view_item {
    margin: 10px 0;
}
#disp b {
    font-size: 18px;
    height: 40px;
    width: 150px;
    display: inline-block;
}
#disp span {
    font-size: 17px;
}
#ntd {
    font-size: 32px;
}
#disp span a {
    text-decoration: none;
}
#ntd2 img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    height: 200px;
    
}
#disp #vu {
    font-size: 28px;
    margin: 30px 50px;
    display: inline-block;;
    font-weight: bold;
}
#disp #vp {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    width: 120px;
    line-height: 40px;
}
#disp #va {
    //
}
#disp .buy {
    border: green solid thin;
    border-radius: 20px;
    padding: 0 10px;
    width: 120px;
    background-color: #15302b;
    color: white;
    cursor: pointer;
    font-weight: bold;
}
#disp .buy #buy {
    margin-right: 10px;
}
#disp .form {
    margin: 5px 0;
}
#disp .form form input[type=text] {
    margin: 3px 0;
    height: 30px;
    width: 200px;
}
#disp .form form input[type=submit] {
    border: none;
    background-color: #15302b;
    padding: 2px 6px;
    width: 60px;
    color: white;
    border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
#disp .form form textarea {
    width: 200px;
}
#disp .form form {
    display: none;
}
#disp .buy_note {
    color: #283a44;
    font-size: 16px;
    margin: 5px 0;
    font-style: italic;
    font-weight: bold;
}
#marquee {
    height: 40px;
    line-height: 40px;
    background-color: black;
    color: white;
    font-size: 18px;
    font-weight: bold;
}
#marquee span {
    background-color: #dd5725;
    padding: 0 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/*2020 modification*/

#photo .fson1 {
    position: absolute;
    float: right;
    display: block;
    background-color: black;
    padding: 4px 6px;
    color: white;
    font-weight: bold;
}
#photo .fson1:hover {
    background-color: red;
    cursor: pointer;
}
#item-point:hover .fson1 {
    background-color: red;
}
#photo .asset-pic1 {
    width: 100%;
}

#photo .asset-name1 {
    font-weight: bold;
    font-size: 16px;
}
#photo .asset-price {
    font-size: 16px;
    display: block;
}
#photo .asset-price .price1 {
    float: left;
}
#photo .asset-price .price2 {
    float: right;
    color: red;
}
#photo #opts {
    margin: 8px 0;
}
#photo #cart-form input {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 15px;
}
#photo #cart-form input:hover {
    background-color: #dd5725;
}