.orderby-displaynumber-area {border-bottom: solid #e1e0e0 1px;}
.orderby {float:left;}

.orderby .orderlist-container {font-size:12px;display:inline-block;text-decoration:none;margin:0 15px 0 0;float:left;}
.orderby .orderlist-container .title {display:inline-block;font-size: 11px;margin: 0px 0px 4px 0px;}
.orderby .orderlist-container .activeOrder, .orderlist-container .Order {border-color: #e1e0e0;background-image: url(../../../images/sort-by-field-bg.jpg);color: #000;cursor:pointer;font-size:11px;padding:0px;border-style: solid;border-width: 1px;padding: 3px 33px 1px 9px;background-position: right;background-repeat: no-repeat;}
.orderby .orderlist-container a {color: #000;text-decoration:none;display:inline-block;}
.orderby .orderlist-container a :hover {text-decoration:none;display:block;}
.orderby .orderlist-container div.order-list {border-color: #e1e0e0;background: #fff;display: none;display:none;position:absolute;border-style: solid;border-width: 1px;cursor:pointer;}
.orderby .orderlist-container div.order-list div {background-color: #fcfcfc;border-color: #e1e0e0;padding: 3px 6px 2px 6px;font-size: 11px;font-weight: bold;border-bottom-style: solid;border-bottom-width: 1px;}
.orderby .orderlist-container div.order-list div:hover {background-color: #fcfcfc;background-position: top;background-repeat: repeat-x;}
.orderby .orderlist-container div.order-list div a {color: #777;}

@media (max-width: 480px) {
    .orderby-displaynumber-area {display: none;visibility: hidden;}
}